@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap";.section{height:100vh;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2vw 0}.section .leftSide{width:50%;height:100%;display:flex;justify-content:center;align-items:center}.section .leftSide .loginContainer{width:30vw;height:25vw;margin:0rem auto;padding:2vw;box-shadow:var(--shadow);border:.2vw solid var(--white);border-radius:4vw;background-color:var(--white);backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.section .leftSide .loginContainer .loginLogo{display:block;margin:0 auto 1vw;width:20vw;height:auto}.section .leftSide .loginContainer .inputForm{display:flex;flex-direction:column;width:100%}.section .leftSide .loginContainer .inputForm label{font-size:1vw;margin-bottom:.1vw;margin-top:1vw;color:var(--black)}.section .leftSide .loginContainer .form-control{padding:.5vw 1vw;font-size:1vw;background:var(--white-broken);border:none;border-radius:1vw}.section .leftSide .loginContainer .rememberLabel{display:flex;align-items:center;font-size:1vw;gap:.5rem;margin-top:2vw}.section .leftSide .loginContainer .form-check-input,.section .leftSide .loginContainer .form-check-label{cursor:pointer;user-select:none;-webkit-user-select:none}.section .leftSide .loginContainer .form-check-input{width:1.2em;height:1.2em;margin-right:.3vw}.section .leftSide .loginContainer .loginButtonContainer{display:flex;justify-content:center;margin-top:1vw}.section .leftSide .loginContainer .loginButtonContainer button{display:flex;align-items:center;justify-content:center;width:70%;font-size:1vw;border:none;box-shadow:var(--shadow);background-color:var(--light-black);border-radius:25px;padding:.5rem 1rem;color:var(--white);transition:background-color .3s ease;cursor:pointer}.section .leftSide .loginContainer .loginButtonContainer button:hover{background-color:var(--black)}nav{background-color:transparent;padding:0 clamp(.75rem,3vw,3rem);margin-top:1vw;height:clamp(40px,4vw,76px);display:flex;justify-content:space-between;align-items:center;gap:clamp(6px,.8vw,14px);box-shadow:none;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.05);color:#000;overflow:visible}nav>a{display:flex;align-items:center;transition:opacity .3s ease;padding:.5rem 0;flex-shrink:0}.logo{width:clamp(28px,2.8vw,42px);height:clamp(28px,2.8vw,42px)}nav img[alt=Logo]{transition:transform .25s ease,filter .25s ease}nav>a:hover img[alt=Logo]{transform:scale(1.15);filter:brightness(1.15)}[data-theme=dark] nav img[alt=Logo]{filter:invert(1)}[data-theme=dark] nav>a:hover img[alt=Logo]{filter:invert(1) brightness(1.15)}nav>ul.navbar-nav{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.25rem;height:100%;flex:1 1 auto;justify-content:center;min-width:0}.nav-item{position:relative;height:clamp(30px,2.8125vw,54px);display:flex;align-items:center;background-color:var(--nav-bg);box-shadow:0 3px 6px #00000029;border-radius:2vw;transition:background-color .25s ease;flex-shrink:1;min-width:0}.nav-item.dropdown{position:relative}.nav-link{color:var(--nav-text);text-decoration:none;width:10.9vw;max-width:210px;height:clamp(30px,2.8vw,54px);text-align:center;font-weight:500;font-size:clamp(10px,1vw,19px);transition:all .2s ease;display:flex;align-items:center;justify-content:center;cursor:pointer;letter-spacing:.3px;border-radius:2vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}.nav-link:hover{background:var(--nav-hover-bg);color:var(--nav-hover-text)}.nav-item.active{background:var(--nav-active-bg)}.nav-item.active>.nav-link{color:var(--nav-active-text)}.dropdown-menu{background:var(--dropdown-bg);border:none;border-radius:8px;box-shadow:0 4px 20px #0000002e;padding:.5rem 0;margin:0;min-width:200px;position:absolute;width:100%;top:clamp(32px,3vw,58px);left:0;z-index:1050;list-style:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.nav-item.dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-item{color:var(--dropdown-text);padding:.6rem 1.25rem;font-weight:500;font-size:.875rem;transition:all .15s ease;background:transparent;border:none;display:block;width:100%;text-align:left;white-space:nowrap;border-left:3px solid transparent;text-decoration:none}.dropdown-item:hover{background:var(--dropdown-hover-bg);color:var(--dropdown-text);border-left-color:var(--dropdown-border-hover);padding-left:1.5rem;text-decoration:none}.nav-controls{display:flex;align-items:center;gap:clamp(6px,.65vw,14px);flex-shrink:0}.dark-toggle{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dark-toggle__track{position:relative;width:clamp(44px,4.4vw,64px);height:clamp(22px,2.2vw,32px);border-radius:9999px;background:#78788047;border:1.5px solid rgba(255,255,255,.35);box-shadow:0 3px 6px #00000029,inset 0 1px 2px #00000014;transition:background .3s ease,border-color .3s ease;display:flex;align-items:center;padding:0 clamp(2px,.22vw,3px)}.dark-toggle--dark .dark-toggle__track{background:#1e1e32d9;border-color:#ffffff2e}.dark-toggle__thumb{position:absolute;left:clamp(2px,.2vw,3px);width:clamp(17px,1.72vw,26px);height:clamp(17px,1.72vw,26px);border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000038,0 0 0 .5px #0000000a;display:flex;align-items:center;justify-content:center;transition:transform .32s cubic-bezier(.34,1.56,.64,1),background .3s ease;will-change:transform}.dark-toggle--dark .dark-toggle__thumb{transform:translate(clamp(18px,2.28vw,32px));background:#1c1f35}.dark-toggle__icon{position:absolute;width:52%;height:52%;transition:opacity .2s ease,transform .2s ease}.dark-toggle__icon--sun{opacity:1;color:#f59e0b;transform:scale(1) rotate(0)}.dark-toggle--dark .dark-toggle__icon--sun{opacity:0;transform:scale(.5) rotate(90deg)}.dark-toggle__icon--moon{opacity:0;color:#a5b4fc;transform:scale(.5) rotate(-90deg)}.dark-toggle--dark .dark-toggle__icon--moon{opacity:1;transform:scale(1) rotate(0)}.language-selector{position:relative}.lang-toggle{background-color:var(--nav-bg);border:none;border-radius:50%;width:clamp(28px,2.8vw,42px);height:clamp(28px,2.8vw,42px);padding:0;cursor:pointer;overflow:hidden;box-shadow:0 3px 6px #00000029;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.lang-toggle img{width:100%;height:100%;object-fit:cover}.lang-toggle:hover{box-shadow:0 3px 6px #00000029;opacity:.85}.lang-dropdown{display:none;position:absolute;top:calc(100% + clamp(3px,.3vw,5px));left:50%;transform:translate(-50%);background:var(--dropdown-bg);border-radius:12px;padding:.5rem;box-shadow:0 4px 20px #0000002e;flex-direction:column;gap:.5rem;z-index:1100;opacity:0;transition:opacity .2s ease;pointer-events:none}.lang-dropdown:before{content:"";position:absolute;top:clamp(-5px,-.5vw,-3px);left:0;right:0;height:clamp(3px,.5vw,5px);background:transparent}.language-selector:hover .lang-dropdown,.lang-dropdown:hover{display:flex;opacity:1;pointer-events:all}.lang-option{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid transparent;overflow:hidden;cursor:pointer;transition:all .2s ease;padding:0;background:none}.lang-option img{width:100%;height:100%;object-fit:cover}.lang-option:hover{transform:scale(1.1)}.lang-option.active{border-color:#3b82f6;box-shadow:0 0 8px #3b82f680}.logout{background-color:var(--nav-bg);border:none;border-radius:2vw;padding:clamp(4px,.5vw,7px);display:flex;align-items:center;box-shadow:0 3px 6px #00000029;justify-content:center;cursor:pointer;transition:all .3s ease;width:clamp(28px,2.8vw,42px);height:clamp(28px,2.8vw,42px)}.logout:hover{opacity:.75}.logout img{width:clamp(12px,1.2vw,18px);height:clamp(12px,1.2vw,18px);transition:filter .3s ease}[data-theme=dark] .logout img{filter:invert(1) brightness(.8)}[data-theme=dark] nav{border-bottom-color:#ffffff0f}[data-theme=dark] .nav-item{background-color:var(--nav-bg);box-shadow:0 2px 8px #00000059}[data-theme=dark] .dropdown-menu{box-shadow:0 8px 28px #00000073}[data-theme=dark] .dropdown-item:hover{padding-left:1.5rem}.nb-settings-wrap{position:relative;flex-shrink:0}.nb-settings-btn{position:relative;width:49px;height:49px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s ease}.nb-settings-btn-img{width:48px;height:28px;filter:brightness(0) opacity(.75);transition:filter .15s}.nb-settings-btn:hover{background:#ffffff80;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.nb-settings-btn:hover .nb-settings-btn-img{filter:brightness(0) opacity(.9)}.nb-settings-btn--open{background:#007aff1f!important;border-color:#007aff4d!important}.nb-settings-btn--open .nb-settings-btn-img{filter:invert(36%) sepia(98%) saturate(1700%) hue-rotate(199deg) brightness(97%) contrast(101%) opacity(1)}.nb-settings-btn:hover{background:#0000001a}.nb-settings-btn--open{background:#007aff1f!important}.nb-settings-overlay{position:fixed;inset:0;z-index:999}.nb-settings-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:1000;min-width:260px;background:#fcfcfff7;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 12px 36px #00000024,0 2px 8px #0000000f;overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:nb-settings-in .15s ease}@keyframes nb-settings-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.nb-settings-header{padding:.55rem 1rem .3rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;opacity:.38;color:var(--dark)}.nb-settings-header--dev{color:#7c3aed;opacity:.7}.nb-settings-divider{margin:.3rem 0;border:none;border-top:1px solid rgba(0,0,0,.06)}.nb-settings-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;border:none;background:none;cursor:pointer;text-align:left;transition:background .12s}.nb-settings-item:hover{background:#007aff0f}.nb-settings-item--dev:hover{background:#7c3aed12}.nb-settings-icon{font-size:1.2rem;flex-shrink:0;width:28px;text-align:center}.nb-settings-item-title{font-size:.85rem;font-weight:600;color:var(--dark)}.nb-settings-item--dev .nb-settings-item-title{color:#6d28d9}.nb-settings-item-desc{font-size:.72rem;color:var(--dark);opacity:.45;margin-top:.1rem}[data-theme=dark] .nb-settings-btn{background:#ffffff14;color:#fff}[data-theme=dark] .nb-settings-btn .nb-settings-btn-img{filter:invert(1) brightness(1) opacity(.75)}[data-theme=dark] .nb-settings-btn:hover .nb-settings-btn-img{filter:invert(1) brightness(1) opacity(1)}[data-theme=dark] .nb-settings-btn--open .nb-settings-btn-img{filter:invert(36%) sepia(98%) saturate(1700%) hue-rotate(199deg) brightness(120%) contrast(101%)}[data-theme=dark] .nb-settings-btn:hover{background:#ffffff24}[data-theme=dark] .nb-settings-btn--open{background:#007aff33!important}[data-theme=dark] .nb-settings-menu{background:#1c1c23f7;border-color:#ffffff1a}[data-theme=dark] .nb-settings-item:hover{background:#ffffff0d}[data-theme=dark] .nb-settings-item--dev:hover{background:#a78bfa1a}[data-theme=dark] .nb-settings-item-title{color:#ffffffe6}[data-theme=dark] .nb-settings-item--dev .nb-settings-item-title{color:#c4b5fd}[data-theme=dark] .nb-settings-item-desc{color:#ffffff61;opacity:1}[data-theme=dark] .nb-settings-divider{border-top-color:#ffffff14}[data-theme=dark] .nb-settings-header{color:#ffffff61}[data-theme=dark] .nb-settings-header--dev{color:#a78bfa;opacity:.85}.bnb-wrap{position:relative;display:flex;align-items:center}.bnb-bell{position:relative;width:49px;height:49px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s ease}.bnb-bell:hover{background:#ffffff80;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.bnb-bell--open{background:#ff3b301a;border-color:#ff3b304d}.bnb-icon{width:48px;height:28px;filter:brightness(0) opacity(.75)}.bnb-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#ff3b30;color:#fff;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;animation:bnb-pop .3s cubic-bezier(.34,1.56,.64,1)}.bnb-status-dots{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);display:flex;gap:3px;pointer-events:none}.bnb-sdot{min-width:16px;height:16px;padding:0 4px;border-radius:8px;font-size:.58rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;animation:bnb-pop .25s cubic-bezier(.34,1.56,.64,1);line-height:1}.bnb-sdot--open{background:#ff3b30;color:#fff}.bnb-sdot--progress{background:#ff9500;color:#fff}@keyframes bnb-pop{0%{transform:scale(0)}to{transform:scale(1)}}.bnb-panel{position:absolute;top:calc(100% + .6rem);right:0;z-index:8000;width:360px;max-width:calc(100vw - 2rem);max-height:520px;display:flex;flex-direction:column;background:#fcfcfff7;border:1px solid rgba(0,0,0,.1);border-radius:1.25rem;box-shadow:0 16px 48px #0000002e,0 0 0 1px #ffffff80;overflow:hidden;animation:bnb-drop .18s cubic-bezier(.34,1.56,.64,1)}@keyframes bnb-drop{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.bnb-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid rgba(0,0,0,.07);background:#00000005;flex-shrink:0}.bnb-panel-title{font-weight:700;font-size:.88rem;color:#1a1a2e}.bnb-panel-count{font-size:.72rem;opacity:.4}.bnb-show-closed-btn{padding:.15rem .55rem;border-radius:2rem;border:1px solid rgba(0,0,0,.15);background:transparent;font-size:.65rem;font-weight:600;font-family:inherit;cursor:pointer;color:#888;transition:background .15s,color .15s}.bnb-show-closed-btn:hover{background:#0000000f;color:#444}.bnb-list{overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.bnb-empty{padding:2rem;text-align:center;color:#34c759;font-size:.85rem;font-weight:600}.bnb-item{border-bottom:1px solid rgba(0,0,0,.05);transition:background .12s}.bnb-item:last-child{border-bottom:none}.bnb-item--unread{background:#007aff0a}.bnb-item--unread .bnb-item-page{font-weight:700}.bnb-item-header{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;cursor:pointer}.bnb-item-header:hover{background:#00000008}.bnb-item-sev{font-size:.9rem;flex-shrink:0;margin-top:.1rem}.bnb-item-meta{flex:1;min-width:0}.bnb-item-page{font-size:.78rem;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.bnb-item-desc{font-size:.72rem;color:#888;margin-top:.1rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.bnb-item-time{font-size:.65rem;opacity:.35;font-family:monospace}.bnb-item-chevron{font-size:.75rem;opacity:.35}.bnb-dismiss-btn{background:transparent;border:none;cursor:pointer;font-size:.8rem;opacity:.45;padding:0 3px;line-height:1;transition:opacity .15s;color:inherit}.bnb-dismiss-btn:hover{opacity:.8}.bnb-item--closed{opacity:.45;background:#00000005}.bnb-item--closed .bnb-item-page{color:#888}.bnb-item-body{padding:0 1rem .85rem 2.4rem;display:flex;flex-direction:column;gap:.3rem}.bnb-item-row{display:flex;gap:.5rem;font-size:.75rem;color:#1a1a2e;align-items:baseline}.bnb-item-lbl{font-size:.65rem;font-weight:700;opacity:.4;text-transform:uppercase;letter-spacing:.4px;flex-shrink:0}.bnb-item-desc-full{font-size:.78rem;color:#444;background:#00000008;border-radius:.5rem;padding:.5rem .65rem;line-height:1.5;margin-top:.2rem}.bnb-screenshot{max-width:100%;max-height:140px;border-radius:.5rem;border:1px solid rgba(0,0,0,.1);cursor:pointer;margin-top:.25rem;object-fit:cover}.bnb-status-row{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.bnb-status-btns{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.35rem}.bnb-status-btn{padding:.2rem .65rem;border-radius:2rem;border:1.5px solid;background:transparent;font-size:.68rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.bnb-status-btn:hover{opacity:.7}.bnb-status-btn:disabled{opacity:.3;cursor:not-allowed}.bnb-resolve-box{margin-top:.5rem;background:#34c7590f;border:1.5px solid rgba(52,199,89,.3);border-radius:.6rem;padding:.6rem .7rem .5rem;display:flex;flex-direction:column;gap:.4rem}.bnb-resolve-label{font-size:.72rem;font-weight:700;color:#1a7a35}.bnb-resolve-label span{font-weight:400;opacity:.6}.bnb-resolve-textarea{width:100%;resize:vertical;min-height:60px;border:1px solid rgba(52,199,89,.35);border-radius:.4rem;padding:.4rem .5rem;font-family:inherit;font-size:.78rem;background:#fff;color:#222;outline:none;box-sizing:border-box}.bnb-resolve-textarea:focus{border-color:#34c759}.bnb-resolve-actions{display:flex;gap:.35rem;justify-content:flex-end}.bnb-resolve-cancel{padding:.25rem .7rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.15);background:transparent;font-size:.68rem;font-weight:600;font-family:inherit;cursor:pointer;color:#666;transition:all .15s}.bnb-resolve-cancel:hover{background:#0000000d}.bnb-resolve-confirm{padding:.25rem .8rem;border-radius:2rem;border:none;background:#34c759;color:#fff;font-size:.68rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .15s}.bnb-resolve-confirm:hover{background:#2aad4a}.bnb-resolve-confirm:disabled{opacity:.4;cursor:not-allowed}.bnb-ua{font-size:.7rem;opacity:.7;font-variant-numeric:tabular-nums}.bnb-resolution-note{margin-top:.4rem;background:#34c75912;border-left:3px solid #34c759;border-radius:0 .4rem .4rem 0;padding:.35rem .55rem;font-size:.75rem;white-space:pre-line;color:#1a7a35;display:flex;flex-direction:column;gap:.15rem}.cl-backdrop{position:fixed;inset:0;z-index:9100;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:cl-fade-in .2s ease}@keyframes cl-fade-in{0%{opacity:0}to{opacity:1}}.cl-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9101;width:520px;max-width:calc(100vw - 2rem);max-height:78vh;display:flex;flex-direction:column;background:#fcfcfffa;border:1px solid rgba(0,0,0,.1);border-radius:1.75rem;box-shadow:0 32px 80px #00000038;animation:cl-pop-in .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes cl-pop-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.cl-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.4rem 1rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.cl-header-left{display:flex;align-items:center;gap:.85rem}.cl-rocket{font-size:2.2rem;animation:cl-rocket-bounce .6s cubic-bezier(.34,1.56,.64,1) .2s both}@keyframes cl-rocket-bounce{0%{transform:translateY(10px) scale(.7);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.cl-title{font-size:1.05rem;font-weight:800;color:#1a1a2e;margin:0}.cl-subtitle{font-size:.78rem;color:#888;margin:.15rem 0 0}.cl-close{width:32px;height:32px;border-radius:50%;border:none;background:#0000000f;font-size:.8rem;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.cl-close:hover{background:#0000001f}.cl-body{flex:1;overflow-y:auto;padding:1.1rem 1.4rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.cl-release{display:flex;flex-direction:column;gap:.85rem}.cl-release+.cl-release{padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.07)}.cl-release-header{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.cl-release-version{font-size:1rem;font-weight:800;color:#1a1a2e;font-family:DM Mono,monospace}.cl-release-date{font-size:.72rem;color:#aaa}.cl-release-badge{font-size:.62rem;font-weight:700;padding:.1rem .55rem;border-radius:2rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.2);text-transform:uppercase;letter-spacing:.4px}.cl-group{display:flex;flex-direction:column;gap:.35rem}.cl-group-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.3rem}.cl-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.cl-item{font-size:.84rem;color:#333;padding:.45rem .75rem;background:#00000006;border-radius:.6rem;border-left:2.5px solid rgba(0,0,0,.08);line-height:1.45;animation:cl-item-in .2s ease both}@keyframes cl-item-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.cl-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem;color:#bbb;font-size:.85rem}.cl-footer{padding:1rem 1.4rem;border-top:1px solid rgba(0,0,0,.07);display:flex;justify-content:flex-end;gap:.5rem;flex-shrink:0}.cl-btn{padding:.6rem 1.4rem;border-radius:2rem;border:none;font-family:inherit;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .15s}.cl-btn--primary{background:#1a1a2e;color:#fff;box-shadow:0 2px 8px #1a1a2e33}.cl-btn--primary:hover{background:#2d2d4e;transform:translateY(-1px)}.cl-btn--ghost{background:#0000000d;color:#555}.cl-btn--ghost:hover{background:#0000001a}.section{height:100vh;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2rem}.index-spacer{flex:1;display:flex;justify-content:center;align-items:center}.version-footer{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.3);background-color:#ffffff1a;border-radius:0 0 68px 68px}.version-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.version-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--dark);opacity:.6}.version-value{font-size:.875rem;font-weight:600;color:var(--dark);font-family:Courier New,monospace}.version-divider{width:1px;height:2rem;background-color:#0000001a}.version-changelog-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;border-radius:2rem;border:1px solid rgba(0,0,0,.1);background:#ffffff59;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--dark);font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;opacity:.7}.version-changelog-btn:hover{opacity:1;background:#ffffff8c;border-color:#ffffffb3;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.version-changelog-btn--new{opacity:1;border-color:#34c75966;background:#34c7591a;color:#1a7a35;animation:cl-btn-pulse 2.5s ease infinite}@keyframes cl-btn-pulse{0%,to{box-shadow:0 0 #34c75959}50%{box-shadow:0 0 0 6px #34c75900}}.version-changelog-dot{width:7px;height:7px;border-radius:50%;background:#34c759;flex-shrink:0;animation:cl-dot-pop .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes cl-dot-pop{0%{transform:scale(0)}to{transform:scale(1)}}.version-sha{font-family:Courier New,monospace;font-size:.65rem;opacity:.45;letter-spacing:.3px}.cred-section{position:relative;height:100vh;padding:2rem}.cred-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.cred-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.cred-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.cred-body::-webkit-scrollbar{width:6px}.cred-body::-webkit-scrollbar-track{background:transparent}.cred-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.cred-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.cred-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.cred-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.cred-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cred-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.cred-btn-add-icon{font-size:1.1rem;line-height:1;font-weight:400}.cred-list{display:flex;flex-direction:column;gap:0;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cred-agent-row{display:flex;align-items:center;gap:1rem;padding:.9rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.05);animation:cred-row-in .35s ease both}.cred-agent-row:last-child{border-bottom:none}.cred-agent-row:hover{background:#ffffff73}.cred-agent-row:active{background:#0000000a}@keyframes cred-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cred-agent-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#007aff40,#5856d633);border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#007aff;flex-shrink:0}.cred-agent-info{flex:1;min-width:0}.cred-agent-name{display:block;font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:.25rem}.cred-agent-roles{display:flex;flex-wrap:wrap;gap:.35rem}.cred-role-pill{display:inline-block;padding:.15rem .6rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.2);border-radius:2rem;font-size:.75rem;font-weight:600}.cred-no-roles{font-size:.8rem;color:var(--dark);opacity:.35;font-style:italic}.cred-agent-chevron{font-size:1.2rem;color:var(--dark);opacity:.25;flex-shrink:0;transition:opacity .15s}.cred-agent-row:hover .cred-agent-chevron{opacity:.5}.cred-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:.75rem}.cred-empty-icon{font-size:2.5rem;opacity:.3}.cred-empty-title{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.cred-loading-state,.cred-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;height:100%;color:var(--dark);opacity:.6}.cred-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:cred-spin .7s linear infinite}@keyframes cred-spin{to{transform:rotate(360deg)}}.cred-error-icon{font-size:2rem}.cred-overlay{position:fixed;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1100}.cred-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cred-panel{position:fixed;top:0;right:0;height:100%;width:420px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0;z-index:1110;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.cred-panel--open{transform:translate(0)}.cred-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.cred-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.cred-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.cred-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.cred-panel-close:hover{background:#00000021}.cred-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.cred-panel-body::-webkit-scrollbar{width:5px}.cred-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.cred-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:1.5rem 0 .6rem}.cred-section-label:first-child{margin-top:0}.cred-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden}.cred-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.cred-field:last-child{border-bottom:none}.cred-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.cred-required{color:#ff3b30}.cred-optional{font-weight:400;text-transform:none;letter-spacing:0;opacity:.8}.cred-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.cred-input::placeholder{color:var(--dark);opacity:.25}.cred-input--error{color:#ff3b30}.cred-field-error{font-size:.78rem;color:#ff3b30;margin-top:.3rem}.cred-roles-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden}.cred-role-toggle{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer;transition:background .15s ease}.cred-role-toggle:last-child{border-bottom:none}.cred-role-toggle:hover{background:#00000005}.cred-role-toggle-name{font-size:.9rem;font-weight:500;color:var(--dark)}.cred-toggle-switch{position:relative;width:44px;height:26px;flex-shrink:0}.cred-toggle-switch input{opacity:0;width:0;height:0;position:absolute}.cred-toggle-switch:before{content:"";position:absolute;inset:0;background:#0000001f;border-radius:13px;transition:background .25s ease}.cred-toggle-switch--on:before{background:#34c759}.cred-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;transition:transform .25s cubic-bezier(.4,0,.2,1)}.cred-toggle-switch--on .cred-toggle-knob{transform:translate(18px)}.cred-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.cred-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.cred-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.cred-btn-primary:disabled{opacity:.5;cursor:not-allowed}.cred-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.cred-btn-ghost:hover:not(:disabled){background:#00000017}.cred-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.cred-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:768px){.cred-body{padding:1.5rem}.cred-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.cred-panel{width:100%;max-width:100%;border-radius:0;border-left:none;border-top:1px solid rgba(255,255,255,.5);top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0}.cred-panel--open{transform:translateY(0)}}.perm-section{position:relative;height:100vh;padding:2rem}.perm-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.perm-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.perm-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding:2.5rem 3rem;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.perm-body::-webkit-scrollbar{width:5px}.perm-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.perm-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap;flex-shrink:0}.perm-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.perm-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.perm-header-actions{display:flex;align-items:center;gap:.75rem}.perm-btn-save{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit}.perm-btn-save:hover:not(:disabled){background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.perm-btn-save:disabled{opacity:.4;cursor:not-allowed}.perm-btn-ghost{display:inline-flex;align-items:center;padding:.6rem 1.25rem;background:#fff6;color:var(--dark);border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit}.perm-btn-ghost:hover:not(:disabled){background:#ffffffa6}.perm-btn-ghost:disabled{opacity:.4;cursor:not-allowed}.perm-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--dark);opacity:.6}.perm-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:perm-spin .7s linear infinite}@keyframes perm-spin{to{transform:rotate(360deg)}}.perm-layout{display:grid;grid-template-columns:240px 1fr;gap:1.25rem;flex:1;min-height:0}.perm-roles-panel{display:flex;flex-direction:column;gap:.6rem;min-height:0}.perm-panel-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;flex-shrink:0}.perm-roles-list{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.25rem;overflow-y:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.perm-roles-list::-webkit-scrollbar{width:5px}.perm-roles-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.perm-role-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:perm-row-in .3s ease both}.perm-role-row:last-child{border-bottom:none}.perm-role-row:hover{background:#ffffff73}.perm-role-row--active{background:#007aff14!important}.perm-role-row--active .perm-role-name{color:#007aff;font-weight:600}.perm-role-row--active .perm-role-chevron{opacity:.7;color:#007aff}@keyframes perm-row-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.perm-role-icon{width:30px;height:30px;border-radius:50%;background:#007aff1f;color:#007aff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.perm-role-name{font-size:.875rem;font-weight:500;color:var(--dark);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.perm-role-chevron{font-size:1rem;color:var(--dark);opacity:.2;transition:opacity .15s}.perm-role-row:hover .perm-role-chevron{opacity:.45}.perm-permissions-panel{display:flex;flex-direction:column;gap:1rem;min-height:0;overflow:hidden}.perm-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.5rem;background:#ffffff40;border:1px solid rgba(255,255,255,.45);border-radius:1.25rem;padding:3rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.perm-empty-icon{font-size:2.5rem;opacity:.25}.perm-empty-title{font-size:.95rem;color:var(--dark);opacity:.45;margin:0;font-weight:500}.perm-empty-hint{font-size:.8rem;color:var(--dark);opacity:.3;margin:0}.perm-empty-small{font-size:.85rem;color:var(--dark);opacity:.4;padding:1.5rem;text-align:center}.perm-filters{display:flex;flex-direction:column;gap:.65rem;flex-shrink:0}.perm-search-wrap{position:relative;display:flex;align-items:center}.perm-search-icon{position:absolute;left:.85rem;font-size:1.1rem;color:var(--dark);opacity:.35;pointer-events:none}.perm-search{padding:.55rem 2.25rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;color:var(--dark);font-family:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;width:100%;outline:none}.perm-search::placeholder{color:var(--dark);opacity:.3}.perm-search:focus{background:#ffffffa6;border-color:#007aff66;box-shadow:0 0 0 3px #007aff14}.perm-search-clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.7rem;color:var(--dark);opacity:.4;padding:0;transition:opacity .15s}.perm-search-clear:hover{opacity:.7}.perm-category-tabs{display:flex;flex-wrap:wrap;gap:.4rem}.perm-cat-tab{padding:.3rem .75rem;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:2rem;font-size:.78rem;font-weight:500;color:var(--dark);cursor:pointer;transition:all .15s ease;font-family:inherit;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.perm-cat-tab:hover{background:#ffffff8c}.perm-cat-tab--active{background:#007aff1f;color:#007aff;border-color:#007aff4d;font-weight:600}.perm-groups{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;flex:1;padding-right:.25rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.perm-groups::-webkit-scrollbar{width:5px}.perm-groups::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.perm-group{display:flex;flex-direction:column;gap:.4rem}.perm-group-label{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;padding:0 .25rem}.perm-group-emoji{font-size:.9rem}.perm-group-count{margin-left:auto;background:#00000012;color:var(--dark);opacity:.5;font-size:.7rem;padding:.1rem .45rem;border-radius:1rem;font-weight:600}.perm-group-list{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1rem;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.perm-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s ease}.perm-item:last-child{border-bottom:none}.perm-item:hover{background:#fff6}.perm-item--checked{background:#34c7590a}.perm-item-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.perm-item-key{font-size:.875rem;font-weight:500;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.perm-item-desc{font-size:.78rem;color:var(--dark);opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.perm-toggle{position:relative;width:44px;height:26px;flex-shrink:0}.perm-toggle input{opacity:0;width:0;height:0;position:absolute}.perm-toggle:before{content:"";position:absolute;inset:0;background:#0000001f;border-radius:13px;transition:background .25s ease}.perm-toggle--on:before{background:#34c759}.perm-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;transition:transform .25s cubic-bezier(.4,0,.2,1)}.perm-toggle--on .perm-toggle-knob{transform:translate(18px)}@media(max-width:900px){.perm-layout{grid-template-columns:1fr;overflow-y:auto}.perm-roles-panel{max-height:200px}.perm-body{overflow-y:auto}}@media(max-width:600px){.perm-body{padding:1.5rem}.perm-page-header{flex-direction:column;align-items:flex-start}.perm-header-actions{width:100%;flex-direction:column}.perm-btn-save,.perm-btn-ghost{width:100%;justify-content:center}.perm-category-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem}}.comm-section{position:relative;height:100vh;padding:2rem}.comm-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.comm-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.comm-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.comm-body::-webkit-scrollbar{width:6px}.comm-body::-webkit-scrollbar-track{background:transparent}.comm-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.comm-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.comm-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.comm-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.comm-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.comm-search-wrap{position:relative;display:flex;align-items:center}.comm-search-icon{position:absolute;left:.85rem;font-size:1.1rem;color:var(--dark);opacity:.35;pointer-events:none;line-height:1}.comm-search{padding:.55rem 2.25rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;color:var(--dark);font-family:inherit;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s ease;width:200px;outline:none}.comm-search::placeholder{color:var(--dark);opacity:.35}.comm-search:focus{background:#ffffffa6;border-color:#007aff66;width:240px;box-shadow:0 0 0 3px #007aff14}.comm-search-clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.7rem;color:var(--dark);opacity:.4;padding:0;line-height:1;transition:opacity .15s}.comm-search-clear:hover{opacity:.7}.comm-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);white-space:nowrap}.comm-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.comm-btn-add-icon{font-size:1.1rem;line-height:1;font-weight:400}.comm-list{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.comm-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:comm-row-in .35s ease both}.comm-row:last-child{border-bottom:none}.comm-row:hover{background:#ffffff73}.comm-row:active{background:#0000000a}@keyframes comm-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.comm-avatar{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.comm-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.comm-name{font-size:.93rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comm-email{font-size:.8rem;color:var(--dark);opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comm-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.comm-agent-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;background:#34c7591a;color:#34c759;border:1px solid rgba(52,199,89,.25);border-radius:2rem;font-size:.75rem;font-weight:600}.comm-agent-dot{width:5px;height:5px;border-radius:50%;background:#34c759;flex-shrink:0}.comm-restriction-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;background:#ff95001a;color:#ff9500;border:1px solid rgba(255,149,0,.25);border-radius:2rem;font-size:.75rem;font-weight:600}.comm-chevron{font-size:1.2rem;color:var(--dark);opacity:.25;flex-shrink:0;transition:opacity .15s}.comm-row:hover .comm-chevron{opacity:.5}.comm-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:.75rem}.comm-empty-icon{font-size:2.5rem;opacity:.3}.comm-empty-title{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.comm-loading-state,.comm-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;height:100%;color:var(--dark);opacity:.6}.comm-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:comm-spin .7s linear infinite}@keyframes comm-spin{to{transform:rotate(360deg)}}.comm-error-icon{font-size:2rem}.comm-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.comm-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.comm-panel{position:absolute;top:0;right:0;height:100%;width:440px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.comm-panel--open{transform:translate(0)}.comm-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.comm-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.comm-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.comm-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.comm-panel-close:hover{background:#00000021}.comm-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.comm-panel-body::-webkit-scrollbar{width:5px}.comm-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.comm-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:1.5rem 0 .6rem}.comm-section-label:first-child{margin-top:0}.comm-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.comm-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.comm-field:last-child{border-bottom:none}.comm-field:first-child{border-radius:1rem 1rem 0 0}.comm-field:last-child{border-radius:0 0 1rem 1rem}.comm-field:only-child{border-radius:1rem}.comm-field--select{position:relative}.comm-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.comm-required{color:#ff3b30}.comm-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.comm-input::placeholder{color:var(--dark);opacity:.25}.comm-input--error{color:#ff3b30}.comm-field-error{font-size:.78rem;color:#ff3b30;margin-top:.3rem}.comm-custom-select{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0;gap:.5rem;-webkit-user-select:none;user-select:none;position:relative}.comm-custom-select-value{font-size:.95rem;color:var(--dark, #11254f);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comm-custom-select-placeholder{font-size:.95rem;color:var(--dark, #11254f);opacity:.28;flex:1}.comm-custom-select-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--dark, #11254f);opacity:.35;flex-shrink:0;transition:transform .2s ease,opacity .2s;margin-top:1px}.comm-custom-select--open .comm-custom-select-arrow{transform:rotate(180deg);opacity:.6}.comm-custom-select-dropdown{position:absolute;top:calc(100% + 10px);left:-1rem;right:-1rem;background:#fcfcfff7;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(0,0,0,.09);border-radius:.875rem;box-shadow:0 8px 28px #0000001f,0 2px 8px #0000000f;z-index:2000;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent;animation:comm-dropdown-in .18s cubic-bezier(.34,1.56,.64,1)}@keyframes comm-dropdown-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.comm-custom-select-dropdown::-webkit-scrollbar{width:4px}.comm-custom-select-dropdown::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.comm-custom-select-option{padding:.7rem 1.1rem;font-size:.9rem;color:var(--dark, #11254f);cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s;display:flex;align-items:center;gap:.5rem}.comm-custom-select-option:last-child{border-bottom:none}.comm-custom-select-option:hover{background:#007aff0f;color:#007aff}.comm-custom-select-option--active{background:#007aff14;color:#007aff;font-weight:600}.comm-custom-select-option--active:before{content:"✓";font-size:.75rem;color:#007aff;font-weight:700;margin-right:.1rem}.comm-custom-select-option:first-child{color:var(--dark, #11254f);opacity:.45;font-style:italic}.comm-custom-select-option:first-child:hover{opacity:1;color:var(--dark, #11254f);background:#0000000a}.comm-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.comm-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.comm-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.comm-btn-primary:disabled{opacity:.5;cursor:not-allowed}.comm-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.comm-btn-ghost:hover:not(:disabled){background:#00000017}.comm-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.comm-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}.comm-visibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.comm-visibility-col{display:flex;flex-direction:column;padding:.75rem 1rem}.comm-visibility-col:first-child{border-right:1px solid rgba(0,0,0,.06)}.comm-visibility-col-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark);opacity:.5;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.06)}.comm-visibility-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .12s;border-radius:.4rem;padding:.35rem 0 .35rem .3rem;margin:0 -.3rem}.comm-visibility-item:hover{background:#007aff0a}.comm-visibility-check{width:16px;height:16px;accent-color:#007aff;cursor:pointer;flex-shrink:0;margin:0}.comm-visibility-name{font-size:.85rem;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;-webkit-user-select:none;user-select:none}.comm-visibility-item--all{padding-bottom:.45rem;margin-bottom:.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.comm-visibility-name--all{font-weight:600;font-size:.8rem;opacity:.7}.comm-visibility-loading{display:flex;align-items:center;justify-content:center;padding:1.25rem 0}.comm-spinner--sm{width:18px;height:18px;border-width:2px}.comm-billing-col{display:flex;flex-direction:column;padding:.75rem 1rem}.comm-billing-empty{font-size:.85rem;color:var(--dark);opacity:.45;text-align:center;padding:.75rem 0;margin:0}.comm-billing-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .3rem;cursor:pointer;transition:background .12s;border-radius:.5rem;margin:0 -.3rem}.comm-billing-item:hover{background:#007aff0a}.comm-billing-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.comm-billing-name{font-size:.85rem;color:var(--dark);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comm-billing-id{font-size:.72rem;color:var(--dark);opacity:.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comm-billing-default-btn{margin-left:auto;font-size:.7rem;padding:.12rem .45rem;border-radius:2rem;border:1px solid rgba(0,0,0,.1);background:transparent;color:var(--dark);opacity:.55;cursor:pointer;font-weight:600;font-family:inherit;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.comm-billing-default-btn:hover{opacity:.8;border-color:#007aff4d}.comm-billing-default-btn--active{background:#007aff1f;border-color:#007aff66;color:#007aff;opacity:1}.comm-email-subs{display:flex;flex-direction:column;gap:.75rem}.comm-email-subs-empty{font-size:.85rem;color:var(--dark);opacity:.45;text-align:center;padding:.75rem 0}.comm-email-sub-row{display:flex;align-items:flex-end;gap:.5rem;padding:.6rem .75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;flex-wrap:wrap}.comm-email-sub-field{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:120px}.comm-email-sub-field--dropdown{position:relative}.comm-email-sub-field--toggle{flex:0 0 auto;min-width:auto;align-items:center}.comm-label--sm{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;opacity:.5}.comm-email-sub-field--dropdown .comm-custom-select-dropdown{left:0;right:0;max-height:200px}.comm-email-sub-remove{background:none;border:none;color:#ff3b30;font-size:1rem;cursor:pointer;padding:.35rem .5rem;border-radius:.4rem;opacity:.6;transition:opacity .15s;align-self:center}.comm-email-sub-remove:hover{opacity:1;background:#ff3b301a}.comm-email-sub-add{background:none;border:1px dashed rgba(255,255,255,.15);color:var(--blue);font-size:.85rem;font-family:inherit;cursor:pointer;padding:.5rem;border-radius:.65rem;text-align:center;transition:background .15s,border-color .15s}.comm-email-sub-add:hover{background:#007aff0f;border-color:#007aff40}@media(max-width:768px){.comm-body{padding:1.5rem}.comm-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.comm-header-actions{width:100%;flex-direction:column;align-items:stretch}.comm-search{width:100%}.comm-search:focus{width:100%}.comm-meta{display:none}.comm-panel{width:100%;max-width:100%;top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.comm-panel--open{transform:translateY(0)}}.roles-section{position:relative;height:100vh;padding:2rem}.roles-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.roles-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.roles-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.roles-body::-webkit-scrollbar{width:6px}.roles-body::-webkit-scrollbar-track{background:transparent}.roles-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.roles-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem}.roles-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.roles-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.roles-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);white-space:nowrap;font-family:inherit}.roles-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.roles-btn-add-icon{font-size:1.1rem;line-height:1;font-weight:400}.roles-list{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.roles-row{display:flex;align-items:center;gap:1rem;padding:.9rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:roles-row-in .35s ease both}.roles-row:last-child{border-bottom:none}.roles-row:hover{background:#ffffff73}.roles-row:active{background:#00000008}@keyframes roles-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.roles-avatar{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}.roles-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.roles-name{font-size:.93rem;font-weight:600;color:var(--dark)}.roles-desc{font-size:.8rem;color:var(--dark);opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roles-chevron{font-size:1.2rem;color:var(--dark);opacity:.25;flex-shrink:0;transition:opacity .15s}.roles-row:hover .roles-chevron{opacity:.5}.roles-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:.75rem}.roles-empty-icon{font-size:2.5rem;opacity:.3}.roles-empty-title{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.roles-loading-state,.roles-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;height:100%;color:var(--dark);opacity:.6}.roles-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:roles-spin .7s linear infinite}@keyframes roles-spin{to{transform:rotate(360deg)}}.roles-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.roles-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.roles-panel{position:absolute;top:0;right:0;height:100%;width:400px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.roles-panel--open{transform:translate(0)}.roles-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.roles-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.roles-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.roles-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.roles-panel-close:hover{background:#00000021}.roles-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.roles-panel-body::-webkit-scrollbar{width:5px}.roles-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.roles-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.roles-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden}.roles-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.roles-field:last-child{border-bottom:none}.roles-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.roles-required{color:#ff3b30}.roles-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.roles-input::placeholder{color:var(--dark);opacity:.25}.roles-textarea{border:none;background:transparent;font-size:.9rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%;resize:none;line-height:1.5}.roles-textarea::placeholder{color:var(--dark);opacity:.25}.roles-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.roles-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.roles-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.roles-btn-primary:disabled{opacity:.5;cursor:not-allowed}.roles-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.roles-btn-ghost:hover:not(:disabled){background:#00000017}.roles-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.roles-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:768px){.roles-body{padding:1.5rem}.roles-page-header{flex-direction:column;align-items:flex-start}.roles-panel{width:100%;max-width:100%;top:auto;bottom:0;height:85%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.roles-panel--open{transform:translateY(0)}}.cp-section{height:100vh;position:relative;padding:2rem}.cp-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.cp-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.35));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.12));display:flex;flex-direction:column;overflow:hidden}.cp-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.cp-body::-webkit-scrollbar{width:5px}.cp-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.cp-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.cp-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.5px}.cp-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.cp-editing-banner{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.2rem;background:#007aff12;border:1px solid rgba(0,122,255,.18);border-radius:.875rem;font-size:.82rem;font-weight:600;color:#05c}.cp-no-permission{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 4rem);font-size:1rem;color:var(--dark, #11254f);opacity:.4}.cp-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}.cp-card-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between}.cp-card-title{font-size:.875rem;font-weight:700;color:var(--dark, #11254f);margin:0}.cp-card-body{padding:1.25rem 1.5rem 1.5rem}.cp-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.35;margin:0 0 .9rem;display:flex;align-items:center;gap:.5rem}.cp-section-label:after{content:"";flex:1;height:1px;background:#00000012}.cp-field{display:flex;flex-direction:column;gap:.35rem}.cp-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.cp-required{color:#ff3b30;margin-left:.2rem;opacity:1}.cp-input,.cp-select{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark, #11254f);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.cp-input:focus,.cp-select:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.cp-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.cp-react-select [class*=-control]{background:#fff9!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:.75rem!important;box-shadow:none!important;min-height:38px!important;font-size:.875rem!important;font-family:inherit!important;transition:border-color .15s,box-shadow .15s!important}.cp-react-select [class*=-control]:hover{border-color:#007aff59!important}.cp-react-select [class*=-control--is-focused]{border-color:#007aff73!important;box-shadow:0 0 0 3px #007aff14!important;background:#ffffffd1!important}.cp-react-select [class*=-menu]{border-radius:.75rem!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 24px #0000001f!important;overflow:hidden!important;font-family:inherit!important;font-size:.875rem!important}.cp-react-select [class*=-option--is-focused]{background:#007aff14!important}.cp-react-select [class*=-option--is-selected]{background:#007aff26!important;color:#007aff!important}.cp-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1rem}.cp-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;padding-top:.25rem}.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:.75rem;border:1px solid transparent;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap}.cp-btn:hover{transform:translateY(-1px)}.cp-btn:active{transform:translateY(0)}.cp-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.cp-btn--primary:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.cp-btn--success{background:#34c759;color:#fff;border-color:#34c759;box-shadow:0 2px 8px #34c75940}.cp-btn--success:hover{background:#28a745}.cp-btn--ghost{background:#ffffff8c;color:var(--dark, #11254f);border-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-btn--ghost:hover{background:#ffffffbf}.cp-btn--danger{background:#ff3b3014;color:#c0291f;border-color:#ff3b3038}.cp-btn--danger:hover{background:#ff3b3024}.cp-btn--warning{background:#ff95001a;color:#b86e00;border-color:#ff950040}.cp-btn--warning:hover{background:#ff95002e}.cp-btn--sm{padding:.3rem .7rem;font-size:.75rem;border-radius:.55rem}.cp-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.cp-results-count{font-size:.78rem;color:var(--dark, #11254f);opacity:.45}.cp-table-wrap{overflow-x:auto}.cp-table{width:100%;border-collapse:collapse;font-size:.82rem}.cp-table thead{position:sticky;top:0;background:#ffffffb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cp-table th{padding:.6rem .85rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.cp-table th:last-child{text-align:right}.cp-table td{padding:.7rem .85rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark, #11254f);vertical-align:middle}.cp-table td:last-child{text-align:right}.cp-table tr:last-child td{border-bottom:none}.cp-table tbody tr{transition:background .12s;animation:cp-row-in .22s ease both}.cp-table tbody tr:hover{background:#ffffff73}@keyframes cp-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.cp-table tbody tr:nth-child(1){animation-delay:.02s}.cp-table tbody tr:nth-child(2){animation-delay:.04s}.cp-table tbody tr:nth-child(3){animation-delay:.06s}.cp-table tbody tr:nth-child(4){animation-delay:.08s}.cp-table tbody tr:nth-child(5){animation-delay:.1s}.cp-table tbody tr:nth-child(6){animation-delay:.12s}.cp-table tbody tr:nth-child(7){animation-delay:.14s}.cp-table tbody tr:nth-child(8){animation-delay:.16s}.cp-table tbody tr:nth-child(9){animation-delay:.18s}.cp-table tbody tr:nth-child(10){animation-delay:.2s}.cp-type-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:2rem;font-size:.7rem;font-weight:700;background:#5856d614;color:#5856d6;border:1px solid rgba(88,86,214,.18);white-space:nowrap}.cp-origin-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:2rem;font-size:.7rem;font-weight:700;white-space:nowrap}.cp-origin-badge--lead{background:#ff95001a;color:#b86e00;border:1px solid rgba(255,149,0,.22)}.cp-origin-badge--customer{background:#34c7591a;color:#1a7c38;border:1px solid rgba(52,199,89,.22)}.cp-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.cp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;gap:.5rem;text-align:center}.cp-empty-icon{font-size:2.5rem;opacity:.22}.cp-empty-text{font-size:.875rem;color:var(--dark, #11254f);opacity:.28;font-style:italic}.cp-state-msg{text-align:center;padding:3rem 1rem;font-size:.875rem;color:var(--dark, #11254f);opacity:.35;font-style:italic}@media(max-width:1280px){.cp-body{padding:2rem}.cp-form-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.cp-form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.cp-form-grid{grid-template-columns:1fr}}.sor-section{height:100vh;position:relative;padding:2rem}.sor-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.sor-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.35));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.12));display:flex;flex-direction:column;overflow:hidden}.sor-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.sor-body::-webkit-scrollbar{width:5px}.sor-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.sor-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.sor-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.5px}.sor-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.sor-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}.sor-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.sor-card-title{font-size:.875rem;font-weight:700;color:var(--dark, #11254f);margin:0}.sor-card-body{padding:1.25rem 1.5rem 1.5rem}.sor-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.35;margin:0 0 .9rem;display:flex;align-items:center;gap:.5rem}.sor-section-label:after{content:"";flex:1;height:1px;background:#00000012}.sor-field{display:flex;flex-direction:column;gap:.35rem;position:relative;z-index:1}.sor-field:focus-within{z-index:10}.sor-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.sor-input,.sor-select{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark, #11254f);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.sor-input:focus,.sor-select:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.sor-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.sor-react-select{position:relative;z-index:5}.sor-react-select [class*=-control]{background:#fff9!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:.75rem!important;box-shadow:none!important;min-height:38px!important;font-size:.875rem!important;font-family:inherit!important;transition:border-color .15s,box-shadow .15s!important}.sor-react-select [class*=-control]:hover{border-color:#007aff59!important}.sor-react-select [class*=-control--is-focused]{border-color:#007aff73!important;box-shadow:0 0 0 3px #007aff14!important;background:#ffffffd1!important}.sor-react-select [class*=-menu]{border-radius:.75rem!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 24px #0000001f!important;overflow:hidden!important;font-family:inherit!important;font-size:.875rem!important;z-index:9999!important}.sor-react-select [class*=-option--is-focused]{background:#007aff14!important}.sor-react-select [class*=-option--is-selected]{background:#007aff26!important;color:#007aff!important}.sor-filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;position:relative;z-index:0}.sor-filter-divider{grid-column:1 / -1;display:flex;align-items:center;gap:.75rem;margin:.15rem 0}.sor-filter-divider-line{flex:1;height:1px;background:#00000012}.sor-filter-divider-text{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;white-space:nowrap}.sor-autocomplete{position:relative}.sor-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#f8f8fcf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;box-shadow:0 8px 24px #0000001f;z-index:200;max-height:220px;overflow-y:auto;scrollbar-width:thin}.sor-suggestion-item{padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);font-size:.82rem;font-weight:600;color:var(--dark, #11254f);transition:background .12s}.sor-suggestion-item:last-child{border-bottom:none}.sor-suggestion-item:hover{background:#007aff0f}.sor-actions{display:flex;align-items:center;gap:.65rem;padding-top:.5rem;flex-wrap:wrap;position:relative;z-index:20}.sor-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:.75rem;border:1px solid transparent;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap;position:relative;z-index:1}.sor-btn:hover{transform:translateY(-1px)}.sor-btn:active{transform:translateY(0)}.sor-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.sor-btn--primary:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.sor-btn--ghost{background:#ffffff8c;color:var(--dark, #11254f);border-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sor-btn--ghost:hover{background:#ffffffbf}.sor-btn--warning{background:#ff95001a;color:#b86e00;border-color:#ff950040}.sor-btn--warning:hover{background:#ff95002e}.sor-btn--info{background:#5856d614;color:#5856d6;border-color:#5856d633}.sor-btn--info:hover{background:#5856d624}.sor-btn--sm{padding:.35rem .75rem;font-size:.75rem;border-radius:.55rem}.sor-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.sor-results-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.sor-results-count{font-size:.78rem;color:var(--dark, #11254f);opacity:.45}.sor-table-wrap{overflow-x:auto}.sor-table{width:100%;border-collapse:collapse;font-size:.82rem}.sor-table thead{position:sticky;top:0;background:#ffffffb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.sor-table th{padding:.6rem .85rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.sor-table th:last-child{text-align:right}.sor-table td{padding:.7rem .85rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark, #11254f);vertical-align:middle}.sor-table td:last-child{text-align:right}.sor-table tr:last-child td{border-bottom:none}.sor-table tbody tr{transition:background .12s;animation:sor-row-in .22s ease both}.sor-table tbody tr:hover{background:#ffffff73}@keyframes sor-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.sor-table tbody tr:nth-child(1){animation-delay:.02s}.sor-table tbody tr:nth-child(2){animation-delay:.04s}.sor-table tbody tr:nth-child(3){animation-delay:.06s}.sor-table tbody tr:nth-child(4){animation-delay:.08s}.sor-table tbody tr:nth-child(5){animation-delay:.1s}.sor-table tbody tr:nth-child(6){animation-delay:.12s}.sor-table tbody tr:nth-child(7){animation-delay:.14s}.sor-table tbody tr:nth-child(8){animation-delay:.16s}.sor-table tbody tr:nth-child(9){animation-delay:.18s}.sor-table tbody tr:nth-child(10){animation-delay:.2s}.sor-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.sor-status-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:2rem;font-size:.72rem;font-weight:700;color:#fff;white-space:nowrap}.sor-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;gap:.5rem;text-align:center}.sor-empty-icon{font-size:2.5rem;opacity:.25}.sor-empty-text{font-size:.875rem;color:var(--dark, #11254f);opacity:.28;font-style:italic}.sor-pagination{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0 0;border-top:1px solid rgba(0,0,0,.06);margin-top:.25rem;flex-wrap:wrap;gap:.6rem}.sor-pagination-info{font-size:.78rem;color:var(--dark, #11254f);opacity:.45}.sor-pagination-controls{display:flex;align-items:center;gap:.5rem}.sor-pagination-page{padding:.4rem .85rem;background:#ffffffa6;border:1px solid rgba(0,0,0,.08);border-radius:.6rem;font-size:.8rem;font-weight:700;color:var(--dark, #11254f);white-space:nowrap}.sor-loading{display:flex;align-items:center;justify-content:center;padding:4rem 1rem;gap:.75rem;font-size:.875rem;color:var(--dark, #11254f);opacity:.45}@keyframes sor-spin{to{transform:rotate(360deg)}}.sor-spinner{width:20px;height:20px;border:2px solid rgba(0,122,255,.2);border-top-color:#007aff;border-radius:50%;animation:sor-spin .7s linear infinite;flex-shrink:0}@media(max-width:1400px){.sor-body{padding:2rem 2.25rem 2.5rem}}@media(max-width:1280px){.sor-section{padding:1.5rem}.sor-body{padding:1.75rem 2rem 2rem;gap:1.25rem}.sor-filter-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.sor-title{font-size:1.65rem}}@media(max-width:1100px){.sor-section{padding:1.25rem}.sor-body{padding:1.5rem 1.75rem;gap:1rem}.sor-filter-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.sor-title{font-size:1.45rem}.sor-page-header{padding-bottom:1rem}.sor-card-body{padding:1rem 1.25rem 1.25rem}.sor-card-header{padding:.75rem 1.25rem}.sor-input,.sor-select{padding:.55rem .8rem;font-size:.82rem}.sor-react-select [class*=-control]{min-height:34px!important;font-size:.82rem!important}.sor-actions{padding-top:.75rem}}@media(max-width:960px){.sor-section{padding:1rem}.sor-body{padding:1.25rem 1.5rem;gap:.85rem}.sor-filter-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.sor-title{font-size:1.3rem}.sor-subtitle{font-size:.78rem}.sor-card-body{padding:.85rem 1rem 1rem}.sor-card-header{padding:.65rem 1rem}.sor-label{font-size:.62rem}.sor-input,.sor-select{padding:.5rem .75rem;font-size:.8rem;border-radius:.6rem}.sor-react-select [class*=-control]{min-height:32px!important;font-size:.8rem!important;border-radius:.6rem!important}.sor-card-title{font-size:.78rem}.sor-btn{padding:.5rem 1rem;font-size:.82rem}.sor-btn--sm{padding:.3rem .65rem;font-size:.7rem}.sor-table th,.sor-table td{padding:.6rem .75rem}}@media(max-width:800px){.sor-section{padding:.75rem}.sor-body{padding:1rem 1.25rem;gap:.75rem}.sor-filter-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.sor-title{font-size:1.2rem}.sor-page-header{flex-direction:column;align-items:flex-start;padding-bottom:.75rem}.sor-card{border-radius:1rem}.sor-card-body{padding:.75rem .9rem .9rem}.sor-input,.sor-select{padding:.45rem .7rem;font-size:.78rem}.sor-pagination{flex-direction:column;align-items:flex-start;gap:.5rem}.sor-pagination-controls{width:100%;justify-content:space-between}}.nor-section{min-height:100vh;position:relative;padding:2rem}.nor-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.nor-container{width:100%;min-height:calc(100vh - 4rem);max-height:calc(100vh - 4rem);background:var(--white-transparent, rgba(255,255,255,.35));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.12));display:flex;flex-direction:column;transition:border-color .35s ease;overflow:hidden}.nor-container--panel-open{border-color:transparent}.nor-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.nor-body::-webkit-scrollbar{width:5px}.nor-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.nor-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.nor-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.5px}.nor-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.nor-divider{height:1px;background:#00000012;border:none;margin:0}.nor-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.nor-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s;gap:.75rem}.nor-card-header:hover{background:#ffffff40}.nor-card-title{font-size:.875rem;font-weight:700;color:var(--dark, #11254f);letter-spacing:-.1px;margin:0;display:flex;align-items:center;gap:.5rem}.nor-card-chevron{font-size:.65rem;color:var(--dark, #11254f);opacity:.35;transition:transform .25s ease;flex-shrink:0}.nor-card-chevron--open{transform:rotate(180deg)}.nor-card-body{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);animation:nor-slide-down .22s ease}@keyframes nor-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nor-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.35;margin:0 0 .75rem}.nor-field{display:flex;flex-direction:column;gap:.35rem}.nor-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.nor-input,.nor-select,.nor-textarea{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark, #11254f);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.nor-input:focus,.nor-select:focus,.nor-textarea:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.nor-input:disabled,.nor-select:disabled,.nor-textarea:disabled{opacity:.4;cursor:not-allowed;background:#0000000a}.nor-input--readonly{background:#0000000a;border-style:dashed;cursor:default;color:var(--dark, #11254f);opacity:.65;font-style:italic}.nor-input--readonly:focus{box-shadow:none;border-color:#0000001a}.nor-input--result{background:#34c7590f;border-color:#34c75933;font-weight:700;font-size:.95rem;color:#1a7c38}.nor-input--balance-zero{color:#1a7c38;background:#34c7590f;border-color:#34c75933}.nor-input--balance-neg{color:#c0291f;background:#ff3b300f;border-color:#ff3b3033}.nor-input--balance-pos{color:#b86e00;background:#ff95000f;border-color:#ff950033}.nor-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.nor-textarea{resize:vertical;min-height:80px}.nor-react-select .css-13cymwt-control,.nor-react-select [class*=-control]{background:#fff9!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:.75rem!important;box-shadow:none!important;min-height:38px!important;font-size:.875rem!important;transition:border-color .15s,box-shadow .15s!important}.nor-react-select [class*=-control]:hover{border-color:#007aff59!important}.nor-react-select [class*=-control--is-focused]{border-color:#007aff73!important;box-shadow:0 0 0 3px #007aff14!important}.nor-react-select [class*=-menu]{border-radius:.75rem!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 24px #0000001f!important;overflow:hidden!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.nor-react-select [class*=-option--is-focused]{background:#007aff14!important}.nor-react-select [class*=-option--is-selected]{background:#007aff26!important;color:#007aff!important}.nor-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.nor-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.85rem}.nor-grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.85rem}.nor-grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.nor-field-row{display:flex;gap:.85rem;flex-wrap:wrap}.nor-field-row .nor-field{flex:1;min-width:160px}.nor-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:.75rem;border:1px solid transparent;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap}.nor-btn:hover{transform:translateY(-1px)}.nor-btn:active{transform:translateY(0)}.nor-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.nor-btn--primary:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.nor-btn--success{background:#34c759;color:#fff;border-color:#34c759;box-shadow:0 2px 8px #34c75940}.nor-btn--success:hover{background:#28a745;box-shadow:0 4px 12px #34c75959}.nor-btn--ghost{background:#ffffff8c;color:var(--dark, #11254f);border-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nor-btn--ghost:hover{background:#ffffffbf}.nor-btn--danger{background:#ff3b301a;color:#c0291f;border-color:#ff3b3040}.nor-btn--danger:hover{background:#ff3b3029}.nor-btn--warning{background:#ff95001a;color:#b86e00;border-color:#ff950040}.nor-btn--warning:hover{background:#ff950029}.nor-btn--sm{padding:.35rem .75rem;font-size:.75rem;border-radius:.55rem}.nor-btn--lg{padding:.8rem 1.75rem;font-size:.95rem}.nor-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.nor-btn-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.75rem}.nor-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#f8f8fcf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;box-shadow:0 8px 24px #0000001f;z-index:200;max-height:220px;overflow-y:auto;scrollbar-width:thin}.nor-suggestion-item{padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s}.nor-suggestion-item:last-child{border-bottom:none}.nor-suggestion-item:hover{background:#007aff0f}.nor-suggestion-name{font-size:.82rem;font-weight:600;color:var(--dark, #11254f)}.nor-suggestion-meta{font-size:.72rem;color:var(--dark, #11254f);opacity:.45;margin-top:.1rem}.nor-header-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.nor-products-layout{display:flex;gap:1.25rem;align-items:flex-start}.nor-type-list{width:160px;flex-shrink:0;display:flex;flex-direction:column;gap:.35rem}.nor-type-item{display:flex;align-items:center;gap:.55rem;padding:.6rem .85rem;border-radius:.75rem;cursor:pointer;transition:all .15s;border:1px solid transparent;font-size:.82rem;font-weight:500;color:var(--dark, #11254f);opacity:.55;-webkit-user-select:none;user-select:none;background:transparent;font-family:inherit;text-align:left;width:100%}.nor-type-item:hover{background:#ffffff73;opacity:.85}.nor-type-item--active{background:#007aff14;border-color:#007aff38;color:#007aff;font-weight:700;opacity:1}.nor-type-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid currentColor;opacity:.5;flex-shrink:0;transition:all .15s}.nor-type-item--active .nor-type-dot{background:#007aff;border-color:#007aff;opacity:1}.nor-products-grid{flex:1;min-width:0}.nor-products-grid-header{display:flex;align-items:center;padding:.55rem .75rem;gap:.75rem;margin-bottom:.35rem}.nor-products-col-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.35}.nor-product-row{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:.875rem;margin-bottom:.5rem;transition:background .12s;animation:nor-row-in .25s ease both}.nor-product-row:hover{background:#ffffff8c}@keyframes nor-row-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.nor-product-thumb{width:48px;height:48px;border-radius:.55rem;object-fit:cover;border:1px solid rgba(0,0,0,.07);flex-shrink:0;background:#0000000a}.nor-product-info{flex:1;min-width:120px}.nor-product-batch{font-size:.8rem;font-weight:700;color:var(--dark, #11254f)}.nor-product-name-small{font-size:.72rem;color:var(--dark, #11254f);opacity:.45}.nor-product-warehouse{font-size:.65rem;color:var(--dark, #11254f);opacity:.35;margin-top:.1rem}.nor-product-type-badge{font-size:.68rem;font-weight:700;padding:.15rem .5rem;background:#0000000d;border-radius:2rem;color:var(--dark, #11254f);opacity:.55;white-space:nowrap}.nor-qty-row{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nor-qty-input{width:90px}.nor-unit-select{width:85px}.nor-product-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.nor-no-products{display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;color:var(--dark, #11254f);opacity:.3;font-size:.875rem;font-style:italic;text-align:center}.nor-toggle-wrap{display:flex;align-items:center;gap:.65rem;cursor:pointer}.nor-toggle-input{display:none}.nor-toggle-track{width:44px;height:26px;border-radius:13px;background:#0000001f;position:relative;transition:background .2s;flex-shrink:0}.nor-toggle-input:checked+.nor-toggle-track{background:#34c759}.nor-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.nor-toggle-input:checked~.nor-toggle-track .nor-toggle-thumb,.nor-toggle-track--checked .nor-toggle-thumb{transform:translate(18px)}.nor-toggle-label{font-size:.82rem;font-weight:600;color:var(--dark, #11254f)}.nor-financial-block{display:flex;flex-direction:column;gap:.5rem}.nor-financial-row{display:flex;align-items:flex-end;gap:.85rem;padding:.85rem 1rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:.875rem;flex-wrap:wrap}.nor-financial-row-label{font-size:.78rem;font-weight:700;color:var(--dark, #11254f);min-width:200px;flex-shrink:0;align-self:center}.nor-financial-fields{display:flex;gap:.75rem;flex:1;flex-wrap:wrap}.nor-financial-field{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:120px}.nor-financial-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.4}.nor-extras-row{border-top:2px solid rgba(0,0,0,.07);margin-top:.25rem}.nor-totals-strip{display:flex;gap:.75rem;flex-wrap:wrap}.nor-total-item{flex:1;min-width:130px;display:flex;flex-direction:column;gap:.3rem;padding:.85rem 1rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:.875rem}.nor-total-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4}.nor-total-value{font-size:1.15rem;font-weight:700;color:var(--dark, #11254f);letter-spacing:-.3px}.nor-total-value--green{color:#1a7c38}.nor-total-value--orange{color:#b86e00}.nor-total-value--red{color:#c0291f}.nor-payment-table{width:100%;border-collapse:collapse;font-size:.82rem}.nor-payment-table thead{position:sticky;top:0;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nor-payment-table th{padding:.6rem .85rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.nor-payment-table td{padding:.65rem .85rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark, #11254f)}.nor-payment-table tr:last-child td{border-bottom:none}.nor-payment-table tbody tr:hover{background:#fff6}.nor-file-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;background:#34c7591a;border:1px solid rgba(52,199,89,.25);border-radius:2rem;font-size:.75rem;font-weight:600;color:#1a7c38;margin-top:.35rem}.nor-modal-overlay{position:fixed;inset:0;background:#00000047;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem;animation:nor-fade-in .18s ease}@keyframes nor-fade-in{0%{opacity:0}to{opacity:1}}.nor-modal{background:#f6f6faf7;backdrop-filter:blur(48px) saturate(200%);-webkit-backdrop-filter:blur(48px) saturate(200%);border:1px solid rgba(255,255,255,.8);border-radius:1.5rem;box-shadow:0 32px 80px #0000002e,0 0 0 .5px #fff9 inset;width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;animation:nor-modal-in .28s cubic-bezier(.34,1.56,.64,1)}.nor-modal--wide{max-width:640px}.nor-modal--sm{max-width:420px}@keyframes nor-modal-in{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.nor-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.75rem 1.1rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0;gap:1rem}.nor-modal-title{font-size:1.05rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .15rem;letter-spacing:-.2px}.nor-modal-subtitle{font-size:.78rem;color:var(--dark, #11254f);opacity:.4;margin:0}.nor-modal-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark, #11254f);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;font-family:inherit}.nor-modal-close:hover{background:#00000021}.nor-modal-body{flex:1;overflow-y:auto;padding:1.25rem 1.75rem;display:flex;flex-direction:column;gap:.85rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.nor-modal-body::-webkit-scrollbar{width:5px}.nor-modal-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.nor-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;padding:1rem 1.75rem 1.5rem;border-top:1px solid rgba(0,0,0,.07);flex-shrink:0}.nor-mode-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;border-radius:2rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.nor-mode-badge--stock{background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.2)}.nor-mode-badge--production{background:#ff95001a;color:#b86e00;border:1px solid rgba(255,149,0,.2)}.nor-image-preview{width:120px;height:120px;border-radius:.875rem;object-fit:contain;border:1px solid rgba(0,0,0,.07);background:#fff9;padding:6px;display:block;margin:.5rem 0}.nor-submit-row{display:flex;align-items:center;gap:.75rem;padding-top:.5rem}@media(max-width:1280px){.nor-body{padding:2rem}.nor-header-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.nor-header-grid{grid-template-columns:repeat(2,1fr)}.nor-grid-4{grid-template-columns:1fr 1fr}}.nor-logistics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:.75rem}@media(max-width:1100px){.nor-logistics-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.nor-logistics-grid{grid-template-columns:1fr}}.nor-input--logistics-key{border-color:#007aff4d;background:#007aff08}.nor-input--logistics-key:focus{border-color:#007aff8c;background:#ffffffd9}.nor-logistics-override-badge{display:inline-flex;align-items:center;font-size:.65rem;font-weight:600;padding:.1rem .4rem;border-radius:2rem;background:#ff95001f;color:#cc7a00;border:1px solid rgba(255,149,0,.25);letter-spacing:.02em;text-transform:none}.nor-btn-recalc{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;background:#007aff14;border:1px solid rgba(0,122,255,.25);border-radius:2rem;color:#007aff;font-size:.72rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.nor-btn-recalc:hover{background:#007aff26;border-color:#007aff73}.nor-logistics-hint{font-size:.72rem;color:var(--dark);opacity:.38;margin-top:.25rem;line-height:1.5}.nor-shipping-status{display:flex;align-items:center;gap:.5rem;padding:.65rem .9rem;border-radius:.75rem;font-size:.85rem;font-weight:500}.nor-shipping-status--idle{background:#0000000a;color:var(--dark);opacity:.5}.nor-shipping-status--loading{background:#007aff0f;color:#007aff}.nor-shipping-status--warn{background:#ff95001a;color:#cc7a00;border:1px solid rgba(255,149,0,.2)}.nor-shipping-status--found{background:#34c75914;border:1px solid rgba(52,199,89,.2);color:var(--dark);justify-content:space-between}.nor-shipping-price{font-size:1.1rem;font-weight:700;color:var(--dark)}.nor-shipping-meta{display:flex;gap:.4rem;flex-wrap:wrap}.nor-shipping-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:2rem;font-size:.7rem;font-weight:600;background:#00000012;color:var(--dark);opacity:.65}.nor-value-display{font-size:1rem;font-weight:600;color:var(--dark);padding:.45rem 0}.nor-spinner-sm{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,122,255,.2);border-top-color:#007aff;border-radius:50%;animation:nor-spin .7s linear infinite;flex-shrink:0}@keyframes nor-spin{to{transform:rotate(360deg)}}.nor-thickness-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.2rem}.nor-thickness-chip{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .85rem;background:#ffffff8c;border:1.5px solid rgba(0,0,0,.1);border-radius:.75rem;cursor:pointer;transition:all .15s ease;font-family:inherit;min-width:80px}.nor-thickness-chip:hover{background:#fffc;border-color:#007aff4d}.nor-thickness-chip--active{background:#007aff14;border-color:#007aff80}.nor-thickness-label{font-size:.85rem;font-weight:700;color:var(--dark)}.nor-thickness-chip--active .nor-thickness-label{color:#007aff}.nor-thickness-kg{font-size:.68rem;color:var(--dark);opacity:.45}.nor-thickness-chip--active .nor-thickness-kg{color:#007aff;opacity:.7}.nor-thickness-selected{margin-top:.4rem;font-size:.75rem;color:#34c759;font-weight:600;padding:.3rem .6rem;background:#34c75914;border-radius:.5rem;display:inline-block}.nor-thickness-loading,.nor-thickness-empty{font-size:.8rem;color:var(--dark);opacity:.4;padding:.5rem 0;font-style:italic}.nor-thickness-empty{color:#ff9500;opacity:.8}.nor-logistics-warn-badge{display:inline-flex;align-items:center;margin-left:.6rem;padding:.1rem .5rem;background:#ff95001f;border:1px solid rgba(255,149,0,.3);border-radius:2rem;font-size:.65rem;font-weight:700;color:#cc7a00;letter-spacing:.02em}.nor-logistics-alert{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;border-radius:.75rem;margin-bottom:.875rem;font-size:.82rem;line-height:1.5}.nor-logistics-alert--orange{background:#ff453a12;border:1px solid rgba(255,69,58,.2);color:var(--dark)}.nor-logistics-alert--amber{background:#ff950014;border:1px solid rgba(255,149,0,.22);color:var(--dark)}.nor-logistics-alert-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}.nor-input--logistics-empty{border-color:#ff950080!important;background:#ff95000a!important}.nor-input--logistics-empty:focus{border-color:#ff9500b3!important;background:#ffffffe6!important}.nor-logistics-empty-badge{display:inline-flex;align-items:center;font-size:.62rem;font-weight:700;padding:.08rem .35rem;border-radius:2rem;background:#ff95001a;color:#cc7a00;border:1px solid rgba(255,149,0,.2)}.nor-thickness-chip--custom{border-style:dashed!important;border-color:#0000002e!important;background:#00000005!important;color:var(--dark);opacity:.65}.nor-thickness-chip--custom:hover,.nor-thickness-chip--custom.nor-thickness-chip--active{opacity:1;border-color:#007aff66!important;background:#007aff0f!important}.nor-thickness-custom-form{margin-top:.5rem;padding:.75rem;background:#00000006;border:1px solid rgba(0,0,0,.08);border-radius:.75rem}.nor-thickness-custom-row{display:flex;align-items:flex-end;gap:.5rem}.nor-input--sm{padding:.35rem .6rem!important;font-size:.82rem!important;height:auto!important}.nor-thickness-custom-save,.nor-thickness-custom-cancel{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;font-family:inherit;transition:background .15s;align-self:flex-end}.nor-thickness-custom-save{background:#34c7591f;color:#1a7a35}.nor-thickness-custom-save:hover{background:#34c75938}.nor-thickness-custom-save:disabled{opacity:.35;cursor:not-allowed}.nor-thickness-custom-cancel{background:#0000000f;color:var(--dark);opacity:.55}.nor-thickness-custom-cancel:hover{background:#ff3b301a;color:#ff3b30;opacity:1}.nor-thickness-custom-hint{font-size:.72rem;color:var(--dark);opacity:.45;margin:.4rem 0 0;line-height:1.5}.nor-thickness-selected--custom{background:#ff950012;color:#cc7a00;border-radius:.5rem}.nor-card--logistics{border:1.5px solid rgba(0,122,255,.18)}.nor-logistics-ok-badge{display:inline-flex;align-items:center;margin-left:.6rem;padding:.1rem .5rem;background:#34c7591a;border:1px solid rgba(52,199,89,.28);border-radius:2rem;font-size:.65rem;font-weight:700;color:#1a7a35;letter-spacing:.02em}.nor-logistics-input-row{display:flex;gap:.4rem;align-items:center}.nor-logistics-input-row .nor-input{flex:1}.nor-logistics-confirm-btn{flex-shrink:0;width:34px;height:34px;border-radius:.5rem;border:1.5px solid;cursor:pointer;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:inherit;transition:all .15s ease}.nor-logistics-confirm-btn--empty{border-color:#ff950059;background:#ff950012;color:#cc7a00}.nor-logistics-confirm-btn--empty:hover{background:#ff950026;border-color:#ff95008c}.nor-logistics-confirm-btn--pending{border-color:#007aff59;background:#007aff12;color:#007aff;animation:nor-pulse-btn 2s ease-in-out infinite}.nor-logistics-confirm-btn--pending:hover{background:#007aff26;border-color:#007aff8c}.nor-logistics-confirm-btn--confirmed{border-color:#34c75959;background:#34c7591a;color:#1a7a35;cursor:default}@keyframes nor-pulse-btn{0%,to{box-shadow:0 0 #007aff40}50%{box-shadow:0 0 0 4px #007aff14}}.nor-logistics-field-status{font-size:.67rem;font-weight:600;margin-top:.2rem;letter-spacing:.01em}.nor-logistics-field-status--empty{color:#cc7a00}.nor-logistics-field-status--pending{color:#007aff;opacity:.75}.nor-logistics-field-status--confirmed{color:#1a7a35}.nor-input--logistics-pending{border-color:#007aff59!important;background:#007aff08!important}.nor-input--logistics-pending:focus{border-color:#007aff99!important;background:#ffffffe6!important}.nor-input--logistics-confirmed{border-color:#34c75959!important;background:#34c7590a!important}.nor-logistics-submit-warning{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#ff950017;border:1.5px solid rgba(255,149,0,.3);border-radius:.875rem;font-size:.83rem;font-weight:600;color:#cc7a00;text-align:center}.mkt-section{position:relative;height:100vh;padding:2rem}.mkt-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.mkt-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.mkt-container--panel-open{border-color:transparent}.mkt-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding:2.5rem 3rem;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.mkt-body::-webkit-scrollbar{width:5px}.mkt-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.mkt-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap;flex-shrink:0}.mkt-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.mkt-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.mkt-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit;white-space:nowrap}.mkt-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.mkt-btn-add-icon{font-size:1.1rem;line-height:1;font-weight:400}.mkt-btn-add-small{display:inline-flex;align-items:center;padding:.3rem .85rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.3);border-radius:2rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.mkt-btn-add-small:hover{background:#007aff2e}.mkt-loading-state,.mkt-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--dark);opacity:.6}.mkt-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:mkt-spin .7s linear infinite}@keyframes mkt-spin{to{transform:rotate(360deg)}}.mkt-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;flex:1;min-height:0}.mkt-col{display:flex;flex-direction:column;gap:.6rem;min-height:0}.mkt-col-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.mkt-col-header-left{display:flex;align-items:center;gap:.5rem}.mkt-col-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4}.mkt-col-count{background:#00000012;color:var(--dark);opacity:.5;font-size:.7rem;padding:.1rem .45rem;border-radius:1rem;font-weight:600}.mkt-col-filter-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.25);border-radius:2rem;font-size:.72rem;font-weight:600}.mkt-col-filter-clear{background:none;border:none;cursor:pointer;font-size:.6rem;color:#007aff;padding:0;line-height:1;opacity:.7;transition:opacity .15s}.mkt-col-filter-clear:hover{opacity:1}.mkt-list{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.25rem;overflow-y:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.mkt-list::-webkit-scrollbar{width:5px}.mkt-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.mkt-row{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:mkt-row-in .3s ease both}.mkt-row:last-child{border-bottom:none}.mkt-row:hover{background:#ffffff73}.mkt-row:active{background:#00000008}.mkt-row--active{background:#007aff12!important}.mkt-row--active .mkt-row-name{color:#007aff;font-weight:600}.mkt-row--active .mkt-chevron{opacity:.6;color:#007aff}@keyframes mkt-row-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.mkt-currency-badge{width:38px;height:38px;border-radius:50%;background:#007aff1f;color:#007aff;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;flex-shrink:0}.mkt-market-icon{width:38px;height:38px;border-radius:50%;background:#34c7591f;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.mkt-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.mkt-row-name{font-size:.9rem;font-weight:600;color:var(--dark)}.mkt-row-sub{font-size:.78rem;color:var(--dark);opacity:.45}.mkt-row-actions{display:flex;gap:.25rem;flex-shrink:0;opacity:0;transition:opacity .15s ease}.mkt-row:hover .mkt-row-actions{opacity:1}.mkt-icon-btn{width:28px;height:28px;background:#fff9;border:1px solid rgba(0,0,0,.07);border-radius:.5rem;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.mkt-icon-btn:hover{background:#fff;box-shadow:0 2px 6px #0000001a}.mkt-icon-btn--danger:hover{background:#ff3b3014;border-color:#ff3b3040}.mkt-chevron{font-size:1.1rem;color:var(--dark);opacity:.2;flex-shrink:0;transition:opacity .15s}.mkt-row:hover .mkt-chevron{opacity:.45}.mkt-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.6rem;font-size:1.75rem;opacity:.3}.mkt-empty p{font-size:.85rem;color:var(--dark);margin:0}.mkt-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.mkt-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mkt-panel{position:absolute;top:0;right:0;height:100%;width:400px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.mkt-panel--open{transform:translate(0)}.mkt-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.mkt-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.mkt-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.mkt-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.mkt-panel-close:hover{background:#00000021}.mkt-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.mkt-panel-body::-webkit-scrollbar{width:5px}.mkt-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.mkt-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.mkt-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.mkt-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);position:relative}.mkt-field:last-child{border-bottom:none}.mkt-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.mkt-required{color:#ff3b30}.mkt-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.mkt-input::placeholder{color:var(--dark);opacity:.25}.mkt-custom-select{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.mkt-cs-value{font-size:.95rem;color:var(--dark)}.mkt-cs-placeholder{font-size:.95rem;color:var(--dark);opacity:.25}.mkt-cs-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--dark);opacity:.3;transition:transform .2s ease;flex-shrink:0}.mkt-custom-select--open .mkt-cs-arrow{transform:rotate(180deg)}.mkt-cs-dropdown{position:absolute;top:calc(100% + .25rem);left:-1px;right:-1px;background:#f8f8fcfa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;overflow:hidden;z-index:10;box-shadow:0 8px 24px #0000001f;max-height:200px;overflow-y:auto}.mkt-cs-option{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;color:var(--dark);cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.04)}.mkt-cs-option:last-child{border-bottom:none}.mkt-cs-option:hover{background:#007aff0d}.mkt-cs-option--active{color:#007aff;font-weight:600;background:#007aff0d}.mkt-cs-option-symbol{font-size:1rem;opacity:.6}.mkt-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.mkt-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.mkt-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.mkt-btn-primary:disabled{opacity:.5;cursor:not-allowed}.mkt-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.mkt-btn-ghost:hover:not(:disabled){background:#00000017}.mkt-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.mkt-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:900px){.mkt-layout{grid-template-columns:1fr;overflow-y:auto}.mkt-body{overflow-y:auto}}@media(max-width:600px){.mkt-body{padding:1.5rem}.mkt-page-header{flex-direction:column;align-items:flex-start}.mkt-panel{width:100%;max-width:100%;top:auto;bottom:0;height:85%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.mkt-panel--open{transform:translateY(0)}}.prod-section{position:relative;height:100vh;padding:2rem}.prod-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.prod-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.prod-container--panel-open{border-color:transparent}.prod-body{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:2.5rem 3rem;gap:1.5rem}.prod-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap;flex-shrink:0}.prod-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.prod-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.prod-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit;white-space:nowrap}.prod-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.prod-loading-state,.prod-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--dark);opacity:.6}.prod-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:prod-spin .7s linear infinite}.prod-layout{display:grid;grid-template-columns:220px 1fr;gap:1.25rem;flex:1;min-height:0}.prod-col{display:flex;flex-direction:column;gap:.6rem;min-height:0}.prod-col-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;min-height:1.2rem}.prod-col-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4}.prod-col-count{background:#00000012;color:var(--dark);opacity:.5;font-size:.7rem;padding:.1rem .45rem;border-radius:1rem;font-weight:600}.prod-list{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.25rem;overflow-y:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.prod-list::-webkit-scrollbar{width:5px}.prod-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.prod-type-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:prod-row-in .3s ease both}.prod-type-row:last-child{border-bottom:none}.prod-type-row:hover{background:#ffffff73}.prod-type-row--active{background:#007aff12!important}.prod-type-row--active .prod-type-name{color:#007aff;font-weight:600}.prod-type-row--active .prod-chevron{opacity:.6;color:#007aff}.prod-type-emoji{font-size:1.1rem;width:28px;text-align:center;flex-shrink:0}.prod-type-name{font-size:.875rem;font-weight:500;color:var(--dark);flex:1}.prod-row{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:prod-row-in .3s ease both}.prod-row:last-child{border-bottom:none}.prod-row:hover{background:#ffffff73}@keyframes prod-row-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.prod-row-info{flex:1;min-width:0}.prod-row-name{font-size:.9rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prod-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;background:#0000000f;color:var(--dark);opacity:.45;border:1px solid rgba(0,0,0,.1);border-radius:2rem;font-size:.72rem;font-weight:600;flex-shrink:0}.prod-status-badge--active{background:#34c7591a;color:#34c759;opacity:1;border-color:#34c75940}.prod-status-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.prod-chevron{font-size:1.1rem;color:var(--dark);opacity:.2;flex-shrink:0;transition:opacity .15s}.prod-type-row:hover .prod-chevron,.prod-row:hover .prod-chevron{opacity:.45}.prod-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.6rem;font-size:1.75rem;opacity:.3}.prod-empty p{font-size:.85rem;color:var(--dark);margin:0}.prod-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.prod-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.prod-panel{position:absolute;top:0;right:0;height:100%;width:460px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.prod-panel--open{transform:translate(0)}.prod-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.prod-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.prod-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.prod-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.prod-panel-close:hover{background:#00000021}.prod-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.prod-panel-body::-webkit-scrollbar{width:5px}.prod-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.prod-divider{height:1px;background:#00000012;margin:2rem 0}.prod-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.prod-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.prod-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.prod-field:last-child{border-bottom:none}.prod-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.prod-required{color:#ff3b30}.prod-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.prod-input::placeholder{color:var(--dark);opacity:.25}.prod-input-suffix-wrap{display:flex;align-items:center;gap:.35rem}.prod-input-suffix{font-size:.85rem;color:var(--dark);opacity:.35;flex-shrink:0;font-weight:600}.prod-cs{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.prod-cs--disabled{opacity:.4;cursor:not-allowed}.prod-cs-value{font-size:.95rem;color:var(--dark)}.prod-cs-placeholder{font-size:.95rem;color:var(--dark);opacity:.25}.prod-cs-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--dark);opacity:.3;transition:transform .2s ease;flex-shrink:0}.prod-cs--open .prod-cs-arrow{transform:rotate(180deg)}.prod-cs-dropdown{position:absolute;top:calc(100% + .25rem);left:-1px;right:-1px;background:#f8f8fcfa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;z-index:20;box-shadow:0 8px 24px #0000001f;max-height:200px;overflow-y:auto}.prod-cs-option{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;color:var(--dark);cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.04)}.prod-cs-option:last-child{border-bottom:none}.prod-cs-option:hover{background:#007aff0d}.prod-cs-option--active{color:#007aff;font-weight:600;background:#007aff0d}.prod-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem;padding-bottom:.5rem}.prod-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.prod-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.prod-btn-primary:disabled{opacity:.5;cursor:not-allowed}.prod-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.prod-btn-ghost:hover:not(:disabled){background:#00000017}.prod-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.prod-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:900px){.prod-layout{grid-template-columns:1fr;overflow-y:auto}.prod-body{overflow-y:auto}}@media(max-width:600px){.prod-body{padding:1.5rem}.prod-page-header{flex-direction:column;align-items:flex-start}.prod-panel{width:100%;max-width:100%;top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.prod-panel--open{transform:translateY(0)}}.prod-weight-add-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;background:#007aff14;border:1px solid rgba(0,122,255,.25);border-radius:2rem;color:#007aff;font-size:.72rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.prod-weight-add-btn:hover{background:#007aff26}.prod-weight-loading{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--dark);opacity:.45;padding:.5rem 0}.prod-weight-empty{font-size:.8rem;color:var(--dark);opacity:.4;padding:.5rem 0 .75rem;margin:0;font-style:italic}.prod-weight-list{display:flex;flex-direction:column;gap:0;background:#ffffff80;border:1px solid rgba(0,0,0,.07);border-radius:.875rem;overflow:hidden;margin-bottom:.75rem}.prod-weight-row{display:grid;grid-template-columns:1fr 60px 80px 52px;align-items:center;padding:.55rem .875rem;border-bottom:1px solid rgba(0,0,0,.04);gap:.5rem}.prod-weight-row:last-child{border-bottom:none}.prod-weight-row:hover{background:#fff9}.prod-weight-row--header{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--dark);opacity:.38;background:#00000005;border-bottom:1px solid rgba(0,0,0,.06)!important}.prod-weight-row--header:hover{background:#00000005}.prod-weight-thickness{font-size:.85rem;font-weight:600;color:var(--dark)}.prod-weight-unit{font-size:.78rem;color:#007aff;font-weight:600;background:#007aff14;border-radius:2rem;padding:.1rem .4rem;text-align:center}.prod-weight-kg{font-size:.82rem;color:var(--dark);opacity:.75;font-variant-numeric:tabular-nums;text-align:right}.prod-weight-actions{display:flex;gap:.3rem;justify-content:flex-end}.prod-weight-btn{width:22px;height:22px;border-radius:50%;border:none;cursor:pointer;font-size:.65rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.prod-weight-btn--edit{background:#0000000f;color:var(--dark);opacity:.55}.prod-weight-btn--edit:hover{background:#007aff1a;color:#007aff;opacity:1}.prod-weight-btn--del{background:#ff3b3014;color:#ff3b30;opacity:.7}.prod-weight-btn--del:hover{background:#ff3b3026;opacity:1}.prod-weight-form{background:#00000005;border:1px solid rgba(0,0,0,.07);border-radius:.875rem;padding:1rem;margin-bottom:.75rem}.prod-weight-form-actions{display:flex;gap:.5rem;margin-top:.75rem}.prod-spinner--sm{width:14px;height:14px;border:2px solid rgba(0,0,0,.08);border-top-color:#007aff;border-radius:50%;animation:prod-spin .7s linear infinite;flex-shrink:0}@keyframes prod-spin{to{transform:rotate(360deg)}}.prod-row-ref{display:inline-flex;align-items:center;margin-top:.15rem;padding:.1rem .45rem;background:#0000000d;border-radius:2rem;font-size:.68rem;font-weight:600;color:var(--dark);opacity:.55;letter-spacing:.02em;font-family:SF Mono,Monaco,monospace}.prod-row-info{display:flex;flex-direction:column;gap:.1rem}.res-section{height:100vh;position:relative;padding:2rem}.res-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.res-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.35));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.12));display:flex;flex-direction:column;overflow:hidden}.res-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.res-body::-webkit-scrollbar{width:5px}.res-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.res-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.res-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.5px}.res-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.res-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}.res-card-body{padding:1.25rem 1.5rem 1.5rem}.res-card-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.res-card-title{font-size:.875rem;font-weight:700;color:var(--dark, #11254f);margin:0}.res-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.35;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.res-section-label:after{content:"";flex:1;height:1px;background:#00000012}.res-field{display:flex;flex-direction:column;gap:.35rem;position:relative}.res-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.res-input,.res-select,.res-textarea{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark, #11254f);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.res-input:focus,.res-select:focus,.res-textarea:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.res-input:disabled,.res-select:disabled{opacity:.4;cursor:not-allowed;background:#0000000a}.res-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.res-textarea{resize:vertical;min-height:80px}.res-edit-input,.res-edit-select{background:#ffffffbf;border:1px solid rgba(0,122,255,.3);border-radius:.55rem;padding:.35rem .6rem;font-size:.8rem;color:var(--dark, #11254f);font-family:inherit;width:90px;outline:none;-webkit-appearance:none;appearance:none}.res-edit-input:focus,.res-edit-select:focus{border-color:#007aff8c;box-shadow:0 0 0 2px #007aff1a}.res-edit-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:1.6rem}.res-react-select [class*=-control]{background:#fff9!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:.75rem!important;box-shadow:none!important;min-height:38px!important;font-size:.875rem!important;font-family:inherit!important;transition:border-color .15s,box-shadow .15s!important}.res-react-select [class*=-control]:hover{border-color:#007aff59!important}.res-react-select [class*=-control--is-focused]{border-color:#007aff73!important;box-shadow:0 0 0 3px #007aff14!important;background:#ffffffd1!important}.res-react-select [class*=-menu]{border-radius:.75rem!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 24px #0000001f!important;overflow:hidden!important;font-family:inherit!important;font-size:.875rem!important}.res-react-select [class*=-option--is-focused]{background:#007aff14!important}.res-react-select [class*=-option--is-selected]{background:#007aff26!important;color:#007aff!important}.res-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.res-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.85rem}.res-grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.85rem}.res-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#f8f8fcf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;box-shadow:0 8px 24px #0000001f;z-index:300;max-height:220px;overflow-y:auto;scrollbar-width:thin}.res-suggestion-item{padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);font-size:.82rem;font-weight:600;color:var(--dark, #11254f);transition:background .12s}.res-suggestion-item:last-child{border-bottom:none}.res-suggestion-item:hover{background:#007aff0f}.res-checkbox-row{display:flex;align-items:center;gap:.65rem;cursor:pointer;padding:.2rem 0}.res-checkbox-input{display:none}.res-checkbox-track{width:44px;height:26px;border-radius:13px;background:#0000001f;position:relative;flex-shrink:0;transition:background .2s;cursor:pointer}.res-checkbox-input:checked+.res-checkbox-track{background:#007aff}.res-checkbox-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.res-checkbox-input:checked~.res-checkbox-track .res-checkbox-thumb{transform:translate(18px)}.res-toggle-wrap{display:flex;align-items:center;gap:.65rem;cursor:pointer;-webkit-user-select:none;user-select:none}.res-toggle-input{display:none}.res-toggle-track{width:44px;height:26px;border-radius:13px;background:#0000001f;position:relative;flex-shrink:0;transition:background .2s}.res-toggle-track--on{background:#007aff}.res-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.res-toggle-track--on .res-toggle-thumb{transform:translate(18px)}.res-toggle-label{font-size:.82rem;font-weight:600;color:var(--dark, #11254f)}.res-add-row{display:flex;align-items:flex-end;gap:.85rem;flex-wrap:wrap}.res-add-row .res-field{flex:1;min-width:160px}.res-add-row .res-field--narrow{flex:0 0 120px;min-width:0}.res-batch-preview{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;background:#007aff0d;border:1px solid rgba(0,122,255,.15);border-radius:.875rem;animation:res-fade-in .2s ease}@keyframes res-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.res-batch-preview-img{width:56px;height:56px;border-radius:.55rem;object-fit:cover;border:1px solid rgba(0,0,0,.07);flex-shrink:0;background:#fff9}.res-batch-preview-info{flex:1;min-width:0}.res-batch-preview-batch{font-size:.85rem;font-weight:700;color:var(--dark, #11254f)}.res-batch-preview-meta{font-size:.75rem;color:var(--dark, #11254f);opacity:.5;margin-top:.15rem}.res-batch-preview-qty{font-size:.78rem;font-weight:700;color:#007aff;white-space:nowrap}.res-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:.75rem;border:1px solid transparent;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap}.res-btn:hover{transform:translateY(-1px)}.res-btn:active{transform:translateY(0)}.res-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.res-btn--primary:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.res-btn--success{background:#34c759;color:#fff;border-color:#34c759;box-shadow:0 2px 8px #34c75940}.res-btn--success:hover{background:#28a745}.res-btn--ghost{background:#ffffff8c;color:var(--dark, #11254f);border-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.res-btn--ghost:hover{background:#ffffffbf}.res-btn--danger{background:#ff3b301a;color:#c0291f;border-color:#ff3b3040}.res-btn--danger:hover{background:#ff3b302e}.res-btn--warning{background:#ff95001a;color:#b86e00;border-color:#ff950040}.res-btn--warning:hover{background:#ff95002e}.res-btn--sm{padding:.3rem .7rem;font-size:.75rem;border-radius:.55rem}.res-btn--lg{padding:.85rem 2.25rem;font-size:1rem}.res-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.res-table-wrap{overflow-x:auto}.res-table{width:100%;border-collapse:collapse;font-size:.82rem}.res-table thead{background:#ffffff8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.res-table th{padding:.6rem .85rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.res-table td{padding:.7rem .85rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark, #11254f);vertical-align:middle}.res-table tr:last-child td{border-bottom:none}.res-table tbody tr{transition:background .12s;animation:res-row-in .22s ease both}.res-table tbody tr:hover{background:#fff6}@keyframes res-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.res-table tbody tr:nth-child(1){animation-delay:.03s}.res-table tbody tr:nth-child(2){animation-delay:.06s}.res-table tbody tr:nth-child(3){animation-delay:.09s}.res-table tbody tr:nth-child(4){animation-delay:.12s}.res-table tbody tr:nth-child(5){animation-delay:.15s}.res-product-thumb{width:52px;height:52px;border-radius:.55rem;object-fit:cover;border:1px solid rgba(0,0,0,.07);background:#ffffff80;display:block}.res-row-actions{display:flex;align-items:center;gap:.35rem;flex-wrap:nowrap}.res-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:.5rem;text-align:center}.res-empty-icon{font-size:2.5rem;opacity:.25}.res-empty-text{font-size:.875rem;color:var(--dark, #11254f);opacity:.3;font-style:italic}.res-save-row{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.25rem}@media(max-width:1280px){.res-body{padding:2rem}.res-grid-4{grid-template-columns:1fr 1fr}}@media(max-width:900px){.res-grid-2,.res-grid-3,.res-grid-4{grid-template-columns:1fr}.res-add-row{flex-direction:column}.res-add-row .res-field--narrow{flex:1;width:100%}}.adt-section{position:relative;height:100vh;padding:2rem}.adt-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.adt-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.adt-container--panel-open{border-color:transparent}.adt-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding:2.5rem 3rem;gap:1.25rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.adt-body::-webkit-scrollbar{width:5px}.adt-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.adt-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap;flex-shrink:0}.adt-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.adt-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.adt-header-actions{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.adt-btn-filter{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#ffffff73;border:1.5px solid rgba(255,255,255,.65);border-radius:2rem;font-size:.875rem;font-weight:600;color:var(--dark);cursor:pointer;transition:all .2s ease;font-family:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.adt-btn-filter:hover{background:#ffffffa6;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.adt-btn-filter--open{background:#007aff1a;border-color:#007aff66;color:#007aff}.adt-btn-filter--active{background:#007aff1a;border-color:#007aff59;color:#007aff}.adt-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#007aff;color:#fff;border-radius:10px;font-size:.7rem;font-weight:700;padding:0 .35rem}.adt-btn-reset{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:#ff3b3014;border:1px solid rgba(255,59,48,.25);border-radius:2rem;font-size:.8rem;font-weight:600;color:#ff3b30;cursor:pointer;transition:all .2s;font-family:inherit}.adt-btn-reset:hover{background:#ff3b3024;border-color:#ff3b3066}.adt-active-chips{display:flex;flex-wrap:wrap;gap:.4rem;flex-shrink:0}.adt-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .5rem .2rem .7rem;background:#007aff1a;border:1px solid rgba(0,122,255,.25);border-radius:2rem;font-size:.72rem;font-weight:600;color:#007aff}.adt-chip button{background:none;border:none;cursor:pointer;font-size:.6rem;color:#007aff;opacity:.6;padding:0;line-height:1;transition:opacity .15s}.adt-chip button:hover{opacity:1}.adt-chip--create{background:#34c7591a;border-color:#34c75940;color:#34c759}.adt-chip--create button{color:#34c759}.adt-chip--update{background:#ff95001a;border-color:#ff950040;color:#ff9500}.adt-chip--update button{color:#ff9500}.adt-chip--delete{background:#ff3b301a;border-color:#ff3b3040;color:#ff3b30}.adt-chip--delete button{color:#ff3b30}.adt-chip--login{background:#007aff1a;border-color:#007aff40;color:#007aff}.adt-chip--login button{color:#007aff}.adt-chip--logout{background:#0000000f;border-color:#0000001f;color:var(--dark);opacity:.6}.adt-table-card{flex:1;min-height:0;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;overflow:hidden}.adt-loading-state,.adt-error-state,.adt-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.75rem;padding:3rem;opacity:.45;font-size:1.5rem}.adt-loading-state p,.adt-error-state p,.adt-empty-state p{font-size:.9rem;color:var(--dark);margin:0}.adt-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:adt-spin .7s linear infinite}@keyframes adt-spin{to{transform:rotate(360deg)}}.adt-table-outer{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.adt-table-scroll{flex:1;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.adt-table-scroll::-webkit-scrollbar{width:5px;height:5px}.adt-table-scroll::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.adt-table{width:100%;border-collapse:collapse;font-size:.82rem;min-width:900px}.adt-table thead{position:sticky;top:0;z-index:2;background:#ffffff8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.adt-table th{padding:.85rem 1rem;text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark);opacity:.4;border-bottom:1px solid rgba(0,0,0,.07);white-space:nowrap}.adt-row{cursor:pointer;transition:background .12s ease;border-bottom:1px solid rgba(0,0,0,.04);animation:adt-row-in .3s ease both}.adt-row:last-child{border-bottom:none}.adt-row:hover{background:#ffffff80}@keyframes adt-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.adt-td{padding:.7rem 1rem;vertical-align:middle}.adt-td--ts{white-space:nowrap;min-width:105px}.adt-ts-date{display:block;font-size:.8rem;font-weight:600;color:var(--dark)}.adt-ts-time{display:block;font-size:.72rem;font-family:SF Mono,monospace;color:var(--dark);opacity:.4}.adt-entity-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;background:#0000000d;border-radius:.5rem;font-size:.78rem;font-weight:600;color:var(--dark);white-space:nowrap}.adt-action-badge{display:inline-block;padding:.2rem .6rem;border-radius:.5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.adt-action--create{background:#34c7591f;color:#1a7c38}.adt-action--update{background:#ff95001f;color:#b86e00}.adt-action--delete{background:#ff3b301f;color:#c0291f}.adt-action--login{background:#007aff1f;color:#0055b8}.adt-action--logout{background:#0000000f;color:var(--dark);opacity:.6}.adt-td--id{font-family:SF Mono,monospace;font-size:.78rem;font-weight:600;color:#5856d6}.adt-td--user{min-width:120px}.adt-user-name{display:block;font-size:.8rem;font-weight:600;color:var(--dark)}.adt-user-id{display:block;font-size:.72rem;color:var(--dark);opacity:.4;font-family:SF Mono,monospace}.adt-td--ip{min-width:100px}.adt-ip{font-family:SF Mono,monospace;font-size:.75rem;background:#0000000a;padding:.15rem .4rem;border-radius:.3rem;color:var(--dark);opacity:.5}.adt-td--location{font-size:.78rem;color:var(--dark);opacity:.6;white-space:nowrap;min-width:100px}.adt-source-badge{display:inline-block;padding:.15rem .5rem;background:#0000000d;border-radius:.4rem;font-size:.72rem;font-weight:600;color:var(--dark);opacity:.55}.adt-muted{opacity:.3}.adt-pagination{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0;gap:1rem}.adt-page-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#ffffff8c;border:1px solid rgba(255,255,255,.7);border-radius:.75rem;font-size:.82rem;font-weight:600;color:var(--dark);cursor:pointer;transition:all .2s;font-family:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.adt-page-btn:hover:not(:disabled){background:#007aff1a;border-color:#007aff4d;color:#007aff;transform:translateY(-1px)}.adt-page-btn:disabled{opacity:.35;cursor:not-allowed}.adt-page-info{display:flex;flex-direction:column;align-items:center;gap:.1rem}.adt-page-num{font-size:.85rem;font-weight:700;color:var(--dark)}.adt-page-sub{font-size:.72rem;color:var(--dark);opacity:.4}.adt-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.adt-overlay--visible{background:#00000047;pointer-events:all;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.adt-filter-panel{position:absolute;top:0;right:0;height:100%;width:380px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.adt-filter-panel--open{transform:translate(0)}.adt-filter-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.adt-filter-panel-title{font-size:1.25rem;font-weight:700;color:var(--dark);margin:0 0 .15rem;letter-spacing:-.3px}.adt-filter-panel-subtitle{font-size:.82rem;color:#007aff;margin:0;font-weight:600}.adt-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;margin-top:.15rem}.adt-panel-close:hover{background:#00000021}.adt-filter-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.adt-filter-panel-body::-webkit-scrollbar{width:5px}.adt-filter-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.adf-wrapper{display:flex;flex-direction:column;gap:0}.adf-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.adf-toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-bottom:.5rem}.adf-toggle-chip{display:flex;align-items:center;gap:.4rem;padding:.5rem .7rem;background:#ffffff80;border:1px solid rgba(0,0,0,.07);border-radius:.75rem;font-size:.78rem;font-weight:500;color:var(--dark);cursor:pointer;transition:all .15s ease;font-family:inherit;text-align:left}.adf-toggle-chip:hover{background:#ffffffbf;border-color:#0000001f}.adf-toggle-chip--on{background:#007aff1a;border-color:#007aff59;color:#007aff;font-weight:600}.adf-chip-emoji{font-size:.9rem;flex-shrink:0}.adf-chip-name{font-size:.78rem}.adf-action-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.adf-action-chip{padding:.35rem .85rem;background:#ffffff80;border:1px solid rgba(0,0,0,.08);border-radius:2rem;font-size:.75rem;font-weight:700;letter-spacing:.3px;color:var(--dark);cursor:pointer;transition:all .15s;font-family:inherit}.adf-action-chip:hover{background:#fffc}.adf-action-chip--on{font-weight:700}.adf-divider{height:1px;background:#0000000f;margin:1.25rem 0}.adf-form-group{display:flex;flex-direction:column;gap:0;background:#fff9;border:1px solid rgba(0,0,0,.07);border-radius:.875rem;overflow:hidden;margin-bottom:.5rem}.adf-field{display:flex;flex-direction:column;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}.adf-field:last-child{border-bottom:none}.adf-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--dark);opacity:.45;margin-bottom:.3rem}.adf-input{border:none;background:transparent;font-size:.875rem;color:var(--dark);font-family:inherit;outline:none;padding:0;color-scheme:light}.adf-input::placeholder{color:var(--dark);opacity:.25}.adf-reset-btn{width:100%;padding:.8rem;background:#ff3b3012;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:1.5rem}.adf-reset-btn:hover{background:#ff3b301f;border-color:#ff3b3059}.adt-row--active{background:#007aff0f!important}.adt-row--active td:first-child{box-shadow:inset 3px 0 #007aff}.adt-detail-panel{position:absolute;inset:0;z-index:1002;display:flex;align-items:center;justify-content:center;padding:2rem;pointer-events:none;opacity:0;transition:opacity .25s ease}.adt-detail-panel--open{pointer-events:all;opacity:1}.adt-detail-panel--open>*,.adt-detail-panel>*{width:100%;max-width:720px;max-height:calc(100% - 2rem);background:#f6f6faf5;backdrop-filter:blur(48px) saturate(200%);-webkit-backdrop-filter:blur(48px) saturate(200%);border:1px solid rgba(255,255,255,.8);border-radius:1.75rem;box-shadow:0 32px 80px #0000002e,0 0 0 .5px #fff9 inset;display:flex;flex-direction:column;overflow:hidden;transform:scale(.96) translateY(8px);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.adt-detail-panel--open>*{transform:scale(1) translateY(0)}.adp-header{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.75rem 1.4rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0;gap:.5rem}.adp-header-main{display:contents}.adp-entity-icon{font-size:2.75rem;line-height:1;margin-bottom:.15rem}.adp-header-info{display:flex;flex-direction:column;align-items:center;gap:.4rem}.adp-header-top{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.adp-entity-type{font-size:1.25rem;font-weight:700;color:var(--dark);letter-spacing:-.3px}.adp-entity-id{font-family:SF Mono,monospace;font-size:.9rem;color:#5856d6;font-weight:600}.adp-action-badge{display:inline-block;padding:.2rem .7rem;border-radius:2rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.adp-badge--create{background:#34c7591f;color:#1a7c38}.adp-badge--update{background:#ff95001f;color:#b86e00}.adp-badge--delete{background:#ff3b301f;color:#c0291f}.adp-badge--login{background:#007aff1f;color:#0055b8}.adp-badge--logout{background:#00000012;color:var(--dark);opacity:.6}.adp-header-ts{font-size:.78rem;color:var(--dark);opacity:.35;font-family:SF Mono,monospace}.adp-close-btn{position:absolute;top:1.1rem;right:1.1rem;width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s}.adp-close-btn:hover{background:#00000021}.adp-body{flex:1;overflow-y:auto;padding:1.25rem 1.75rem 2rem;display:flex;flex-direction:column;gap:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.adp-body::-webkit-scrollbar{width:5px}.adp-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.adp-correlation{display:flex;align-items:center;gap:.6rem;padding:.55rem .85rem;background:#5856d612;border:1px solid rgba(88,86,214,.15);border-radius:.65rem;margin-bottom:1.25rem}.adp-correlation-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#5856d6;flex-shrink:0}.adp-correlation-value{font-family:SF Mono,monospace;font-size:.78rem;color:#5856d6;word-break:break-all}.adp-section{border-bottom:1px solid rgba(0,0,0,.06);padding:1.1rem 0}.adp-section:last-child{border-bottom:none}.adp-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.35;margin-bottom:.65rem}.adp-section-body{display:flex;flex-direction:column;gap:.5rem}.adp-info-block{background:#fff9;border:1px solid rgba(0,0,0,.06);border-radius:.875rem;overflow:hidden;margin-bottom:.5rem}.adp-info-row{display:flex;align-items:baseline;justify-content:space-between;padding:.55rem .9rem;border-bottom:1px solid rgba(0,0,0,.04);gap:.75rem}.adp-info-row:last-child{border-bottom:none}.adp-info-label{font-size:.75rem;font-weight:600;color:var(--dark);opacity:.45;flex-shrink:0}.adp-info-value{font-size:.82rem;color:var(--dark);text-align:right;word-break:break-all}.adp-info-value--mono{font-family:SF Mono,monospace;font-size:.78rem}.adp-map-wrap{border-radius:.875rem;overflow:hidden;border:1px solid rgba(0,0,0,.07)}.adp-field-chips{display:flex;flex-wrap:wrap;gap:.4rem}.adp-field-chip{padding:.2rem .6rem;background:#007aff14;border:1px solid rgba(0,122,255,.2);border-radius:2rem;font-size:.75rem;font-weight:600;color:#007aff;font-family:SF Mono,monospace}.adp-diff{display:flex;flex-direction:column;gap:.6rem}.adp-diff-tabs{display:flex;gap:.25rem;background:#ffffff73;border:1px solid rgba(0,0,0,.07);border-radius:.65rem;padding:.25rem;width:fit-content}.adp-diff-tab{padding:.3rem .75rem;border:none;background:none;border-radius:.45rem;font-size:.78rem;font-weight:600;color:var(--dark);opacity:.45;cursor:pointer;transition:all .15s;font-family:inherit}.adp-diff-tab:hover{opacity:.7}.adp-diff-tab--active{background:#fff;opacity:1;color:var(--dark);box-shadow:0 1px 4px #0000001a}.adp-diff-panes{display:flex;flex-direction:column;gap:.5rem}.adp-diff-panes--both{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.adp-diff-pane{border-radius:.75rem;overflow:hidden;border:1px solid transparent}.adp-diff-pane--old{border-color:#ff3b3033}.adp-diff-pane--new{border-color:#34c75933}.adp-diff-pane-title{padding:.35rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.adp-diff-pane--old .adp-diff-pane-title{background:#ff3b3014;color:#c0291f}.adp-diff-pane--new .adp-diff-pane-title{background:#34c75914;color:#1a7c38}.adp-diff-code{margin:0;padding:.75rem;font-family:SF Mono,Fira Code,monospace;font-size:.72rem;line-height:1.6;color:var(--dark);background:#ffffff80;overflow-x:auto;white-space:pre;max-height:280px;overflow-y:auto;scrollbar-width:thin}.adp-diff-pane--empty .adp-diff-code,.adp-diff-none{display:flex;align-items:center;justify-content:center;min-height:60px;font-size:.78rem;color:var(--dark);opacity:.3}.adp-ua{display:flex;flex-direction:column;gap:.5rem}.adp-ua-group{background:#fff9;border:1px solid rgba(0,0,0,.06);border-radius:.75rem;overflow:hidden}.adp-ua-group-title{display:block;padding:.4rem .85rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark);opacity:.4;border-bottom:1px solid rgba(0,0,0,.05);background:#00000005}.adp-ua-rows{display:flex;flex-direction:column}.adp-ua-raw{background:#fff9;border:1px solid rgba(0,0,0,.06);border-radius:.75rem;overflow:hidden}.adp-ua-raw-code{display:block;padding:.65rem .85rem;font-family:SF Mono,monospace;font-size:.7rem;color:var(--dark);opacity:.55;word-break:break-all;white-space:pre-wrap}.adt-mv-banner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;border-radius:.875rem;font-size:.8rem;margin-bottom:.75rem;gap:1rem;flex-wrap:wrap}.adt-mv-banner--fast{background:#007aff0f;border:1px solid rgba(0,122,255,.15);color:#007aff}.adt-mv-banner--slow{background:#ff95000f;border:1px solid rgba(255,149,0,.2);color:#c70}.adt-mv-btn{padding:.3rem .85rem;border-radius:2rem;font-weight:600;font-size:.78rem;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s ease}.adt-mv-banner--fast .adt-mv-btn{border:1.5px solid rgba(0,122,255,.3);background:#007aff1a;color:#007aff}.adt-mv-banner--slow .adt-mv-btn{border:1.5px solid rgba(255,149,0,.3);background:#ff95001a;color:#c70}.adt-mv-btn:hover{opacity:.8;transform:translateY(-1px)}@media(max-width:1280px){.adt-body{padding:2rem}.adt-table{font-size:.78rem}.adt-td{padding:.6rem .75rem}.adt-table th{padding:.7rem .75rem}}@media(max-width:1100px){.adp-diff-panes--both{grid-template-columns:1fr}.adt-detail-panel{padding:1.25rem}}.srp-section{height:100vh;position:relative;padding:2rem}.srp-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.srp-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.35));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.12));display:flex;flex-direction:column;overflow:hidden}.srp-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.srp-body::-webkit-scrollbar{width:5px}.srp-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.srp-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.srp-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.5px}.srp-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.srp-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}.srp-card-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.srp-card-title{font-size:.875rem;font-weight:700;color:var(--dark, #11254f);margin:0}.srp-card-body{padding:1.25rem 1.5rem 1.5rem}.srp-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.35;margin:0 0 .9rem;display:flex;align-items:center;gap:.5rem}.srp-section-label:after{content:"";flex:1;height:1px;background:#00000012}.srp-field{display:flex;flex-direction:column;gap:.35rem;position:relative}.srp-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.srp-input,.srp-select{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark, #11254f);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.srp-input:focus,.srp-select:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.srp-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.srp-id-wrap{position:relative}.srp-id-prefix{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:700;color:var(--dark, #11254f);opacity:.4;pointer-events:none;border-right:1px solid rgba(0,0,0,.1);padding-right:.5rem;line-height:1}.srp-input--id{padding-left:2.35rem}.srp-filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:.85rem}.srp-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#f8f8fcf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;box-shadow:0 8px 24px #0000001f;z-index:300;max-height:220px;overflow-y:auto;scrollbar-width:thin}.srp-suggestion-item{padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);font-size:.82rem;font-weight:600;color:var(--dark, #11254f);transition:background .12s}.srp-suggestion-item:last-child{border-bottom:none}.srp-suggestion-item:hover{background:#007aff0f}.srp-actions{display:flex;align-items:center;gap:.65rem;padding-top:.5rem}.srp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:.75rem;border:1px solid transparent;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap}.srp-btn:hover{transform:translateY(-1px)}.srp-btn:active{transform:translateY(0)}.srp-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.srp-btn--primary:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.srp-btn--ghost{background:#ffffff8c;color:var(--dark, #11254f);border-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.srp-btn--ghost:hover{background:#ffffffbf}.srp-btn--warning{background:#ff95001a;color:#b86e00;border-color:#ff950040}.srp-btn--warning:hover{background:#ff95002e}.srp-btn--success{background:#34c7591a;color:#1a7c38;border-color:#34c75940}.srp-btn--success:hover{background:#34c7592e}.srp-btn--sm{padding:.3rem .7rem;font-size:.75rem;border-radius:.55rem}.srp-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.srp-results-count{font-size:.78rem;color:var(--dark, #11254f);opacity:.45}.srp-table-wrap{overflow-x:auto}.srp-table{width:100%;border-collapse:collapse;font-size:.82rem}.srp-table thead{position:sticky;top:0;background:#ffffffb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.srp-table th{padding:.6rem .85rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.srp-table th:last-child{text-align:right}.srp-table td{padding:.7rem .85rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark, #11254f);vertical-align:middle}.srp-table td:last-child{text-align:right}.srp-table tr:last-child td{border-bottom:none}.srp-table tbody tr{transition:background .12s;animation:srp-row-in .22s ease both}.srp-table tbody tr:hover{background:#ffffff73}@keyframes srp-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.srp-table tbody tr:nth-child(1){animation-delay:.02s}.srp-table tbody tr:nth-child(2){animation-delay:.04s}.srp-table tbody tr:nth-child(3){animation-delay:.06s}.srp-table tbody tr:nth-child(4){animation-delay:.08s}.srp-table tbody tr:nth-child(5){animation-delay:.1s}.srp-table tbody tr:nth-child(6){animation-delay:.12s}.srp-table tbody tr:nth-child(7){animation-delay:.14s}.srp-table tbody tr:nth-child(8){animation-delay:.16s}.srp-table tbody tr:nth-child(9){animation-delay:.18s}.srp-table tbody tr:nth-child(10){animation-delay:.2s}.srp-id-badge{font-size:.78rem;font-weight:700;color:#5856d6;background:#5856d614;border:1px solid rgba(88,86,214,.18);border-radius:.4rem;padding:.15rem .45rem;white-space:nowrap}.srp-order-badge{font-size:.75rem;font-weight:600;color:#007aff;background:#007aff12;border:1px solid rgba(0,122,255,.15);border-radius:.4rem;padding:.15rem .45rem}.srp-status{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:2rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.srp-status--pending{background:#ff95001f;color:#b86e00;border:1px solid rgba(255,149,0,.25)}.srp-status--confirmed{background:#007aff1a;color:#0062cc;border:1px solid rgba(0,122,255,.22)}.srp-status--expired{background:#ff3b301a;color:#c0291f;border:1px solid rgba(255,59,48,.22)}.srp-status--fulfilled{background:#34c7591a;color:#1a7c38;border:1px solid rgba(52,199,89,.22)}.srp-status--cancelled{background:#8e8e931f;color:#636366;border:1px solid rgba(142,142,147,.25)}.srp-status--default{background:#0000000f;color:var(--dark,#11254f);border:1px solid rgba(0,0,0,.1)}.srp-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;flex-wrap:nowrap}.srp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;gap:.5rem;text-align:center}.srp-empty-icon{font-size:2.5rem;opacity:.22}.srp-empty-text{font-size:.875rem;color:var(--dark, #11254f);opacity:.28;font-style:italic}.srp-loading{display:flex;align-items:center;justify-content:center;padding:4rem 1rem;gap:.75rem;font-size:.875rem;color:var(--dark, #11254f);opacity:.45}@keyframes srp-spin{to{transform:rotate(360deg)}}.srp-spinner{width:20px;height:20px;border:2px solid rgba(0,122,255,.2);border-top-color:#007aff;border-radius:50%;animation:srp-spin .7s linear infinite;flex-shrink:0}@media(max-width:1280px){.srp-body{padding:2rem}.srp-filter-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.srp-filter-grid{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box}.erp-section{height:100vh;position:relative;padding:2rem}.erp-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.erp-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.35));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.12));display:flex;flex-direction:column;overflow:hidden}.erp-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.erp-body::-webkit-scrollbar{width:5px}.erp-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.erp-loading-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 4rem);gap:.75rem;font-size:.9rem;color:var(--dark, #11254f);opacity:.45}@keyframes erp-spin{to{transform:rotate(360deg)}}.erp-spinner{width:22px;height:22px;border:2.5px solid rgba(0,122,255,.18);border-top-color:#007aff;border-radius:50%;animation:erp-spin .7s linear infinite;flex-shrink:0}.erp-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.erp-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.5px}.erp-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.erp-alert{display:flex;align-items:center;gap:.65rem;padding:.8rem 1.2rem;background:#ff950014;border:1px solid rgba(255,149,0,.22);border-radius:.875rem;font-size:.82rem;font-weight:600;color:#8a5200}.erp-alert-icon{font-size:1rem}.erp-status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.erp-status--pending{background:#ff95001f;color:#b86e00;border:1px solid rgba(255,149,0,.25)}.erp-status--confirmed{background:#007aff1a;color:#0062cc;border:1px solid rgba(0,122,255,.22)}.erp-status--expired{background:#ff3b301a;color:#c0291f;border:1px solid rgba(255,59,48,.22)}.erp-status--fulfilled{background:#34c7591a;color:#1a7c38;border:1px solid rgba(52,199,89,.22)}.erp-status--cancelled{background:#8e8e931f;color:#636366;border:1px solid rgba(142,142,147,.25)}.erp-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}.erp-card-body{padding:1.25rem 1.5rem 1.5rem}.erp-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.35;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.erp-section-label:after{content:"";flex:1;height:1px;background:#00000012}.erp-field{display:flex;flex-direction:column;gap:.35rem;position:relative}.erp-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.erp-input,.erp-select,.erp-textarea{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark, #11254f);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.erp-input:focus,.erp-select:focus,.erp-textarea:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.erp-input:disabled,.erp-select:disabled,.erp-textarea:disabled{opacity:.45;cursor:not-allowed;background:#00000008;border-style:dashed}.erp-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.erp-textarea{resize:vertical;min-height:96px}.erp-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#f8f8fcf7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;box-shadow:0 8px 24px #0000001f;z-index:300;max-height:220px;overflow-y:auto;scrollbar-width:thin}.erp-suggestion-item{padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);font-size:.82rem;font-weight:600;color:var(--dark, #11254f);transition:background .12s}.erp-suggestion-item:last-child{border-bottom:none}.erp-suggestion-item:hover{background:#007aff0f}.erp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.erp-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.85rem}.erp-grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.85rem}.erp-img-wrap{position:relative;width:100%;aspect-ratio:1;max-width:120px;border-radius:.75rem;overflow:hidden;background:#ffffff80;border:1px solid rgba(0,0,0,.08)}.erp-img{width:100%;height:100%;object-fit:cover;display:block}.erp-img-placeholder{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#0000000a;border:1px dashed rgba(0,0,0,.12);border-radius:.75rem;font-size:1.5rem;opacity:.3}.erp-toggle-wrap{display:flex;align-items:center;gap:.65rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.4rem 0}.erp-toggle-input{display:none}.erp-toggle-track{width:44px;height:26px;border-radius:13px;background:#0000001f;position:relative;flex-shrink:0;transition:background .2s}.erp-toggle-track--on{background:#007aff}.erp-toggle-track--disabled{opacity:.35;cursor:not-allowed}.erp-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.erp-toggle-track--on .erp-toggle-thumb{transform:translate(18px)}.erp-toggle-label{font-size:.82rem;font-weight:600;color:var(--dark, #11254f)}.erp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.35rem;border-radius:.75rem;border:1px solid transparent;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap}.erp-btn:hover{transform:translateY(-1px)}.erp-btn:active{transform:translateY(0)}.erp-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.erp-btn--primary:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.erp-btn--ghost{background:#ffffff8c;color:var(--dark, #11254f);border-color:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.erp-btn--ghost:hover{background:#ffffffbf}.erp-btn--danger{background:#ff3b3014;color:#c0291f;border-color:#ff3b3038}.erp-btn--danger:hover{background:#ff3b3026}.erp-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.erp-actions-row{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}@media(max-width:1280px){.erp-body{padding:2rem}.erp-grid-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.erp-grid-4,.erp-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.erp-grid-2,.erp-grid-3,.erp-grid-4{grid-template-columns:1fr}}.wh-section{position:relative;height:100vh;padding:2rem}.wh-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.wh-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.wh-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.wh-body::-webkit-scrollbar{width:6px}.wh-body::-webkit-scrollbar-track{background:transparent}.wh-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.wh-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.wh-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.wh-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.wh-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.wh-search-wrap{position:relative;display:flex;align-items:center}.wh-search-icon{position:absolute;left:.85rem;font-size:1.1rem;color:var(--dark);opacity:.35;pointer-events:none;line-height:1}.wh-search{padding:.55rem 2.25rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;color:var(--dark);font-family:inherit;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s ease;width:200px;outline:none}.wh-search::placeholder{color:var(--dark);opacity:.35}.wh-search:focus{background:#ffffffa6;border-color:#007aff66;width:240px;box-shadow:0 0 0 3px #007aff14}.wh-search-clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.7rem;color:var(--dark);opacity:.4;padding:0;line-height:1;transition:opacity .15s}.wh-search-clear:hover{opacity:.7}.wh-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);white-space:nowrap;font-family:inherit}.wh-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.wh-btn-add-icon{font-size:1.1rem;line-height:1;font-weight:400}.wh-list{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.wh-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:wh-row-in .35s ease both}.wh-row:last-child{border-bottom:none}.wh-row:hover{background:#ffffff73}.wh-row:active{background:#0000000a}@keyframes wh-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wh-avatar{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.wh-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.wh-name{font-size:.93rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wh-id{font-size:.8rem;color:var(--dark);opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wh-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.wh-country-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.25);border-radius:2rem;font-size:.75rem;font-weight:700;letter-spacing:.5px}.wh-m2-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.2);border-radius:2rem;font-size:.75rem;font-weight:600;letter-spacing:0}.wh-chevron{font-size:1.2rem;color:var(--dark);opacity:.25;flex-shrink:0;transition:opacity .15s}.wh-row:hover .wh-chevron{opacity:.5}.wh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:.75rem}.wh-empty-icon{font-size:2.5rem;opacity:.3}.wh-empty-title{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.wh-loading-state,.wh-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;height:100%;color:var(--dark);opacity:.6}.wh-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:wh-spin .7s linear infinite}@keyframes wh-spin{to{transform:rotate(360deg)}}.wh-error-icon{font-size:2rem}.wh-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.wh-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.wh-panel{position:absolute;top:0;right:0;height:100%;width:420px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.wh-panel--open{transform:translate(0)}.wh-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.wh-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.wh-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.wh-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.wh-panel-close:hover{background:#00000021}.wh-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.wh-panel-body::-webkit-scrollbar{width:5px}.wh-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.wh-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:1.5rem 0 .6rem}.wh-section-label:first-child{margin-top:0}.wh-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.wh-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.wh-field:last-child{border-bottom:none}.wh-field:first-child{border-radius:1rem 1rem 0 0}.wh-field:last-child{border-radius:0 0 1rem 1rem}.wh-field:only-child{border-radius:1rem}.wh-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.wh-required{color:#ff3b30}.wh-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.wh-input::placeholder{color:var(--dark);opacity:.25}.wh-field-hint{font-size:.75rem;color:var(--dark);opacity:.35;margin:.35rem 0 0;font-style:italic}.wh-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.wh-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.wh-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.wh-btn-primary:disabled{opacity:.5;cursor:not-allowed}.wh-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.wh-btn-ghost:hover:not(:disabled){background:#00000017}.wh-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.wh-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:768px){.wh-body{padding:1.5rem}.wh-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.wh-header-actions{width:100%;flex-direction:column;align-items:stretch}.wh-search{width:100%}.wh-search:focus{width:100%}.wh-meta{display:none}.wh-panel{width:100%;max-width:100%;top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.wh-panel--open{transform:translateY(0)}}.pex-section{position:relative;height:100vh;padding:2rem}.pex-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.pex-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.pex-container--panel-open{border-color:transparent}.pex-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding:2.5rem 3rem;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.pex-body::-webkit-scrollbar{width:5px}.pex-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.pex-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap;flex-shrink:0}.pex-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.pex-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.pex-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit;white-space:nowrap}.pex-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.pex-btn-add-small{display:inline-flex;align-items:center;padding:.3rem .85rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.3);border-radius:2rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.pex-btn-add-small:hover{background:#007aff2e}.pex-loading-state,.pex-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--dark);opacity:.6}.pex-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:pex-spin .7s linear infinite}@keyframes pex-spin{to{transform:rotate(360deg)}}.pex-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;flex:1;min-height:0}.pex-col{display:flex;flex-direction:column;gap:.6rem;min-height:0}.pex-col-label-row{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.pex-col-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4}.pex-col-count{background:#00000012;color:var(--dark);opacity:.5;font-size:.7rem;padding:.1rem .45rem;border-radius:1rem;font-weight:600}.pex-extras-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.pex-extras-scroll::-webkit-scrollbar{width:5px}.pex-extras-scroll::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.pex-group{display:flex;flex-direction:column;gap:.35rem}.pex-group-label{display:flex;align-items:center;gap:.4rem;padding:0 .25rem}.pex-group-title{font-size:.78rem;font-weight:700;color:var(--dark);opacity:.65}.pex-group-sub{font-size:.72rem;color:var(--dark);opacity:.35}.pex-group-count{margin-left:auto;background:#00000012;color:var(--dark);opacity:.45;font-size:.68rem;padding:.1rem .4rem;border-radius:1rem;font-weight:600}.pex-group-list{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1rem;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.pex-extra-row{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.04);animation:pex-row-in .3s ease both}.pex-extra-row:last-child{border-bottom:none}.pex-extra-row:hover{background:#ffffff73}.pex-extra-row--active{background:#007aff12!important}.pex-extra-row--active .pex-extra-name{color:#007aff;font-weight:600}.pex-extra-row--active .pex-chevron{opacity:.6;color:#007aff}@keyframes pex-row-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.pex-extra-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.pex-extra-name{font-size:.875rem;font-weight:600;color:var(--dark)}.pex-extra-product{font-size:.75rem;color:var(--dark);opacity:.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pex-row-actions{display:flex;gap:.25rem;opacity:0;transition:opacity .15s}.pex-extra-row:hover .pex-row-actions{opacity:1}.pex-icon-btn{width:26px;height:26px;background:#fff9;border:1px solid rgba(0,0,0,.07);border-radius:.4rem;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.pex-icon-btn:hover{background:#fff;box-shadow:0 2px 6px #0000001a}.pex-icon-btn--danger:hover{background:#ff3b3014;border-color:#ff3b3040}.pex-chevron{font-size:1rem;color:var(--dark);opacity:.2;flex-shrink:0;transition:opacity .15s}.pex-extra-row:hover .pex-chevron{opacity:.45}.pex-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:.5rem;font-size:1.75rem;opacity:.3}.pex-empty p{font-size:.85rem;color:var(--dark);margin:0}.pex-empty-small{padding:1rem;text-align:center;font-size:.8rem;color:var(--dark);opacity:.35}.pex-prices-list{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.25rem;overflow-y:auto;flex:1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.pex-prices-list::-webkit-scrollbar{width:5px}.pex-prices-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.pex-price-row{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:pex-row-in .3s ease both}.pex-price-row:last-child{border-bottom:none}.pex-price-row:hover{background:#ffffff73}.pex-price-icon{font-size:1.1rem;width:36px;height:36px;background:#34c7591a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid rgba(255,255,255,.7)}.pex-price-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.pex-price-main{font-size:.9rem;font-weight:600;color:var(--dark)}.pex-price-sub{font-size:.75rem;color:var(--dark);opacity:.45}.pex-currency-badge{padding:.2rem .55rem;background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.2);border-radius:2rem;font-size:.72rem;font-weight:700;flex-shrink:0}.pex-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.pex-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.pex-panel{position:absolute;top:0;right:0;height:100%;width:440px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.pex-panel--open{transform:translate(0)}.pex-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.pex-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.pex-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.pex-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;margin-top:.2rem}.pex-panel-close:hover{background:#00000021}.pex-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.pex-panel-body::-webkit-scrollbar{width:5px}.pex-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.pex-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.pex-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.pex-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.pex-field:last-child{border-bottom:none}.pex-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.pex-required{color:#ff3b30}.pex-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.pex-input::placeholder{color:var(--dark);opacity:.25}.pex-input-suffix-wrap{display:flex;align-items:center;gap:.35rem}.pex-input-suffix{font-size:.85rem;color:var(--dark);opacity:.35;font-weight:600;flex-shrink:0}.pex-search-wrap{position:relative}.pex-suggestions{position:absolute;top:calc(100% + .35rem);left:-1rem;right:-1rem;background:#f8f8fcfa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;z-index:20;box-shadow:0 8px 24px #0000001f;max-height:180px;overflow-y:auto}.pex-suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s}.pex-suggestion-item:last-child{border-bottom:none}.pex-suggestion-item:hover{background:#007aff0d}.pex-suggestion-name{font-size:.9rem;font-weight:500;color:var(--dark)}.pex-suggestion-meta{font-size:.75rem;color:var(--dark);opacity:.4}.pex-selected-badge{display:inline-flex;align-items:center;margin-top:.4rem;font-size:.72rem;color:#34c759;font-weight:600}.pex-cs{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.pex-cs-value{font-size:.95rem;color:var(--dark)}.pex-cs-placeholder{font-size:.95rem;color:var(--dark);opacity:.25}.pex-cs-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--dark);opacity:.3;transition:transform .2s;flex-shrink:0}.pex-cs--open .pex-cs-arrow{transform:rotate(180deg)}.pex-cs-dropdown{position:absolute;top:calc(100% + .25rem);left:-1px;right:-1px;background:#f8f8fcfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;z-index:20;box-shadow:0 8px 24px #0000001f;max-height:180px;overflow-y:auto}.pex-cs-option{padding:.65rem 1rem;font-size:.9rem;color:var(--dark);cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s;display:flex;align-items:center;gap:.4rem}.pex-cs-option:last-child{border-bottom:none}.pex-cs-option:hover{background:#007aff0d}.pex-cs-option--active{color:#007aff;font-weight:600;background:#007aff0d}.pex-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem;padding-bottom:.5rem}.pex-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.pex-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.pex-btn-primary:disabled{opacity:.5;cursor:not-allowed}.pex-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.pex-btn-ghost:hover:not(:disabled){background:#00000017}.pex-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:.5rem}.pex-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:900px){.pex-layout{grid-template-columns:1fr;overflow-y:auto}.pex-body{overflow-y:auto}}@media(max-width:600px){.pex-body{padding:1.5rem}.pex-page-header{flex-direction:column;align-items:flex-start}.pex-panel{width:100%;max-width:100%;top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.pex-panel--open{transform:translateY(0)}}.cntry-section{position:relative;height:100vh;padding:2rem}.cntry-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.cntry-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.cntry-container--panel-open{border-color:transparent}.cntry-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.cntry-body::-webkit-scrollbar{width:6px}.cntry-body::-webkit-scrollbar-track{background:transparent}.cntry-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.cntry-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.cntry-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.cntry-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.cntry-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cntry-search-wrap{position:relative;display:flex;align-items:center}.cntry-search-icon{position:absolute;left:.85rem;font-size:1.1rem;color:var(--dark);opacity:.35;pointer-events:none}.cntry-search{padding:.55rem 2.25rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;color:var(--dark);font-family:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;width:200px;outline:none}.cntry-search::placeholder{color:var(--dark);opacity:.35}.cntry-search:focus{background:#ffffffa6;border-color:#007aff66;width:240px;box-shadow:0 0 0 3px #007aff14}.cntry-search-clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.7rem;color:var(--dark);opacity:.4;padding:0;transition:opacity .15s}.cntry-search-clear:hover{opacity:.7}.cntry-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit;white-space:nowrap}.cntry-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.cntry-list{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cntry-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:cntry-row-in .35s ease both}.cntry-row:last-child{border-bottom:none}.cntry-row:hover{background:#ffffff73}.cntry-row:active{background:#00000008}@keyframes cntry-row-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.cntry-flag{font-size:1.6rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cntry-info{flex:1;min-width:0}.cntry-name{font-size:.93rem;font-weight:600;color:var(--dark)}.cntry-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.cntry-vat-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.2);border-radius:2rem;font-size:.75rem;font-weight:600}.cntry-online-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;background:#0000000f;color:var(--dark);opacity:.5;border:1px solid rgba(0,0,0,.1);border-radius:2rem;font-size:.75rem;font-weight:600;transition:all .2s}.cntry-online-badge--on{background:#34c7591a;color:#34c759;opacity:1;border-color:#34c75940}.cntry-online-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.cntry-chevron{font-size:1.2rem;color:var(--dark);opacity:.25;flex-shrink:0;transition:opacity .15s}.cntry-row:hover .cntry-chevron{opacity:.5}.cntry-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:.75rem}.cntry-empty-icon{font-size:2.5rem;opacity:.3}.cntry-empty p{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.cntry-loading-state,.cntry-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--dark);opacity:.6;padding:4rem}.cntry-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:cntry-spin .7s linear infinite}@keyframes cntry-spin{to{transform:rotate(360deg)}}.cntry-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.cntry-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cntry-panel{position:absolute;top:0;right:0;height:100%;width:400px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.cntry-panel--open{transform:translate(0)}.cntry-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.cntry-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.cntry-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.cntry-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0;margin-top:.2rem}.cntry-panel-close:hover{background:#00000021}.cntry-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.cntry-panel-body::-webkit-scrollbar{width:5px}.cntry-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.cntry-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.cntry-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden}.cntry-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.cntry-field:last-child{border-bottom:none}.cntry-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.cntry-required{color:#ff3b30}.cntry-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.cntry-input::placeholder{color:var(--dark);opacity:.25}.cntry-input-suffix-wrap{display:flex;align-items:center;gap:.35rem}.cntry-input-suffix{font-size:.95rem;color:var(--dark);opacity:.35;flex-shrink:0}.cntry-field--toggle{padding:.85rem 1rem}.cntry-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cntry-toggle-label{font-size:.93rem;font-weight:600;color:var(--dark);display:block;margin-bottom:.1rem}.cntry-toggle-hint{font-size:.78rem;color:var(--dark);opacity:.4;display:block}.cntry-toggle{position:relative;width:44px;height:26px;flex-shrink:0;cursor:pointer}.cntry-toggle:before{content:"";position:absolute;inset:0;background:#0000001f;border-radius:13px;transition:background .25s ease}.cntry-toggle--on:before{background:#34c759}.cntry-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;transition:transform .25s cubic-bezier(.4,0,.2,1)}.cntry-toggle--on .cntry-toggle-knob{transform:translate(18px)}.cntry-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.cntry-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.cntry-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.cntry-btn-primary:disabled{opacity:.5;cursor:not-allowed}.cntry-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.cntry-btn-ghost:hover:not(:disabled){background:#00000017}.cntry-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:.5rem}.cntry-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:768px){.cntry-body{padding:1.5rem}.cntry-page-header{flex-direction:column;align-items:flex-start}.cntry-header-actions{width:100%;flex-direction:column;align-items:stretch}.cntry-search{width:100%}.cntry-search:focus{width:100%}.cntry-meta{display:none}.cntry-panel{width:100%;max-width:100%;top:auto;bottom:0;height:85%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.cntry-panel--open{transform:translateY(0)}}.cpn-section{position:relative;height:100vh;padding:2rem}.cpn-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.cpn-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;transition:border-color .35s ease;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.cpn-container--panel-open{border-color:transparent}.cpn-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.cpn-body::-webkit-scrollbar{width:6px}.cpn-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.cpn-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.cpn-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.cpn-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.cpn-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cpn-search-wrap{position:relative;display:flex;align-items:center}.cpn-search-icon{position:absolute;left:.85rem;font-size:1.1rem;color:var(--dark);opacity:.35;pointer-events:none}.cpn-search{padding:.55rem 2.25rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;color:var(--dark);font-family:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;width:200px;outline:none}.cpn-search::placeholder{color:var(--dark);opacity:.35}.cpn-search:focus{background:#ffffffa6;border-color:#007aff66;width:240px;box-shadow:0 0 0 3px #007aff14}.cpn-search-clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.7rem;color:var(--dark);opacity:.4;padding:0;transition:opacity .15s}.cpn-search-clear:hover{opacity:.7}.cpn-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:inherit;white-space:nowrap}.cpn-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.cpn-loading-state,.cpn-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:var(--dark);opacity:.6}.cpn-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:cpn-spin .7s linear infinite}@keyframes cpn-spin{to{transform:rotate(360deg)}}.cpn-list{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cpn-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:cpn-row-in .32s ease both}.cpn-row:last-child{border-bottom:none}.cpn-row:hover{background:#ffffff73}@keyframes cpn-row-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.cpn-code-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:.6rem;font-family:SF Mono,Fira Code,monospace;font-size:.82rem;font-weight:700;color:var(--dark);letter-spacing:1px;flex-shrink:0;min-width:110px;justify-content:center}.cpn-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.cpn-discount{font-size:.9rem;font-weight:600;color:var(--dark)}.cpn-meta{font-size:.75rem;color:var(--dark);opacity:.4}.cpn-badges{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.cpn-type-badge{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0}.cpn-type-badge--percent{background:#007aff1f;color:#007aff;border:1px solid rgba(0,122,255,.2)}.cpn-type-badge--amount{background:#34c7591f;color:#34c759;border:1px solid rgba(52,199,89,.2)}.cpn-active-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;background:#0000000f;color:var(--dark);opacity:.45;border:1px solid rgba(0,0,0,.1);border-radius:2rem;font-size:.72rem;font-weight:600}.cpn-active-badge--on{background:#34c7591a;color:#34c759;opacity:1;border-color:#34c75940}.cpn-active-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.cpn-used-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;background:#ff95001a;color:#ff9500;border:1px solid rgba(255,149,0,.25);border-radius:2rem;font-size:.72rem;font-weight:600}.cpn-chevron{font-size:1.2rem;color:var(--dark);opacity:.2;flex-shrink:0;transition:opacity .15s}.cpn-row:hover .cpn-chevron{opacity:.5}.cpn-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:.75rem}.cpn-empty-icon{font-size:2.5rem;opacity:.3}.cpn-empty p{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.cpn-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.cpn-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cpn-panel{position:absolute;top:0;right:0;height:100%;width:400px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.cpn-panel--open{transform:translate(0)}.cpn-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.cpn-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.3px}.cpn-panel-subtitle{font-family:SF Mono,Fira Code,monospace;font-size:.85rem;color:var(--dark);opacity:.45;margin:0;letter-spacing:1px}.cpn-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;margin-top:.2rem}.cpn-panel-close:hover{background:#00000021}.cpn-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.cpn-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:0 0 .6rem}.cpn-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.cpn-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);position:relative}.cpn-field:last-child{border-bottom:none}.cpn-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.cpn-required{color:#ff3b30}.cpn-code-display{display:flex;align-items:center;justify-content:space-between}.cpn-code-text{font-family:SF Mono,Fira Code,monospace;font-size:1.05rem;font-weight:700;color:var(--dark);letter-spacing:2px}.cpn-regen-btn{width:28px;height:28px;border-radius:50%;background:#007aff1a;border:1px solid rgba(0,122,255,.2);color:#007aff;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.cpn-regen-btn:hover{background:#007aff2e;transform:rotate(180deg)}.cpn-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.cpn-input::placeholder{color:var(--dark);opacity:.25}.cpn-input-suffix-wrap{display:flex;align-items:center;gap:.35rem}.cpn-input-suffix{font-size:.9rem;color:var(--dark);opacity:.35;font-weight:600;flex-shrink:0}.cpn-cs{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.cpn-cs-value{font-size:.95rem;color:var(--dark)}.cpn-cs-placeholder{font-size:.95rem;color:var(--dark);opacity:.25}.cpn-cs-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--dark);opacity:.3;transition:transform .2s;flex-shrink:0}.cpn-cs--open .cpn-cs-arrow{transform:rotate(180deg)}.cpn-cs-dropdown{position:absolute;top:calc(100% + .25rem);left:-1px;right:-1px;background:#f8f8fcfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:.875rem;z-index:20;box-shadow:0 8px 24px #0000001f;overflow:hidden}.cpn-cs-option{padding:.7rem 1rem;font-size:.9rem;color:var(--dark);cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s}.cpn-cs-option:last-child{border-bottom:none}.cpn-cs-option:hover{background:#007aff0d}.cpn-cs-option--active{color:#007aff;font-weight:600;background:#007aff0d}.cpn-field--toggle{padding:.85rem 1rem}.cpn-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cpn-toggle-label{font-size:.93rem;font-weight:600;color:var(--dark);display:block;margin-bottom:.1rem}.cpn-toggle-hint{font-size:.78rem;color:var(--dark);opacity:.4;display:block}.cpn-toggle{position:relative;width:44px;height:26px;flex-shrink:0;cursor:pointer}.cpn-toggle:before{content:"";position:absolute;inset:0;background:#0000001f;border-radius:13px;transition:background .25s}.cpn-toggle--on:before{background:#34c759}.cpn-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;transition:transform .25s cubic-bezier(.4,0,.2,1)}.cpn-toggle--on .cpn-toggle-knob{transform:translate(18px)}.cpn-field--readonly{flex-direction:row;align-items:center;justify-content:space-between}.cpn-readonly-value{font-size:.85rem;color:var(--dark);opacity:.55}.cpn-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.cpn-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.cpn-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.cpn-btn-primary:disabled{opacity:.5;cursor:not-allowed}.cpn-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.cpn-btn-ghost:hover:not(:disabled){background:#00000017}.cpn-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:.5rem}.cpn-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}.cpn-input--date{color-scheme:light}.cpn-tabs{display:flex;gap:.25rem;padding:.75rem 1.75rem 0;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.cpn-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:var(--dark);opacity:.45;cursor:pointer;transition:all .15s;font-family:inherit;margin-bottom:-1px}.cpn-tab:hover{opacity:.7}.cpn-tab--active{opacity:1;color:#007aff;border-bottom-color:#007aff;font-weight:600}.cpn-tab-count{background:#007aff1f;color:#007aff;font-size:.68rem;font-weight:700;padding:.05rem .4rem;border-radius:1rem}.cpn-usage-list{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden}.cpn-usage-row{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}.cpn-usage-row:last-child{border-bottom:none}.cpn-usage-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.cpn-usage-email{font-size:.875rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cpn-usage-meta{font-size:.75rem;color:var(--dark);opacity:.4}.cpn-icon-btn{width:28px;height:28px;background:#fff9;border:1px solid rgba(0,0,0,.07);border-radius:.5rem;cursor:pointer;font-size:.72rem;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.cpn-icon-btn--danger:hover{background:#ff3b3014;border-color:#ff3b3040}.cpn-usage-count{display:inline-flex;align-items:center;padding:.2rem .55rem;background:#0000000f;color:var(--dark);opacity:.55;border-radius:2rem;font-size:.72rem;font-weight:700}.cpn-status-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:2rem;font-size:.72rem;font-weight:600}.cpn-status-badge--expired{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.2)}.cpn-status-badge--pending{background:#ffcc001f;color:#b8860b;border:1px solid rgba(255,204,0,.3)}@media(max-width:768px){.cpn-body{padding:1.5rem}.cpn-page-header{flex-direction:column;align-items:flex-start}.cpn-header-actions{width:100%;flex-direction:column;align-items:stretch}.cpn-search{width:100%}.cpn-search:focus{width:100%}.cpn-code-badge{min-width:auto;font-size:.72rem}.cpn-badges{display:none}.cpn-panel{width:100%;max-width:100%;top:auto;bottom:0;height:85%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5)}.cpn-panel--open{transform:translateY(0)}}.sci-wrap{display:flex;flex-direction:column;gap:1.25rem;height:100%}.sci-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sci-title{font-size:1.1rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .15rem;letter-spacing:-.2px}.sci-subtitle{font-size:.78rem;color:var(--dark, #11254f);opacity:.42;margin:0}.sci-template-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.42rem .9rem;background:#34c7591a;color:#1a7a37;border:1px solid rgba(52,199,89,.3);border-radius:2rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:all .14s;white-space:nowrap;flex-shrink:0}.sci-template-btn:hover{background:#34c7592e;border-color:#34c75980;transform:translateY(-1px)}.sci-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:3rem 2rem;background:#ffffff8c;border:2px dashed rgba(0,122,255,.25);border-radius:1.25rem;cursor:pointer;transition:all .18s ease;text-align:center;flex:1;min-height:180px}.sci-dropzone:hover,.sci-dropzone--active{background:#007aff0f;border-color:#007aff80}.sci-drop-icon{font-size:2.5rem;opacity:.55}.sci-drop-text{font-size:.9rem;color:var(--dark, #11254f);margin:0;font-weight:500}.sci-drop-text span{color:#007aff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.sci-drop-hint{font-size:.74rem;color:var(--dark, #11254f);opacity:.35;margin:0}.sci-stats{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.sci-stat{display:flex;align-items:center;gap:.35rem;padding:.32rem .8rem;border-radius:2rem;font-size:.78rem;font-weight:600}.sci-stat--file{background:#0000000d;color:var(--dark, #11254f);font-weight:500;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sci-stat--total{background:#0000000d;color:var(--dark, #11254f)}.sci-stat--valid{background:#007aff1a;color:#007aff}.sci-stat--invalid{background:#ff3b301a;color:#c0392b}.sci-stat--imported{background:#34c7591f;color:#1a7a37}.sci-stat-num{font-size:1rem;font-weight:700}.sci-stat-label{font-size:.72rem;opacity:.7}.sci-stat-icon{font-size:.9rem}.sci-table-wrap{flex:1;overflow:auto;border-radius:1rem;border:1px solid rgba(0,0,0,.07);background:#ffffff9e;box-shadow:inset 0 1px #ffffffe6;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.sci-table-wrap::-webkit-scrollbar{width:5px;height:5px}.sci-table-wrap::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.sci-table{width:100%;border-collapse:collapse;font-size:.8rem;white-space:nowrap}.sci-table thead tr{position:sticky;top:0;z-index:2;background:#f0f4fff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sci-table th{padding:.55rem .75rem;text-align:left;font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.45px;color:var(--dark, #11254f);opacity:.42;border-bottom:1px solid rgba(0,0,0,.07)}.sci-table td{padding:.55rem .75rem;color:var(--dark, #11254f);border-bottom:1px solid rgba(0,0,0,.04);vertical-align:top}.sci-tr:last-child td{border-bottom:none}.sci-tr:hover td{background:#fff9}.sci-tr--error td{background:#ff3b3008}.sci-tr--error:hover td{background:#ff3b300f}.sci-tr--done td{background:#34c7590a;opacity:.6}.sci-td-row{font-size:.68rem;opacity:.38;width:32px}.sci-td-num{font-variant-numeric:tabular-nums;text-align:right}.sci-empty{opacity:.28;font-style:italic}.sci-active-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.sci-active-dot--on{background:#34c759}.sci-active-dot--off{background:#0000002e}.sci-badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:2rem;font-size:.7rem;font-weight:700;white-space:nowrap}.sci-badge--ready{background:#007aff1a;color:#007aff}.sci-badge--ok{background:#34c7591f;color:#1a7a37}.sci-badge--error{background:#ff3b301a;color:#c0392b}.sci-badge--loading{background:#0000000f;color:var(--dark,#11254f)}.sci-error-list{margin:.3rem 0 0;padding:0 0 0 .9rem;list-style:disc;display:flex;flex-direction:column;gap:.1rem}.sci-error-list li{font-size:.68rem;color:#c0392b;white-space:normal;line-height:1.35}.sci-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.sci-done-msg{font-size:.85rem;font-weight:600;color:#1a7a37;flex:1}.sci-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.58rem 1.25rem;font-size:.82rem;font-weight:600;font-family:inherit;border-radius:.75rem;border:1px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.sci-btn:hover{transform:translateY(-1px)}.sci-btn:active{transform:translateY(0)}.sci-btn:disabled{opacity:.38;cursor:not-allowed;transform:none}.sci-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.sci-btn--primary:hover:not(:disabled){background:#0062cc;box-shadow:0 4px 14px #007aff59}.sci-btn--ghost{background:#0000000d;color:var(--dark, #11254f);border-color:transparent}.sci-btn--ghost:hover:not(:disabled){background:#00000017}.sci-grid-wrap{flex:1;overflow:auto;border-radius:.875rem;border:1px solid rgba(0,0,0,.08);background:#ffffffb3;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.sci-grid-wrap::-webkit-scrollbar{width:5px;height:5px}.sci-grid-wrap::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.sci-grid{border-collapse:collapse;font-size:.75rem;white-space:nowrap;width:100%}.sci-grid thead tr{position:sticky;top:0;z-index:3}.sci-grid-th{padding:.5rem .6rem;background:#1a1a2e;color:#fff;font-size:.68rem;font-weight:700;text-align:center;border-right:1px solid rgba(255,255,255,.08);letter-spacing:.2px}.sci-grid-th--zip{text-align:left;padding-left:.85rem;min-width:72px;position:sticky;left:0;z-index:4;background:#1a1a2e}.sci-grid-unit{display:block;font-size:.58rem;font-weight:400;opacity:.55;letter-spacing:0}.sci-grid-td--zip{position:sticky;left:0;z-index:2;background:inherit;border-right:1px solid rgba(0,0,0,.08);min-width:72px}.sci-grid-row:nth-child(2n) .sci-grid-td--zip{background:#f4f6f8}.sci-grid-row:nth-child(odd) .sci-grid-td--zip{background:#fff}.sci-grid-row--skip .sci-grid-td--zip{background:#fef0ef}.sci-grid-td{padding:.42rem .6rem;text-align:center;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);font-variant-numeric:tabular-nums;color:#1a1a2e;font-size:.78rem;transition:background .1s}.sci-grid-td--zero{color:#0003;font-style:italic}.sci-grid-row:nth-child(2n) td{background:#f4f6f8}.sci-grid-row:nth-child(odd) td{background:#fff}.sci-grid-row--skip td{background:#fef0ef!important;color:#00000038!important;text-decoration:line-through}.sci-grid-row{cursor:pointer;transition:filter .1s}.sci-grid-row:hover td{filter:brightness(.96)}.sci-grid-row--skip:hover td{filter:brightness(.98)}.sci-zip-label{font-size:.8rem;font-weight:700;color:#1a1a2e;padding:.28rem .75rem;display:inline-block}.sci-skip-tag{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#c0392b;background:#ff3b301a;border-radius:2rem;padding:.08rem .38rem;margin-left:.35rem;vertical-align:middle}.sci-format-badge{font-size:.7rem;font-weight:700;padding:.2rem .65rem;background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.22);border-radius:2rem;white-space:nowrap}.sci-config{display:flex;gap:.75rem;background:#ffffffa6;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden;flex-shrink:0}.sci-config-field{flex:1;display:flex;flex-direction:column;padding:.75rem 1rem;border-right:1px solid rgba(0,0,0,.06)}.sci-config-field:last-child{border-right:none}.sci-config-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.45px;color:var(--dark, #11254f);opacity:.42;margin-bottom:.3rem}.sci-config-select{border:none;background:transparent;font-size:.88rem;color:var(--dark, #11254f);font-family:inherit;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .25rem center;padding-right:1.25rem;width:100%}.sci-req{color:#ff3b30}.sci-grid-hint{font-size:.75rem;color:var(--dark, #11254f);opacity:.42;margin:0;flex-shrink:0}.sci-progress-wrap{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sci-progress-track{flex:1;height:6px;background:#00000012;border-radius:10px;overflow:hidden}.sci-progress-bar{height:100%;background:#007aff;border-radius:10px;transition:width .2s ease}.sci-progress-label{font-size:.75rem;font-weight:600;color:var(--dark, #11254f);opacity:.5;white-space:nowrap}.sci-stat-filename{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}*,*:before,*:after{box-sizing:border-box}.sc-section{position:relative;height:100vh;padding:2rem}.sc-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.sc-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.45));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.14));display:flex;flex-direction:column;position:relative;overflow:hidden}.sc-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.sc-body::-webkit-scrollbar{width:6px}.sc-body::-webkit-scrollbar-track{background:transparent}.sc-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.sc-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.sc-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);letter-spacing:-.5px;margin:0 0 .2rem}.sc-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.sc-list{display:flex;flex-direction:column;background:#ffffff61;border:1px solid rgba(255,255,255,.58);border-radius:1.5rem;overflow:hidden}.sc-country-row{display:flex;align-items:center;gap:.9rem;padding:.9rem 1.25rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);transition:background .14s ease;animation:sc-row-in .32s ease both}.sc-country-row:last-child{border-bottom:none}.sc-country-row:hover{background:#ffffff7a}.sc-country-row:active{background:#00000008}@keyframes sc-row-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.sc-country-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#007aff33,#5856d626);border:1.5px solid rgba(255,255,255,.75);display:flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:700;color:#007aff;flex-shrink:0}.sc-country-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.sc-country-name{font-size:.95rem;font-weight:600;color:var(--dark, #11254f)}.sc-country-meta{font-size:.78rem;color:var(--dark, #11254f);opacity:.38}.sc-vat-pill{font-size:.72rem;font-weight:700;padding:.18rem .65rem;background:#34c7591f;color:#1d8a3a;border:1px solid rgba(52,199,89,.28);border-radius:2rem;white-space:nowrap;flex-shrink:0}.sc-chevron{font-size:1.2rem;color:var(--dark, #11254f);opacity:.22;flex-shrink:0;transition:opacity .14s}.sc-country-row:hover .sc-chevron{opacity:.5}.sc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem}.sc-empty-icon{font-size:2.5rem;opacity:.3}.sc-empty p{font-size:.92rem;color:var(--dark, #11254f);opacity:.38;margin:0}.sc-detail{display:flex;flex-direction:column;gap:1.25rem;animation:sc-detail-in .22s ease}@keyframes sc-detail-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.sc-detail-header{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);flex-wrap:wrap}.sc-back-btn{display:flex;align-items:center;gap:.3rem;background:#ffffffb3;border:1px solid rgba(0,0,0,.1);border-radius:2rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;color:#007aff;cursor:pointer;font-family:inherit;transition:all .14s;white-space:nowrap;flex-shrink:0}.sc-back-btn:hover{background:#ffffffe6;box-shadow:0 2px 8px #0000001a}.sc-back-arrow{font-size:1.1rem;line-height:1}.sc-detail-title-wrap{flex:1;display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.sc-detail-country{font-size:1.7rem;font-weight:700;color:var(--dark, #11254f);letter-spacing:-.4px;margin:0}.sc-vat-badge{font-size:.72rem;font-weight:700;padding:.2rem .7rem;background:#34c7591f;color:#1d8a3a;border:1px solid rgba(52,199,89,.28);border-radius:2rem}.sc-rule-count{font-size:.78rem;color:var(--dark, #11254f);opacity:.35}.sc-zip-group{display:flex;flex-direction:column;gap:.5rem}.sc-zip-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.55px;color:var(--dark, #11254f);opacity:.38;display:flex;align-items:center;gap:.4rem;padding-left:.25rem}.sc-zip-label:after{content:"";flex:1;height:1px;background:#0000000f}.sc-zip-all{opacity:1}.sc-table-wrap{background:#ffffff8c;border:1px solid rgba(255,255,255,.75);border-radius:1.1rem;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 2px 8px #0000000a}.sc-table{width:100%;border-collapse:collapse}.sc-table thead tr{border-bottom:1px solid rgba(0,0,0,.06)}.sc-table th{padding:.65rem 1rem;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.38;text-align:left;background:#00000004}.sc-table th:last-child{width:72px}.sc-table-row{border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s;animation:sc-row-in .2s ease both}.sc-table-row:last-child{border-bottom:none}.sc-table-row:hover{background:#fff9}.sc-table td{padding:.72rem 1rem;font-size:.875rem;color:var(--dark, #11254f);vertical-align:middle}.sc-weight-chip{display:inline-flex;align-items:center;padding:.18rem .65rem;background:#007aff14;color:#007aff;border:1px solid rgba(0,122,255,.18);border-radius:2rem;font-size:.78rem;font-weight:600;white-space:nowrap}.sc-price-cell{font-weight:700;font-size:.95rem;color:var(--dark, #11254f)}.sc-currency-cell{font-size:.82rem;font-weight:600;color:var(--dark, #11254f);opacity:.55}.sc-edit-btn{background:#007aff14;color:#007aff;border:1px solid rgba(0,122,255,.2);border-radius:.52rem;padding:.28rem .7rem;font-size:.76rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .13s}.sc-edit-btn:hover{background:#007aff26;border-color:#007aff59}.sc-detail-empty{text-align:center;font-size:.88rem;font-style:italic;color:var(--dark, #11254f);opacity:.28;padding:2.5rem}.sc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;padding:.56rem 1.1rem;font-size:.82rem;font-weight:600;font-family:inherit;border-radius:.72rem;border:1px solid transparent;cursor:pointer;transition:all .16s ease;white-space:nowrap;line-height:1.2}.sc-btn:hover{transform:translateY(-1px)}.sc-btn:active{transform:translateY(0)}.sc-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.sc-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff47}.sc-btn--primary:hover{background:#0062cc;box-shadow:0 4px 14px #007aff61}.sc-btn--add{background:#007aff1c;color:#007aff;border-color:#007aff52}.sc-btn--add:hover{background:#007aff33;border-color:#007aff80;box-shadow:0 3px 12px #007aff2e}.sc-btn--ghost{background:#0000000d;color:var(--dark, #11254f);border-color:transparent}.sc-btn--ghost:hover{background:#00000017}.sc-btn--danger{background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);margin-top:.5rem}.sc-btn--danger:hover{background:#ff3b3026;border-color:#ff3b3061}.sc-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.sc-overlay--visible{background:#0000002e;pointer-events:all;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.sc-panel{position:absolute;top:0;right:0;height:100%;width:420px;max-width:92%;background:#f8f8fceb;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.sc-panel--open{transform:translate(0)}.sc-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.sc-panel-title{font-size:1.25rem;font-weight:700;color:var(--dark, #11254f);margin:0 0 .2rem;letter-spacing:-.3px}.sc-panel-sub{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.sc-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark, #11254f);display:flex;align-items:center;justify-content:center;transition:background .14s;flex-shrink:0}.sc-panel-close:hover{background:#00000021}.sc-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.sc-panel-body::-webkit-scrollbar{width:5px}.sc-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.sc-panel .sc-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-color:transparent;padding-right:1.5rem;cursor:pointer;width:100%;font-size:.92rem;color:var(--dark, #11254f);font-family:inherit;border:none;outline:none}.sc-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark, #11254f);opacity:.4;margin:1.5rem 0 .6rem}.sc-section-label:first-child{margin-top:0}.sc-form-group{background:#ffffffb8;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:hidden;margin-bottom:.25rem}.sc-field{display:flex;flex-direction:column;padding:.85rem 1rem;border-bottom:1px solid rgba(0,0,0,.055)}.sc-field:last-child{border-bottom:none}.sc-label{font-size:.72rem;font-weight:600;color:var(--dark, #11254f);opacity:.52;margin-bottom:.32rem;text-transform:uppercase;letter-spacing:.3px}.sc-req{color:#ff3b30}.sc-opt{font-weight:400;text-transform:none;letter-spacing:0;opacity:.75}.sc-input,.sc-select{border:none;background:transparent;font-size:.92rem;color:var(--dark, #11254f);font-family:inherit;outline:none;padding:0;width:100%;-webkit-appearance:none;appearance:none}.sc-input::placeholder{color:var(--dark, #11254f);opacity:.22}.sc-select{cursor:pointer}.sc-panel-actions{display:flex;flex-direction:column;gap:.55rem;margin-top:2rem;padding-bottom:.5rem}.sc-panel-actions .sc-btn{width:100%;padding:.85rem;font-size:.92rem;border-radius:.875rem}.sc-loading{display:flex;align-items:center;justify-content:center;flex:1;height:100%}.sc-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:sc-spin .7s linear infinite}@keyframes sc-spin{to{transform:rotate(360deg)}}.sc-error{display:flex;align-items:center;justify-content:center;flex:1;font-size:.92rem;color:var(--dark, #11254f);opacity:.5}@media(max-width:768px){.sc-section{padding:1rem}.sc-container{border-radius:2rem}.sc-body{padding:1.5rem;gap:1rem}.sc-title{font-size:1.5rem}.sc-page-header,.sc-detail-header{flex-direction:column;align-items:flex-start;gap:.75rem}.sc-panel{width:100%;max-width:100%;border-radius:2rem 2rem 0 0;border-left:none;border-top:1px solid rgba(255,255,255,.5);top:auto;bottom:0;height:90%;transform:translateY(100%)}.sc-panel--open{transform:translateY(0)}.sc-table th,.sc-table td{padding:.55rem .65rem;font-size:.8rem}}.sc-import-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(780px,90%);max-height:82%;background:#f8f8fcf7;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.8);border-radius:1.75rem;z-index:1003;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000002e;overflow:hidden;animation:sc-modal-in .22s cubic-bezier(.4,0,.2,1)}@keyframes sc-modal-in{0%{opacity:0;transform:translate(-50%,-46%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.sc-import-modal-header{display:flex;justify-content:flex-end;padding:1rem 1.25rem 0;flex-shrink:0}.sc-import-modal .sci-wrap{padding:.5rem 1.75rem 1.75rem;overflow:hidden}.sc-btn--import{background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.28)}.sc-btn--import:hover{background:#5856d62e;border-color:#5856d673;box-shadow:0 3px 12px #5856d62e}@media(max-width:768px){.sc-import-modal{width:96%;max-height:88%;border-radius:1.25rem}}.sc-matrix-wrap{overflow:auto;border-radius:1.1rem;border:1px solid rgba(0,0,0,.08);background:#fff9;box-shadow:inset 0 1px #ffffffe6,0 2px 8px #0000000a;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.sc-matrix-wrap::-webkit-scrollbar{width:5px;height:5px}.sc-matrix-wrap::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.sc-matrix{border-collapse:collapse;white-space:nowrap;width:100%}.sc-matrix thead tr{position:sticky;top:0;z-index:3}.sc-mx-th{padding:.55rem .7rem;background:#1a1a2e;color:#fff;font-size:.68rem;font-weight:700;text-align:center;border-right:1px solid rgba(255,255,255,.07);letter-spacing:.1px;min-width:64px}.sc-mx-th--zip{text-align:left;padding-left:1rem;min-width:90px;position:sticky;left:0;z-index:4;background:#1a1a2e}.sc-mx-weight{display:block;font-size:.82rem;font-weight:800;line-height:1.1}.sc-mx-unit{display:block;font-size:.56rem;font-weight:400;opacity:.5;margin-top:.1rem}.sc-mx-td--zip{position:sticky;left:0;z-index:2;background:inherit;border-right:1px solid rgba(0,0,0,.07);padding:0 .75rem}.sc-mx-row:nth-child(2n) .sc-mx-td--zip{background:#f4f6f8}.sc-mx-row:nth-child(odd) .sc-mx-td--zip{background:#fff}.sc-mx-td{padding:0 .5rem;text-align:center;border-right:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);height:38px;vertical-align:middle;font-variant-numeric:tabular-nums}.sc-mx-td--has{cursor:pointer;transition:background .1s}.sc-mx-td--has:hover{background:#007aff14!important}.sc-mx-td--has:hover .sc-mx-price{color:#007aff;font-weight:700}.sc-mx-td--empty{opacity:.3}.sc-mx-row:nth-child(2n) td{background:#f4f6f8}.sc-mx-row:nth-child(odd) td{background:#fff}.sc-mx-row{animation:sc-row-in .2s ease both}.sc-mx-price{font-size:.8rem;font-weight:600;color:var(--dark, #11254f);transition:color .1s}.sc-mx-empty{font-size:.72rem;color:var(--dark, #11254f);opacity:.25;font-style:italic}.sc-mx-zip{font-size:.82rem;font-weight:700;color:var(--dark, #11254f);display:inline-block;padding:.35rem 0}.sc-mx-zip--all{font-size:.72rem;font-weight:600;color:var(--dark, #11254f);opacity:.5;font-style:italic}.sc-country-updated{font-size:.7rem;color:var(--dark, #11254f);opacity:.32;font-weight:400}.sc-mx-date{display:block;font-size:.58rem;color:var(--dark, #11254f);opacity:0;transition:opacity .15s;white-space:nowrap;font-weight:400;margin-top:.1rem;line-height:1.2}.sc-mx-td--has:hover .sc-mx-date{opacity:.38}.sc-panel-updated{font-size:.78rem;opacity:.45;font-weight:400}.nbg-section{position:relative;height:100vh;padding:2rem}.nbg-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1}.nbg-container{width:100%;height:100%;max-height:calc(100vh - 4rem);box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.nbg-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.nbg-body::-webkit-scrollbar{width:6px}.nbg-body::-webkit-scrollbar-track{background:transparent}.nbg-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.nbg-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.nbg-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.nbg-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.nbg-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.5rem;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nbg-card-body{padding:1.5rem 1.75rem}.nbg-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin-bottom:1rem}.nbg-logistics-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:1rem}@media(max-width:768px){.nbg-logistics-grid{grid-template-columns:1fr}}.nbg-field{display:flex;flex-direction:column;gap:.4rem}.nbg-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;text-transform:uppercase;letter-spacing:.3px}.nbg-label-hint{font-size:.72rem;font-weight:400;text-transform:none;letter-spacing:0;opacity:.7;color:#007aff}.nbg-input{padding:.6rem .85rem;background:#fff9;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;transition:all .2s}.nbg-input:focus{background:#ffffffd9;border-color:#007aff66;box-shadow:0 0 0 3px #007aff14}.nbg-input--highlight{border-color:#007aff40;background:#007aff0a}.nbg-input--highlight:focus{border-color:#007aff80;background:#ffffffe6}.nbg-textarea{padding:.75rem .85rem;background:#fff9;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;resize:vertical;transition:all .2s}.nbg-textarea:focus{background:#ffffffd9;border-color:#007aff66;box-shadow:0 0 0 3px #007aff14}.nbg-actions{display:flex;justify-content:flex-end;gap:.75rem;align-items:center}.nbg-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:.875rem;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;border:none}.nbg-btn:disabled{opacity:.5;cursor:not-allowed}.nbg-btn--primary{background:#007aff;color:#fff}.nbg-btn--primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.nbg-btn--ghost{background:#0000000f;color:var(--dark)}.nbg-btn--ghost:hover:not(:disabled){background:#0000001a}.nbg-actions--four{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.nbg-actions--four>*:first-child{margin-right:auto}@media(max-width:600px){.nbg-actions--four{flex-direction:column}.nbg-actions--four>*:first-child{margin-right:0}}.nbg-btn--secondary{background:#0000000d;border:1.5px solid rgba(0,0,0,.12);color:var(--dark);font-size:.85rem;padding:.55rem 1.1rem;font-weight:500}.nbg-btn--secondary:hover:not(:disabled){background:#00000017;border-color:#0003}.nbg-btn--outline{background:transparent;border:1.5px solid rgba(0,0,0,.15);color:var(--dark);font-size:.85rem;padding:.55rem 1.1rem;font-weight:500;opacity:.7}.nbg-btn--outline:hover:not(:disabled){opacity:1;border-color:#00000047;background:#00000008}.nbg-btn--success{background:linear-gradient(135deg,#34c759,#28a745);border:none;color:#fff;font-weight:700;font-size:.95rem;padding:.7rem 1.5rem;box-shadow:0 2px 8px #34c7594d}.nbg-btn--success:hover:not(:disabled){background:linear-gradient(135deg,#2db84d,#22953c);box-shadow:0 4px 14px #34c75966;transform:translateY(-1px)}.nor-logistics-submit-warning{width:100%;padding:.55rem 1rem;background:#ff950017;border:1px solid rgba(255,149,0,.25);border-radius:.65rem;color:#cc7a00;font-size:.78rem;font-weight:600;text-align:center;margin-bottom:.25rem}.nor-pallet-mode-row{display:flex;gap:.3rem;margin-bottom:.4rem}.nor-pallet-mode-btn{flex:1;padding:.3rem .5rem;font-size:.72rem;font-weight:600;font-family:inherit;border-radius:.5rem;border:1.5px solid rgba(0,0,0,.1);background:#00000008;color:var(--dark);cursor:pointer;transition:all .15s ease;opacity:.6}.nor-pallet-mode-btn:hover{opacity:.9}.nor-pallet-mode-btn--active{border-color:#007aff66;background:#007aff14;color:#007aff;opacity:1}.nor-logistics-pallets-field{grid-column:span 1}.nor-input--warn{border-color:#ff9500;background:#ff95000a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.nso-section{position:relative;height:100vh;padding:2rem}.nso-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.nso-container{width:100%;height:100%;background:var(--white-transparent, rgba(255,255,255,.45));border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow, 0 8px 32px rgba(0,0,0,.14));display:flex;flex-direction:column;position:relative;overflow:hidden}.nso-body{flex:1;overflow-y:auto;overflow-x:visible;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.25rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.nso-body::-webkit-scrollbar{width:6px}.nso-body::-webkit-scrollbar-track{background:transparent}.nso-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.nso-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:.25rem}.nso-title{font-size:2rem;font-weight:700;color:var(--dark, #11254f);letter-spacing:-.5px;margin:0 0 .2rem}.nso-subtitle{font-size:.82rem;color:var(--dark, #11254f);opacity:.4;margin:0}.nso-card{background:#ffffff9e;border:1px solid rgba(255,255,255,.8);border-radius:1.25rem;padding:1.5rem;box-shadow:inset 0 1px #ffffffe6,0 2px 8px #0000000d,0 4px 20px #0000000a;overflow:visible;position:relative}.nso-section-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--dark, #11254f);opacity:.4;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}.nso-section-title:after{content:"";flex:1;height:1px;background:#00000012}.nso-entity-toggle{display:flex;gap:.4rem;margin-bottom:1rem}.nso-entity-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;border-radius:.55rem;border:1.5px solid rgba(0,0,0,.12);background:#ffffff80;color:#555;cursor:pointer;transition:all .18s}.nso-entity-btn:hover{background:#ffffffbf}.nso-entity-btn--active{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff40}.nso-entity-btn--active:hover{background:#0062cc;box-shadow:0 4px 12px #007aff59}.nso-form{display:flex;flex-direction:column;gap:1.25rem}.nso-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.nso-field{display:flex;flex-direction:column;gap:.3rem;position:relative}.nso-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--dark, #11254f);opacity:.45}.nso-required{color:#ff3b30;opacity:1;margin-left:.1rem}.nso-input,.nso-select{width:100%;padding:.6rem .875rem;font-size:.875rem;font-family:inherit;color:var(--dark, #11254f);background:#ffffffc7;border:1px solid rgba(0,0,0,.09);border-radius:.72rem;outline:none;transition:border-color .14s,box-shadow .14s,background .14s;-webkit-appearance:none;appearance:none}.nso-input:focus,.nso-select:focus{border-color:#007aff80;background:#fffffff5;box-shadow:0 0 0 3px #007aff17}.nso-input::placeholder{color:#11254f47}.nso-input:disabled,.nso-select:disabled{opacity:.38;cursor:not-allowed;border-style:dashed;background:#00000008}.nso-input--readonly{opacity:.45;border-style:dashed;background:#00000008;cursor:default}.nso-input--readonly:focus{border-color:#00000017;box-shadow:none;background:#00000008}.nso-input--total{background:#007aff0f!important;border:1px dashed rgba(0,122,255,.22)!important;color:#007aff!important;font-weight:700!important;cursor:default}.nso-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;padding-right:2.2rem;cursor:pointer}.nso-textarea{width:100%;font-family:inherit;font-size:.875rem;color:var(--dark, #11254f);background:#ffffffc7;border:1px solid rgba(0,0,0,.09);border-radius:.72rem;padding:.6rem .875rem;outline:none;resize:vertical;min-height:80px;transition:border-color .14s,box-shadow .14s}.nso-textarea:focus{border-color:#007aff80;box-shadow:0 0 0 3px #007aff17;background:#fffffff5}.nso-textarea::placeholder{color:#11254f42;font-style:italic}.nso-toggle-wrap{display:flex;flex-direction:column;gap:.3rem}.nso-toggle-switch{position:relative;display:inline-block;width:44px;height:26px}.nso-toggle-switch input{opacity:0;width:0;height:0}.nso-toggle-track{position:absolute;inset:0;background:#0000001f;border-radius:26px;cursor:pointer;transition:background .22s}.nso-toggle-track:before{content:"";position:absolute;width:20px;height:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000038;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.nso-toggle-switch input:checked+.nso-toggle-track{background:#007aff}.nso-toggle-switch input:checked+.nso-toggle-track:before{transform:translate(18px)}.nso-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.58rem 1.1rem;font-size:.82rem;font-weight:600;font-family:inherit;border-radius:.72rem;border:1px solid transparent;cursor:pointer;transition:all .17s ease;white-space:nowrap;line-height:1.2}.nso-btn:hover{transform:translateY(-1px)}.nso-btn:active{transform:translateY(0)}.nso-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.nso-btn--primary{background:#007aff;color:#fff;border-color:#007aff;box-shadow:0 2px 8px #007aff47}.nso-btn--primary:hover{background:#0062cc;box-shadow:0 4px 14px #007aff61}.nso-btn--danger{background:#dc3545;color:#fff;border-color:#dc3545;box-shadow:0 2px 8px #dc354547}.nso-btn--danger:hover{background:#c82333;box-shadow:0 4px 14px #dc354561}.nso-btn--warning{background:#f0ad4e;color:#fff;border-color:#f0ad4e;box-shadow:0 2px 8px #f0ad4e47}.nso-btn--warning:hover{background:#ec971f;box-shadow:0 4px 14px #f0ad4e61}.nso-btn--secondary{background:#ffffffeb;color:var(--dark, #11254f);border-color:#00000021;box-shadow:0 1px 3px #00000017}.nso-btn--secondary:hover{background:#fff;box-shadow:0 2px 8px #0000001f}.nso-btn--secondary:disabled{transform:none}.nso-btn--submit{min-width:200px;padding:.72rem 2rem;font-size:.9rem}.nso-btn-icon{width:26px;height:26px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:700;line-height:1;transition:all .14s;flex-shrink:0}.nso-btn-icon--add{background:#007aff1f;color:#007aff}.nso-btn-icon--add:hover{background:#007aff38}.nso-btn-icon--remove{background:#ff3b301a;color:#ff3b30}.nso-btn-icon--remove:hover{background:#ff3b3033}.nso-btn-group{display:flex;gap:.6rem;flex-wrap:wrap;padding-top:.85rem;margin-top:.75rem;border-top:1px solid rgba(0,0,0,.05)}.nso-form-actions{display:flex;gap:.6rem;justify-content:space-between;padding-top:.85rem;border-top:1px solid rgba(0,0,0,.05)}.nso-portal-dropdown{position:fixed;background:#fbfbfefc;border:1px solid rgba(0,0,0,.09);border-radius:.85rem;box-shadow:0 4px 6px #0000000a,0 12px 36px #00000024;overflow-y:auto;z-index:9999;animation:nso-dd-in .12s ease}@keyframes nso-dd-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nso-customer-option{padding:.6rem .95rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .1s}.nso-customer-option:last-child{border-bottom:none}.nso-customer-option:hover{background:#007aff12}.nso-customer-option strong{display:block;font-size:.82rem;font-weight:600;color:var(--dark, #11254f);margin-bottom:.1rem}.nso-customer-option p{font-size:.74rem;color:var(--dark, #11254f);opacity:.42;margin:0}.nso-search-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .85rem;font-size:.8rem;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.03);color:var(--dark, #11254f);transition:background .1s;list-style:none}.nso-search-item:last-child{border-bottom:none}.nso-search-item:hover{background:#007aff12}.nso-search-item.selected{background:#007aff1a;font-weight:600}.nso-search-item.no-results{color:#11254f4d;font-style:italic;cursor:default;justify-content:center}.nso-item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nso-item-cat{font-size:.65rem;font-weight:600;color:#007aff;background:#007aff17;padding:2px 6px;border-radius:6px;white-space:nowrap;flex-shrink:0}.nso-item-stock{font-size:.65rem;font-weight:600;color:#34c759;background:#34c7591a;padding:2px 6px;border-radius:6px;white-space:nowrap;flex-shrink:0}.nso-item-stock--zero{color:#ff3b30;background:#ff3b301a}.nso-no-stock{opacity:.45;cursor:not-allowed!important}.nso-no-stock:hover{background:transparent!important}.nso-loading-hint{font-size:.72rem;color:var(--dark, #11254f);opacity:.35;margin-top:.25rem;font-style:italic}.nso-products-layout{display:flex;gap:1rem;align-items:flex-start}.nso-type-list{width:152px;flex-shrink:0;display:flex;flex-direction:column;gap:.25rem}.nso-type-btn{display:flex;align-items:center;gap:.48rem;padding:.5rem .75rem;border-radius:.72rem;cursor:pointer;border:1px solid transparent;font-size:.79rem;font-weight:500;color:var(--dark, #11254f);opacity:.48;background:transparent;font-family:inherit;text-align:left;width:100%;transition:all .13s;-webkit-user-select:none;user-select:none}.nso-type-btn:hover{background:#ffffff8c;opacity:.8}.nso-type-btn--active{background:#007aff17;border-color:#007aff3d;color:#007aff;font-weight:700;opacity:1}.nso-type-dot{width:7px;height:7px;border-radius:50%;border:1.5px solid currentColor;opacity:.5;flex-shrink:0;transition:all .13s}.nso-type-btn--active .nso-type-dot{background:#007aff;border-color:#007aff;opacity:1}.nso-products-grid{flex:1;min-width:0;overflow:visible}.nso-line-group{margin-bottom:.75rem}.nso-line-group-header{display:flex;align-items:center;justify-content:space-between;padding:.2rem .3rem;margin-bottom:.3rem}.nso-type-badge{font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:.12rem .52rem;background:#0000000d;border-radius:2rem;color:var(--dark, #11254f);opacity:.5}.nso-product-row{display:flex;align-items:center;gap:.55rem;padding:.52rem .65rem;background:#ffffff80;border:1px solid rgba(255,255,255,.7);border-radius:.85rem;margin-bottom:.35rem;transition:background .1s;animation:nso-row-in .18s ease both;overflow:visible;position:relative;z-index:1}.nso-product-row:hover{background:#ffffffad}.nso-product-img-preview{flex-shrink:0;width:48px;height:48px;border-radius:.5rem;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff9}.nso-product-img{width:100%;height:100%;object-fit:cover;display:block}@keyframes nso-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.nso-product-info{flex:1;min-width:0;overflow:visible;position:relative}.nso-sample-picker{display:flex;align-items:center;gap:.4rem;width:100%}.nso-category-select{width:112px;flex-shrink:0}.nso-search-wrapper{flex:1;min-width:0;position:relative}.nso-search-input{width:100%}.nso-qty-row{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.nso-qty-input{width:74px}.nso-unit-select{width:76px}.nso-unit-locked{display:inline-flex;align-items:center;justify-content:center;width:76px;height:34px;font-size:.74rem;font-weight:600;color:var(--dark, #11254f);background:#fff6;border:1px solid rgba(0,0,0,.07);border-radius:.58rem;cursor:default;-webkit-user-select:none;user-select:none;opacity:.45}.nso-notes-input{flex:0 0 120px;font-size:.76rem;padding:.36rem .56rem;border-radius:.52rem;border:1px solid rgba(0,0,0,.08);background:#fff9;color:var(--dark, #11254f);font-family:inherit;outline:none;transition:border-color .14s}.nso-notes-input::placeholder{color:#11254f3d;font-style:italic}.nso-notes-input:focus{border-color:#007aff66;background:#ffffffd9}.nso-row-actions{display:flex;align-items:center;gap:.28rem;flex-shrink:0}.nso-empty-products{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2.5rem 1rem;color:var(--dark, #11254f);opacity:.22;font-size:.84rem;font-style:italic;text-align:center}.nso-witness-row{display:flex;flex-direction:column;gap:.5rem;width:100%}.nso-witness-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.46rem .72rem;border:2px dashed rgba(0,0,0,.1);border-radius:.72rem;background:#ffffff73;cursor:pointer;font-size:.79rem;font-weight:500;font-family:inherit;color:#007aff;transition:all .14s}.nso-witness-btn:hover{border-color:#007aff;background:#007aff0d}.nso-witness-btn--done{border-style:solid;border-color:#34c75952;background:#34c75912;color:var(--dark, #11254f)}.nso-witness-btn--done:hover{border-color:#34c75985;background:#34c7591f}.nso-witness-btn-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nso-grid--5{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.nso-pdf-wrap{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.nso-pdf-hint{font-size:.72rem;color:var(--dark, #11254f);opacity:.38;font-style:italic;margin:.18rem 0 .6rem}.nso-pdf-filename{display:inline-block;margin-top:.4rem;font-size:.76rem;color:#007aff;font-weight:500}.nso-modal-overlay{position:fixed;inset:0;background:#00000061;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9000;animation:nso-fade .14s ease}@keyframes nso-fade{0%{opacity:0}to{opacity:1}}.nso-modal{background:#fcfcfffa;border:1px solid rgba(0,0,0,.07);border-radius:1.2rem;box-shadow:0 24px 60px #0000002e;width:430px;max-width:94vw;max-height:90vh;display:flex;flex-direction:column;animation:nso-modal-up .2s ease}@keyframes nso-modal-up{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.nso-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.35rem .7rem;border-bottom:1px solid rgba(0,0,0,.06)}.nso-modal-title{font-size:1rem;font-weight:700;color:var(--dark, #11254f)}.nso-modal-close{background:none;border:none;font-size:1rem;color:#8e8e93;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;transition:background .12s}.nso-modal-close:hover{background:#0000000f;color:#333}.nso-modal-body{padding:1.1rem 1.35rem;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem}.nso-wfield{display:flex;flex-direction:column;gap:.28rem}.nso-wlabel{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.45px;color:var(--dark, #11254f);opacity:.42}.nso-image-area{display:flex;align-items:center;gap:.75rem}.nso-image-upload{display:flex;align-items:center;justify-content:center;width:100%;height:88px;border:2px dashed rgba(0,0,0,.1);border-radius:.72rem;cursor:pointer;color:#8e8e93;font-size:.82rem;transition:border-color .14s,background .14s}.nso-image-upload:hover{border-color:#007aff;background:#007aff0a;color:#007aff}.nso-image-preview{position:relative;width:88px;height:88px;border-radius:.72rem;overflow:hidden;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.nso-image-preview img{width:100%;height:100%;object-fit:cover}.nso-image-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;border:none;background:#ff3b30d9;color:#fff;font-size:.62rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.nso-modal-footer{display:flex;gap:.5rem;justify-content:flex-end;padding:.7rem 1.35rem 1.1rem;border-top:1px solid rgba(0,0,0,.06)}@media(max-width:1280px){.nso-body{padding:2rem}.nso-grid,.nso-grid--5{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.nso-grid,.nso-grid--5{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nso-section{padding:1rem}.nso-container{border-radius:2rem}.nso-body{padding:1.5rem;gap:1rem}.nso-title{font-size:1.5rem}.nso-grid{grid-template-columns:1fr}.nso-grid--5{grid-template-columns:1fr 1fr}.nso-products-layout{flex-direction:column}.nso-type-list{width:100%;flex-direction:row;flex-wrap:wrap}.nso-type-btn{width:auto}.nso-product-row{flex-wrap:wrap}.nso-product-info{min-width:100%}.nso-notes-input{flex:1 1 100%}.nso-form-actions{flex-direction:column}.nso-btn--submit{width:100%}.nso-btn-group{flex-direction:column}.nso-btn-group .nso-btn{width:100%}.nso-page-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.ssp-section{height:100vh;position:relative;padding:2rem}.ssp-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.ssp-container{width:100%;height:100%;background:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.ssp-body{flex:1;overflow-y:auto;padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.ssp-body::-webkit-scrollbar{width:6px}.ssp-body::-webkit-scrollbar-track{background:transparent}.ssp-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.ssp-page-header{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.ssp-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.ssp-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0;font-weight:400}.ssp-header-stat{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;animation:ssp-fade-in .3s ease}.ssp-header-stat-number{font-size:1.6rem;font-weight:700;color:#007aff;letter-spacing:-1px;line-height:1}.ssp-header-stat-label{font-size:.72rem;color:var(--dark);opacity:.4;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.ssp-card{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible;animation:ssp-card-in .3s ease both}.ssp-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.ssp-card-header-left{display:flex;align-items:center;gap:.6rem}.ssp-card-title{font-size:.82rem;font-weight:700;color:var(--dark);margin:0;text-transform:uppercase;letter-spacing:.5px;opacity:.55}.ssp-filter-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#007aff;color:#fff;font-size:.65rem;font-weight:700;border-radius:50%}.ssp-results-pill{padding:.18rem .6rem;background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.2);border-radius:2rem;font-size:.72rem;font-weight:600}.ssp-card-body{padding:1.25rem 1.5rem 1.5rem}.ssp-card-body--table{padding:0}.ssp-filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;position:relative;z-index:0}.ssp-field{display:flex;flex-direction:column;gap:.35rem;position:relative;z-index:1}.ssp-field:focus-within{z-index:10}.ssp-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark);opacity:.45}.ssp-input,.ssp-select{background:#fff9;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:.65rem .9rem;font-size:.875rem;color:var(--dark);font-family:inherit;width:100%;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;-webkit-appearance:none;appearance:none}.ssp-input:focus,.ssp-select:focus{border-color:#007aff73;box-shadow:0 0 0 3px #007aff14;background:#ffffffd1}.ssp-input::placeholder{color:var(--dark);opacity:.25}.ssp-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2311254f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem;cursor:pointer}.ssp-react-select{position:relative;z-index:5}.ssp-react-select [class*=-control]{background:#fff9!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:.75rem!important;box-shadow:none!important;min-height:38px!important;font-size:.875rem!important;font-family:inherit!important;transition:border-color .15s,box-shadow .15s!important;cursor:pointer!important}.ssp-react-select [class*=-control]:hover{border-color:#007aff59!important}.ssp-react-select [class*=-control--is-focused]{border-color:#007aff73!important;box-shadow:0 0 0 3px #007aff14!important;background:#ffffffd1!important}.ssp-react-select [class*=-menu]{border-radius:.75rem!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 24px #0000001f!important;overflow:hidden!important;font-family:inherit!important;font-size:.875rem!important;z-index:9999!important}.ssp-react-select [class*=-option--is-focused]{background:#007aff14!important}.ssp-react-select [class*=-option--is-selected]{background:#007aff26!important;color:#007aff!important}.ssp-id-wrap{position:relative}.ssp-id-prefix{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:700;color:var(--dark);opacity:.4;pointer-events:none;border-right:1px solid rgba(0,0,0,.1);padding-right:.5rem;line-height:1}.ssp-input--id{padding-left:2.35rem}.ssp-actions{display:flex;align-items:center;gap:.65rem;padding-top:1rem;flex-wrap:wrap;position:relative;z-index:20}.ssp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem 1.25rem;border-radius:2rem;border:1.5px solid transparent;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;z-index:1}.ssp-btn:hover{transform:translateY(-1px)}.ssp-btn:active{transform:translateY(0)}.ssp-btn--primary{background:#007aff1f;color:#007aff;border-color:#007aff59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ssp-btn--primary:hover:not(:disabled){background:#007aff33;border-color:#007aff8c;box-shadow:0 4px 14px #007aff2e}.ssp-btn--ghost{background:#ffffff73;color:var(--dark);border-color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ssp-btn--ghost:hover:not(:disabled){background:#ffffffa6}.ssp-btn--warning{background:#ff95001a;color:#ff9500;border-color:#ff950040}.ssp-btn--warning:hover:not(:disabled){background:#ff95002e;border-color:#ff950066}.ssp-btn--info{background:#5856d614;color:#5856d6;border-color:#5856d633}.ssp-btn--info:hover:not(:disabled){background:#5856d624;border-color:#5856d659}.ssp-btn--sm{padding:.35rem .75rem;font-size:.75rem;border-radius:1rem}.ssp-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.ssp-btn-spinner{width:13px;height:13px;border:2px solid rgba(0,122,255,.3);border-top-color:#007aff;border-radius:50%;animation:ssp-spin .7s linear infinite;flex-shrink:0}.ssp-table-wrap{overflow-x:auto}.ssp-table{width:100%;border-collapse:collapse;font-size:.82rem}.ssp-table thead{position:sticky;top:0;background:#ffffffb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ssp-table th{padding:.75rem 1rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark);opacity:.4;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.ssp-table th:last-child{text-align:right}.ssp-table td{padding:.8rem 1rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark);vertical-align:middle}.ssp-table td:last-child{text-align:right}.ssp-table tr:last-child td{border-bottom:none}.ssp-table tbody tr{transition:background .12s;animation:ssp-row-in .22s ease both}.ssp-table tbody tr:hover{background:#ffffff73}@keyframes ssp-row-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.ssp-table tbody tr:nth-child(1){animation-delay:.02s}.ssp-table tbody tr:nth-child(2){animation-delay:.04s}.ssp-table tbody tr:nth-child(3){animation-delay:.06s}.ssp-table tbody tr:nth-child(4){animation-delay:.08s}.ssp-table tbody tr:nth-child(5){animation-delay:.1s}.ssp-table tbody tr:nth-child(6){animation-delay:.12s}.ssp-table tbody tr:nth-child(7){animation-delay:.14s}.ssp-table tbody tr:nth-child(8){animation-delay:.16s}.ssp-table tbody tr:nth-child(9){animation-delay:.18s}.ssp-table tbody tr:nth-child(10){animation-delay:.2s}.ssp-order-id{font-weight:700;color:#007aff;font-size:.82rem}.ssp-td-bold{font-weight:600}.ssp-td-date{font-size:.78rem;opacity:.6;white-space:nowrap}.ssp-tracking{font-family:ui-monospace,monospace;font-size:.75rem;background:#0000000d;padding:.15rem .5rem;border-radius:.4rem;white-space:nowrap}.ssp-na{opacity:.25}.ssp-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.ssp-status-badge{display:inline-flex;align-items:center;padding:.22rem .65rem;border-radius:2rem;font-size:.72rem;font-weight:700;white-space:nowrap}.ssp-invoice-yes{color:#34c759;font-weight:700;font-size:1rem}.ssp-invoice-no{color:#ff3b30;font-weight:700;font-size:1rem}.ssp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;gap:.6rem;text-align:center}.ssp-empty-icon{font-size:2.5rem;opacity:.25}.ssp-empty-text{font-size:.875rem;color:var(--dark);opacity:.3;font-style:italic;margin:0}.ssp-pagination{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem;border-top:1px solid rgba(0,0,0,.06);flex-wrap:wrap;gap:.6rem}.ssp-pagination-info{font-size:.78rem;color:var(--dark);opacity:.45}.ssp-pagination-controls{display:flex;align-items:center;gap:.5rem}.ssp-pagination-page{padding:.4rem .85rem;background:#ffffffa6;border:1px solid rgba(0,0,0,.08);border-radius:.6rem;font-size:.8rem;font-weight:700;color:var(--dark);white-space:nowrap}.ssp-loading{display:flex;align-items:center;justify-content:center;padding:4rem 1rem;gap:.75rem;font-size:.875rem;color:var(--dark);opacity:.45}.ssp-spinner{width:20px;height:20px;border:2px solid rgba(0,122,255,.2);border-top-color:#007aff;border-radius:50%;animation:ssp-spin .7s linear infinite;flex-shrink:0}@keyframes ssp-spin{to{transform:rotate(360deg)}}@keyframes ssp-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ssp-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1400px){.ssp-body{padding:2rem 2.25rem 2.5rem}}@media(max-width:1280px){.ssp-section{padding:1.5rem}.ssp-body{padding:1.75rem 2rem 2rem;gap:1.25rem}.ssp-filter-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.ssp-title{font-size:1.65rem}}@media(max-width:1100px){.ssp-section{padding:1.25rem}.ssp-body{padding:1.5rem 1.75rem;gap:1rem}.ssp-filter-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.ssp-title{font-size:1.45rem}.ssp-page-header{padding-bottom:1rem;margin-bottom:0}.ssp-card-body{padding:1rem 1.25rem 1.25rem}.ssp-card-header{padding:.75rem 1.25rem}.ssp-input,.ssp-select{padding:.55rem .8rem;font-size:.82rem}.ssp-react-select [class*=-control]{min-height:34px!important;font-size:.82rem!important}.ssp-actions{padding-top:.75rem}.ssp-table th:nth-child(4),.ssp-table td:nth-child(4){display:none}}@media(max-width:960px){.ssp-section{padding:1rem}.ssp-body{padding:1.25rem 1.5rem;gap:.85rem}.ssp-filter-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.ssp-title{font-size:1.3rem}.ssp-subtitle{font-size:.78rem}.ssp-card-body{padding:.85rem 1rem 1rem}.ssp-card-header{padding:.65rem 1rem}.ssp-label{font-size:.62rem}.ssp-input,.ssp-select{padding:.5rem .75rem;font-size:.8rem;border-radius:.6rem}.ssp-react-select [class*=-control]{min-height:32px!important;font-size:.8rem!important;border-radius:.6rem!important}.ssp-card-title{font-size:.72rem}.ssp-btn{padding:.5rem 1rem;font-size:.82rem}.ssp-btn--sm{padding:.3rem .65rem;font-size:.7rem}.ssp-table th:nth-child(8),.ssp-table td:nth-child(8){display:none}.ssp-table th,.ssp-table td{padding:.6rem .75rem}}@media(max-width:800px){.ssp-section{padding:.75rem}.ssp-body{padding:1rem 1.25rem;gap:.75rem}.ssp-filter-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.ssp-title{font-size:1.2rem}.ssp-page-header{flex-direction:column;align-items:flex-start;padding-bottom:.75rem}.ssp-card{border-radius:1rem}.ssp-card-body{padding:.75rem .9rem .9rem}.ssp-input,.ssp-select{padding:.45rem .7rem;font-size:.78rem}.ssp-pagination{flex-direction:column;align-items:flex-start;gap:.5rem}.ssp-pagination-controls{width:100%;justify-content:space-between}}.bc-section{position:relative;height:100vh;padding:2rem}.bc-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1}.bc-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.bc-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.bc-body::-webkit-scrollbar{width:6px}.bc-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.bc-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.bc-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.bc-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.bc-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.bc-search-wrap{position:relative;display:flex;align-items:center}.bc-search-icon{position:absolute;left:.85rem;font-size:1.1rem;color:var(--dark);opacity:.35;pointer-events:none}.bc-search{padding:.55rem 2.25rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;font-size:.875rem;color:var(--dark);font-family:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease;width:200px;outline:none}.bc-search::placeholder{color:var(--dark);opacity:.35}.bc-search:focus{background:#ffffffa6;border-color:#007aff66;width:240px;box-shadow:0 0 0 3px #007aff14}.bc-search-clear{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:.7rem;color:var(--dark);opacity:.4;padding:0}.bc-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.bc-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px);box-shadow:0 4px 14px #007aff2e}.bc-list{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bc-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.045);animation:bc-row-in .35s ease both}.bc-row:last-child{border-bottom:none}.bc-row:hover{background:#ffffff73}@keyframes bc-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bc-row-icon{font-size:1.6rem;flex-shrink:0}.bc-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.bc-row-name{font-size:.93rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bc-row-sub{font-size:.8rem;color:var(--dark);opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bc-row-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.bc-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;background:#0000000f;border:1px solid rgba(0,0,0,.08);border-radius:2rem;font-size:.75rem;font-weight:600;color:var(--dark);opacity:.5}.bc-status-badge--active{background:#34c7591a;color:#34c759;border-color:#34c75940;opacity:1}.bc-status-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.bc-commercial-count,.bc-profile-count{font-size:.72rem;padding:.15rem .5rem;border-radius:2rem;font-weight:600}.bc-commercial-count{background:#5856d61a;color:#5856d6;border:1px solid rgba(88,86,214,.25)}.bc-profile-count{background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.25)}.bc-chevron{font-size:1.2rem;color:var(--dark);opacity:.25;flex-shrink:0}.bc-row:hover .bc-chevron{opacity:.5}.bc-empty{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;gap:.75rem}.bc-empty-icon{font-size:2.5rem;opacity:.3}.bc-empty p{font-size:.95rem;color:var(--dark);opacity:.4;margin:0}.bc-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--dark);opacity:.6}.bc-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:bc-spin .7s linear infinite}.bc-spinner--sm{width:18px;height:18px;border-width:2px}@keyframes bc-spin{to{transform:rotate(360deg)}}.bc-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s ease;z-index:1001;border-radius:4vw}.bc-overlay--visible{background:#0000002e;pointer-events:all;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bc-panel{position:absolute;top:0;right:0;height:100%;width:520px;max-width:92%;background:#f8f8fceb;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.bc-panel--open{transform:translate(0)}.bc-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.bc-panel-title{font-size:1.3rem;font-weight:700;color:var(--dark);margin:0 0 .2rem}.bc-panel-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.bc-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s}.bc-panel-close:hover{background:#00000021}.bc-panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.bc-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:1.5rem 0 .6rem;display:flex;align-items:center;gap:.5rem}.bc-section-label:first-child{margin-top:0}.bc-rule-count{background:#007aff1f;color:#007aff;border-radius:2rem;padding:.05rem .45rem;font-size:.65rem;font-weight:700}.bc-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.bc-field{display:flex;flex-direction:column;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.bc-field:last-child{border-bottom:none}.bc-label{font-size:.78rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.bc-label--sm{font-size:.7rem;margin-bottom:.2rem}.bc-required{color:#ff3b30}.bc-input{border:none;background:transparent;font-size:.95rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.bc-input::placeholder{color:var(--dark);opacity:.25}.bc-select{border:1px solid rgba(0,0,0,.08);background:#ffffff80;border-radius:.5rem;font-size:.85rem;color:var(--dark);font-family:inherit;outline:none;padding:.4rem .5rem;width:100%;cursor:pointer}.bc-checkbox{width:16px;height:16px;accent-color:#007aff;cursor:pointer;margin-top:.2rem}.bc-toggle-wrap{display:flex;align-items:center;gap:.65rem;cursor:pointer}.bc-toggle-input{display:none}.bc-toggle-track{width:42px;height:24px;border-radius:12px;background:#00000026;position:relative;transition:background .25s;flex-shrink:0}.bc-toggle-track--on{background:#34c759}.bc-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .25s}.bc-toggle-track--on .bc-toggle-thumb{transform:translate(18px)}.bc-toggle-label{font-size:.9rem;color:var(--dark)}.bc-profiles-empty{font-size:.85rem;color:var(--dark);opacity:.45;text-align:center;padding:.75rem 1rem;margin:0}.bc-profile-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .12s;border-bottom:1px solid rgba(0,0,0,.06)}.bc-profile-row:last-of-type{border-bottom:none}.bc-profile-row:hover{background:#007aff0a}.bc-profile-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.bc-profile-row-market{font-size:.9rem;font-weight:600;color:var(--dark)}.bc-profile-row-sub{font-size:.78rem;color:var(--dark);opacity:.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bc-profile-form-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06)}.bc-profile-back{background:none;border:none;cursor:pointer;font-size:.85rem;color:#007aff;font-weight:600;font-family:inherit;padding:0;transition:opacity .15s}.bc-profile-back:hover{opacity:.7}.bc-profile-form-title{font-size:.85rem;font-weight:700;color:var(--dark);text-transform:uppercase;letter-spacing:.5px;opacity:.6}.bc-rules-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem .4rem;border-top:1px solid rgba(0,0,0,.06)}.bc-rule-row{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-bottom:1px solid rgba(0,0,0,.06)}.bc-rule-row:last-of-type{border-bottom:none}.bc-rule-fields{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.bc-rule-field{display:flex;flex-direction:column;gap:.15rem;min-width:100px;flex:1}.bc-rule-field--wide{flex:2;min-width:180px}.bc-rule-remove{background:none;border:none;color:#ff3b30;font-size:1rem;cursor:pointer;padding:.3rem .5rem;border-radius:.4rem;opacity:.6;transition:opacity .15s;margin-top:1.2rem}.bc-rule-remove:hover{opacity:1;background:#ff3b301a}.bc-rule-add{display:block;width:100%;background:none;border:1px dashed rgba(0,0,0,.12);color:#007aff;font-size:.85rem;font-family:inherit;cursor:pointer;padding:.6rem;border-radius:.65rem;text-align:center;transition:background .15s;margin-top:.5rem}.bc-rule-add:hover{background:#007aff0f;border-color:#007aff40}.bc-panel-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-bottom:1rem}.bc-btn-primary{width:100%;padding:.85rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.bc-btn-primary:hover:not(:disabled){background:#0066d6;transform:translateY(-1px);box-shadow:0 4px 14px #007aff4d}.bc-btn-primary:disabled{opacity:.5;cursor:not-allowed}.bc-btn-ghost{width:100%;padding:.85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.bc-btn-ghost:hover:not(:disabled){background:#00000017}.bc-btn-danger{width:100%;padding:.85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:.5rem}.bc-btn-danger:hover:not(:disabled){background:#ff3b3024;border-color:#ff3b3059}@media(max-width:768px){.bc-body{padding:1.5rem}.bc-page-header{flex-direction:column;align-items:flex-start}.bc-header-actions{width:100%;flex-direction:column;align-items:stretch}.bc-search{width:100%}.bc-search:focus{width:100%}.bc-row-meta{display:none}.bc-panel{width:100%;max-width:100%;top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none}.bc-panel--open{transform:translateY(0)}}.stk-section{position:relative;height:100vh;padding:2rem}.stk-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-position:center;z-index:-1}.stk-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.stk-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.stk-body::-webkit-scrollbar{width:6px}.stk-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.stk-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.stk-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.stk-title-m2{font-size:.95rem;font-weight:600;color:#007aff;margin-left:1rem;letter-spacing:0}.stk-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.stk-change-warehouse{background:none;border:none;color:#007aff;font-size:.82rem;font-weight:500;cursor:pointer;margin-left:.5rem;text-decoration:underline;text-underline-offset:2px;padding:0;font-family:inherit}.stk-layout{display:flex;gap:1.25rem;min-height:0;height:calc(100% - 100px)}.stk-col{display:flex;flex-direction:column;background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stk-col--products{width:320px;flex-shrink:0}.stk-col--entries{flex:1;min-width:0}.stk-col-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;gap:.5rem}.stk-col-header--entries{flex-wrap:wrap}.stk-col-label{font-size:.92rem;font-weight:700;color:var(--dark)}.stk-col-count{font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:2rem;background:#0000000f;color:var(--dark);opacity:.5}.stk-col-ref{font-size:.78rem;color:var(--dark);opacity:.45;margin-left:.5rem}.stk-col-header-actions{display:flex;gap:.4rem;align-items:center}.stk-col-action-btn{padding:.35rem .75rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.08);background:#ffffff80;font-size:.78rem;font-weight:600;color:var(--dark);opacity:.7;cursor:pointer;font-family:inherit;transition:all .15s ease;white-space:nowrap}.stk-col-action-btn:hover{opacity:1;border-color:#007aff4d;color:#007aff}.stk-btn-add-small{padding:.35rem .85rem;border-radius:2rem;border:1.5px solid rgba(0,122,255,.35);background:#007aff1a;font-size:.78rem;font-weight:600;color:#007aff;cursor:pointer;font-family:inherit;transition:all .15s ease;white-space:nowrap}.stk-btn-add-small:hover{background:#007aff2e}.stk-col-search{position:relative;padding:.6rem .8rem;border-bottom:1px solid rgba(0,0,0,.04);flex-shrink:0}.stk-col-search-icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);font-size:.9rem;color:var(--dark);opacity:.3;pointer-events:none}.stk-col-search-input{width:100%;padding:.45rem .65rem .45rem 1.8rem;border:1px solid rgba(0,0,0,.06);border-radius:.6rem;background:#fff6;font-size:.82rem;color:var(--dark);font-family:inherit;outline:none;transition:border-color .15s}.stk-col-search-input:focus{border-color:#007aff59;background:#ffffffa6}.stk-col-search-input::placeholder{color:var(--dark);opacity:.3}.stk-product-list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.stk-product-list::-webkit-scrollbar{width:4px}.stk-product-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.stk-product-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.1rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(0,0,0,.04);animation:stk-row-in .3s ease both}.stk-product-row:last-child{border-bottom:none}.stk-product-row:hover{background:#ffffff73}.stk-product-row--active{background:#007aff14}.stk-product-row--active:hover{background:#007aff1f}.stk-product-row--inactive{opacity:.4}.stk-product-row--inactive:hover{opacity:.6}.stk-product-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.stk-product-row-name{font-size:.88rem;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stk-product-row-ref{font-size:.72rem;color:var(--dark);opacity:.45}.stk-product-row-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;flex-shrink:0}.stk-product-row-qty{font-size:.82rem;font-weight:700;color:var(--dark);font-variant-numeric:tabular-nums}.stk-product-row-count{font-size:.68rem;color:var(--dark);opacity:.4}.stk-lot-badges{display:flex;flex-wrap:wrap;gap:.2rem;justify-content:flex-end}.stk-lot-badge{font-size:.62rem;font-weight:700;padding:.15rem .45rem;border-radius:999px;white-space:nowrap;letter-spacing:.2px}.stk-lot-badge--active{background:#34c75926;color:#1a7f3c;border:1px solid rgba(52,199,89,.35)}.stk-lot-badge--inactive{background:#ff3b301a;color:#c0392b;border:1px solid rgba(255,59,48,.3)}.stk-lot-badge--empty{background:#0000000d;color:var(--dark);opacity:.45;border:1px solid rgba(0,0,0,.1)}.stk-product-row-chevron{font-size:1.1rem;color:var(--dark);opacity:.2;flex-shrink:0;transition:opacity .15s}.stk-product-row:hover .stk-product-row-chevron{opacity:.5}.stk-empty-col{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.75rem;color:var(--dark);opacity:.35;padding:3rem}.stk-empty-col-icon{font-size:2.5rem}.stk-empty-col p{font-size:.9rem;margin:0;text-align:center}.stk-empty-small{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;gap:.5rem;color:var(--dark);opacity:.35}.stk-empty-small span{font-size:1.8rem}.stk-empty-small p{font-size:.85rem;margin:0}.stk-logistics-panel{padding:.85rem 1.1rem;background:#007aff08;border-bottom:1px solid rgba(0,122,255,.08)}.stk-logistics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:.75rem}.stk-logistics-field{display:flex;flex-direction:column;gap:.2rem}.stk-logistics-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--dark);opacity:.5}.stk-logistics-input{padding:.4rem .55rem;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;background:#ffffffb3;font-size:.85rem;color:var(--dark);font-family:inherit;outline:none}.stk-logistics-input:focus{border-color:#007aff66}.stk-logistics-actions{display:flex;gap:.4rem}.stk-logistics-save{padding:.35rem .85rem;background:#007aff;color:#fff;border:none;border-radius:.5rem;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit}.stk-logistics-save:disabled{opacity:.5}.stk-logistics-delete{padding:.35rem .85rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.5rem;font-size:.78rem;font-weight:500;cursor:pointer;font-family:inherit}.stk-logistics-cancel{padding:.35rem .85rem;background:#0000000d;color:var(--dark);border:none;border-radius:.5rem;font-size:.78rem;font-weight:500;cursor:pointer;font-family:inherit}.stk-logistics-summary{display:flex;flex-wrap:wrap;gap:.35rem;padding:.6rem 1.1rem;border-bottom:1px solid rgba(0,0,0,.04)}.stk-logistics-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:2rem;background:#007aff0f;border:1px solid rgba(0,122,255,.12);font-size:.72rem}.stk-logistics-chip-label{color:var(--dark);opacity:.55;font-weight:500}.stk-logistics-chip-value{color:var(--dark);font-weight:700;font-variant-numeric:tabular-nums}.stk-table-wrap{flex:1;overflow:auto}.stk-table{width:100%;border-collapse:collapse;font-size:.85rem}.stk-th{padding:.65rem .85rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.4px;color:var(--dark);opacity:.45;border-bottom:1px solid rgba(0,0,0,.06);white-space:nowrap}.stk-th--img,.stk-th--actions{width:48px}.stk-row{cursor:pointer;transition:background .15s,opacity .15s;border-bottom:1px solid rgba(0,0,0,.03);animation:stk-row-in .3s ease both}.stk-row:last-child{border-bottom:none}.stk-row:hover{background:#ffffff73}.stk-row--inactive{opacity:.4}@keyframes stk-row-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.stk-td{padding:.55rem .85rem;vertical-align:middle;color:var(--dark)}.stk-td--img{width:48px}.stk-thumb{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1px solid rgba(0,0,0,.06)}.stk-thumb-placeholder{width:32px;height:32px;border-radius:6px;background:#0000000a;display:flex;align-items:center;justify-content:center;font-size:.75rem;opacity:.35}.stk-td--batch{font-weight:600;font-size:.85rem}.stk-td--ref{font-size:.82rem;opacity:.65}.stk-td--qty{font-weight:600;font-variant-numeric:tabular-nums}.stk-td--low{color:#ff3b30}.stk-td--actions{width:48px}.stk-td--reslog{max-width:220px}.stk-reslog{display:flex;flex-direction:column;gap:1px;max-height:80px;overflow-y:auto;scrollbar-width:thin}.stk-reslog-line{font-size:.7rem;line-height:1.35;color:var(--dark);opacity:.65;white-space:nowrap}.stk-unit-badge{padding:.12rem .45rem;border-radius:2rem;background:#0000000d;font-size:.72rem;font-weight:600;color:var(--dark);opacity:.55}.stk-colour{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--dark);opacity:.7}.stk-colour-dot{width:10px;height:10px;border-radius:3px;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.stk-muted{color:var(--dark);opacity:.2}.stk-status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .55rem;background:#0000000d;border:1px solid rgba(0,0,0,.08);border-radius:2rem;font-size:.72rem;font-weight:600;color:var(--dark);opacity:.5}.stk-status-badge--active{background:#34c7591a;color:#34c759;border-color:#34c75940;opacity:1}.stk-status-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.stk-action-btn{background:none;border:none;cursor:pointer;font-size:.9rem;padding:.25rem .4rem;border-radius:5px;transition:all .15s;line-height:1}.stk-action-btn--delete{color:#ff3b30;opacity:.4}.stk-action-btn--delete:hover{opacity:1;background:#ff3b3014}.stk-loading-state,.stk-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:300px;color:var(--dark);opacity:.6}.stk-loading-inline{display:flex;align-items:center;justify-content:center;padding:2rem}.stk-spinner{width:28px;height:28px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:stk-spin .7s linear infinite}@keyframes stk-spin{to{transform:rotate(360deg)}}.stk-error-icon{font-size:2rem}.stk-warehouse-modal{display:flex;align-items:center;justify-content:center;min-height:60vh}.stk-warehouse-modal-card{background:#ffffff8c;border:1px solid rgba(255,255,255,.7);border-radius:1.75rem;padding:2.5rem;max-width:420px;width:100%;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 40px #00000014;animation:stk-modal-in .35s ease}@keyframes stk-modal-in{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.stk-warehouse-modal-icon{font-size:2.5rem;margin-bottom:.75rem}.stk-warehouse-modal-title{font-size:1.4rem;font-weight:700;color:var(--dark);margin:0 0 .35rem}.stk-warehouse-modal-desc{font-size:.88rem;color:var(--dark);opacity:.45;margin:0 0 1.75rem}.stk-warehouse-modal-empty{font-size:.88rem;color:var(--dark);opacity:.4}.stk-warehouse-list{display:flex;flex-direction:column;gap:.5rem}.stk-warehouse-option{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;background:#ffffff80;border:1.5px solid rgba(0,0,0,.06);border-radius:1rem;cursor:pointer;transition:all .18s;text-align:left;font-family:inherit}.stk-warehouse-option:hover{border-color:#007aff66;background:#007aff0a;transform:translateY(-1px)}.stk-warehouse-option-icon{font-size:1.5rem}.stk-warehouse-option-info{flex:1;display:flex;flex-direction:column}.stk-warehouse-option-name{font-size:.95rem;font-weight:600;color:var(--dark)}.stk-warehouse-option-code{font-size:.78rem;color:var(--dark);opacity:.4}.stk-warehouse-option-chevron{font-size:1.2rem;color:var(--dark);opacity:.2}.stk-overlay{position:absolute;inset:0;background:#0000;pointer-events:none;transition:background .35s;z-index:1001;border-radius:4vw}.stk-overlay--visible{background:#0000002e;pointer-events:all;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.stk-panel{position:absolute;top:0;right:0;height:100%;width:460px;max-width:92%;background:#f8f8fceb;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);border-radius:0 4vw 4vw 0;z-index:1002;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0000001a;overflow:hidden}.stk-panel--open{transform:translate(0)}.stk-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.stk-panel-title{font-size:1.2rem;font-weight:700;color:var(--dark);margin:0 0 .15rem}.stk-panel-subtitle{font-size:.82rem;color:var(--dark);opacity:.45;margin:0}.stk-panel-close{width:28px;height:28px;border-radius:50%;background:#00000012;border:none;cursor:pointer;font-size:.75rem;color:var(--dark);display:flex;align-items:center;justify-content:center}.stk-panel-close:hover{background:#00000021}.stk-panel-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;scrollbar-width:thin}.stk-panel-body::-webkit-scrollbar{width:5px}.stk-panel-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.stk-section-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin:1.5rem 0 .6rem}.stk-section-label:first-child{margin-top:0}.stk-form-group{background:#ffffffb3;border:1px solid rgba(0,0,0,.07);border-radius:1rem;overflow:visible}.stk-field{display:flex;flex-direction:column;padding:.8rem .9rem;border-bottom:1px solid rgba(0,0,0,.06)}.stk-field:last-child{border-bottom:none}.stk-field--row{flex-direction:row;gap:.75rem}.stk-field-half{flex:1;display:flex;flex-direction:column}.stk-field--check-row{flex-direction:row;gap:1.25rem;align-items:center;flex-wrap:wrap}.stk-check-label{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:var(--dark);cursor:pointer;-webkit-user-select:none;user-select:none}.stk-checkbox{width:15px;height:15px;accent-color:#007aff;cursor:pointer;margin:0}.stk-label{font-size:.75rem;font-weight:600;color:var(--dark);opacity:.55;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.3px}.stk-required{color:#ff3b30}.stk-input{border:none;background:transparent;font-size:.92rem;color:var(--dark);font-family:inherit;outline:none;padding:0;width:100%}.stk-input::placeholder{color:var(--dark);opacity:.25}.stk-select{cursor:pointer;-webkit-appearance:none;appearance:none}.stk-field-hint{font-size:.73rem;color:var(--dark);opacity:.35;margin:.3rem 0 0;font-style:italic}.stk-img-preview{margin-bottom:.4rem}.stk-img-thumb{width:64px;height:64px;border-radius:8px;object-fit:cover;border:1.5px solid rgba(0,0,0,.08)}.stk-file-input{font-size:.82rem!important;padding-top:.2rem;cursor:pointer}.stk-file-input::file-selector-button{padding:.25rem .65rem;border-radius:.45rem;border:1px solid rgba(0,0,0,.1);background:#0000000a;color:var(--dark);font-size:.78rem;font-family:inherit;cursor:pointer;margin-right:.4rem}.stk-btn-upload{margin-top:.4rem;padding:.35rem .85rem;background:#007aff;color:#fff;border:none;border-radius:.5rem;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;align-self:flex-start}.stk-btn-upload:disabled{opacity:.5}.stk-panel-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.75rem;padding-bottom:1rem}.stk-btn-primary{width:100%;padding:.8rem;background:#007aff;color:#fff;border:none;border-radius:.875rem;font-size:.92rem;font-weight:600;cursor:pointer;font-family:inherit}.stk-btn-primary:hover:not(:disabled){background:#0066d6}.stk-btn-primary:disabled{opacity:.5}.stk-btn-ghost{width:100%;padding:.8rem;background:#0000000d;color:var(--dark);border:none;border-radius:.875rem;font-size:.92rem;font-weight:500;cursor:pointer;font-family:inherit}.stk-btn-danger{width:100%;padding:.8rem;background:#ff3b3014;color:#ff3b30;border:1px solid rgba(255,59,48,.2);border-radius:.875rem;font-size:.92rem;font-weight:500;cursor:pointer;font-family:inherit;margin-top:.35rem}.stk-autocomplete-wrap{position:relative}.stk-autocomplete-spinner{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:.8rem;opacity:.5}.stk-suggestions{position:absolute;top:calc(100% + 6px);left:-.9rem;right:-.9rem;background:#fcfcfff7;-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(0,0,0,.09);border-radius:.875rem;box-shadow:0 8px 28px #0000001f;z-index:2000;max-height:220px;overflow-y:auto;scrollbar-width:thin;animation:stk-dropdown-in .18s cubic-bezier(.34,1.56,.64,1)}@keyframes stk-dropdown-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.stk-suggestion-item{padding:.55rem .9rem;font-size:.88rem;color:var(--dark);cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s;display:flex;align-items:center;gap:.6rem}.stk-suggestion-item:last-child{border-bottom:none}.stk-suggestion-item:hover{background:#007aff0f;color:#007aff}.stk-suggestion-item--empty{cursor:default;opacity:.45;font-style:italic}.stk-suggestion-item--empty:hover{background:none;color:var(--dark)}.stk-suggestion-img{width:26px;height:26px;border-radius:5px;object-fit:cover;border:1px solid rgba(0,0,0,.06);flex-shrink:0}.stk-suggestion-info{display:flex;flex-direction:column;min-width:0}.stk-suggestion-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.85rem}.stk-suggestion-ref{font-size:.7rem;opacity:.5}.stk-field-clear{background:none;border:none;color:#007aff;font-size:.75rem;font-weight:500;cursor:pointer;padding:0;margin-top:.25rem;font-family:inherit;opacity:.7;transition:opacity .15s}.stk-field-clear:hover{opacity:1}.stk-btn-add{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#007aff1f;color:#007aff;border:1.5px solid rgba(0,122,255,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;font-family:inherit}.stk-btn-add:hover{background:#007aff33;border-color:#007aff8c;transform:translateY(-1px)}.stk-btn-add-icon{font-size:1.1rem;line-height:1}.stk-product-row-delete{background:none;border:none;color:#ff3b30;font-size:.8rem;cursor:pointer;padding:.2rem .35rem;border-radius:4px;opacity:0;transition:opacity .15s,background .15s;flex-shrink:0;line-height:1}.stk-product-row:hover .stk-product-row-delete{opacity:.5}.stk-product-row-delete:hover{opacity:1!important;background:#ff3b3014}@media(max-width:900px){.stk-layout{flex-direction:column;height:auto}.stk-col--products{width:100%;max-height:280px}.stk-col--entries{min-height:300px}}@media(max-width:768px){.stk-body{padding:1.5rem}.stk-logistics-grid{grid-template-columns:repeat(2,1fr)}.stk-panel{width:100%;max-width:100%;top:auto;bottom:0;height:90%;transform:translateY(100%);border-radius:2rem 2rem 0 0;border-left:none}.stk-panel--open{transform:translateY(0)}.stk-field--row{flex-direction:column;gap:0}}@media(max-width:480px){.stk-section{padding:1rem}.stk-logistics-grid{grid-template-columns:1fr}.stk-td--ref{display:none}}.st-section{position:relative;height:100vh;padding:2rem}.st-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.st-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:border-color .35s ease}.st-header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;gap:.85rem}.st-header-left{display:flex;align-items:center;gap:.75rem}.st-page-title{font-size:1.15rem;font-weight:700;color:var(--dark);letter-spacing:-.3px;white-space:nowrap}.st-page-subtitle{font-size:.8rem;color:var(--dark);opacity:.4;font-weight:400;white-space:nowrap}.st-live{display:flex;align-items:center;gap:.38rem;font-size:.7rem;font-weight:600;color:#34c759;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.st-live-dot{width:6px;height:6px;border-radius:50%;background:#34c759;animation:st-pulse 2s ease infinite}@keyframes st-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.st-period-group{display:flex;align-items:center;gap:.2rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;padding:.22rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.st-period-btn{padding:.28rem .72rem;border:1px solid transparent;border-radius:2rem;background:transparent;color:var(--dark);opacity:.4;font-size:.72rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease;letter-spacing:.04em}.st-period-btn:hover{opacity:.75;background:#ffffff8c}.st-period-btn--active{background:#007aff1a;border-color:#007aff4d;color:#007aff;opacity:1}.st-export-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.48rem 1.1rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;color:var(--dark);opacity:.6;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);white-space:nowrap}.st-export-btn:hover{opacity:1;background:#ffffffa6;border-color:#0000001f;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.st-tabs{display:flex;align-items:flex-end;padding:0 1.75rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;overflow-x:auto;scrollbar-width:none}.st-tabs::-webkit-scrollbar{display:none}.st-tab{display:flex;align-items:center;gap:.42rem;padding:.78rem 1.05rem;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--dark);opacity:.32;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .18s ease;white-space:nowrap;margin-bottom:-1px}.st-tab:hover{opacity:.62}.st-tab--active{opacity:1;color:#007aff;border-bottom-color:#007aff}.st-tab-icon{font-size:.8rem;line-height:1}.st-tab-badge{font-size:.6rem;font-weight:700;padding:.08rem .4rem;border-radius:2rem;background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.18);min-width:16px;text-align:center}.st-body{flex:1;overflow-y:auto;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.st-body::-webkit-scrollbar{width:5px}.st-body::-webkit-scrollbar-track{background:transparent}.st-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.st-section-title{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.35;margin-bottom:.35rem}.st-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.st-kpi{background:#ffffff6b;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.45rem;position:relative;overflow:hidden;cursor:default;transition:background .18s ease,transform .18s ease,box-shadow .18s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:st-card-in .35s ease both}.st-kpi:hover{background:#fff9;transform:translateY(-1px);box-shadow:0 6px 20px #00000012}.st-kpi--gold{border-left:3px solid rgba(255,179,0,.55)}.st-kpi--teal{border-left:3px solid rgba(48,209,88,.5)}.st-kpi--rose{border-left:3px solid rgba(255,59,48,.5)}.st-kpi--green{border-left:3px solid rgba(52,199,89,.5)}.st-kpi--blue{border-left:3px solid rgba(0,122,255,.55)}.st-kpi--amber{border-left:3px solid rgba(255,149,0,.55)}.st-kpi--purple{border-left:3px solid rgba(175,82,222,.5)}.st-kpi-icon{position:absolute;top:.9rem;right:1rem;font-size:.95rem;opacity:.12}.st-kpi-label{font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--dark);opacity:.38}.st-kpi-value{font-family:DM Mono,Courier New,monospace;font-size:1.7rem;font-weight:500;color:var(--dark);line-height:1;letter-spacing:-.02em}.st-kpi-value--lg{font-size:1.95rem}.st-kpi-value--sm{font-size:1.25rem}.st-kpi-sub{font-size:.7rem;color:var(--dark);opacity:.35;display:flex;align-items:center;gap:.38rem;flex-wrap:wrap}.st-delta{display:inline-flex;align-items:center;gap:.12rem;font-size:.66rem;font-weight:700;font-family:DM Mono,monospace;padding:.08rem .4rem;border-radius:2rem}.st-delta--up{background:#34c7591a;color:#34c759;border:1px solid rgba(52,199,89,.2)}.st-delta--down{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.18)}.st-delta--flat{background:#0000000d;color:var(--dark);opacity:.45}@keyframes st-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.st-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.st-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.85rem}.st-grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:.85rem}.st-grid-1-2{display:grid;grid-template-columns:1fr 2fr;gap:.85rem}.st-card{background:#ffffff59;border:1px solid rgba(255,255,255,.55);border-radius:1.5rem;padding:1.25rem 1.4rem;display:flex;flex-direction:column;gap:1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:st-card-in .35s ease both;overflow:visible}.st-card--full{grid-column:1 / -1}.st-card--tall{min-height:310px}.st-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.st-card-title{font-size:.82rem;font-weight:700;color:var(--dark);letter-spacing:-.1px}.st-card-subtitle{font-size:.7rem;color:var(--dark);opacity:.35;margin-top:.12rem}.st-card-value{font-family:DM Mono,monospace;font-size:1.3rem;font-weight:500;color:var(--dark);opacity:.8;letter-spacing:-.02em;white-space:nowrap}.recharts-legend-item-text{color:#00000073!important;font-family:inherit!important;font-size:.72rem!important}.st-tooltip{background:#fcfcfff7;border:1px solid rgba(0,0,0,.08);border-radius:.8rem;padding:.55rem .85rem;box-shadow:0 8px 24px #0000001a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.st-tooltip-label{font-size:.66rem;color:var(--dark);opacity:.38;font-family:DM Mono,monospace;margin-bottom:.3rem}.st-tooltip-row{display:flex;align-items:center;gap:.38rem;font-size:.78rem;color:var(--dark);font-family:DM Mono,monospace;font-weight:500}.st-tooltip-dot{width:7px;height:7px;border-radius:2px;flex-shrink:0}.st-tooltip-name{opacity:.4;margin-right:.15rem;font-weight:400}.st-funnel{display:flex;flex-direction:column;gap:.38rem;flex:1}.st-funnel-row{display:flex;align-items:center;gap:.6rem}.st-funnel-label{font-size:.7rem;color:var(--dark);opacity:.5;width:112px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-funnel-bar-wrap{flex:1;height:20px;background:#0000000a;border-radius:4px;overflow:hidden}.st-funnel-bar{height:100%;border-radius:4px;display:flex;align-items:center;padding-left:.4rem;transition:width .75s cubic-bezier(.4,0,.2,1)}.st-funnel-bar-count{font-size:.62rem;font-family:DM Mono,monospace;color:#00000073;white-space:nowrap}.st-funnel-value{font-size:.68rem;font-family:DM Mono,monospace;color:var(--dark);opacity:.32;width:64px;text-align:right;flex-shrink:0}.st-geo-list{display:flex;flex-direction:column;gap:.42rem;flex:1}.st-geo-row{display:flex;align-items:center;gap:.55rem}.st-geo-flag{font-size:.88rem;flex-shrink:0;width:20px;text-align:center}.st-geo-name{font-size:.76rem;color:var(--dark);opacity:.6;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-geo-bar-wrap{width:68px;height:3px;background:#00000012;border-radius:10px;overflow:hidden;flex-shrink:0}.st-geo-bar{height:100%;border-radius:10px;background:#007aff;opacity:.45;transition:width .6s ease}.st-geo-value{font-size:.68rem;font-family:DM Mono,monospace;color:var(--dark);opacity:.35;width:60px;text-align:right;flex-shrink:0}.st-activity{display:flex;flex-direction:column;overflow-y:auto;max-height:250px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.08) transparent}.st-activity-item{display:flex;align-items:flex-start;gap:.65rem;padding:.55rem 0;border-bottom:1px solid rgba(0,0,0,.04)}.st-activity-item:last-child{border-bottom:none}.st-activity-dot{width:7px;height:7px;border-radius:50%;background:#0000001a;border:1.5px solid rgba(0,0,0,.12);flex-shrink:0;margin-top:.3rem}.st-activity-dot--create{background:#34c759;border-color:#34c759}.st-activity-dot--update{background:#ff9500;border-color:#ff9500}.st-activity-dot--delete{background:#ff3b30;border-color:#ff3b30}.st-activity-body{flex:1;min-width:0}.st-activity-actor{font-size:.76rem;font-weight:600;color:var(--dark)}.st-activity-desc{font-size:.68rem;color:var(--dark);opacity:.38;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.06rem}.st-activity-time{font-size:.63rem;font-family:DM Mono,monospace;color:var(--dark);opacity:.28;flex-shrink:0;margin-top:.18rem}.st-legend{display:flex;flex-direction:column;gap:.48rem;justify-content:center;flex-shrink:0}.st-legend-item{display:flex;align-items:center;gap:.45rem;font-size:.73rem}.st-legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.st-legend-name{color:var(--dark);opacity:.58;flex:1}.st-legend-val{color:var(--dark);opacity:.32;font-family:DM Mono,monospace;font-size:.7rem}.st-table-wrap{overflow:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.08) transparent}.st-table{width:100%;border-collapse:collapse;font-size:.82rem}.st-table thead tr{border-bottom:1px solid rgba(0,0,0,.07)}.st-table th{padding:.48rem .72rem;text-align:left;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--dark);opacity:.35;white-space:nowrap}.st-table th:last-child{text-align:right}.st-table td{padding:.58rem .72rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--dark);opacity:.68;vertical-align:middle}.st-table td:last-child{text-align:right;font-family:DM Mono,monospace;font-weight:500;opacity:.82}.st-table tr:last-child td{border-bottom:none}.st-table tr:hover td{background:#007aff08}.st-rank{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:50%;font-size:.63rem;font-weight:700;font-family:DM Mono,monospace;background:#0000000d;color:var(--dark);opacity:.4}.st-rank--1{background:#ffb30024;color:#b87800;opacity:1}.st-rank--2{background:#00000012;opacity:.55}.st-rank--3{background:#ff95001a;color:#c70;opacity:1}.st-bar-inline{display:flex;align-items:center;gap:.45rem}.st-bar-inline-track{flex:1;height:3px;background:#00000012;border-radius:10px;overflow:hidden;min-width:50px}.st-bar-inline-fill{height:100%;border-radius:10px;background:#007aff;opacity:.5;transition:width .8s cubic-bezier(.4,0,.2,1)}.st-badge{display:inline-flex;align-items:center;padding:.13rem .52rem;border-radius:2rem;font-size:.63rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.st-badge--delivered{background:#34c7591a;color:#34c759;border:1px solid rgba(52,199,89,.22)}.st-badge--confirmed{background:#007aff1a;color:#007aff;border:1px solid rgba(0,122,255,.22)}.st-badge--preparation{background:#ffb3001a;color:#b87800;border:1px solid rgba(255,179,0,.22)}.st-badge--sent{background:#5ac8fa1f;color:#08b;border:1px solid rgba(90,200,250,.28)}.st-badge--delayed{background:#ff95001a;color:#ff9500;border:1px solid rgba(255,149,0,.22)}.st-badge--cancelled{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.2)}.st-badge--standby{background:#0000000d;color:var(--dark);opacity:.45}.st-badge--budget{background:#af52de1a;color:#af52de;border:1px solid rgba(175,82,222,.22)}.st-badge--pending{background:#ff95001a;color:#ff9500;border:1px solid rgba(255,149,0,.22)}.st-badge--completed{background:#34c7591a;color:#34c759;border:1px solid rgba(52,199,89,.22)}.st-badge--failed{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.2)}.st-alert-strip{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:#ff950014;border:1px solid rgba(255,149,0,.2);border-radius:.875rem;font-size:.8rem;color:#c70;font-weight:500}.st-alert-strip--red{background:#ff3b3012;border-color:#ff3b302e;color:#ff3b30}.st-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:.65rem;color:var(--dark);opacity:.45}.st-spinner{width:26px;height:26px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:st-spin .7s linear infinite}@keyframes st-spin{to{transform:rotate(360deg)}}.st-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:2.5rem;color:var(--dark);opacity:.28;font-size:.82rem}.st-skeleton{background:linear-gradient(90deg,#0000000d 25%,#00000017,#0000000d 75%);background-size:200% 100%;animation:st-shimmer 1.4s ease infinite;border-radius:.4rem}@keyframes st-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1100px){.st-grid-2,.st-grid-2-1,.st-grid-1-2{grid-template-columns:1fr}.st-grid-3{grid-template-columns:1fr 1fr}}@media(max-width:768px){.st-section{padding:.75rem}.st-container{border-radius:1.5vw}.st-body{padding:1.25rem}.st-header{padding:.65rem 1.25rem;height:auto;flex-wrap:wrap}.st-kpi-grid{grid-template-columns:repeat(2,1fr)}.st-grid-3{grid-template-columns:1fr}.st-kpi-value{font-size:1.4rem}}.st-export-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.st2-header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:56px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;gap:1rem}.st2-header-left{display:flex;align-items:center;gap:.75rem}.st2-wordmark{font-size:1.1rem;font-weight:800;color:var(--dark);opacity:.35}.st2-page-title{font-size:1.1rem;font-weight:700;color:var(--dark);letter-spacing:-.3px}.st2-controls{display:flex;align-items:center;gap:.75rem}.st2-toggle-group{display:flex;background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:2rem;padding:.2rem;gap:.1rem}.st2-toggle-btn{padding:.32rem .9rem;border:1px solid transparent;border-radius:2rem;background:transparent;color:var(--dark);opacity:.45;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.st2-toggle-btn--active{background:#007aff1f;border-color:#007aff4d;color:#007aff;opacity:1}.st2-refresh-btn{padding:.35rem .9rem;border:1px solid rgba(0,0,0,.1);border-radius:2rem;background:#fff6;color:var(--dark);opacity:.5;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.st2-refresh-btn:hover{opacity:.8}.st2-refresh-btn:disabled{opacity:.3;cursor:not-allowed}.st2-legend{display:flex;align-items:center;gap:1rem;padding:.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.05);flex-wrap:wrap;flex-shrink:0}.st2-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--dark);opacity:.6}.st2-legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.st2-legend-sep{width:1px;height:14px;background:#0000001a;margin:0 .25rem}.st2-body{flex:1;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.st2-body::-webkit-scrollbar{width:5px;height:5px}.st2-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}.st2-table-wrap{min-width:100%;overflow-x:auto}.st2-table{width:100%;border-collapse:collapse;font-size:.8rem;font-family:DM Mono,Courier New,monospace;min-width:1100px}.st2-thead-group th,.st2-thead-sub th{background:#ffffff8c;padding:.5rem .6rem;text-align:right;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--dark);opacity:.5;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:2}.st2-th-label{text-align:left!important;position:sticky!important;left:0;z-index:3!important;background:#f8f8fcf7!important;min-width:120px;max-width:140px}.st2-th-group{text-align:center!important;border-bottom:2px solid rgba(0,122,255,.3)!important}.st2-th-group--m2{border-bottom-color:#34c75966!important}.st2-th-type{font-size:.62rem!important}.st2-th-currency{border-bottom:2px solid rgba(255,179,0,.4)!important}.st2-th-delta{opacity:.35!important}.st2-row{border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s}.st2-row:hover{background:#007aff08}.st2-row--year{background:#ffffff8c;font-weight:700}.st2-row--year:hover{background:#007aff0f}.st2-row--quarter{background:#ffffff4d;font-weight:400}.st2-row--market{background:#fff3;font-weight:400;font-size:.78rem}.st2-cell-label{position:sticky;left:0;background:inherit;z-index:1;padding:.55rem .75rem;text-align:left;font-family:inherit;color:var(--dark);white-space:nowrap;min-width:120px;max-width:140px;border-right:1px solid rgba(0,0,0,.06)}.st2-row--year .st2-cell-label{font-size:1rem;color:var(--dark)}.st2-row--quarter .st2-cell-label{opacity:.65;font-size:.78rem}.st2-cell-num{padding:.5rem .75rem;text-align:right;color:var(--dark);white-space:nowrap;font-variant-numeric:tabular-nums}.st2-cell--m2{font-weight:600;color:#34c759}.st2-cell--eur{color:#b87800}.st2-cell--zero{opacity:.18}.st2-toggle{display:inline-block;margin-right:.4rem;font-size:.9rem;opacity:.4;transition:transform .18s ease;transform:rotate(0)}.st2-toggle--open{transform:rotate(90deg);opacity:.7}.st2-delta{padding:.5rem;text-align:right;font-size:.65rem;font-weight:700;white-space:nowrap}.st2-delta--up{color:#34c759}.st2-delta--down{color:#ff3b30}.st2-delta--null{color:var(--dark);opacity:.2}.st2-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:4rem;color:var(--dark);opacity:.45}.st2-spinner{width:24px;height:24px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:st2-spin .7s linear infinite}@keyframes st2-spin{to{transform:rotate(360deg)}}.st2-error{padding:2rem;text-align:center;color:#ff3b30;font-size:.9rem}.st2-error button{margin-left:.5rem;padding:.2rem .6rem;background:#ff3b301a;border:1px solid rgba(255,59,48,.3);border-radius:.5rem;color:#ff3b30;cursor:pointer;font-family:inherit}.st2-cell--discount{color:#ff3b30;font-size:.75rem}.st2-row--alt{background:#00000004}.recharts-cartesian-axis-tick-value{fill:#00000047!important;font-family:DM Mono,monospace!important;font-size:.62rem!important}.recharts-cartesian-grid line{stroke:#0000000d!important}.recharts-legend-item-text{color:#00000073!important;font-size:.7rem!important}.st2-export-excel-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border:1.5px solid rgba(52,199,89,.35);border-radius:2rem;background:#34c75914;color:#1a7a35;font-size:.78rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .15s ease;white-space:nowrap}.st2-export-excel-btn:hover:not(:disabled){background:#34c75929;border-color:#34c7598c;transform:translateY(-1px)}.st2-export-excel-btn:disabled{opacity:.3;cursor:not-allowed}.pdftexts-section{position:relative;height:100vh;padding:2rem}.pdftexts-section:before{content:"";position:fixed;inset:0;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1;will-change:auto}.pdftexts-container{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative;overflow:hidden}.pdftexts-body{flex:1;overflow-y:auto;padding:2.5rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.pdftexts-body::-webkit-scrollbar{width:6px}.pdftexts-body::-webkit-scrollbar-track{background:transparent}.pdftexts-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.pdftexts-page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem;flex-wrap:wrap}.pdftexts-title{font-size:2rem;font-weight:700;color:var(--dark);margin:0 0 .2rem;letter-spacing:-.5px}.pdftexts-subtitle{font-size:.85rem;color:var(--dark);opacity:.45;margin:0}.pdftexts-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pdftexts-select{padding:.5rem .85rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.12);background:#fff9;font-size:.875rem;font-family:inherit;color:var(--dark);cursor:pointer;outline:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pdftexts-select:focus{border-color:#007aff80}.pdftexts-btn-save{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#34c7591f;color:#34c759;border:1.5px solid rgba(52,199,89,.35);border-radius:2rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.pdftexts-btn-save:hover:not(:disabled){background:#34c75933;transform:translateY(-1px);box-shadow:0 4px 14px #34c75933}.pdftexts-btn-save:disabled{opacity:.5;cursor:not-allowed}.pdftexts-layout{display:grid;grid-template-columns:380px 1fr;gap:1.5rem;align-items:start}.pdftexts-editor{display:flex;flex-direction:column;gap:.75rem}.pdftexts-section-card{background:#ffffff73;border:1px solid rgba(255,255,255,.6);border-radius:1rem;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:all .2s ease}.pdftexts-section-card:hover{border-color:#007aff4d;background:#fff9}.pdftexts-section-card--active{border-color:#007aff80;background:#ffffffb3;box-shadow:0 4px 20px #007aff1a}.pdftexts-section-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}.pdftexts-section-name{font-size:.85rem;font-weight:600;color:var(--dark);display:flex;align-items:center;gap:.5rem}.pdftexts-section-badge{font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:2rem;background:#ffc10733;color:#b7860d;text-transform:uppercase;letter-spacing:.3px}.pdftexts-section-badge--saved{background:#34c75926;color:#1a7a35}.pdftexts-section-chevron{font-size:1rem;opacity:.3;transition:transform .2s}.pdftexts-section-card--active .pdftexts-section-chevron{transform:rotate(90deg);opacity:.6}.pdftexts-section-preview{padding:.6rem 1rem;font-size:.78rem;color:var(--dark);opacity:.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdftexts-section-editor{padding:1rem;border-top:1px solid rgba(0,0,0,.05);animation:pdftexts-expand .2s ease}@keyframes pdftexts-expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pdftexts-textarea{width:100%;border:1px solid rgba(0,0,0,.1);background:#ffffffb3;border-radius:.75rem;padding:.75rem;font-size:.875rem;font-family:inherit;color:var(--dark);resize:vertical;outline:none;line-height:1.6;transition:border-color .15s}.pdftexts-textarea:focus{border-color:#007aff66}.pdftexts-textarea--changed{border-color:#ffc10799;background:#fffbebcc}.pdftexts-char-count{font-size:.7rem;opacity:.4;text-align:right;margin-top:.3rem}.pdftexts-preview-wrap{position:sticky;top:0}.pdftexts-preview-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--dark);opacity:.4;margin-bottom:.6rem}.pdftexts-preview-frame{background:#fff;border-radius:1rem;border:1px solid rgba(0,0,0,.1);overflow:hidden;box-shadow:0 8px 32px #0000001a;transform-origin:top left}.pdf-editable-zone{cursor:pointer;border-radius:4px;transition:all .15s ease;outline:2px solid transparent;outline-offset:2px;position:relative}.pdf-editable-zone:hover{background:#ffc10726!important;outline-color:#ffc10799}.pdf-editable-zone--active{background:#007aff14!important;outline-color:#007aff80}.pdf-editable-zone:before{content:"✎";position:absolute;top:-8px;right:-4px;font-size:10px;background:#fc0;color:#000;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s;z-index:10}.pdf-editable-zone:hover:before{opacity:1}.pdftexts-loading{display:flex;align-items:center;justify-content:center;padding:4rem;gap:1rem;opacity:.5}.pdftexts-spinner{width:24px;height:24px;border:2.5px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:pdftexts-spin .7s linear infinite}@keyframes pdftexts-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.pdftexts-layout{grid-template-columns:1fr}.pdftexts-preview-wrap{display:none}}@media(max-width:768px){.pdftexts-body{padding:1.5rem}.pdftexts-page-header{flex-direction:column;align-items:flex-start}}.brb-fab-wrap{position:fixed;bottom:3.75rem;right:4.15rem;z-index:9000}.brb-restore-tab{position:fixed;bottom:3.75rem;right:0;z-index:9000;width:28px;height:44px;border-radius:8px 0 0 8px;border:1px solid rgba(255,255,255,.15);border-right:none;background:#1e1e32bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:width .2s ease,background .15s;padding:0}.brb-restore-tab:hover{width:36px;background:#1e1e32eb}.brb-fab{width:48px;height:48px;border-radius:50%;border:none;background:#1e1e32d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #00000040,0 0 0 1px #ffffff1a;font-size:1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.brb-ctx-menu{position:absolute;bottom:calc(100% + .4rem);right:0;background:#1e1e32eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:.65rem;overflow:hidden;box-shadow:0 8px 24px #0000004d;animation:brb-fade-in .12s ease;white-space:nowrap}.brb-ctx-item{display:block;width:100%;padding:.55rem 1rem;background:transparent;border:none;color:#ffffffd9;font-size:.78rem;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s}.brb-ctx-item:hover{background:#ffffff1a}.brb-icon{width:200px;height:40px}.brb-fab:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 28px #0000004d,0 0 0 1px #ffffff26}.brb-fab:active{transform:scale(.97)}.brb-backdrop{position:fixed;inset:0;z-index:9001;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:brb-fade-in .15s ease}@keyframes brb-fade-in{0%{opacity:0}to{opacity:1}}.brb-modal{position:fixed;bottom:5.5rem;right:1.75rem;z-index:9002;width:420px;max-width:calc(100vw - 2rem);max-height:85vh;overflow-y:auto;background:#fcfcfff7;border:1px solid rgba(0,0,0,.1);border-radius:1.5rem;box-shadow:0 20px 60px #0003,0 0 0 1px #ffffff80;animation:brb-slide-up .2s cubic-bezier(.34,1.56,.64,1);scrollbar-width:thin}@keyframes brb-slide-up{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.brb-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.25rem 0;gap:.75rem}.brb-modal-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}.brb-modal-url{font-size:.68rem;color:#888;margin:.2rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.brb-close{background:none;border:none;font-size:1rem;cursor:pointer;opacity:.4;padding:.2rem .4rem;border-radius:.4rem;transition:opacity .15s;flex-shrink:0}.brb-close:hover{opacity:.8;background:#0000000f}.brb-form{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.brb-field{display:flex;flex-direction:column;gap:.35rem}.brb-label{font-size:.72rem;font-weight:600;color:#1a1a2e;opacity:.55;text-transform:uppercase;letter-spacing:.5px}.brb-required{color:#ff3b30}.brb-severity-group{display:flex;gap:.35rem;flex-wrap:wrap}.brb-severity-btn{padding:.3rem .75rem;border:1.5px solid rgba(0,0,0,.1);border-radius:2rem;background:#00000008;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;color:#555}.brb-severity-btn:hover{background:#00000012}.brb-severity-btn--active{font-weight:700}.brb-textarea{width:100%;padding:.65rem .85rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.75rem;background:#00000005;font-family:inherit;font-size:.85rem;color:#1a1a2e;resize:vertical;transition:border-color .15s;box-sizing:border-box}.brb-textarea:focus{outline:none;border-color:#007aff;background:#fff}.brb-upload-btn{padding:.5rem 1rem;border:1.5px dashed rgba(0,0,0,.15);border-radius:.75rem;background:#00000005;font-family:inherit;font-size:.82rem;color:#555;cursor:pointer;transition:all .15s;text-align:center}.brb-upload-btn:hover{border-color:#007aff;color:#007aff;background:#007aff0a}.brb-url-reminder{margin:.4rem 1.25rem 0;padding:.45rem .75rem;background:#ff950017;border-left:3px solid #ff9500;border-radius:0 .5rem .5rem 0;font-size:.74rem;color:#7a5000;line-height:1.4}.brb-label-hint{font-size:.72rem;opacity:.5;font-weight:400}.brb-screenshots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.brb-upload-slot{width:100%;aspect-ratio:4/3;border:1.5px dashed rgba(0,0,0,.2);border-radius:.75rem;background:#00000005;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.1rem;color:#999;cursor:pointer;font-family:inherit;transition:all .15s}.brb-upload-slot span{font-size:.7rem}.brb-upload-slot:hover{border-color:#007aff;color:#007aff;background:#007aff0a}.brb-preview-wrap--slot{width:100%}.brb-preview--slot{width:100%;max-height:none;aspect-ratio:4/3;object-fit:cover}.brb-preview-wrap{position:relative;display:inline-block}.brb-preview{max-width:100%;max-height:160px;border-radius:.75rem;border:1px solid rgba(0,0,0,.1);display:block}.brb-preview-remove{position:absolute;top:.4rem;right:.4rem;background:#0009;color:#fff;border:none;border-radius:.4rem;padding:.15rem .45rem;font-size:.72rem;cursor:pointer;font-family:inherit}.brb-actions{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.25rem}.brb-btn{padding:.55rem 1.1rem;border-radius:2rem;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;border:none;transition:all .15s}.brb-btn--ghost{background:#0000000f;color:#555}.brb-btn--ghost:hover{background:#0000001a}.brb-btn--submit{background:#007aff;color:#fff;box-shadow:0 2px 8px #007aff4d}.brb-btn--submit:hover{opacity:.9;transform:translateY(-1px)}.brb-btn--submit:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:480px){.brb-modal{bottom:5rem;right:.75rem;left:.75rem;width:auto}.brb-fab{bottom:1.25rem;right:1.25rem}}.str-section{height:100vh;padding:2rem;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-position:center}.str-container{width:100%;height:100%;background-color:var(--white-transparent);border:.2vw solid #fff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative;overflow:hidden}.str-container--panel-open{overflow:hidden}.str-body{flex:1;overflow-y:auto;padding:2rem;scrollbar-width:thin}.str-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.str-title{font-size:1.4rem;font-weight:800;color:var(--dark);margin:0}.str-subtitle{font-size:.82rem;opacity:.45;margin:.2rem 0 0}.str-btn-add{padding:.55rem 1.25rem;border-radius:2rem;background:var(--dark);color:#fff;border:none;font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .15s;white-space:nowrap}.str-btn-add:hover{opacity:.85;transform:translateY(-1px)}.str-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.str-card{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;padding:1rem 1.1rem;cursor:pointer;transition:all .18s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:.35rem}.str-card:hover{background:#ffffff9e;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.str-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.str-card-name{font-weight:700;font-size:.95rem;color:var(--dark)}.str-status-badge{font-size:.65rem;font-weight:700;padding:.1rem .55rem;border-radius:2rem;border:1px solid;white-space:nowrap}.str-card-city{font-size:.78rem;opacity:.55}.str-card-contact{font-size:.75rem;opacity:.5}.str-card-market{font-size:.72rem;opacity:.4}.str-card-hours-preview{display:flex;gap:4px;margin-top:.25rem}.str-day-dot{width:8px;height:8px;border-radius:50%;background:#34c759}.str-day-dot--closed{background:#00000026}.str-empty{text-align:center;padding:3rem;opacity:.35;font-size:.9rem}.str-loading{display:flex;justify-content:center;padding:3rem}.str-spinner{width:28px;height:28px;border:3px solid rgba(0,0,0,.08);border-top-color:#007aff;border-radius:50%;animation:str-spin .7s linear infinite}@keyframes str-spin{to{transform:rotate(360deg)}}.str-overlay{position:fixed;inset:0;z-index:1200;background:#0003;opacity:0;pointer-events:none;transition:opacity .25s ease}.str-overlay--visible{opacity:1;pointer-events:all}.str-panel{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:95vw;z-index:1201;background:#fcfcfff7;border-left:1px solid rgba(0,0,0,.08);box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.str-panel--open{transform:translate(0)}.str-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.str-panel-title{font-size:1rem;font-weight:800;color:var(--dark);margin:0}.str-panel-slug{font-size:.72rem;opacity:.35;margin:.15rem 0 0;font-family:monospace}.str-panel-close{background:#0000000f;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.str-panel-close:hover{background:#0000001f}.str-tabs{display:flex;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.str-tab{flex:1;padding:.65rem;border:none;background:transparent;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--dark);opacity:.35;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;margin-bottom:-1px}.str-tab:hover{opacity:.65}.str-tab--active{opacity:1;color:#007aff;border-bottom-color:#007aff}.str-panel-body{flex:1;overflow-y:auto;padding:1.25rem;scrollbar-width:thin}.str-form{display:flex;flex-direction:column;gap:.85rem}.str-field{display:flex;flex-direction:column;gap:.3rem;flex:1}.str-field-row{display:flex;gap:.65rem;flex-wrap:wrap}.str-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.4}.str-hint{font-size:.78rem;opacity:.45;margin:0}.str-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.5;margin-bottom:.25rem}.str-input,.str-select{padding:.55rem .75rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.75rem;background:#00000005;font-family:inherit;font-size:.85rem;color:var(--dark);transition:border-color .15s;width:100%;box-sizing:border-box}.str-input:focus,.str-select:focus{outline:none;border-color:#007aff;background:#fff}.str-status-group{display:flex;gap:.4rem;flex-wrap:wrap}.str-status-btn{padding:.35rem .85rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.1);background:#00000008;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--dark);opacity:.6}.str-status-btn--active{opacity:1;font-weight:700}.str-toggle-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer;width:fit-content}.str-toggle-track{width:36px;height:20px;border-radius:10px;background:#00000026;position:relative;transition:background .2s;flex-shrink:0}.str-toggle-track--on{background:#34c759}.str-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0003}.str-toggle-track--on .str-toggle-thumb{transform:translate(16px)}.str-toggle-label{font-size:.82rem;color:var(--dark)}.str-panel-actions{display:flex;gap:.5rem;padding-top:.5rem;flex-wrap:wrap}.str-btn-primary{padding:.55rem 1.2rem;border-radius:2rem;border:none;background:#1a1a2e;color:#fff;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s}.str-btn-primary:hover:not(:disabled){background:#2d2d4e}.str-btn-primary:disabled{opacity:.4;cursor:not-allowed}.str-btn-danger{padding:.55rem 1.2rem;border-radius:2rem;border:1.5px solid rgba(255,59,48,.3);background:#ff3b3014;color:#ff3b30;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s}.str-btn-danger:hover{background:#ff3b3026}.str-hours-grid{display:flex;flex-direction:column;gap:.5rem}.str-hours-row{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:.75rem;background:#00000006;flex-wrap:wrap}.str-hours-row--closed{opacity:.5}.str-hours-day{font-size:.8rem;font-weight:600;width:75px;flex-shrink:0}.str-hours-toggle{flex-shrink:0}.str-hours-times{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-left:.25rem}.str-hours-sep{font-size:.75rem;opacity:.4}.str-hours-break-label{font-size:.68rem;opacity:.4;margin-left:.5rem;white-space:nowrap}.str-time-input{padding:.3rem .5rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.5rem;font-family:inherit;font-size:.8rem;background:#ffffffb3;width:90px}.str-time-input--break{width:85px;opacity:.7}.str-time-input:focus{outline:none;border-color:#007aff}.str-special-list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.str-special-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.6rem .75rem;background:#00000006;border-radius:.75rem;font-size:.8rem}.str-special-dates{display:flex;align-items:center;gap:.3rem;font-weight:600}.str-special-status{font-size:.72rem;font-weight:600}.str-special-status--closed{color:#ff3b30}.str-special-reason{font-size:.72rem;opacity:.5;flex:1}.str-special-delete{background:#ff3b3014;border:1px solid rgba(255,59,48,.2);color:#ff3b30;border-radius:.4rem;padding:.15rem .45rem;font-size:.72rem;cursor:pointer;font-family:inherit}.str-special-edit{margin-left:auto;background:#ff950014;border:1px solid rgba(255,149,0,.25);color:#ff9500;border-radius:.4rem;padding:.15rem .45rem;font-size:.72rem;cursor:pointer;font-family:inherit}.str-special-row--editing{border:1.5px solid rgba(255,149,0,.4);background:#ff95000f}.str-special-add{background:#00000006;border-radius:.875rem;padding:.85rem}.str-btn-secondary{padding:.5rem 1rem;border-radius:.6rem;font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;background:#0000000f;border:1px solid rgba(0,0,0,.12);color:inherit}.str-btn-secondary:hover{background:#0000001a}.lbl-section{height:100vh;padding:2rem;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-position:center}.lbl-container{width:100%;height:100%;background-color:var(--white-transparent);border:.2vw solid #fff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.lbl-body{flex:1;overflow-y:auto;padding:1.5rem 2rem;scrollbar-width:thin}.lbl-page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.lbl-title{font-size:1.4rem;font-weight:800;color:var(--dark);margin:0}.lbl-subtitle{font-size:.82rem;opacity:.45;margin:.2rem 0 0}.lbl-header-actions{display:flex;gap:.5rem}.lbl-btn{padding:.5rem 1.1rem;border-radius:2rem;border:none;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s}.lbl-btn--merge{background:#1a1a2e;color:#fff}.lbl-btn--merge:hover:not(:disabled){background:#2d2d4e;transform:translateY(-1px)}.lbl-btn--merge:disabled{opacity:.3;cursor:not-allowed}.lbl-btn--download{background:#007aff1a;color:#007aff;border:1.5px solid rgba(0,122,255,.25);display:block;text-align:center;text-decoration:none;margin-top:.65rem}.lbl-btn--upload{background:#34c7591f;color:#34c759;border:1.5px solid rgba(52,199,89,.3);margin-top:.65rem}.lbl-btn--upload:hover:not(:disabled){background:#34c75938}.lbl-btn--upload:disabled{opacity:.4;cursor:not-allowed}.lbl-loading{display:flex;justify-content:center;padding:3rem}.lbl-spinner{width:28px;height:28px;border:3px solid rgba(0,0,0,.08);border-top-color:#007aff;border-radius:50%;animation:lbl-spin .7s linear infinite}@keyframes lbl-spin{to{transform:rotate(360deg)}}.lbl-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;opacity:.4;text-align:center}.lbl-empty span{font-size:2rem}.lbl-empty-sub{font-size:.78rem}.lbl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.lbl-card{background:#ffffff8c;border:1px solid rgba(255,255,255,.7);border-radius:1.25rem;padding:1.1rem;display:flex;flex-direction:column;gap:.65rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lbl-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.lbl-card-id{font-family:monospace;font-size:.72rem;opacity:.45;font-weight:700;display:block}.lbl-card-name{font-weight:700;font-size:.9rem;display:block}.lbl-btn-delete{background:#ff3b3014;border:1px solid rgba(255,59,48,.2);color:#ff3b30;border-radius:.4rem;padding:.15rem .45rem;font-size:.72rem;cursor:pointer;flex-shrink:0}.lbl-card-info{display:flex;flex-direction:column;gap:.3rem}.lbl-info-row{display:flex;gap:.5rem;font-size:.78rem}.lbl-info-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.35;flex-shrink:0;width:90px}.lbl-multi-pallet{color:#ff3b30;font-weight:700}.lbl-exp-num{font-family:monospace;font-size:.75rem;color:#007aff}.lbl-pdf-wrap{display:flex;flex-direction:column}.lbl-pdf-preview{width:100%;height:200px;border:1px solid rgba(0,0,0,.1);border-radius:.75rem}.lbl-pdf-placeholder{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem;background:#00000008;border:1.5px dashed rgba(0,0,0,.1);border-radius:.875rem;text-align:center}.lbl-pdf-placeholder span{font-size:1.75rem}.lbl-pdf-placeholder p{font-size:.78rem;opacity:.45;margin:0}.lbl-todo-badge{font-size:.65rem;font-weight:700;padding:.1rem .5rem;border-radius:2rem;background:#ff95001a;color:#c70;border:1px solid rgba(255,149,0,.2)}.cem-backdrop{position:fixed;inset:0;z-index:9100;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cem-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9101;width:640px;max-width:calc(100vw - 2rem);max-height:80vh;display:flex;flex-direction:column;background:#fcfcfffa;border:1px solid rgba(0,0,0,.1);border-radius:1.75rem;box-shadow:0 32px 80px #0003;overflow:hidden;animation:cem-pop .25s cubic-bezier(.34,1.56,.64,1)}@keyframes cem-pop{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.cem-header{padding:1.25rem 1.4rem .75rem;border-bottom:1px solid rgba(0,0,0,.07);position:relative;flex-shrink:0}.cem-title{font-size:1.05rem;font-weight:800;color:#1a1a2e;margin:0}.cem-subtitle{font-size:.78rem;opacity:.45;margin:.2rem 0 0}.cem-close{position:absolute;top:1rem;right:1rem;background:#0000000f;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center}.cem-warning{background:#ff3b300f;border:1px solid rgba(255,59,48,.2);color:#c00;padding:.65rem 1.4rem;font-size:.82rem;font-weight:600;flex-shrink:0}.cem-body{flex:1;overflow-y:auto;padding:1rem 1.4rem;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin}.cem-order{background:#00000006;border:1px solid rgba(0,0,0,.07);border-radius:1rem;padding:.85rem 1rem}.cem-order--multi{border-color:#ff3b3040;background:#ff3b300a}.cem-order-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.6rem;flex-wrap:wrap}.cem-order-id{font-family:monospace;font-size:.72rem;opacity:.45;font-weight:700}.cem-order-id-big{font-family:monospace;font-size:1.25rem;font-weight:900;color:#1a1a2e}.cem-order-name{font-weight:700;font-size:.88rem}.cem-multi-badge{font-size:.68rem;font-weight:700;color:#ff3b30;background:#ff3b301a;padding:.1rem .5rem;border-radius:2rem;border:1px solid rgba(255,59,48,.2);margin-left:auto}.cem-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1rem}.cem-info-block{display:flex;flex-direction:column;gap:.1rem}.cem-info-block--wide{grid-column:span 2}.cem-info-label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.4}.cem-info-value{font-size:.8rem;color:#1a1a2e}.cem-info-value--red{color:#ff3b30;font-weight:700}.cem-info-value--muted{opacity:.4;font-style:italic;font-size:.75rem}.cem-footer{padding:1rem 1.4rem;border-top:1px solid rgba(0,0,0,.07);display:flex;justify-content:flex-end;gap:.5rem;flex-shrink:0}.cem-btn{padding:.6rem 1.4rem;border-radius:2rem;border:none;font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s}.cem-btn--ghost{background:#0000000f;color:#555}.cem-btn--ghost:hover{background:#0000001a}.cem-btn--confirm{background:#34c759;color:#fff;box-shadow:0 2px 8px #34c7594d}.cem-btn--confirm:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.cem-btn--confirm:disabled{opacity:.4;cursor:not-allowed;transform:none}.cem-pallets{margin-top:.65rem}.cem-pallet-table{width:100%;border-collapse:collapse;font-size:.75rem}.cem-pallet-table thead tr{background:#0000000d}.cem-pallet-table th{padding:.3rem .5rem;text-align:left;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.5;white-space:nowrap}.cem-pallet-table td{padding:.3rem .5rem;border-top:1px solid rgba(0,0,0,.06);font-family:monospace}.cem-pallet-notes{font-family:inherit;opacity:.6;font-size:.72rem}.slg-section{height:100vh;padding:2rem;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-position:center}.slg-container{width:100%;height:100%;background-color:var(--white-transparent);border:.2vw solid #fff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.slg-body{flex:1;overflow-y:auto;padding:1.5rem 2rem;scrollbar-width:thin}.slg-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.slg-title{font-size:1.4rem;font-weight:800;color:var(--dark);margin:0}.slg-subtitle{font-size:.82rem;opacity:.45;margin:.2rem 0 0}.slg-header-actions{display:flex;gap:.5rem;align-items:center}.slg-btn-exit{padding:.55rem 1.25rem;border-radius:2rem;border:none;background:#34c759;color:#fff;font-weight:700;font-size:.85rem;font-family:inherit;cursor:pointer;transition:all .15s}.slg-btn-exit:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.slg-btn-exit--disabled{background:#00000026;color:#0000004d;cursor:not-allowed}.slg-tabs{display:flex;gap:.35rem;margin-bottom:.85rem;flex-wrap:wrap}.slg-tab{padding:.4rem 1rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.1);background:#ffffff4d;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--dark);opacity:.5;cursor:pointer;transition:all .15s}.slg-tab:hover{opacity:.75}.slg-tab--active{opacity:1;background:#ffffffb3;border-color:#0003}.slg-search-bar{display:flex;gap:.5rem;margin-bottom:.85rem}.slg-search-input{flex:1;padding:.55rem .85rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.875rem;background:#fff9;font-family:inherit;font-size:.85rem;color:var(--dark)}.slg-search-input:focus{outline:none;border-color:#007aff;background:#fff}.slg-btn-refresh{padding:.5rem .85rem;border-radius:.875rem;border:1.5px solid rgba(0,0,0,.1);background:#fff6;cursor:pointer;font-size:1rem;transition:all .15s}.slg-btn-refresh:hover{background:#ffffffb3}.slg-table-wrap{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;overflow:hidden}.slg-table{width:100%;border-collapse:collapse;font-size:.82rem}.slg-table thead tr{background:#0000000a}.slg-table th{padding:.65rem .75rem;text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.45;white-space:nowrap}.slg-row td{padding:.65rem .75rem;border-top:1px solid rgba(0,0,0,.05);vertical-align:middle}.slg-row--selected td{background:#007aff0d}.slg-row--exited td{opacity:.6}.slg-cell-id{font-family:monospace;font-weight:700;opacity:.55;font-size:.75rem}.slg-cell-id-big{font-family:monospace;font-weight:800;font-size:1.05rem;color:#1a1a2e;white-space:nowrap}.slg-cell-main{font-weight:600}.slg-cell-sub{font-size:.72rem;opacity:.45}.slg-date-input{border:1.5px solid rgba(0,0,0,.1);border-radius:.5rem;padding:.2rem .4rem;font-family:inherit;font-size:.78rem;background:#fff9}.slg-date-input:focus{outline:none;border-color:#007aff}.slg-pallet-badge{font-size:.7rem;font-weight:700;padding:.15rem .55rem;border-radius:2rem}.slg-pallet-badge--empty{background:#0000000f;color:#888}.slg-pallet-badge--partial{background:#ff95001a;color:#c70}.slg-pallet-badge--ok{background:#34c7591a;color:#1a7a35}.slg-exit-date{font-size:.75rem;color:#34c759;font-weight:600}.slg-exit-pending{opacity:.25}.slg-exp-badge{font-family:monospace;font-size:.72rem;background:#007aff1a;color:#007aff;padding:.1rem .45rem;border-radius:.4rem}.slg-btn-pallets{padding:.3rem .75rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.12);background:#ffffff80;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.slg-btn-pallets:hover{background:#fffc}.slg-btn-pallets--open{border-color:#007aff;color:#007aff;background:#007aff0f}.slg-pallet-row td{padding:0}.slg-pallet-editor{background:#007aff0a;border-top:1px solid rgba(0,122,255,.12);padding:1rem 1.25rem}.slg-pallet-editor-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;font-weight:700;font-size:.82rem}.slg-btn-add-pallet{padding:.3rem .85rem;border-radius:2rem;border:1.5px solid rgba(0,122,255,.3);background:#007aff14;color:#007aff;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.slg-pallet-list{display:flex;flex-direction:column;gap:.5rem}.slg-pallet-item{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;background:#fff9;border-radius:.75rem;padding:.65rem .85rem}.slg-pallet-num{font-weight:700;font-size:.78rem;width:70px;flex-shrink:0}.slg-pallet-field{display:flex;flex-direction:column;gap:.2rem}.slg-pallet-field label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.4}.slg-pallet-input{width:90px;padding:.3rem .5rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.5rem;font-family:inherit;font-size:.82rem}.slg-pallet-input:focus{outline:none;border-color:#007aff}.slg-pallet-input--empty{border-color:#ff3b3059;background:#ff3b300a}.slg-pallet-input--wide{width:200px}.slg-pallet-input--readonly{background:#0000000a;color:#555;cursor:default;border-style:dashed}.slg-pallet-field--wide{flex:1;min-width:200px}.slg-btn-remove-pallet{background:#ff3b3014;border:1px solid rgba(255,59,48,.2);color:#ff3b30;border-radius:.4rem;padding:.2rem .5rem;cursor:pointer;font-size:.75rem;margin-left:auto}.slg-pallet-actions{display:flex;justify-content:flex-end;margin-top:.65rem}.slg-btn-save-pallets{padding:.45rem 1.1rem;border-radius:2rem;border:none;background:#1a1a2e;color:#fff;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s}.slg-btn-save-pallets:hover:not(:disabled){background:#2d2d4e}.slg-btn-save-pallets:disabled{opacity:.4;cursor:not-allowed}.slg-loading{display:flex;justify-content:center;padding:3rem}.slg-spinner{width:28px;height:28px;border:3px solid rgba(0,0,0,.08);border-top-color:#007aff;border-radius:50%;animation:slg-spin .7s linear infinite}@keyframes slg-spin{to{transform:rotate(360deg)}}.slg-empty{text-align:center;padding:3rem;opacity:.35;font-size:.9rem}.slg-btn-info{padding:.3rem .75rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.12);background:#ffffff80;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.slg-btn-info:hover{background:#fffc}.slg-btn-info--open{border-color:#af52de;color:#af52de;background:#af52de0f}.slg-info-row td{padding:0}.slg-info-panel{background:#af52de0a;border-top:1px solid rgba(175,82,222,.12);padding:1rem 1.25rem}.slg-info-panel-grid{display:grid;grid-template-columns:220px 1fr;gap:1.5rem}.slg-info-section{display:flex;flex-direction:column;gap:.5rem}.slg-info-section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.45;display:flex;align-items:center;gap:.5rem}.slg-info-count{background:#0000000f;padding:.1rem .45rem;border-radius:2rem;font-size:.65rem}.slg-info-address{font-size:.82rem;color:var(--dark);line-height:1.6;background:#fff9;border-radius:.75rem;padding:.65rem .85rem}.slg-info-addr-name{font-weight:700;margin-bottom:.2rem}.slg-lines-table{width:100%;border-collapse:collapse;font-size:.8rem;background:#fff9;border-radius:.75rem;overflow:hidden}.slg-lines-table thead tr{background:#0000000a}.slg-lines-table th{padding:.45rem .65rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.4;white-space:nowrap}.slg-lines-table td{padding:.45rem .65rem;border-top:1px solid rgba(0,0,0,.05);vertical-align:middle}.slg-lines-table th:nth-child(3),.slg-lines-table td:nth-child(3),.slg-lines-table th:nth-child(4),.slg-lines-table td:nth-child(4){width:1%;white-space:nowrap;text-align:center}.slg-lines-table tr:hover td{background:#00000005}.slg-line-name{font-weight:600}.slg-line-sub{font-size:.7rem;opacity:.45}.slg-line-num{font-family:monospace;text-align:center}.slg-line-unit{font-size:.72rem;opacity:.55;text-align:center}.slg-line-total{font-weight:700}.slg-type-badge{font-size:.68rem;white-space:nowrap}@media(max-width:900px){.slg-info-panel-grid{grid-template-columns:1fr}}.slg-exit-warning{font-size:.75rem;font-weight:600;color:#c70;background:#ff95001a;border:1px solid rgba(255,149,0,.25);border-radius:.65rem;padding:.4rem .75rem;margin-top:.4rem}.smlog-section{height:100vh;padding:2rem;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-position:center}.smlog-container{width:100%;height:100%;background-color:var(--white-transparent);border:.2vw solid #fff;border-radius:4vw;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.smlog-body{flex:1;overflow-y:auto;padding:1.5rem 2rem;scrollbar-width:thin}.smlog-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.smlog-title{font-size:1.4rem;font-weight:800;color:var(--dark);margin:0}.smlog-subtitle{font-size:.82rem;opacity:.45;margin:.2rem 0 0}.smlog-header-actions{display:flex;gap:.5rem;align-items:center}.smlog-btn-location{padding:.45rem 1rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.12);background:#ffffff80;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--dark)}.smlog-btn-location:hover{background:#fffc;transform:translateY(-1px)}.smlog-btn-pdf{padding:.45rem 1rem;border-radius:2rem;border:1.5px solid rgba(0,122,255,.3);background:#007aff14;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;color:#007aff}.smlog-btn-pdf:hover{background:#007aff26;transform:translateY(-1px)}.smlog-tabs{display:flex;gap:.35rem;margin-bottom:.85rem;flex-wrap:wrap}.smlog-tab{padding:.4rem 1rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.1);background:#ffffff4d;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--dark);opacity:.5;cursor:pointer;transition:all .15s}.smlog-tab:hover{opacity:.75}.smlog-tab--active{opacity:1;background:#ffffffb3;border-color:#0003}.smlog-search-bar{display:flex;gap:.5rem;margin-bottom:.85rem}.smlog-search-input{flex:1;padding:.55rem .85rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.875rem;background:#fff9;font-family:inherit;font-size:.85rem;color:var(--dark)}.smlog-search-input:focus{outline:none;border-color:#007aff;background:#fff}.smlog-btn-refresh{padding:.5rem .85rem;border-radius:.875rem;border:1.5px solid rgba(0,0,0,.1);background:#fff6;cursor:pointer;font-size:1rem;transition:all .15s}.smlog-btn-refresh:hover{background:#ffffffb3}.smlog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;gap:.75rem}.smlog-spinner{width:2rem;height:2rem;border:3px solid rgba(0,0,0,.1);border-top-color:#007aff;border-radius:50%;animation:smlog-spin .7s linear infinite}@keyframes smlog-spin{to{transform:rotate(360deg)}}.smlog-empty{text-align:center;padding:3rem 0;font-size:.95rem;opacity:.5}.smlog-table-wrap{background:#ffffff73;border:1px solid rgba(255,255,255,.65);border-radius:1.25rem;overflow:hidden}.smlog-table{width:100%;border-collapse:collapse;font-size:.82rem}.smlog-table thead tr{background:#0000000a}.smlog-table th{padding:.65rem .75rem;text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;opacity:.45;white-space:nowrap}.smlog-row{cursor:pointer;transition:background .15s}.smlog-row:hover{background:#007aff0a}.smlog-row td{padding:.65rem .75rem;border-top:1px solid rgba(0,0,0,.05);vertical-align:middle}.smlog-row--expanded td{background:#007aff08}.smlog-cell-id{font-family:monospace;font-weight:800;font-size:.9rem;color:#1a1a2e;white-space:nowrap}.smlog-cell-date{font-size:.78rem;opacity:.6;white-space:nowrap}.smlog-cell-main{font-weight:600}.smlog-cell-comments{font-size:.75rem;opacity:.5;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smlog-cell-tracking{font-family:monospace;font-size:.75rem;color:#007aff;font-weight:600}.smlog-products-summary{display:flex;flex-wrap:wrap;gap:.25rem}.smlog-product-pill{font-size:.7rem;background:#007aff14;color:#005bbf;padding:.15rem .5rem;border-radius:1rem;white-space:nowrap;font-weight:500}.smlog-product-more{font-size:.7rem;opacity:.4;font-weight:600;padding:.15rem .3rem}.smlog-btn-standby,.smlog-btn-confirm{border:none;background:none;font-size:1.1rem;cursor:pointer;padding:.2rem .4rem;border-radius:.5rem;transition:all .15s}.smlog-btn-standby:hover{background:#ff950026}.smlog-btn-confirm:hover{background:#34c75926}.smlog-detail-row td{padding:0!important;border-top:none!important}.smlog-detail{padding:1rem 1.5rem 1.25rem;background:#007aff05;border-top:1px dashed rgba(0,0,0,.08)}.smlog-detail-section{margin-bottom:1rem}.smlog-detail-section h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;opacity:.5;margin:0 0 .5rem}.smlog-detail-section p{font-size:.82rem;margin:.15rem 0;color:var(--dark)}.smlog-products-list{display:flex;flex-direction:column;gap:.5rem}.smlog-product-item{display:flex;gap:.75rem;align-items:center;padding:.4rem .6rem;background:#ffffff80;border-radius:.75rem;border:1px solid rgba(0,0,0,.04)}.smlog-product-img{width:36px;height:36px;border-radius:.5rem;object-fit:cover}.smlog-product-color{color:#007aff;font-weight:500}.smlog-product-qty{font-size:.78rem;opacity:.6}.smlog-product-notes{font-size:.75rem;opacity:.45;font-style:italic}.smlog-comments-text{font-style:italic;opacity:.7}.smlog-shipping-section{background:#ffffff80;border-radius:1rem;padding:1rem;border:1px solid rgba(0,0,0,.06)}.smlog-carrier-selector{display:flex;gap:.4rem;margin-bottom:.75rem}.smlog-carrier-btn{padding:.4rem 1.1rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.12);background:#fff6;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--dark)}.smlog-carrier-btn:hover{background:#ffffffb3}.smlog-carrier-btn--active{background:#007aff;color:#fff;border-color:#007aff}.smlog-colissimo-form,.smlog-api-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.smlog-form-row{display:flex;align-items:center;gap:.75rem}.smlog-form-row label{font-size:.78rem;font-weight:600;min-width:120px;opacity:.7}.smlog-input{padding:.4rem .7rem;border:1.5px solid rgba(0,0,0,.1);border-radius:.625rem;background:#ffffffb3;font-family:inherit;font-size:.82rem;color:var(--dark);flex:1;max-width:280px}.smlog-input:focus{outline:none;border-color:#007aff;background:#fff}.smlog-api-note{font-size:.78rem;opacity:.45;font-style:italic;margin:0 0 .25rem}.smlog-input--file{padding:.3rem;max-width:320px}.smlog-label-filename{font-size:.75rem;color:#007aff;font-weight:600}.smlog-label-link{margin-left:.5rem;text-decoration:none;font-size:1rem;vertical-align:middle;opacity:.85;transition:opacity .15s}.smlog-label-link:hover{opacity:1}.smlog-btn-submit-tracking{padding:.5rem 1.25rem;border-radius:2rem;border:none;background:#34c759;color:#fff;font-weight:700;font-size:.85rem;font-family:inherit;cursor:pointer;transition:all .15s;align-self:flex-start}.smlog-btn-submit-tracking:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.smlog-btn-submit-tracking:disabled{opacity:.5;cursor:not-allowed}.smlog-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000}.smlog-modal{background:#fff;border-radius:1.5rem;padding:2.5rem 3rem;text-align:center;box-shadow:0 20px 60px #00000026;max-width:420px;width:90%;animation:smlog-modal-in .25s ease-out}@keyframes smlog-modal-in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.smlog-modal-title{font-size:1.3rem;font-weight:800;margin:0 0 .3rem;color:#1a1a2e}.smlog-modal-subtitle{font-size:.82rem;opacity:.45;margin:0 0 1.5rem}.smlog-modal-options{display:flex;flex-direction:column;gap:.6rem}.smlog-modal-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:1rem;border:1.5px solid rgba(0,0,0,.08);background:#007aff05;cursor:pointer;transition:all .15s;font-family:inherit}.smlog-modal-option:hover{background:#007aff14;border-color:#007aff33;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.smlog-modal-option-icon{font-size:1.8rem}.smlog-modal-option-label{font-size:1rem;font-weight:700;color:#1a1a2e}.smlog-modal-cancel{margin-top:1rem;padding:.5rem 1.5rem;border-radius:2rem;border:1.5px solid rgba(0,0,0,.1);background:transparent;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;opacity:.5;transition:all .15s}.smlog-modal-cancel:hover{opacity:.8}[data-theme=dark] .smlog-modal{background:#1e1e2e}[data-theme=dark] .smlog-modal-title{color:#e0e0e0}[data-theme=dark] .smlog-modal-option{border-color:#ffffff1a;background:#ffffff08}[data-theme=dark] .smlog-modal-option:hover{background:#007aff26;border-color:#007aff4d}[data-theme=dark] .smlog-modal-option-label{color:#e0e0e0}[data-theme=dark] .smlog-cell-id{color:#a0a0c0}[data-theme=dark] .smlog-product-pill{background:#007aff26;color:#5ac8fa}[data-theme=dark] .smlog-shipping-section{background:#ffffff08;border-color:#ffffff14}@media(max-width:768px){.smlog-section{padding:.5rem}.smlog-container{border-radius:1.5rem}.smlog-body{padding:1rem}.smlog-header{flex-direction:column}.smlog-form-row{flex-direction:column;align-items:flex-start}.smlog-form-row label{min-width:unset}.smlog-input{max-width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--black: #333333;--light-black: #454545;--dark: #11254f;--white: #fff;--white-broken: #f0f0f0;--white-transparent: rgba(255, 255, 255, .8);--shadow: 0px 3px 6px #00000029;--bg-overlay: rgba(255, 255, 255, .8);--bg-card: rgba(255, 255, 255, .45);--bg-card-hover: rgba(255, 255, 255, .62);--border-card: rgba(255, 255, 255, .65);--border-subtle: rgba(0, 0, 0, .06);--border-input: rgba(0, 0, 0, .08);--text-primary: #11254f;--text-secondary: rgba(17, 37, 79, .55);--text-muted: rgba(17, 37, 79, .35);--input-bg: rgba(255, 255, 255, .6);--input-bg-focus: rgba(255, 255, 255, .88);--nav-bg: rgba(255, 255, 255, 1);--nav-text: #11254f;--nav-active-bg: #454545;--nav-active-text: #ffffff;--nav-hover-bg: #454545;--nav-hover-text: #ffffff;--dropdown-bg: #ffffff;--dropdown-text: #2d3748;--dropdown-hover-bg: #f7fafc;--dropdown-border-hover: #000000}[data-theme=dark]{--black: #e8edf5;--light-black: rgba(255, 255, 255, .12);--dark: #e8edf5;--white-transparent: rgba(18, 22, 36, .82);--shadow: 0px 3px 16px rgba(0, 0, 0, .5);--bg-overlay: rgba(18, 22, 36, .82);--bg-card: rgba(30, 36, 54, .65);--bg-card-hover: rgba(38, 45, 65, .8);--border-card: rgba(255, 255, 255, .1);--border-subtle: rgba(255, 255, 255, .07);--border-input: rgba(255, 255, 255, .1);--text-primary: #e8edf5;--text-secondary: rgba(232, 237, 245, .6);--text-muted: rgba(232, 237, 245, .35);--input-bg: rgba(255, 255, 255, .07);--input-bg-focus: rgba(255, 255, 255, .13);--nav-bg: rgba(20, 24, 40, .95);--nav-text: #e8edf5;--nav-active-bg: rgba(255, 255, 255, .14);--nav-active-text: #ffffff;--nav-hover-bg: rgba(255, 255, 255, .1);--nav-hover-text: #ffffff;--dropdown-bg: rgba(24, 28, 46, .98);--dropdown-text: #d0d8e8;--dropdown-hover-bg: rgba(255, 255, 255, .06);--dropdown-border-hover: rgba(255,255,255,.35)}[data-theme=dark] .mainComponent,[data-theme=dark] .comm-container,[data-theme=dark] .nor-container,[data-theme=dark] .sor-container,[data-theme=dark] .ssp-container{background-color:var(--bg-overlay)!important;border-color:var(--border-card)!important}[data-theme=dark] .card-section,[data-theme=dark] .nor-card,[data-theme=dark] .comm-list,[data-theme=dark] .nor-status-section,[data-theme=dark] .notes-section,[data-theme=dark] .pdf-and-delivery-section{background:var(--bg-card)!important;border-color:var(--border-card)!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]),[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .form-control,[data-theme=dark] .nor-input,[data-theme=dark] .nor-select,[data-theme=dark] .nor-textarea,[data-theme=dark] .comm-input{background:var(--input-bg)!important;border-color:var(--border-input)!important;color:var(--text-primary)!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{background:var(--input-bg-focus)!important;border-color:#007aff8c!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)!important;opacity:1!important}[data-theme=dark] [class*=-control]{background:var(--input-bg)!important;border-color:var(--border-input)!important}[data-theme=dark] [class*=-menu]{background:var(--dropdown-bg)!important}[data-theme=dark] [class*=-option],[data-theme=dark] [class*=-singleValue]{color:var(--text-primary)!important}[data-theme=dark] [class*=-placeholder]{color:var(--text-muted)!important}[data-theme=dark] hr{border-color:var(--border-subtle)!important}[data-theme=dark] .nor-audit-row{background:#ffffff0d!important;border-color:#ffffff12!important}[data-theme=dark] .nor-audit-row:hover{background:#ffffff17!important}[data-theme=dark] .nor-status-btn{background:#ffffff0f!important;border-color:#ffffff1f!important;color:var(--text-primary)!important}[data-theme=dark] .comm-row{border-color:var(--border-subtle)!important}[data-theme=dark] .comm-name,[data-theme=dark] .comm-email{color:var(--text-primary)!important}[data-theme=dark] .comm-panel{background:#141828f7!important;border-color:var(--border-card)!important}[data-theme=dark] .comm-form-group{background:#ffffff0d!important;border-color:var(--border-input)!important}[data-theme=dark] .comm-field{border-color:var(--border-subtle)!important}[data-theme=dark] .comm-label,[data-theme=dark] .comm-section-label{color:var(--text-secondary)!important;opacity:1!important}[data-theme=dark] .comm-custom-select-value{color:var(--text-primary)!important}[data-theme=dark] .comm-custom-select-dropdown{background:#181c30fa!important;border-color:var(--border-input)!important}[data-theme=dark] .comm-custom-select-option{color:var(--text-primary)!important}[data-theme=dark] .comm-custom-select-option:first-child{color:var(--text-muted)!important}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}.section{height:100vh;background-image:url(/assets/backgrounds/background-login.webp);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2rem}.mainComponent{width:100%;height:100%;box-shadow:var(--shadow);background-color:var(--white-transparent);border:.2vw solid #ffffff;border-radius:4vw;opacity:1;backdrop-filter:blur(29px);-webkit-backdrop-filter:blur(29px);display:flex;flex-direction:column;position:relative}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:focus{-moz-appearance:textfield}[data-theme=dark] nav{border-bottom-color:#ffffff0f;color:var(--nav-text, #e8edf5)}[data-theme=dark] .nav-item{background-color:var(--nav-bg, rgba(20,24,40,.95));box-shadow:0 2px 8px #0006}[data-theme=dark] .nav-link{color:var(--nav-text, #e8edf5)}[data-theme=dark] .nav-link:hover{background:var(--nav-hover-bg, rgba(255,255,255,.1));color:#fff}[data-theme=dark] .nav-item.active{background:var(--nav-active-bg, rgba(255,255,255,.14))}[data-theme=dark] .nav-item.active>.nav-link{color:#fff}[data-theme=dark] .dropdown-menu{background:var(--dropdown-bg, rgba(24,28,46,.98));box-shadow:0 8px 28px #00000080;border:1px solid rgba(255,255,255,.08)}[data-theme=dark] .dropdown-item{color:var(--dropdown-text, #d0d8e8);background:transparent}[data-theme=dark] .dropdown-item:hover{background:var(--dropdown-hover-bg, rgba(255,255,255,.06));color:#fff;border-left-color:#ffffff59}[data-theme=dark] .lang-toggle{background-color:var(--nav-bg, rgba(20,24,40,.95));box-shadow:0 2px 8px #0006}[data-theme=dark] .lang-dropdown{background:var(--dropdown-bg, rgba(24,28,46,.98));border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #00000080}[data-theme=dark] .logout{background-color:var(--nav-bg, rgba(20,24,40,.95));box-shadow:0 2px 8px #0006}[data-theme=dark] .logout img{filter:invert(1) brightness(.75)}[data-theme=dark] .logout:hover{background-color:#ffffff1a}[data-theme=dark] .nor-section:before,[data-theme=dark] .sor-section:before,[data-theme=dark] .ssp-section:before,[data-theme=dark] .comm-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .nor-container,[data-theme=dark] .sor-container,[data-theme=dark] .ssp-container,[data-theme=dark] .comm-container,[data-theme=dark] .mainComponent{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .nor-card,[data-theme=dark] .sor-card,[data-theme=dark] .card-section,[data-theme=dark] .nor-status-section,[data-theme=dark] .notes-section,[data-theme=dark] .pdf-and-delivery-section,[data-theme=dark] .nor-audit-card{background:#1a1f32bf!important;border-color:#ffffff17!important}[data-theme=dark] .nor-card-header,[data-theme=dark] .sor-card-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .nor-card-header:hover{background:#ffffff0a!important}[data-theme=dark] .nor-card-body,[data-theme=dark] .sor-card-body{border-top-color:#ffffff12!important}[data-theme=dark] .nor-financial-row,[data-theme=dark] .nor-total-item{background:#1a1f32a6!important;border-color:#ffffff14!important}[data-theme=dark] .nor-product-row{background:#ffffff0d!important;border-color:#ffffff14!important}[data-theme=dark] .nor-product-row:hover{background:#ffffff17!important}[data-theme=dark] .nor-payment-table thead,[data-theme=dark] .sor-table thead{background:#141828d9!important}[data-theme=dark] .nor-payment-table th,[data-theme=dark] .sor-table th{color:#e8edf580!important;border-bottom-color:#ffffff12!important;opacity:1!important}[data-theme=dark] .nor-payment-table td,[data-theme=dark] .sor-table td{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .nor-payment-table tbody tr:hover,[data-theme=dark] .sor-table tbody tr:hover{background:#ffffff0d!important}[data-theme=dark] .sor-pagination-page{background:#ffffff12!important;border-color:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .nor-title,[data-theme=dark] .nor-subtitle,[data-theme=dark] .nor-card-title,[data-theme=dark] .nor-section-label,[data-theme=dark] .nor-section-label-text,[data-theme=dark] .nor-label,[data-theme=dark] .nor-financial-label,[data-theme=dark] .nor-total-label,[data-theme=dark] .nor-financial-row-label,[data-theme=dark] .nor-product-batch,[data-theme=dark] .nor-product-name-small,[data-theme=dark] .nor-toggle-label,[data-theme=dark] .nor-modal-title,[data-theme=dark] .nor-modal-subtitle,[data-theme=dark] .nor-total-value,[data-theme=dark] .nor-card-chevron,[data-theme=dark] .sor-title,[data-theme=dark] .sor-subtitle,[data-theme=dark] .sor-card-title,[data-theme=dark] .sor-section-label,[data-theme=dark] .sor-label,[data-theme=dark] .sor-results-count,[data-theme=dark] .sor-pagination-info,[data-theme=dark] .sor-empty-text,[data-theme=dark] .nor-audit-time,[data-theme=dark] .nor-audit-fields,[data-theme=dark] .nor-audit-action,[data-theme=dark] .nor-muted,[data-theme=dark] .comm-title,[data-theme=dark] .comm-subtitle,[data-theme=dark] .comm-name,[data-theme=dark] .comm-email,[data-theme=dark] .comm-label,[data-theme=dark] .comm-section-label,[data-theme=dark] .comm-panel-title,[data-theme=dark] .comm-panel-subtitle,[data-theme=dark] .checkbosex-prod,[data-theme=dark] .comm-email-sub-add{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .nor-subtitle,[data-theme=dark] .nor-section-label,[data-theme=dark] .nor-label,[data-theme=dark] .nor-financial-label,[data-theme=dark] .nor-total-label,[data-theme=dark] .nor-products-col-label,[data-theme=dark] .sor-subtitle,[data-theme=dark] .sor-section-label,[data-theme=dark] .sor-label,[data-theme=dark] .comm-label,[data-theme=dark] .comm-section-label,[data-theme=dark] .nor-audit-time,[data-theme=dark] .nor-audit-fields{color:#e8edf58c!important}[data-theme=dark] .index-title{color:#e8edf5}[data-theme=dark] hr,[data-theme=dark] .nor-divider,[data-theme=dark] .nor-page-header,[data-theme=dark] .sor-page-header{border-color:#ffffff12!important}[data-theme=dark] .sor-section-label:after{background:#ffffff12!important}[data-theme=dark] .nor-input,[data-theme=dark] .nor-select,[data-theme=dark] .nor-textarea,[data-theme=dark] .sor-input,[data-theme=dark] .sor-select,[data-theme=dark] .form-control,[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=file]),[data-theme=dark] select,[data-theme=dark] textarea{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .nor-input:focus,[data-theme=dark] .nor-select:focus,[data-theme=dark] .nor-textarea:focus,[data-theme=dark] .sor-input:focus,[data-theme=dark] .sor-select:focus,[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#e8edf54d!important;opacity:1!important}[data-theme=dark] .nor-input--readonly{background:#ffffff0a!important;color:#e8edf580!important}[data-theme=dark] .nor-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important}[data-theme=dark] .sor-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important}[data-theme=dark] .nor-react-select [class*=-control],[data-theme=dark] .sor-react-select [class*=-control],[data-theme=dark] [class*=-control]{background:#ffffff12!important;border-color:#ffffff1f!important}[data-theme=dark] [class*=-control--is-focused]{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] [class*=-menu]{background:#161a2cfa!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 8px 28px #00000080!important}[data-theme=dark] [class*=-option]{background:transparent!important;color:#e8edf5!important}[data-theme=dark] [class*=-option--is-focused]{background:#007aff26!important}[data-theme=dark] [class*=-option--is-selected]{background:#007aff40!important;color:#60a5fa!important}[data-theme=dark] [class*=-singleValue]{color:#e8edf5!important}[data-theme=dark] [class*=-placeholder]{color:#e8edf54d!important}[data-theme=dark] [class*=-indicatorSeparator]{background-color:#ffffff1f!important}[data-theme=dark] [class*=-dropdownIndicator],[data-theme=dark] [class*=-clearIndicator]{color:#e8edf566!important}[data-theme=dark] [class*=-Input] input{color:#e8edf5!important;background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .nor-modal{background:#121626f7!important;border-color:#ffffff1a!important;box-shadow:0 32px 80px #0009!important}[data-theme=dark] .comm-panel{background:#101424f7!important;border-left-color:#ffffff14!important}[data-theme=dark] .comm-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .comm-panel-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .comm-form-group{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .comm-field{border-bottom-color:#ffffff12!important}[data-theme=dark] .comm-input,[data-theme=dark] .comm-custom-select-value{color:#e8edf5!important}[data-theme=dark] .comm-custom-select-dropdown{background:#14182cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 28px #0000008c!important}[data-theme=dark] .comm-custom-select-option{color:#e8edf5!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .comm-overlay--visible{background:#00000073!important}[data-theme=dark] .comm-list{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .comm-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .comm-row:hover{background:#ffffff0f!important}[data-theme=dark] .comm-chevron{color:#e8edf559!important}[data-theme=dark] .nor-btn--ghost,[data-theme=dark] .sor-btn--ghost{background:#ffffff14!important;color:#e8edf5!important;border-color:#ffffff24!important}[data-theme=dark] .nor-btn--ghost:hover,[data-theme=dark] .sor-btn--ghost:hover{background:#ffffff24!important}[data-theme=dark] .nor-status-btn{background:#ffffff0f!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .nor-type-item{color:#e8edf5b3!important}[data-theme=dark] .nor-type-item:hover{background:#ffffff12!important;opacity:1!important}[data-theme=dark] .nor-type-item--active{background:#007aff2e!important;border-color:#007aff59!important;color:#60a5fa!important;opacity:1!important}[data-theme=dark] .nor-suggestions,[data-theme=dark] .sor-suggestions{background:#14182cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 24px #00000073!important}[data-theme=dark] .nor-suggestion-item,[data-theme=dark] .sor-suggestion-item{color:#e8edf5!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .nor-suggestion-item:hover,[data-theme=dark] .sor-suggestion-item:hover{background:#007aff26!important}[data-theme=dark] .nor-suggestion-meta{color:#e8edf573!important}[data-theme=dark] .nor-audit-row{background:#ffffff0a!important;border-color:#ffffff12!important}[data-theme=dark] .nor-audit-row:hover{background:#ffffff14!important}[data-theme=dark] .audit-detail{color:#e8edf5!important}[data-theme=dark] .audit-detail__hero{border-bottom-color:#ffffff1a!important}[data-theme=dark] .audit-detail__title{color:#e8edf5!important}[data-theme=dark] .audit-detail__eyebrow{color:#e8edf580!important}[data-theme=dark] .audit-detail__meta-item{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .audit-detail__hero-card{background:#ffffff0f!important;border-color:#ffffff1a!important}[data-theme=dark] .audit-detail__label{color:#e8edf580!important}[data-theme=dark] .audit-detail__mono{color:#e8edf5!important}[data-theme=dark] .audit-detail__section{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .audit-detail__section h4,[data-theme=dark] .audit-detail__section-title{color:#e8edf5cc!important}[data-theme=dark] .audit-detail__row-label{color:#e8edf599!important}[data-theme=dark] .audit-detail__row-value{background:#ffffff0f!important;border-left-color:#ffffff26!important;color:#e8edf5!important}[data-theme=dark] .audit-detail__diff-pane{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .audit-detail__diff-title{color:#e8edf5!important}[data-theme=dark] .audit-detail__diff-code{background:#ffffff0f!important;color:#d0d8e8!important}[data-theme=dark] .audit-detail__useragent-group{background:#ffffff0d!important;border-color:#3b82f659!important}[data-theme=dark] .audit-detail__useragent-title{color:#e8edf5cc!important}[data-theme=dark] .audit-detail__useragent-item{color:#e8edf5b3!important}[data-theme=dark] .audit-detail__useragent-item strong{color:#e8edf5!important}[data-theme=dark] .swal2-popup{background:#121626fa!important;color:#e8edf5!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 24px 60px #0009!important}[data-theme=dark] .swal2-title{color:#e8edf5!important}[data-theme=dark] .swal2-html-container{color:#e8edf5d9!important}[data-theme=dark] .swal2-backdrop-show{background:#000000a6!important}[data-theme=dark] .swal2-confirm{background:#007aff!important;color:#fff!important}[data-theme=dark] .swal2-cancel{background:#ffffff1a!important;color:#e8edf5!important;border:1px solid rgba(255,255,255,.15)!important}[data-theme=dark] .swal2-deny{background:#ff3b3033!important;color:#ff6b6b!important}[data-theme=dark] .swal2-icon.swal2-warning{border-color:#f59e0b!important;color:#f59e0b!important}[data-theme=dark] .swal2-icon.swal2-error{border-color:#ef4444!important;color:#ef4444!important}[data-theme=dark] .swal2-icon.swal2-success{border-color:#34c759!important;color:#34c759!important}[data-theme=dark] .swal2-icon.swal2-info{border-color:#007aff!important;color:#007aff!important}[data-theme=dark] .swal2-icon.swal2-question{border-color:#a78bfa!important;color:#a78bfa!important}[data-theme=dark] .swal2-icon.swal2-success .swal2-success-ring{border-color:#34c7594d!important}[data-theme=dark] .swal2-icon.swal2-success [class^=swal2-success-line]{background:#34c759!important}[data-theme=dark] .swal2-html-container::-webkit-scrollbar-track{background:#ffffff0d!important}[data-theme=dark] .swal2-html-container::-webkit-scrollbar-thumb{background:#ffffff26!important}[data-theme=dark] .nor-image-preview,[data-theme=dark] .nor-product-thumb{background:#ffffff0f!important;border-color:#ffffff1a!important}[data-theme=dark] .nor-file-badge{background:#34c75926!important;border-color:#34c7594d!important}[data-theme=dark] .nor-product-type-badge{background:#ffffff1a!important;color:#e8edf5b3!important;opacity:1!important}[data-theme=dark] .nor-no-products,[data-theme=dark] .sor-empty-text,[data-theme=dark] .sor-loading{color:#e8edf559!important;opacity:1!important}[data-theme=dark] .nor-body,[data-theme=dark] .sor-body,[data-theme=dark] .comm-body,[data-theme=dark] .comm-panel-body,[data-theme=dark] .nor-modal-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .nor-body::-webkit-scrollbar-thumb,[data-theme=dark] .sor-body::-webkit-scrollbar-thumb,[data-theme=dark] .comm-body::-webkit-scrollbar-thumb,[data-theme=dark] .nor-modal-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .wh-section:before,[data-theme=dark] .srp-section:before,[data-theme=dark] .cntry-section:before,[data-theme=dark] .cpn-section:before,[data-theme=dark] .cred-section:before,[data-theme=dark] .adt-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .wh-container,[data-theme=dark] .srp-container,[data-theme=dark] .cntry-container,[data-theme=dark] .cpn-container,[data-theme=dark] .cred-container,[data-theme=dark] .adt-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .cntry-list,[data-theme=dark] .cpn-list,[data-theme=dark] .cred-list,[data-theme=dark] .comm-list{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .cntry-row,[data-theme=dark] .cpn-row,[data-theme=dark] .cred-agent-row,[data-theme=dark] .comm-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .cntry-row:hover,[data-theme=dark] .cpn-row:hover,[data-theme=dark] .cred-agent-row:hover,[data-theme=dark] .comm-row:hover{background:#ffffff12!important}[data-theme=dark] .ssp-card,[data-theme=dark] .srp-card{background:#1a1f32b8!important;border-color:#ffffff17!important}[data-theme=dark] .ssp-card-header,[data-theme=dark] .srp-card-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .adt-table-card{background:#1a1f32b8!important;border-color:#ffffff17!important}[data-theme=dark] .adt-table thead{background:#141828e0!important}[data-theme=dark] .adt-table th{color:#e8edf573!important;border-bottom-color:#ffffff12!important;opacity:1!important}[data-theme=dark] .adt-table td,[data-theme=dark] .adt-ts-date,[data-theme=dark] .adt-user-name{color:#e8edf5!important}[data-theme=dark] .adt-row{border-bottom-color:#ffffff0d!important}[data-theme=dark] .adt-row:hover{background:#ffffff0f!important}[data-theme=dark] .adt-row--active{background:#007aff1f!important}[data-theme=dark] .ssp-table thead,[data-theme=dark] .srp-table thead{background:#141828d9!important}[data-theme=dark] .ssp-table th,[data-theme=dark] .srp-table th{color:#e8edf573!important;border-bottom-color:#ffffff12!important;opacity:1!important}[data-theme=dark] .ssp-table td,[data-theme=dark] .srp-table td{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .ssp-table tbody tr:hover,[data-theme=dark] .srp-table tbody tr:hover{background:#ffffff0f!important}[data-theme=dark] .cntry-panel,[data-theme=dark] .cpn-panel,[data-theme=dark] .cred-panel,[data-theme=dark] .adt-filter-panel{background:#121628f7!important;border-left-color:#ffffff1a!important;box-shadow:-12px 0 40px #0000008c!important}[data-theme=dark] .cntry-panel-header,[data-theme=dark] .cpn-panel-header,[data-theme=dark] .cred-panel-header,[data-theme=dark] .adt-filter-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .adt-detail-panel>*{background:#121628f7!important;border-color:#ffffff1a!important}[data-theme=dark] .adp-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .adp-info-block,[data-theme=dark] .adp-ua-group,[data-theme=dark] .adp-ua-raw{background:#ffffff0f!important;border-color:#ffffff17!important}[data-theme=dark] .adp-info-row{border-bottom-color:#ffffff0d!important}[data-theme=dark] .adp-diff-pane{background:#ffffff0d!important}[data-theme=dark] .adp-diff-code{background:#ffffff0d!important;color:#d0d8e8!important}[data-theme=dark] .adp-diff-tabs{background:#ffffff0d!important;border-color:#ffffff17!important}[data-theme=dark] .adp-diff-tab--active{background:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .adp-correlation{background:#5856d626!important;border-color:#5856d64d!important}[data-theme=dark] .cntry-form-group,[data-theme=dark] .cpn-form-group,[data-theme=dark] .cred-form-group,[data-theme=dark] .cred-roles-group,[data-theme=dark] .adf-form-group{background:#ffffff12!important;border-color:#ffffff17!important}[data-theme=dark] .cntry-field,[data-theme=dark] .cpn-field,[data-theme=dark] .cred-field,[data-theme=dark] .cred-role-toggle,[data-theme=dark] .adf-field{border-bottom-color:#ffffff0f!important}[data-theme=dark] .cred-role-toggle:hover{background:#ffffff0d!important}[data-theme=dark] .cntry-input,[data-theme=dark] .cpn-input,[data-theme=dark] .cred-input,[data-theme=dark] .adf-input{color:#e8edf5!important}[data-theme=dark] .cntry-input::placeholder,[data-theme=dark] .cpn-input::placeholder,[data-theme=dark] .cred-input::placeholder,[data-theme=dark] .adf-input::placeholder{color:#e8edf540!important}[data-theme=dark] .ssp-input,[data-theme=dark] .ssp-select,[data-theme=dark] .srp-input,[data-theme=dark] .srp-select{background:#ffffff14!important;border-color:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .ssp-input:focus,[data-theme=dark] .ssp-select:focus,[data-theme=dark] .srp-input:focus,[data-theme=dark] .srp-select:focus{background:#ffffff1f!important;border-color:#007aff73!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .ssp-input::placeholder,[data-theme=dark] .srp-input::placeholder{color:#e8edf540!important}[data-theme=dark] .ssp-select,[data-theme=dark] .srp-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important}[data-theme=dark] .ssp-react-select [class*=-control]{background:#ffffff14!important;border-color:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .ssp-react-select [class*=-singleValue],[data-theme=dark] .ssp-react-select [class*=-placeholder]{color:#e8edf5!important}[data-theme=dark] .ssp-react-select [class*=-placeholder]{opacity:.35!important}[data-theme=dark] .ssp-react-select [class*=-menu]{background:#161a2efa!important;border-color:#ffffff1a!important}[data-theme=dark] .ssp-react-select [class*=-option]{color:#e8edf5!important}[data-theme=dark] .ssp-react-select [class*=-option--is-focused]{background:#007aff26!important}[data-theme=dark] .ssp-react-select [class*=-option--is-selected]{background:#007aff47!important}[data-theme=dark] .ssp-react-select [class*=-indicatorSeparator]{background:#ffffff26!important}[data-theme=dark] .ssp-react-select [class*=-dropdownIndicator]{color:#e8edf573!important}[data-theme=dark] .wh-body,[data-theme=dark] .ssp-title,[data-theme=dark] .ssp-subtitle,[data-theme=dark] .ssp-card-title,[data-theme=dark] .ssp-label,[data-theme=dark] .ssp-results-pill,[data-theme=dark] .ssp-pagination-info,[data-theme=dark] .ssp-empty-text,[data-theme=dark] .srp-title,[data-theme=dark] .srp-subtitle,[data-theme=dark] .srp-card-title,[data-theme=dark] .srp-label,[data-theme=dark] .srp-empty-text,[data-theme=dark] .srp-results-count,[data-theme=dark] .cntry-title,[data-theme=dark] .cntry-subtitle,[data-theme=dark] .cntry-name,[data-theme=dark] .cntry-label,[data-theme=dark] .cntry-panel-title,[data-theme=dark] .cntry-panel-subtitle,[data-theme=dark] .cntry-section-label,[data-theme=dark] .cpn-title,[data-theme=dark] .cpn-subtitle,[data-theme=dark] .cpn-discount,[data-theme=dark] .cpn-label,[data-theme=dark] .cpn-panel-title,[data-theme=dark] .cpn-section-label,[data-theme=dark] .cpn-code-text,[data-theme=dark] .cpn-toggle-label,[data-theme=dark] .cred-title,[data-theme=dark] .cred-subtitle,[data-theme=dark] .cred-agent-name,[data-theme=dark] .cred-label,[data-theme=dark] .cred-panel-title,[data-theme=dark] .cred-panel-subtitle,[data-theme=dark] .cred-section-label,[data-theme=dark] .cred-role-toggle-name,[data-theme=dark] .adt-title,[data-theme=dark] .adt-subtitle,[data-theme=dark] .adt-filter-panel-title,[data-theme=dark] .adt-ts-date,[data-theme=dark] .adt-user-name,[data-theme=dark] .adt-page-num,[data-theme=dark] .adp-entity-type,[data-theme=dark] .adp-entity-id,[data-theme=dark] .adp-info-label,[data-theme=dark] .adp-info-value,[data-theme=dark] .adp-section-label,[data-theme=dark] .adp-ua-group-title,[data-theme=dark] .adp-ua-raw-code,[data-theme=dark] .adf-section-label,[data-theme=dark] .adf-label{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .ssp-subtitle,[data-theme=dark] .ssp-label,[data-theme=dark] .ssp-empty-text,[data-theme=dark] .ssp-pagination-info,[data-theme=dark] .srp-subtitle,[data-theme=dark] .srp-label,[data-theme=dark] .srp-empty-text,[data-theme=dark] .cntry-subtitle,[data-theme=dark] .cntry-label,[data-theme=dark] .cntry-section-label,[data-theme=dark] .cpn-subtitle,[data-theme=dark] .cpn-label,[data-theme=dark] .cpn-section-label,[data-theme=dark] .cred-subtitle,[data-theme=dark] .cred-label,[data-theme=dark] .cred-section-label,[data-theme=dark] .adt-subtitle,[data-theme=dark] .adt-page-sub,[data-theme=dark] .adp-info-label,[data-theme=dark] .adp-section-label,[data-theme=dark] .adf-section-label,[data-theme=dark] .adf-label{color:#e8edf58c!important}[data-theme=dark] .cntry-page-header,[data-theme=dark] .cpn-page-header,[data-theme=dark] .cred-page-header,[data-theme=dark] .ssp-page-header,[data-theme=dark] .srp-page-header,[data-theme=dark] .adt-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .adt-pagination,[data-theme=dark] .ssp-pagination,[data-theme=dark] .srp-results-header{border-top-color:#ffffff12!important}[data-theme=dark] .ssp-pagination-page{background:#ffffff12!important;border-color:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .ssp-btn--ghost,[data-theme=dark] .srp-btn--ghost,[data-theme=dark] .adt-btn-filter,[data-theme=dark] .adt-page-btn{background:#ffffff14!important;border-color:#ffffff21!important;color:#e8edf5!important}[data-theme=dark] .ssp-btn--ghost:hover,[data-theme=dark] .srp-btn--ghost:hover,[data-theme=dark] .adt-btn-filter:hover,[data-theme=dark] .adt-page-btn:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .cntry-btn-ghost,[data-theme=dark] .cpn-btn-ghost,[data-theme=dark] .cred-btn-ghost{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .cntry-panel-close,[data-theme=dark] .cpn-panel-close,[data-theme=dark] .cred-panel-close,[data-theme=dark] .adt-panel-close,[data-theme=dark] .adp-close-btn{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .adf-toggle-chip{background:#ffffff12!important;border-color:#ffffff1c!important;color:#e8edf5!important}[data-theme=dark] .adf-toggle-chip--on{background:#007aff2e!important;border-color:#007aff61!important;color:#60a5fa!important}[data-theme=dark] .adf-action-chip{background:#ffffff12!important;border-color:#ffffff1c!important;color:#e8edf5!important}[data-theme=dark] .srp-suggestions{background:#14182cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 24px #00000073!important}[data-theme=dark] .srp-suggestion-item{color:#e8edf5!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .srp-suggestion-item:hover{background:#007aff26!important}[data-theme=dark] .cntry-toggle:before,[data-theme=dark] .cpn-toggle:before{background:#ffffff2e!important}[data-theme=dark] .cntry-toggle--on:before,[data-theme=dark] .cpn-toggle--on:before{background:#34c759!important}[data-theme=dark] .cred-toggle-switch:before{background:#ffffff2e!important}[data-theme=dark] .cred-toggle-switch--on:before{background:#34c759!important}[data-theme=dark] .wh-body,[data-theme=dark] .ssp-body,[data-theme=dark] .srp-body,[data-theme=dark] .cntry-body,[data-theme=dark] .cpn-body,[data-theme=dark] .cred-body,[data-theme=dark] .adt-body,[data-theme=dark] .cntry-panel-body,[data-theme=dark] .cpn-panel-body,[data-theme=dark] .cred-panel-body,[data-theme=dark] .adt-filter-panel-body,[data-theme=dark] .adp-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .wh-body::-webkit-scrollbar-thumb,[data-theme=dark] .ssp-body::-webkit-scrollbar-thumb,[data-theme=dark] .srp-body::-webkit-scrollbar-thumb,[data-theme=dark] .cntry-body::-webkit-scrollbar-thumb,[data-theme=dark] .cpn-body::-webkit-scrollbar-thumb,[data-theme=dark] .cred-body::-webkit-scrollbar-thumb,[data-theme=dark] .adt-body::-webkit-scrollbar-thumb,[data-theme=dark] .adp-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .uc-container{background:linear-gradient(135deg,#0e111ef2,#141828fa)!important}[data-theme=dark] .uc-card{background:#161a2ef7!important;box-shadow:0 10px 40px #0000008c!important;border:1px solid rgba(255,255,255,.08)}[data-theme=dark] .uc-title,[data-theme=dark] .uc-title2{color:#e8edf5!important}[data-theme=dark] .uc-text{color:#e8edf58c!important}[data-theme=dark] .mainComponent{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .section .leftSide .loginContainer{background:#121628f5!important;border-color:#ffffff1f!important;box-shadow:0 12px 40px #0000008c!important}[data-theme=dark] .section .leftSide .loginContainer .form-control{background:#ffffff14!important;color:#e8edf5!important;border:1px solid rgba(255,255,255,.1)!important}[data-theme=dark] .section .leftSide .loginContainer .form-control::placeholder{color:#e8edf54d!important}[data-theme=dark] .section .leftSide .loginContainer label,[data-theme=dark] .section .leftSide .loginContainer .rememberLabel{color:#e8edf5!important}[data-theme=dark] .section .leftSide .loginContainer .loginButtonContainer button{background-color:#007affd9!important}[data-theme=dark] .section .leftSide .loginContainer .loginButtonContainer button:hover{background-color:#007aff!important}[data-theme=dark] .admin-table tbody tr:hover{background:#ffffff0f!important}[data-theme=dark] .admin-table thead th{color:#e8edf573!important;border-bottom-color:#ffffff12!important}[data-theme=dark] .admin-table tbody td{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .warehouse-empty-state,[data-theme=dark] .warehouse-loading{color:#e8edf573!important}[data-theme=dark] .nav-controls{background:transparent!important;background-color:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border:none!important;color:#e8edf5}[data-theme=dark] .dark-toggle__track{border-color:#ffffff1f;box-shadow:0 2px 8px #0006}[data-theme=dark] .section{position:relative}[data-theme=dark] .section:after{content:"";position:absolute;inset:0;background:#0009;z-index:0;pointer-events:none}[data-theme=dark] .section>*{position:relative;z-index:1}[data-theme=dark] .section .mainComponent{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .version-footer{background-color:#ffffff0a!important;border-top-color:#ffffff14!important}[data-theme=dark] .version-divider{background-color:#ffffff1a!important}[data-theme=dark] .version-label{color:#e8edf580!important;opacity:1!important}[data-theme=dark] .version-value{color:#e8edf5!important}[data-theme=dark] .roles-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .roles-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .roles-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .roles-title,[data-theme=dark] .roles-name,[data-theme=dark] .roles-panel-title,[data-theme=dark] .roles-input,[data-theme=dark] .roles-textarea,[data-theme=dark] .roles-empty-title{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .roles-subtitle,[data-theme=dark] .roles-desc,[data-theme=dark] .roles-panel-subtitle,[data-theme=dark] .roles-section-label,[data-theme=dark] .roles-label{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .roles-list{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .roles-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .roles-row:hover{background:#ffffff12!important}[data-theme=dark] .roles-chevron{color:#e8edf540!important}[data-theme=dark] .roles-avatar{border-color:#ffffff1f!important}[data-theme=dark] .roles-empty{color:#e8edf566!important}[data-theme=dark] .roles-overlay--visible{background:#00000073!important}[data-theme=dark] .roles-panel{background:#121628f7!important;border-left-color:#ffffff1a!important;box-shadow:-12px 0 40px #0000008c!important}[data-theme=dark] .roles-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .roles-panel-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .roles-panel-close:hover{background:#ffffff2e!important}[data-theme=dark] .roles-form-group{background:#ffffff12!important;border-color:#ffffff17!important}[data-theme=dark] .roles-field{border-bottom-color:#ffffff0f!important}[data-theme=dark] .roles-input::placeholder,[data-theme=dark] .roles-textarea::placeholder{color:#e8edf540!important}[data-theme=dark] .roles-btn-ghost{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .roles-btn-ghost:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .roles-btn-danger{background-color:#ff3b3026!important;border-color:#ff3b304d!important}[data-theme=dark] .roles-spinner{border-color:#ffffff1a!important;border-top-color:#007aff!important}[data-theme=dark] .roles-body,[data-theme=dark] .roles-panel-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .roles-body::-webkit-scrollbar-thumb,[data-theme=dark] .roles-panel-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .res-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .res-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .res-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .res-title,[data-theme=dark] .res-card-title,[data-theme=dark] .res-batch-preview-batch,[data-theme=dark] .res-toggle-label,[data-theme=dark] .res-suggestion-item{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .res-subtitle,[data-theme=dark] .res-section-label,[data-theme=dark] .res-label,[data-theme=dark] .res-batch-preview-meta,[data-theme=dark] .res-empty-text{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .res-section-label:after{background:#ffffff12!important}[data-theme=dark] .res-card{background:#1a1f32b8!important;border-color:#ffffff17!important}[data-theme=dark] .res-card-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .res-input,[data-theme=dark] .res-textarea{background-color:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .res-select{background-color:#ffffff12!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .res-input:focus,[data-theme=dark] .res-select:focus,[data-theme=dark] .res-textarea:focus{background-color:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .res-input:disabled,[data-theme=dark] .res-select:disabled{background-color:#ffffff08!important;color:#e8edf559!important}[data-theme=dark] .res-input::placeholder,[data-theme=dark] .res-textarea::placeholder{color:#e8edf54d!important}[data-theme=dark] .res-edit-input,[data-theme=dark] .res-edit-select{background:#ffffff1a!important;border-color:#007aff59!important;color:#e8edf5!important}[data-theme=dark] .res-edit-input:focus,[data-theme=dark] .res-edit-select:focus{border-color:#007aff8c!important;box-shadow:0 0 0 2px #007aff26!important}[data-theme=dark] .res-edit-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important}[data-theme=dark] .res-react-select [class*=-control]{background:#ffffff12!important;border-color:#ffffff1f!important}[data-theme=dark] .res-react-select [class*=-control--is-focused]{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .res-react-select [class*=-menu]{background:#161a2cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 28px #00000080!important}[data-theme=dark] .res-react-select [class*=-option]{color:#e8edf5!important;background:transparent!important}[data-theme=dark] .res-react-select [class*=-option--is-focused]{background-color:#007aff26!important}[data-theme=dark] .res-react-select [class*=-option--is-selected]{background-color:#007aff40!important;color:#60a5fa!important}[data-theme=dark] .res-react-select [class*=-singleValue]{color:#e8edf5!important}[data-theme=dark] .res-react-select [class*=-placeholder]{color:#e8edf54d!important}[data-theme=dark] .res-react-select [class*=-indicatorSeparator]{background-color:#ffffff1f!important}[data-theme=dark] .res-react-select [class*=-dropdownIndicator],[data-theme=dark] .res-react-select [class*=-clearIndicator]{color:#e8edf566!important}[data-theme=dark] .res-react-select [class*=-Input] input{color:#e8edf5!important;background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .res-suggestions{background:#14182cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 24px #00000073!important}[data-theme=dark] .res-suggestion-item{border-bottom-color:#ffffff0f!important}[data-theme=dark] .res-suggestion-item:hover{background-color:#007aff1f!important}[data-theme=dark] .res-table thead{background:#141828d9!important}[data-theme=dark] .res-table th{color:#e8edf573!important;border-bottom-color:#ffffff12!important;opacity:1!important}[data-theme=dark] .res-table td{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .res-table tbody tr:hover{background:#ffffff0f!important}[data-theme=dark] .res-product-thumb{border-color:#ffffff1a!important;background:#ffffff0f!important}[data-theme=dark] .res-batch-preview{background-color:#007aff14!important;border-color:#007aff33!important}[data-theme=dark] .res-batch-preview-img{border-color:#ffffff1a!important;background:#ffffff0f!important}[data-theme=dark] .res-checkbox-track,[data-theme=dark] .res-toggle-track{background:#ffffff2e!important}[data-theme=dark] .res-checkbox-input:checked+.res-checkbox-track,[data-theme=dark] .res-toggle-track--on{background:#007aff!important}[data-theme=dark] .res-btn--ghost{background:#ffffff14!important;color:#e8edf5!important;border-color:#ffffff24!important}[data-theme=dark] .res-btn--ghost:hover{background:#ffffff24!important}[data-theme=dark] .res-btn--danger{background-color:#ff3b301f!important;color:#ff6b6b!important;border-color:#ff3b3040!important}[data-theme=dark] .res-btn--warning{background-color:#ff95001f!important;color:#f59e0b!important;border-color:#ff950040!important}[data-theme=dark] .res-empty{color:#e8edf559!important}[data-theme=dark] .res-empty-icon{opacity:.2!important}[data-theme=dark] .res-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .res-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .cp-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .cp-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .cp-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .cp-title,[data-theme=dark] .cp-card-title,[data-theme=dark] .cp-editing-banner{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .cp-subtitle,[data-theme=dark] .cp-section-label,[data-theme=dark] .cp-label,[data-theme=dark] .cp-results-count,[data-theme=dark] .cp-empty-text,[data-theme=dark] .cp-state-msg{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .cp-section-label:after{background:#ffffff12!important}[data-theme=dark] .cp-card{background:#1a1f32b8!important;border-color:#ffffff17!important}[data-theme=dark] .cp-card-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .cp-editing-banner{background-color:#007aff1a!important;border-color:#007aff40!important;color:#60a5fa!important}[data-theme=dark] .cp-input{background-color:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .cp-select{background-color:#ffffff12!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .cp-input:focus,[data-theme=dark] .cp-select:focus{background-color:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .cp-input::placeholder{color:#e8edf54d!important}[data-theme=dark] .cp-react-select [class*=-control]{background:#ffffff12!important;border-color:#ffffff1f!important}[data-theme=dark] .cp-react-select [class*=-control--is-focused]{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .cp-react-select [class*=-menu]{background:#161a2cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 28px #00000080!important}[data-theme=dark] .cp-react-select [class*=-option]{color:#e8edf5!important;background:transparent!important}[data-theme=dark] .cp-react-select [class*=-option--is-focused]{background-color:#007aff26!important}[data-theme=dark] .cp-react-select [class*=-option--is-selected]{background-color:#007aff40!important;color:#60a5fa!important}[data-theme=dark] .cp-react-select [class*=-singleValue]{color:#e8edf5!important}[data-theme=dark] .cp-react-select [class*=-placeholder]{color:#e8edf54d!important}[data-theme=dark] .cp-react-select [class*=-indicatorSeparator]{background-color:#ffffff1f!important}[data-theme=dark] .cp-react-select [class*=-dropdownIndicator],[data-theme=dark] .cp-react-select [class*=-clearIndicator]{color:#e8edf566!important}[data-theme=dark] .cp-react-select [class*=-Input] input{color:#e8edf5!important}[data-theme=dark] .cp-table thead{background:#141828d9!important}[data-theme=dark] .cp-table th{color:#e8edf573!important;border-bottom-color:#ffffff12!important;opacity:1!important}[data-theme=dark] .cp-table td{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .cp-table tbody tr:hover{background:#ffffff0f!important}[data-theme=dark] .cp-type-badge{background:#5856d626!important;border-color:#5856d64d!important}[data-theme=dark] .cp-origin-badge--lead{background-color:#ff950026!important;color:#f59e0b!important;border-color:#ff95004d!important}[data-theme=dark] .cp-origin-badge--customer{background-color:#34c75926!important;color:#34c759!important;border-color:#34c7594d!important}[data-theme=dark] .cp-btn--ghost{background:#ffffff14!important;color:#e8edf5!important;border-color:#ffffff24!important}[data-theme=dark] .cp-btn--ghost:hover{background:#ffffff24!important}[data-theme=dark] .cp-btn--danger{background-color:#ff3b301f!important;color:#ff6b6b!important;border-color:#ff3b3040!important}[data-theme=dark] .cp-btn--warning{background-color:#ff95001f!important;color:#f59e0b!important;border-color:#ff950040!important}[data-theme=dark] .cp-empty{color:#e8edf559!important}[data-theme=dark] .cp-no-permission{color:#e8edf566!important}[data-theme=dark] .cp-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .cp-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .nso-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .nso-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .nso-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .nso-title,[data-theme=dark] .nso-section-title,[data-theme=dark] .nso-modal-title{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .nso-subtitle,[data-theme=dark] .nso-label,[data-theme=dark] .nso-wlabel,[data-theme=dark] .nso-loading-hint,[data-theme=dark] .nso-pdf-hint,[data-theme=dark] .nso-empty-products{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .nso-section-title:after{background:#ffffff12!important}[data-theme=dark] .nso-card{background:#1a1f32b8!important;border-color:#ffffff17!important;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #00000026,0 4px 20px #0000001a!important}[data-theme=dark] .nso-input,[data-theme=dark] .nso-textarea,[data-theme=dark] .nso-notes-input{background-color:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .nso-select{background-color:#ffffff12!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .8rem center!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .nso-input:focus,[data-theme=dark] .nso-select:focus,[data-theme=dark] .nso-textarea:focus,[data-theme=dark] .nso-notes-input:focus{background-color:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .nso-input::placeholder,[data-theme=dark] .nso-textarea::placeholder,[data-theme=dark] .nso-notes-input::placeholder{color:#e8edf547!important}[data-theme=dark] .nso-input:disabled,[data-theme=dark] .nso-select:disabled{background-color:#ffffff08!important;color:#e8edf559!important}[data-theme=dark] .nso-input--readonly{background-color:#ffffff08!important;color:#e8edf573!important}[data-theme=dark] .nso-input--total{background-color:#007aff1a!important;border-color:#007aff40!important;color:#60a5fa!important}[data-theme=dark] .nso-product-row{background:#ffffff0d!important;border-color:#ffffff14!important}[data-theme=dark] .nso-product-row:hover{background:#ffffff17!important}[data-theme=dark] .nso-product-img-preview{border-color:#ffffff1a!important;background:#ffffff0f!important}[data-theme=dark] .nso-type-btn{color:#e8edf58c!important}[data-theme=dark] .nso-type-btn:hover{background:#ffffff12!important;opacity:1!important}[data-theme=dark] .nso-type-btn--active{background-color:#007aff26!important;border-color:#007aff4d!important;color:#60a5fa!important}[data-theme=dark] .nso-type-badge{background:#ffffff14!important;color:#e8edf58c!important}[data-theme=dark] .nso-item-cat{background-color:#007aff26!important;color:#60a5fa!important}[data-theme=dark] .nso-unit-locked{background:#ffffff0d!important;border-color:#ffffff14!important;color:#e8edf573!important}[data-theme=dark] .nso-toggle-track{background:#ffffff2e!important}[data-theme=dark] .nso-toggle-switch input:checked+.nso-toggle-track{background:#007aff!important}[data-theme=dark] .nso-witness-btn{border-color:#ffffff1f!important;background:#ffffff0d!important;color:#60a5fa!important}[data-theme=dark] .nso-witness-btn:hover{border-color:#007aff66!important;background-color:#007aff14!important}[data-theme=dark] .nso-witness-btn--done{border-color:#34c7594d!important;background-color:#34c75914!important;color:#e8edf5!important}[data-theme=dark] .nso-pdf-wrap{border-bottom-color:#ffffff0f!important}[data-theme=dark] .nso-pdf-filename{color:#60a5fa!important}[data-theme=dark] .nso-portal-dropdown{background:#161a2cfc!important;border-color:#ffffff1a!important;box-shadow:0 4px 6px #00000026,0 12px 36px #00000059!important}[data-theme=dark] .nso-customer-option{border-bottom-color:#ffffff0f!important}[data-theme=dark] .nso-customer-option:hover{background-color:#007aff1a!important}[data-theme=dark] .nso-customer-option strong{color:#e8edf5!important}[data-theme=dark] .nso-customer-option p{color:#e8edf573!important}[data-theme=dark] .nso-search-item{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .nso-search-item:hover{background-color:#007aff1a!important}[data-theme=dark] .nso-search-item.no-results{color:#e8edf54d!important}[data-theme=dark] .nso-modal-overlay{background:#0000008c!important}[data-theme=dark] .nso-modal{background:#121626fa!important;border-color:#ffffff1a!important;box-shadow:0 24px 60px #00000080!important}[data-theme=dark] .nso-modal-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .nso-modal-close{color:#e8edf580!important}[data-theme=dark] .nso-modal-close:hover{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .nso-modal-footer{border-top-color:#ffffff14!important}[data-theme=dark] .nso-image-upload{border-color:#ffffff1f!important;color:#e8edf566!important}[data-theme=dark] .nso-image-upload:hover{border-color:#007aff66!important;background-color:#007aff0f!important;color:#60a5fa!important}[data-theme=dark] .nso-image-preview{border-color:#ffffff1a!important}[data-theme=dark] .nso-btn--secondary{background:#ffffff14!important;color:#e8edf5!important;border-color:#ffffff24!important}[data-theme=dark] .nso-btn--secondary:hover{background:#ffffff24!important}[data-theme=dark] .nso-entity-btn{background:#ffffff14;color:#ccc;border-color:#ffffff24}[data-theme=dark] .nso-entity-btn:hover{background:#ffffff24}[data-theme=dark] .nso-entity-btn--active{background:#007aff;color:#fff;border-color:#007aff}[data-theme=dark] .nso-btn-group,[data-theme=dark] .nso-form-actions{border-top-color:#ffffff0f!important}[data-theme=dark] .nso-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .nso-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .perm-section:before,[data-theme=dark] .mkt-section:before,[data-theme=dark] .prod-section:before,[data-theme=dark] .pex-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .perm-container,[data-theme=dark] .mkt-container,[data-theme=dark] .prod-container,[data-theme=dark] .pex-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .perm-page-header,[data-theme=dark] .mkt-page-header,[data-theme=dark] .prod-page-header,[data-theme=dark] .pex-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .perm-title,[data-theme=dark] .perm-role-name,[data-theme=dark] .perm-item-key,[data-theme=dark] .perm-empty-title,[data-theme=dark] .mkt-title,[data-theme=dark] .mkt-row-name,[data-theme=dark] .mkt-panel-title,[data-theme=dark] .mkt-cs-value,[data-theme=dark] .mkt-input,[data-theme=dark] .prod-title,[data-theme=dark] .prod-row-name,[data-theme=dark] .prod-type-name,[data-theme=dark] .prod-panel-title,[data-theme=dark] .prod-cs-value,[data-theme=dark] .prod-input,[data-theme=dark] .pex-title,[data-theme=dark] .pex-extra-name,[data-theme=dark] .pex-price-main,[data-theme=dark] .pex-panel-title,[data-theme=dark] .pex-cs-value,[data-theme=dark] .pex-input,[data-theme=dark] .pex-suggestion-name,[data-theme=dark] .pex-group-title{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .perm-subtitle,[data-theme=dark] .perm-panel-label,[data-theme=dark] .perm-item-desc,[data-theme=dark] .perm-empty-hint,[data-theme=dark] .perm-empty-small,[data-theme=dark] .perm-group-label,[data-theme=dark] .mkt-subtitle,[data-theme=dark] .mkt-col-label,[data-theme=dark] .mkt-row-sub,[data-theme=dark] .mkt-panel-subtitle,[data-theme=dark] .mkt-section-label,[data-theme=dark] .mkt-label,[data-theme=dark] .mkt-cs-placeholder,[data-theme=dark] .prod-subtitle,[data-theme=dark] .prod-col-label,[data-theme=dark] .prod-row-meta,[data-theme=dark] .prod-panel-subtitle,[data-theme=dark] .prod-section-label,[data-theme=dark] .prod-label,[data-theme=dark] .prod-cs-placeholder,[data-theme=dark] .prod-field-hint,[data-theme=dark] .pex-subtitle,[data-theme=dark] .pex-col-label,[data-theme=dark] .pex-extra-product,[data-theme=dark] .pex-price-sub,[data-theme=dark] .pex-panel-subtitle,[data-theme=dark] .pex-section-label,[data-theme=dark] .pex-label,[data-theme=dark] .pex-cs-placeholder,[data-theme=dark] .pex-group-sub,[data-theme=dark] .pex-suggestion-meta,[data-theme=dark] .pex-empty-small{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .perm-roles-list,[data-theme=dark] .perm-group-list,[data-theme=dark] .perm-empty-state,[data-theme=dark] .mkt-list,[data-theme=dark] .prod-list,[data-theme=dark] .pex-group-list,[data-theme=dark] .pex-prices-list{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .perm-role-row,[data-theme=dark] .perm-item,[data-theme=dark] .mkt-row,[data-theme=dark] .prod-type-row,[data-theme=dark] .prod-row,[data-theme=dark] .pex-extra-row,[data-theme=dark] .pex-price-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .perm-role-row:hover,[data-theme=dark] .perm-item:hover,[data-theme=dark] .mkt-row:hover,[data-theme=dark] .prod-type-row:hover,[data-theme=dark] .prod-row:hover,[data-theme=dark] .pex-extra-row:hover,[data-theme=dark] .pex-price-row:hover{background:#ffffff12!important}[data-theme=dark] .perm-role-row--active,[data-theme=dark] .mkt-row--active,[data-theme=dark] .prod-type-row--active,[data-theme=dark] .pex-extra-row--active{background-color:#007aff1f!important}[data-theme=dark] .perm-item--checked{background-color:#34c75914!important}[data-theme=dark] .perm-group-count,[data-theme=dark] .mkt-col-count,[data-theme=dark] .prod-col-count,[data-theme=dark] .pex-col-count,[data-theme=dark] .pex-group-count{background:#ffffff1a!important;color:#e8edf599!important;opacity:1!important}[data-theme=dark] .mkt-currency-badge{background-color:#007aff2e!important;border-color:#ffffff1f!important}[data-theme=dark] .mkt-market-icon{background-color:#34c7592e!important;border-color:#ffffff1f!important}[data-theme=dark] .prod-status-badge{background:#ffffff14!important;border-color:#ffffff1f!important;color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .prod-status-badge--active{background-color:#34c75926!important;color:#34c759!important;border-color:#34c7594d!important}[data-theme=dark] .pex-currency-badge{background:#5856d62e!important;border-color:#5856d64d!important}[data-theme=dark] .pex-price-icon{background-color:#34c75926!important;border-color:#ffffff1f!important}[data-theme=dark] .pex-selected-badge{color:#34c759!important}[data-theme=dark] .mkt-col-filter-badge{background-color:#007aff26!important;border-color:#007aff4d!important}[data-theme=dark] .perm-search{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .perm-search::placeholder{color:#e8edf54d!important}[data-theme=dark] .perm-search:focus{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .perm-search-icon{color:#e8edf566!important;opacity:1!important}[data-theme=dark] .perm-cat-tab{background:#ffffff12!important;border-color:#ffffff1c!important;color:#e8edf5!important}[data-theme=dark] .perm-cat-tab:hover{background:#ffffff1f!important}[data-theme=dark] .perm-cat-tab--active{background-color:#007aff2e!important;border-color:#007aff61!important;color:#60a5fa!important}[data-theme=dark] .perm-toggle:before{background:#ffffff2e!important}[data-theme=dark] .perm-toggle--on:before{background:#34c759!important}[data-theme=dark] .toggle-slider-prod{background-color:#ffffff2e!important}[data-theme=dark] .toggle-switch-prod input:checked+.toggle-slider-prod{background-color:#34c759!important}[data-theme=dark] .mkt-overlay--visible,[data-theme=dark] .prod-overlay--visible,[data-theme=dark] .pex-overlay--visible,[data-theme=dark] .roles-overlay--visible{background:#00000073!important}[data-theme=dark] .mkt-panel,[data-theme=dark] .prod-panel,[data-theme=dark] .pex-panel{background:#121628f7!important;border-left-color:#ffffff1a!important;box-shadow:-12px 0 40px #0000008c!important}[data-theme=dark] .mkt-panel-header,[data-theme=dark] .prod-panel-header,[data-theme=dark] .pex-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .mkt-panel-close,[data-theme=dark] .prod-panel-close,[data-theme=dark] .pex-panel-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .mkt-panel-close:hover,[data-theme=dark] .prod-panel-close:hover,[data-theme=dark] .pex-panel-close:hover{background:#ffffff2e!important}[data-theme=dark] .mkt-form-group,[data-theme=dark] .prod-form-group,[data-theme=dark] .pex-form-group{background:#ffffff12!important;border-color:#ffffff17!important}[data-theme=dark] .mkt-field,[data-theme=dark] .prod-field,[data-theme=dark] .pex-field{border-bottom-color:#ffffff0f!important}[data-theme=dark] .mkt-input,[data-theme=dark] .prod-input,[data-theme=dark] .pex-input{color:#e8edf5!important}[data-theme=dark] .mkt-input::placeholder,[data-theme=dark] .prod-input::placeholder,[data-theme=dark] .pex-input::placeholder{color:#e8edf540!important}[data-theme=dark] .prod-input-suffix,[data-theme=dark] .pex-input-suffix{color:#e8edf559!important;opacity:1!important}[data-theme=dark] .prod-divider{background:#ffffff12!important}[data-theme=dark] .mkt-cs-dropdown,[data-theme=dark] .prod-cs-dropdown,[data-theme=dark] .pex-cs-dropdown{background:#161a2cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 28px #00000080!important}[data-theme=dark] .mkt-cs-option,[data-theme=dark] .prod-cs-option,[data-theme=dark] .pex-cs-option{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .mkt-cs-option:hover,[data-theme=dark] .prod-cs-option:hover,[data-theme=dark] .pex-cs-option:hover{background-color:#007aff1a!important}[data-theme=dark] .mkt-cs-option--active,[data-theme=dark] .prod-cs-option--active,[data-theme=dark] .pex-cs-option--active{color:#60a5fa!important;background-color:#007aff26!important}[data-theme=dark] .mkt-cs-arrow,[data-theme=dark] .prod-cs-arrow,[data-theme=dark] .pex-cs-arrow{border-top-color:#e8edf566!important}[data-theme=dark] .pex-suggestions{background:#14182cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 24px #00000073!important}[data-theme=dark] .pex-suggestion-item{color:#e8edf5!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .pex-suggestion-item:hover{background-color:#007aff26!important}[data-theme=dark] .perm-btn-ghost,[data-theme=dark] .mkt-btn-ghost,[data-theme=dark] .prod-btn-ghost,[data-theme=dark] .pex-btn-ghost{background:#ffffff14!important;color:#e8edf5!important;border-color:#ffffff24!important}[data-theme=dark] .perm-btn-ghost:hover:not(:disabled),[data-theme=dark] .mkt-btn-ghost:hover:not(:disabled),[data-theme=dark] .prod-btn-ghost:hover:not(:disabled),[data-theme=dark] .pex-btn-ghost:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .mkt-icon-btn,[data-theme=dark] .pex-icon-btn{background:#ffffff14!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .mkt-icon-btn:hover,[data-theme=dark] .pex-icon-btn:hover{background:#ffffff26!important}[data-theme=dark] .mkt-btn-danger,[data-theme=dark] .prod-btn-danger,[data-theme=dark] .pex-btn-danger{background-color:#ff3b3026!important;border-color:#ff3b304d!important}[data-theme=dark] .perm-role-chevron,[data-theme=dark] .mkt-chevron,[data-theme=dark] .prod-chevron,[data-theme=dark] .pex-chevron{color:#e8edf540!important}[data-theme=dark] .perm-role-icon{background-color:#007aff2e!important}[data-theme=dark] .mkt-empty,[data-theme=dark] .prod-empty,[data-theme=dark] .pex-empty{opacity:.25!important;color:#e8edf580!important}[data-theme=dark] .mkt-empty p,[data-theme=dark] .prod-empty p,[data-theme=dark] .pex-empty p{color:#e8edf573!important}[data-theme=dark] .perm-spinner,[data-theme=dark] .mkt-spinner,[data-theme=dark] .prod-spinner,[data-theme=dark] .pex-spinner{border-color:#ffffff1a!important;border-top-color:#007aff!important}[data-theme=dark] .perm-body,[data-theme=dark] .perm-roles-list,[data-theme=dark] .perm-groups,[data-theme=dark] .mkt-body,[data-theme=dark] .mkt-panel-body,[data-theme=dark] .prod-body,[data-theme=dark] .prod-panel-body,[data-theme=dark] .pex-body,[data-theme=dark] .pex-panel-body,[data-theme=dark] .pex-extras-scroll,[data-theme=dark] .roles-body,[data-theme=dark] .roles-panel-body,[data-theme=dark] .res-body,[data-theme=dark] .cp-body,[data-theme=dark] .nso-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .perm-body::-webkit-scrollbar-thumb,[data-theme=dark] .perm-roles-list::-webkit-scrollbar-thumb,[data-theme=dark] .perm-groups::-webkit-scrollbar-thumb,[data-theme=dark] .mkt-body::-webkit-scrollbar-thumb,[data-theme=dark] .mkt-panel-body::-webkit-scrollbar-thumb,[data-theme=dark] .prod-body::-webkit-scrollbar-thumb,[data-theme=dark] .prod-panel-body::-webkit-scrollbar-thumb,[data-theme=dark] .pex-body::-webkit-scrollbar-thumb,[data-theme=dark] .pex-panel-body::-webkit-scrollbar-thumb,[data-theme=dark] .pex-extras-scroll::-webkit-scrollbar-thumb,[data-theme=dark] .roles-body::-webkit-scrollbar-thumb,[data-theme=dark] .roles-panel-body::-webkit-scrollbar-thumb,[data-theme=dark] .res-body::-webkit-scrollbar-thumb,[data-theme=dark] .cp-body::-webkit-scrollbar-thumb,[data-theme=dark] .nso-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .cred-form-group{background:#ffffff12!important;border-color:#ffffff17!important}[data-theme=dark] .cred-field{border-bottom-color:#ffffff0f!important}[data-theme=dark] .cred-form-group .cred-input{color:#e8edf5!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .cred-form-group .cred-input::placeholder{color:#e8edf540!important}[data-theme=dark] .nor-input,[data-theme=dark] .nor-textarea{background-color:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .nor-select{background-color:#ffffff12!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8edf5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' opacity='0.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .nor-input:focus,[data-theme=dark] .nor-select:focus,[data-theme=dark] .nor-textarea:focus{background-color:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .nor-input:disabled,[data-theme=dark] .nor-select:disabled,[data-theme=dark] .nor-textarea:disabled{background-color:#ffffff08!important;color:#e8edf559!important}[data-theme=dark] .nor-input::placeholder,[data-theme=dark] .nor-textarea::placeholder{color:#e8edf54d!important}[data-theme=dark] .nor-input--readonly{background-color:#ffffff08!important;color:#e8edf580!important}[data-theme=dark] .nor-input--result,[data-theme=dark] .nor-input--balance-zero{background-color:#34c7591a!important;border-color:#34c75940!important;color:#34c759!important}[data-theme=dark] .nor-input--balance-neg{background-color:#ff3b301a!important;border-color:#ff3b3040!important;color:#ff6b6b!important}[data-theme=dark] .nor-input--balance-pos{background-color:#ff95001a!important;border-color:#ff950040!important;color:#f59e0b!important}[data-theme=dark] .nor-react-select [class*=-control]{background:#ffffff12!important;border-color:#ffffff1f!important}[data-theme=dark] .nor-react-select [class*=-control--is-focused]{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .nor-react-select [class*=-menu]{background:#161a2cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 28px #00000080!important}[data-theme=dark] .nor-react-select [class*=-option]{color:#e8edf5!important;background:transparent!important}[data-theme=dark] .nor-react-select [class*=-option--is-focused]{background-color:#007aff26!important}[data-theme=dark] .nor-react-select [class*=-option--is-selected]{background-color:#007aff40!important;color:#60a5fa!important}[data-theme=dark] .nor-react-select [class*=-singleValue]{color:#e8edf5!important}[data-theme=dark] .nor-react-select [class*=-placeholder]{color:#e8edf54d!important}[data-theme=dark] .nor-react-select [class*=-indicatorSeparator]{background-color:#ffffff1f!important}[data-theme=dark] .nor-react-select [class*=-dropdownIndicator],[data-theme=dark] .nor-react-select [class*=-clearIndicator]{color:#e8edf566!important}[data-theme=dark] .nor-react-select [class*=-Input] input{color:#e8edf5!important}[data-theme=dark] .nor-suggestions{background:#14182cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 24px #00000073!important}[data-theme=dark] .nor-suggestion-item{border-bottom-color:#ffffff0f!important}[data-theme=dark] .nor-suggestion-item:hover{background-color:#007aff1f!important}[data-theme=dark] .nor-suggestion-name{color:#e8edf5!important}[data-theme=dark] .nor-suggestion-meta{color:#e8edf573!important;opacity:1!important}[data-theme=dark] .nor-modal-overlay{background:#0000008c!important}[data-theme=dark] .nor-modal{background:#121626fa!important;border-color:#ffffff1a!important;box-shadow:0 32px 80px #00000080!important}[data-theme=dark] .nor-modal-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .nor-modal-footer{border-top-color:#ffffff14!important}[data-theme=dark] .nor-modal-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .nor-modal-close:hover{background:#ffffff2e!important}[data-theme=dark] .nor-modal-title{color:#e8edf5!important}[data-theme=dark] .nor-modal-subtitle{color:#e8edf573!important;opacity:1!important}[data-theme=dark] .nor-toggle-track{background:#ffffff2e!important}[data-theme=dark] .nor-toggle-input:checked+.nor-toggle-track{background:#34c759!important}[data-theme=dark] .nor-btn--ghost{background:#ffffff14!important;color:#e8edf5!important;border-color:#ffffff24!important}[data-theme=dark] .nor-btn--ghost:hover{background:#ffffff24!important}[data-theme=dark] .nor-btn--danger{background-color:#ff3b301f!important;color:#ff6b6b!important;border-color:#ff3b3040!important}[data-theme=dark] .nor-btn--warning{background-color:#ff95001f!important;color:#f59e0b!important;border-color:#ff950040!important}[data-theme=dark] .nor-mode-badge--stock{background:#5856d62e!important;border-color:#5856d64d!important}[data-theme=dark] .nor-mode-badge--production{background-color:#ff950026!important;border-color:#ff95004d!important}[data-theme=dark] .comm-search{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .comm-search::placeholder{color:#e8edf54d!important;opacity:1!important}[data-theme=dark] .comm-search:focus{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .comm-search-icon{color:#e8edf566!important;opacity:1!important}[data-theme=dark] .comm-form-group{background:#ffffff12!important;border-color:#ffffff17!important}[data-theme=dark] .comm-field{border-bottom-color:#ffffff0f!important}[data-theme=dark] .comm-form-group .comm-input{color:#e8edf5!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .comm-form-group .comm-input::placeholder{color:#e8edf540!important}[data-theme=dark] .comm-custom-select-value{color:#e8edf5!important}[data-theme=dark] .comm-custom-select-placeholder{color:#e8edf547!important}[data-theme=dark] .comm-custom-select-arrow{border-top-color:#e8edf566!important}[data-theme=dark] .comm-custom-select-dropdown{background:#161a2cfa!important;border-color:#ffffff1a!important;box-shadow:0 8px 28px #00000080!important}[data-theme=dark] .comm-custom-select-option{color:#e8edf5!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] .comm-custom-select-option:hover{background-color:#007aff1a!important}[data-theme=dark] .comm-custom-select-option--active{background-color:#007aff26!important;color:#60a5fa!important}[data-theme=dark] .comm-custom-select-option:first-child{color:#e8edf559!important}[data-theme=dark] .comm-visibility-col:first-child{border-right-color:#ffffff0f!important}[data-theme=dark] .comm-visibility-col-title{color:#e8edf58c!important;opacity:1!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .comm-visibility-name{color:#e8edf5!important}[data-theme=dark] .comm-visibility-item:hover{background-color:#007aff0f!important}[data-theme=dark] .comm-visibility-item--all{border-bottom-color:#ffffff0f!important}[data-theme=dark] .comm-agent-badge{background-color:#34c75926!important;border-color:#34c7594d!important}[data-theme=dark] .comm-restriction-badge{background-color:#ff950026!important;border-color:#ff95004d!important}[data-theme=dark] .comm-btn-ghost{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .comm-btn-ghost:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .comm-btn-danger{background-color:#ff3b3026!important;border-color:#ff3b304d!important}[data-theme=dark] .comm-spinner{border-color:#ffffff1a!important;border-top-color:#007aff!important}[data-theme=dark] select option,[data-theme=dark] .nso-select option,[data-theme=dark] .nor-select option,[data-theme=dark] .res-select option,[data-theme=dark] .cp-select option,[data-theme=dark] .sor-select option,[data-theme=dark] .ssp-select option,[data-theme=dark] .srp-select option,[data-theme=dark] .res-edit-select option{background-color:#1a1e30!important;color:#e8edf5!important}[data-theme=dark] .bc-title,[data-theme=dark] .bc-row-name,[data-theme=dark] .bc-panel-title,[data-theme=dark] .bc-input,[data-theme=dark] .bc-toggle-label{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .bc-subtitle,[data-theme=dark] .bc-row-sub,[data-theme=dark] .bc-panel-subtitle,[data-theme=dark] .bc-section-label,[data-theme=dark] .bc-label,[data-theme=dark] .bc-rules-empty{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .bc-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .bc-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .bc-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .bc-title,[data-theme=dark] .bc-row-name,[data-theme=dark] .bc-panel-title,[data-theme=dark] .bc-input,[data-theme=dark] .bc-toggle-label,[data-theme=dark] .bc-profile-row-market,[data-theme=dark] .bc-profile-form-title{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .bc-subtitle,[data-theme=dark] .bc-row-sub,[data-theme=dark] .bc-panel-subtitle,[data-theme=dark] .bc-section-label,[data-theme=dark] .bc-label,[data-theme=dark] .bc-profiles-empty,[data-theme=dark] .bc-profile-row-sub{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .bc-list{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .bc-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .bc-row:hover{background:#ffffff12!important}[data-theme=dark] .bc-chevron{color:#e8edf540!important}[data-theme=dark] .bc-status-badge{background:#ffffff14!important;border-color:#ffffff1f!important;color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .bc-status-badge--active{background:#34c75926!important;color:#34c759!important;border-color:#34c7594d!important}[data-theme=dark] .bc-commercial-count{background:#5856d62e!important;border-color:#5856d64d!important}[data-theme=dark] .bc-profile-count{background:#007aff26!important;border-color:#007aff4d!important}[data-theme=dark] .bc-search{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .bc-search::placeholder{color:#e8edf54d!important;opacity:1!important}[data-theme=dark] .bc-search:focus{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .bc-search-icon{color:#e8edf566!important;opacity:1!important}[data-theme=dark] .bc-overlay--visible{background:#00000073!important}[data-theme=dark] .bc-panel{background:#101424f7!important;border-left-color:#ffffff14!important}[data-theme=dark] .bc-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .bc-panel-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .bc-panel-close:hover{background:#ffffff2e!important}[data-theme=dark] .bc-form-group{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .bc-field{border-bottom-color:#ffffff12!important}[data-theme=dark] .bc-input{color:#e8edf5!important}[data-theme=dark] .bc-input::placeholder{color:#e8edf540!important}[data-theme=dark] .bc-select{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .bc-select option{background-color:#1a1e30!important;color:#e8edf5!important}[data-theme=dark] .bc-toggle-track{background:#ffffff2e!important}[data-theme=dark] .bc-toggle-track--on{background:#34c759!important}[data-theme=dark] .bc-profile-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .bc-profile-row:hover{background:#007aff0f!important}[data-theme=dark] .bc-profile-form-header{border-bottom-color:#ffffff0f!important}[data-theme=dark] .bc-profile-back{color:#60a5fa!important}[data-theme=dark] .bc-rules-header{border-top-color:#ffffff0f!important}[data-theme=dark] .bc-rule-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .bc-rule-add{border-color:#ffffff1f!important;color:#60a5fa!important}[data-theme=dark] .bc-rule-add:hover{background:#007aff0f!important;border-color:#007aff40!important}[data-theme=dark] .bc-btn-ghost{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .bc-btn-ghost:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .bc-btn-danger{background-color:#ff3b3026!important;border-color:#ff3b304d!important}[data-theme=dark] .bc-empty{color:#e8edf566!important}[data-theme=dark] .bc-spinner{border-color:#ffffff1a!important;border-top-color:#007aff!important}[data-theme=dark] .bc-body,[data-theme=dark] .bc-panel-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .bc-body::-webkit-scrollbar-thumb,[data-theme=dark] .bc-panel-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .stk-title,[data-theme=dark] .stk-panel-title,[data-theme=dark] .stk-input,[data-theme=dark] .stk-td--batch,[data-theme=dark] .stk-td--name,[data-theme=dark] .stk-td--qty,[data-theme=dark] .stk-warehouse-modal-title,[data-theme=dark] .stk-warehouse-option-name,[data-theme=dark] .stk-check-label{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .stk-subtitle,[data-theme=dark] .stk-panel-subtitle,[data-theme=dark] .stk-section-label,[data-theme=dark] .stk-label,[data-theme=dark] .stk-field-hint,[data-theme=dark] .stk-warehouse-modal-desc,[data-theme=dark] .stk-warehouse-modal-empty,[data-theme=dark] .stk-warehouse-option-code,[data-theme=dark] .stk-empty-title{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .stk-td{color:#e8edf5!important}[data-theme=dark] .stk-search{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .stk-search::placeholder{color:#e8edf54d!important;opacity:1!important}[data-theme=dark] .stk-search:focus{background:#ffffff1f!important;border-color:#007aff8c!important;box-shadow:0 0 0 3px #007aff26!important}[data-theme=dark] .stk-search-icon{color:#e8edf566!important;opacity:1!important}[data-theme=dark] .stk-search-clear{color:#e8edf566!important}[data-theme=dark] .stk-type-tab{background:#ffffff12!important;border-color:#ffffff1c!important;color:#e8edf5!important}[data-theme=dark] .stk-type-tab:hover{background:#ffffff1f!important}[data-theme=dark] .stk-type-tab--active{background:#007aff2e!important;border-color:#007aff61!important;color:#60a5fa!important}[data-theme=dark] .stk-table-wrap{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .stk-table thead{background:#141828d9!important}[data-theme=dark] .stk-row{border-bottom-color:#ffffff0d!important}[data-theme=dark] .stk-row:active{background:#ffffff17!important}[data-theme=dark] .stk-offer-badge{background:#ff950026!important;border-color:#ff95004d!important}[data-theme=dark] .stk-sort-icon{color:#e8edf54d!important;opacity:1!important}[data-theme=dark] .stk-sort-icon--active,[data-theme=dark] .stk-action-btn--edit{color:#60a5fa!important}[data-theme=dark] .stk-action-btn--edit:hover{background:#007aff1f!important}[data-theme=dark] .stk-warehouse-modal-card{background:#1a1f32d9!important;border-color:#ffffff1f!important;box-shadow:0 8px 40px #0006!important}[data-theme=dark] .stk-warehouse-option-chevron{color:#e8edf533!important}[data-theme=dark] .stk-checkbox{accent-color:#007aff!important}[data-theme=dark] .stk-file-input::file-selector-button:hover{background:#ffffff24!important}[data-theme=dark] .stk-empty{color:#e8edf566!important}[data-theme=dark] .stk-empty-icon{opacity:.2!important}[data-theme=dark] .stk-loading-state,[data-theme=dark] .stk-error-state{color:#e8edf580!important;opacity:1!important}[data-theme=dark] .stk-body,[data-theme=dark] .stk-panel-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .stk-body::-webkit-scrollbar-thumb,[data-theme=dark] .stk-panel-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .stk-search-field-select{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .stk-logistics-value{color:#e8edf5!important}[data-theme=dark] .stk-product-ref{color:#e8edf573!important;opacity:1!important}[data-theme=dark] .stk-search-filters{background:#ffffff12!important}[data-theme=dark] .stk-search-filter-btn{color:#e8edf5!important}[data-theme=dark] .stk-search-filter-btn--active{background:#ffffff26!important;box-shadow:0 1px 4px #0000004d!important}[data-theme=dark] .stk-section-action-btn{color:#60a5fa!important}[data-theme=dark] .stk-section-action-btn:hover{background:#007aff1f!important}[data-theme=dark] .stk-section-action-btn--danger{color:#ff6b6b!important}[data-theme=dark] .stk-section-action-btn--danger:hover{background:#ff3b301f!important}[data-theme=dark] .stk-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .stk-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .stk-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .stk-title,[data-theme=dark] .stk-col-label,[data-theme=dark] .stk-product-row-name,[data-theme=dark] .stk-product-row-qty,[data-theme=dark] .stk-panel-title,[data-theme=dark] .stk-input,[data-theme=dark] .stk-check-label,[data-theme=dark] .stk-warehouse-modal-title,[data-theme=dark] .stk-warehouse-option-name,[data-theme=dark] .stk-logistics-chip-value,[data-theme=dark] .stk-td{color:#e8edf5!important;opacity:1!important}[data-theme=dark] .stk-subtitle,[data-theme=dark] .stk-panel-subtitle,[data-theme=dark] .stk-section-label,[data-theme=dark] .stk-label,[data-theme=dark] .stk-field-hint,[data-theme=dark] .stk-col-ref,[data-theme=dark] .stk-product-row-ref,[data-theme=dark] .stk-product-row-count,[data-theme=dark] .stk-warehouse-modal-desc,[data-theme=dark] .stk-warehouse-option-code,[data-theme=dark] .stk-logistics-label,[data-theme=dark] .stk-logistics-chip-label,[data-theme=dark] .stk-empty-col,[data-theme=dark] .stk-empty-small{color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .stk-td--low{color:#ff6b6b!important}[data-theme=dark] .stk-muted{color:#e8edf533!important;opacity:1!important}[data-theme=dark] .stk-change-warehouse{color:#60a5fa!important}[data-theme=dark] .stk-col{background:#1a1f32a6!important;border-color:#ffffff17!important}[data-theme=dark] .stk-col-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .stk-col-count{background:#ffffff1a!important;color:#e8edf599!important}[data-theme=dark] .stk-col-search{border-bottom-color:#ffffff0d!important}[data-theme=dark] .stk-col-search-input{background:#ffffff12!important;border-color:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .stk-col-search-input:focus{background:#ffffff1f!important;border-color:#007aff73!important}[data-theme=dark] .stk-col-search-icon{color:#e8edf54d!important}[data-theme=dark] .stk-product-row{border-bottom-color:#ffffff0d!important}[data-theme=dark] .stk-product-row:hover{background:#ffffff0f!important}[data-theme=dark] .stk-product-row--active{background:#007aff1f!important}[data-theme=dark] .stk-product-row--active:hover{background:#007aff2e!important}[data-theme=dark] .stk-product-row-chevron{color:#e8edf533!important}[data-theme=dark] .stk-col-action-btn{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .stk-col-action-btn:hover{color:#60a5fa!important;border-color:#007aff4d!important}[data-theme=dark] .stk-btn-add-small{background:#007aff26!important;border-color:#007aff4d!important}[data-theme=dark] .stk-logistics-panel{background:#007aff0a!important;border-bottom-color:#007aff1a!important}[data-theme=dark] .stk-logistics-input{background:#ffffff14!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .stk-logistics-input:focus{border-color:#007aff66!important}[data-theme=dark] .stk-logistics-cancel{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .stk-logistics-summary{border-bottom-color:#ffffff0d!important}[data-theme=dark] .stk-logistics-chip{background:#007aff1a!important;border-color:#007aff2e!important}[data-theme=dark] .stk-table-wrap{background:transparent!important;border:none!important}[data-theme=dark] .stk-th{color:#e8edf573!important;border-bottom-color:#ffffff12!important;opacity:1!important}[data-theme=dark] .stk-row{border-bottom-color:#ffffff0a!important}[data-theme=dark] .stk-row:hover{background:#ffffff0f!important}[data-theme=dark] .stk-row--inactive{opacity:.35}[data-theme=dark] .stk-unit-badge{background:#ffffff1a!important;color:#e8edf599!important;opacity:1!important}[data-theme=dark] .stk-colour{color:#e8edf5b3!important;opacity:1!important}[data-theme=dark] .stk-colour-dot{border-color:#ffffff26!important}[data-theme=dark] .stk-status-badge{background:#ffffff14!important;border-color:#ffffff1f!important;color:#e8edf58c!important;opacity:1!important}[data-theme=dark] .stk-status-badge--active{background:#34c75926!important;color:#34c759!important;border-color:#34c7594d!important}[data-theme=dark] .stk-thumb{border-color:#ffffff1a!important}[data-theme=dark] .stk-thumb-placeholder{background:#ffffff0f!important}[data-theme=dark] .stk-action-btn--delete{color:#ff6b6b!important}[data-theme=dark] .stk-action-btn--delete:hover{background:#ff3b301f!important}[data-theme=dark] .stk-warehouse-modal-card{background:#1a1f32d9!important;border-color:#ffffff1f!important}[data-theme=dark] .stk-warehouse-option{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .stk-warehouse-option:hover{border-color:#007aff66!important;background:#007aff14!important}[data-theme=dark] .stk-overlay--visible{background:#00000073!important}[data-theme=dark] .stk-panel{background:#101424f7!important;border-left-color:#ffffff14!important;box-shadow:-12px 0 40px #0000008c!important}[data-theme=dark] .stk-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .stk-panel-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .stk-panel-close:hover{background:#ffffff2e!important}[data-theme=dark] .stk-form-group{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .stk-field{border-bottom-color:#ffffff12!important}[data-theme=dark] .stk-input{color:#e8edf5!important}[data-theme=dark] .stk-input::placeholder{color:#e8edf540!important}[data-theme=dark] .stk-input:disabled{color:#e8edf559!important}[data-theme=dark] .stk-select{color:#e8edf5!important}[data-theme=dark] .stk-select option{background-color:#1a1e30!important;color:#e8edf5!important}[data-theme=dark] .stk-form-group .stk-input,[data-theme=dark] .stk-form-group .stk-select{background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .stk-file-input::file-selector-button{background:#ffffff14!important;border-color:#ffffff26!important;color:#e8edf5!important}[data-theme=dark] .stk-img-thumb{border-color:#ffffff1a!important}[data-theme=dark] .stk-btn-ghost{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .stk-btn-ghost:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .stk-btn-danger{background-color:#ff3b3026!important;border-color:#ff3b304d!important}[data-theme=dark] .stk-spinner{border-color:#ffffff1a!important;border-top-color:#007aff!important}[data-theme=dark] .stk-body,[data-theme=dark] .stk-panel-body,[data-theme=dark] .stk-product-list{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .stk-body::-webkit-scrollbar-thumb,[data-theme=dark] .stk-panel-body::-webkit-scrollbar-thumb,[data-theme=dark] .stk-product-list::-webkit-scrollbar-thumb{background:#ffffff1f!important}[data-theme=dark] .stk-product-row-delete{color:#ff6b6b!important}[data-theme=dark] .stk-product-row-delete:hover{background:#ff3b3026!important}[data-theme=dark] .wh-section:before{filter:brightness(.35) saturate(.6)}[data-theme=dark] .wh-container{background:#0e111ed1!important;border-color:#ffffff14!important}[data-theme=dark] .wh-page-header{border-bottom-color:#ffffff12!important}[data-theme=dark] .wh-title{color:#e8edf5!important}[data-theme=dark] .wh-subtitle{color:#e8edf573!important}[data-theme=dark] .wh-search{background:#ffffff12!important;border-color:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .wh-search:focus{background:#ffffff1f!important;border-color:#007aff73!important}[data-theme=dark] .wh-search::placeholder{color:#e8edf54d!important}[data-theme=dark] .wh-search-icon{color:#e8edf559!important}[data-theme=dark] .wh-search-clear{color:#e8edf566!important}[data-theme=dark] .wh-list{background:#1a1f328c!important;border-color:#ffffff17!important}[data-theme=dark] .wh-row{border-bottom-color:#ffffff0f!important}[data-theme=dark] .wh-row:hover{background:#ffffff0f!important}[data-theme=dark] .wh-row:active{background:#ffffff1a!important}[data-theme=dark] .wh-avatar{border-color:#ffffff1f!important}[data-theme=dark] .wh-name{color:#e8edf5!important}[data-theme=dark] .wh-id{color:#e8edf573!important}[data-theme=dark] .wh-country-badge{background:#5856d62e!important;color:#a5a3f0!important;border-color:#5856d64d!important}[data-theme=dark] .wh-chevron{color:#e8edf533!important}[data-theme=dark] .wh-row:hover .wh-chevron{color:#e8edf580!important}[data-theme=dark] .wh-empty-title{color:#e8edf566!important}[data-theme=dark] .wh-loading-state,[data-theme=dark] .wh-error-state{color:#e8edf599!important}[data-theme=dark] .wh-spinner{border-color:#ffffff1a!important;border-top-color:#007aff!important}[data-theme=dark] .wh-overlay--visible{background:#00000073!important}[data-theme=dark] .wh-panel{background:#101424f7!important;border-left-color:#ffffff14!important;box-shadow:-12px 0 40px #0000008c!important}[data-theme=dark] .wh-panel-header{border-bottom-color:#ffffff14!important}[data-theme=dark] .wh-panel-title{color:#e8edf5!important}[data-theme=dark] .wh-panel-subtitle{color:#e8edf573!important}[data-theme=dark] .wh-panel-close{background:#ffffff1a!important;color:#e8edf5!important}[data-theme=dark] .wh-panel-close:hover{background:#ffffff2e!important}[data-theme=dark] .wh-section-label{color:#e8edf566!important}[data-theme=dark] .wh-form-group{background:#ffffff0d!important;border-color:#ffffff1a!important}[data-theme=dark] .wh-field{border-bottom-color:#ffffff12!important}[data-theme=dark] .wh-label{color:#e8edf58c!important}[data-theme=dark] .wh-input{color:#e8edf5!important}[data-theme=dark] .wh-input::placeholder{color:#e8edf540!important}[data-theme=dark] .wh-field-hint{color:#e8edf559!important}[data-theme=dark] .wh-form-group .wh-input{background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .wh-btn-ghost{background:#ffffff14!important;color:#e8edf5!important}[data-theme=dark] .wh-btn-ghost:hover:not(:disabled){background:#ffffff24!important}[data-theme=dark] .wh-btn-danger{background-color:#ff3b3026!important;border-color:#ff3b304d!important}[data-theme=dark] .wh-body,[data-theme=dark] .wh-panel-body{scrollbar-color:rgba(255,255,255,.12) transparent}[data-theme=dark] .wh-body::-webkit-scrollbar-thumb,[data-theme=dark] .wh-panel-body::-webkit-scrollbar-thumb{background:#ffffff1f!important}body.tutorial-show-admin-dropdown #navbar-admin-dropdown .dropdown-menu{opacity:1!important;visibility:visible!important}.mosaic-tutorial-popover{background:#fffffffa!important;border:1px solid rgba(17,37,79,.08)!important;border-radius:16px!important;box-shadow:0 8px 32px #11254f21,0 2px 8px #0000000d!important;padding:20px 20px 16px!important;min-width:300px!important;max-width:340px!important;color:#11254f!important;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif!important;overflow:hidden!important}.mosaic-tutorial-popover .driver-popover-title{font-size:1rem!important;font-weight:700!important;color:#11254f!important;line-height:1.4!important;margin:0 0 6px!important}.mosaic-tutorial-popover .driver-popover-description{font-size:.875rem!important;font-weight:400!important;color:#454545!important;line-height:1.55!important;margin:0!important}.mosaic-tutorial-popover .driver-popover-footer{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px 6px!important;margin-top:16px!important;padding-top:14px!important;border-top:1px solid rgba(17,37,79,.07)!important}.mosaic-tutorial-popover .driver-popover-progress-text{flex:1 1 auto!important;order:0!important;font-size:.72rem!important;font-weight:500!important;color:#11254f61!important;letter-spacing:.3px!important}.mosaic-tutorial-popover .driver-popover-navigation-btns{display:flex!important;gap:6px!important;align-items:center!important;flex-shrink:0!important;order:1!important}.mosaic-tutorial-popover .driver-popover-footer button{all:unset!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.45rem 1rem!important;font-size:.8rem!important;font-weight:600!important;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif!important;border-radius:.75rem!important;cursor:pointer!important;transition:all .18s ease!important;white-space:nowrap!important;line-height:1.3!important;border:none!important;text-shadow:none!important;background:#0000000d!important;color:var(--dark, #11254f)!important}.mosaic-tutorial-popover .driver-popover-footer button:hover,.mosaic-tutorial-popover .driver-popover-footer button:focus{background:#00000017!important;color:var(--dark, #11254f)!important}.mosaic-tutorial-popover .driver-popover-navigation-btns button:last-child{background:#007aff!important;color:#fff!important}.mosaic-tutorial-popover .driver-popover-navigation-btns button:last-child:hover,.mosaic-tutorial-popover .driver-popover-navigation-btns button:last-child:focus{background:#0066d6!important;box-shadow:0 4px 14px #007aff4d!important;transform:translateY(-1px)!important}.mosaic-tutorial-popover .driver-popover-btn-disabled{opacity:.4!important;pointer-events:none!important}.driver-skip-btn{all:unset!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;order:2!important;padding:.4rem 1rem!important;font-size:.75rem!important;font-weight:500!important;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif!important;border-radius:.75rem!important;cursor:pointer!important;white-space:nowrap!important;transition:all .18s ease!important;background:#ff3b300f!important;color:#ff3b30a6!important;border:1px solid rgba(255,59,48,.15)!important}.driver-skip-btn:hover{background:#ff3b301c!important;border-color:#ff3b304d!important;color:#ff3b30!important}.mosaic-tutorial-popover .driver-popover-arrow-side-left{border-left-color:#fffffffa!important}.mosaic-tutorial-popover .driver-popover-arrow-side-right{border-right-color:#fffffffa!important}.mosaic-tutorial-popover .driver-popover-arrow-side-top{border-top-color:#fffffffa!important}.mosaic-tutorial-popover .driver-popover-arrow-side-bottom{border-bottom-color:#fffffffa!important}[data-theme=dark] .mosaic-tutorial-popover{background:#141828fa!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 32px #00000073,0 2px 8px #00000047!important;color:#e8edf5!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-title{color:#e8edf5!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-description{color:#e8edf5b8!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-footer{border-top-color:#ffffff12!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-progress-text{color:#e8edf54d!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-footer button{background:#ffffff12!important;color:#e8edf5bf!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-footer button:hover,[data-theme=dark] .mosaic-tutorial-popover .driver-popover-footer button:focus{background:#ffffff1f!important;color:#e8edf5!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-navigation-btns button:last-child{background:#007aff!important;color:#fff!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-navigation-btns button:last-child:hover,[data-theme=dark] .mosaic-tutorial-popover .driver-popover-navigation-btns button:last-child:focus{background:#0066d6!important;box-shadow:0 4px 14px #007aff59!important}[data-theme=dark] .driver-skip-btn{background:#ff3b3014!important;color:#ff645a99!important;border-color:#ff3b302e!important}[data-theme=dark] .driver-skip-btn:hover{background:#ff3b3026!important;border-color:#ff3b3059!important;color:#ff645ae6!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-arrow-side-left{border-left-color:#141828fa!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-arrow-side-right{border-right-color:#141828fa!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-arrow-side-top{border-top-color:#141828fa!important}[data-theme=dark] .mosaic-tutorial-popover .driver-popover-arrow-side-bottom{border-bottom-color:#141828fa!important}
