:root{--gb-background:#fafafa;--gb-text-strong:#2e232e;--gb-text-black:#000;--gb-brand:#564256;--gb-pure-white:#fff;--gb-error:#c73a3a;--gb-error-border:#c73a3acc;--gb-error-fill:#2e232e12;--gb-button-disabled-bg:#2e232e33;--gb-button-disabled-border:#2e232e1a;--gb-button-disabled-text:#2e232e99;--gb-font:"Instrument Sans", system-ui, sans-serif;--gb-phone-width:375px;--gb-phone-height:812px;--gb-nav-overlay:#2e232e99;--gb-nav-sidebar-width:278px;--gb-nav-header-height:148px;--gb-success:#047a35;--gb-success-fill:#047a35cc;--gb-success-light-fill:#047a3533;--gb-danger-fill:#c73a3acc}.gb-heading{font-family:var(--gb-font);color:var(--gb-text-black);margin:0;font-weight:600}.gb-heading--h2{font-size:32px;line-height:40px}.gb-btn{width:100%;height:40px;font-family:var(--gb-font);letter-spacing:-.15px;border:1px solid #0000;border-radius:12px;font-size:16px;font-weight:600;transition:background .2s,color .2s,border-color .2s,filter .2s}.gb-btn--primary{background:var(--gb-brand);border-color:var(--gb-text-strong);color:var(--gb-pure-white);cursor:pointer}.gb-btn--primary:hover:not(:disabled){filter:brightness(1.05)}.gb-btn--primary:active:not(:disabled){filter:brightness(.95)}.gb-btn--disabled,.gb-btn:disabled{background:var(--gb-button-disabled-bg);border-color:var(--gb-button-disabled-border);color:var(--gb-button-disabled-text);cursor:not-allowed}.gb-btn--outline{color:var(--gb-text-strong);cursor:pointer;background:0 0;border:2px solid #2e232e99}.gb-btn--outline:hover:not(:disabled){filter:brightness(.98)}.gb-btn--success{background:var(--gb-success-fill);border-color:var(--gb-success);color:var(--gb-pure-white);cursor:pointer}.gb-btn--danger{background:var(--gb-danger-fill);border-color:var(--gb-error);color:var(--gb-pure-white);cursor:pointer}.gb-btn--danger-outline{background:var(--gb-background);border:2px solid var(--gb-error);color:var(--gb-error);cursor:pointer}.gb-btn--danger-outline:hover:not(:disabled){filter:brightness(.98)}.gb-btn--half{width:calc(50% - 8px)}.gb-dialog{z-index:200;background:var(--gb-nav-overlay);-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.gb-dialog__panel{border:1.5px solid var(--gb-brand);background:var(--gb-background);border-radius:8px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:334px;padding:18px;display:flex;box-shadow:0 4px 30px #0000001a}.gb-dialog__title{max-width:266px;font-family:var(--gb-font);letter-spacing:-.15px;text-align:center;color:var(--gb-text-strong);margin:0;font-size:15px;font-weight:600;line-height:24px}.gb-dialog__actions{gap:16px;width:100%;display:flex}.gb-dialog__actions .gb-btn{flex:1;font-size:16px}.gb-dialog--success .gb-dialog__panel{padding:24px 18px}.gb-dialog--error .gb-dialog__panel{border-color:var(--gb-danger,#c0392b)}.gb-dialog__success-icon{background:var(--gb-brand);border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.gb-dialog__success-icon img{width:46px;height:46px}.gb-heading--h3{color:var(--gb-text-strong);font-size:24px;line-height:32px}.gb-form,.catalog-add-edit-page__form,.order-add-edit-page__form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.gb-field{flex-direction:column;gap:4px;width:100%;display:flex}.gb-field__label{font-family:var(--gb-font);letter-spacing:-.12px;color:var(--gb-text-strong);font-size:12px;font-weight:600;line-height:16px}.gb-required-mark{color:var(--gb-error)}.gb-field__input,.gb-searchable-select__input,select.gb-field__input{box-sizing:border-box;width:100%;height:35px;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);appearance:none;background:#2e232e12;border:1px solid #2e232e99;border-radius:8px;outline:none;padding:5px 16px;font-size:16px;font-weight:400;transition:border-width .15s,border-color .15s,background .15s}.gb-field__input:focus:not(:disabled),.gb-searchable-select__input:focus:not(:disabled),select.gb-field__input:focus:not(:disabled){border-width:1.5px;border-color:var(--gb-brand)}.gb-field__input-wrap{width:100%;position:relative}.gb-field__input--password{padding-right:48px}.gb-field__input--compact{background:var(--gb-background);border-color:#2e232e33;height:36px;padding:0 8px}.gb-searchable-select__input{padding-right:40px}.gb-field__toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.gb-field__toggle img{width:24px;height:24px}.gb-field__input--error,.gb-searchable-select--error .gb-field__input,.gb-searchable-select--error .gb-searchable-select__input{border-color:var(--gb-error-border);background:var(--gb-error-fill)}.gb-field__input--disabled,.gb-field__input:disabled,.gb-searchable-select__input:disabled,select.gb-field__input:disabled{opacity:.7;cursor:not-allowed;background:#2e232e0d}.gb-field__hint{font-family:var(--gb-font);letter-spacing:-.12px;color:var(--gb-button-disabled-text);white-space:pre-line;font-size:12px;font-weight:400;line-height:16px}.gb-field__error{font-family:var(--gb-font);letter-spacing:-.12px;color:var(--gb-error);align-items:center;gap:4px;font-size:12px;font-weight:600;line-height:16px;display:flex}.gb-field__error-icon{flex-shrink:0;width:24px;height:24px}.gb-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;width:100%;min-height:46px;display:flex}.gb-checkbox__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gb-checkbox__box{flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:relative}.gb-checkbox__box:before{content:"";border:1px solid var(--gb-text-strong);background:var(--gb-background);box-sizing:border-box;border-radius:4px;width:20px;height:20px}.gb-checkbox__input:checked+.gb-checkbox__box:before{background:var(--gb-brand);border-color:var(--gb-brand)}.gb-checkbox__box svg{color:var(--gb-pure-white);pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gb-checkbox__input:focus-visible+.gb-checkbox__box:before{outline:2px solid var(--gb-brand);outline-offset:2px}.gb-checkbox__label{font-family:var(--gb-font);letter-spacing:-.12px;color:var(--gb-text-strong);flex:1;font-size:12px;font-weight:600;line-height:16px}.gb-checkbox--disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.row--created{background:var(--gb-success-light-fill)!important}*,:before,:after{box-sizing:border-box}body{font-family:var(--gb-font);background:var(--gb-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{width:100%;max-width:100%;min-height:100svh;text-align:initial;border:none;margin:0 auto}.splash{background:linear-gradient(135deg,#1a161c 0%,#3d2e3d 100%);width:100%;height:100%;min-height:100svh;position:relative;overflow:hidden}.splash__bg{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.splash__brand{z-index:1;flex-direction:column;align-items:center;gap:2.1vh;width:65%;max-width:213px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.splash__logo{aspect-ratio:100/85;object-fit:contain;width:90%;height:auto}.splash__title{font-family:var(--gb-font);letter-spacing:.02em;text-align:center;color:var(--gb-background);text-shadow:2px 2px 24px var(--gb-text-strong);margin:0;font-size:34.634px;font-weight:600;line-height:48.488px}.pdf-preview-modal{z-index:200;background:var(--gb-background);flex-direction:column;display:flex;position:fixed;inset:0}.pdf-preview-modal__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;flex-shrink:0;align-items:center;padding:16px;display:flex;box-shadow:0 4px 34px #0000000d}.pdf-preview-modal__back{cursor:pointer;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:15px;font-weight:600;line-height:24px;display:inline-flex}.pdf-preview-modal__back img{width:24px;height:24px}.pdf-preview-modal__frame{background:var(--gb-background);border:none;flex:1;width:100%;min-height:0}.gb-searchable-select{width:100%;position:relative}.gb-searchable-select__control{position:relative}.gb-searchable-select__input:disabled{cursor:not-allowed}.gb-searchable-select--has-clear .gb-searchable-select__input{padding-right:72px}.gb-searchable-select__clear{width:28px;height:28px;font-family:var(--gb-font);color:#2e232e8c;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin:0;padding:0;font-size:22px;line-height:1;display:flex;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.gb-searchable-select__clear:hover{color:var(--gb-text-strong);background:#2e232e12}.gb-searchable-select__toggle{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin:0;padding:0;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.gb-searchable-select__toggle:disabled{cursor:not-allowed;opacity:.5}.gb-searchable-select__chevron{pointer-events:none;width:26px;height:26px}.gb-searchable-select__list{z-index:20;background:var(--gb-background);box-sizing:border-box;border:1px solid #2e232e33;border-radius:8px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.gb-searchable-select__option,.gb-searchable-select__empty{width:100%;font-family:var(--gb-font);text-align:left;color:var(--gb-text-strong);box-sizing:border-box;background:0 0;border:none;padding:7px 16px;font-size:15px;line-height:24px}.gb-searchable-select__option{cursor:pointer}.gb-searchable-select__option:hover,.gb-searchable-select__option--selected{background:#2e232e12}.gb-searchable-select__empty{color:#2e232e99}.login-page{background:var(--gb-background);justify-content:center;width:100%;min-height:100svh;display:flex}.login-page__form{width:100%;max-width:var(--gb-phone-width);box-sizing:border-box;text-align:left;flex-direction:column;padding:91px 16px 32px;display:flex}.login-page__heading{margin-bottom:48px}.login-page__fields{flex-direction:column;gap:12px;display:flex}.login-page__submit{margin-top:100px}.login-page__success,.login-page__error{font-family:var(--gb-font);text-align:center;margin:16px 0 0;font-size:14px}.login-page__success{color:var(--gb-brand)}.login-page__error{color:var(--gb-error)}.menu-button{z-index:10;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex;position:absolute;top:16px;right:16px}.menu-button img{width:20px;height:16px;display:block}.nav-drawer{z-index:100;pointer-events:none;position:absolute;inset:0;overflow:hidden}.nav-drawer__backdrop{background:var(--gb-nav-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;pointer-events:auto;opacity:0;border:none;padding:0;transition:opacity .3s;position:absolute;inset:0}.nav-drawer--open .nav-drawer__backdrop{opacity:1}.nav-drawer__panel{width:var(--gb-nav-sidebar-width);pointer-events:auto;border-radius:0 24px 24px 0;height:100%;transition:transform .3s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100%);box-shadow:0 50px 15px #00000040}.nav-drawer--open .nav-drawer__panel{transform:translate(0)}.nav-drawer__bg{border-radius:0 24px 24px 0;position:absolute;inset:0;overflow:hidden}.nav-drawer__bg-image{object-fit:cover;pointer-events:none;width:453px;height:100%;position:absolute;top:0;left:-96px}.nav-drawer__header{z-index:1;height:var(--gb-nav-header-height);background:var(--gb-nav-overlay);border-bottom:1px solid #2e232e33;border-radius:0 24px 0 0;position:relative;box-shadow:0 4px 12px #0003}.nav-drawer__user{align-items:center;gap:16px;display:flex;position:absolute;bottom:32px;left:16px}.nav-drawer__avatar{background:var(--gb-background);width:45px;height:45px;color:var(--gb-text-strong);border:1px solid #2e232e33;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:600;line-height:32px;display:flex}.nav-drawer__user-name{color:var(--gb-background);font-size:20px;font-weight:600;line-height:28px}.nav-drawer__menu{z-index:1;flex-direction:column;gap:8px;padding:40px 16px 0;display:flex;position:relative}.nav-drawer__group{flex-direction:column;display:flex}.nav-drawer__item,.nav-drawer__subitem{cursor:pointer;min-height:46px;font-family:var(--gb-font);text-align:left;background:0 0;border:none;align-items:center;gap:3px;padding:0;display:flex}.nav-drawer__item-label{letter-spacing:-.15px;color:var(--gb-background);padding:10px;font-size:15px;font-weight:600;line-height:24px}.nav-drawer__item-icon{flex-shrink:0;width:24px;height:24px}.nav-drawer__item-chevron{flex-shrink:0;width:26px;height:26px;margin-left:auto;transition:transform .2s}.nav-drawer__item-chevron--open{transform:rotate(180deg)}.nav-drawer__submenu{flex-direction:column;padding-left:27px;display:flex}.nav-drawer__subitem{width:100%}.nav-drawer__subitem-label{letter-spacing:-.15px;color:var(--gb-background);padding:10px;font-size:15px;font-weight:400;line-height:24px}.nav-drawer__divider{width:100%;height:1px;overflow:hidden}.nav-drawer__divider img{width:100%;height:1px;display:block}.nav-drawer__versions{margin-top:8px;padding:0 10px}.nav-drawer__versions-title,.nav-drawer__versions-line{font-family:var(--gb-font);letter-spacing:-.11px;color:#ffffffbf;margin:0;font-size:11px;font-weight:400;line-height:16px}.nav-drawer__versions-line{padding-left:12px}.layout{width:100%;min-height:100svh;max-width:var(--gb-phone-width);background:var(--gb-background);margin:0 auto;position:relative}.layout__content{width:100%;min-height:100svh}.home-page{box-sizing:border-box;width:100%;padding:16px 16px 48px}.home-page__heading{max-width:245px;margin:117px 0 0}.home-page__divider{width:calc(100% + 32px);height:25px;margin:16px -16px 0;overflow:hidden}.home-page__divider img{object-fit:cover;width:100%;height:25px;display:block}.home-page__suppliers{flex-direction:column;gap:16px;width:100%;margin-top:9px;display:flex}.home-page__loader{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 16px;display:flex}.home-page__loader-spinner{border:3px solid var(--gb-button-disabled-border);border-top-color:var(--gb-brand);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite home-page-spin}.home-page__loader-text{font-family:var(--gb-font);color:var(--gb-text-strong);font-size:16px;line-height:24px}@keyframes home-page-spin{to{transform:rotate(360deg)}}.home-page__card{box-sizing:border-box;border:1px solid var(--gb-button-disabled-border);background:var(--gb-error-fill);cursor:pointer;text-align:left;width:100%;height:65px;font-family:var(--gb-font);border-radius:12px;align-items:center;gap:18px;padding:14px 16px;transition:filter .15s;display:flex;box-shadow:0 1px 20px #00000014}.home-page__card:hover{filter:brightness(.98)}.home-page__card:active{filter:brightness(.95)}.home-page__avatar{border:.778px solid #2e232e33;border-radius:23.333px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:relative;overflow:hidden}.home-page__avatar-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.home-page__avatar-letter{z-index:1;color:var(--gb-pure-white);font-size:18.667px;font-weight:600;line-height:24.889px;position:relative}.home-page__card-body{flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.home-page__card-name{color:var(--gb-text-strong);font-size:20px;font-weight:600;line-height:28px}.home-page__card-chevron{flex-shrink:0;width:20px;height:20px}.home-page__orders-link{cursor:pointer;width:100%;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);text-underline-position:from-font;background:0 0;border:none;justify-content:center;align-items:center;margin-top:34px;padding:12px 16px;font-size:15px;font-weight:600;line-height:24px;text-decoration:underline;display:flex}.home-page__orders-link:hover{color:var(--gb-brand)}.orders-summary{border:1px solid #2e232e1a;border-radius:8px;width:100%;overflow:hidden}.orders-summary__header,.orders-summary__row{grid-template-columns:1fr repeat(var(--packaging-cols,3), 48px);align-items:center;min-height:40px;display:grid}.orders-summary__header{background:var(--gb-brand);color:var(--gb-pure-white);letter-spacing:-.12px;font-size:12px;font-weight:600;line-height:16px}.orders-summary__row{background:var(--gb-background);color:var(--gb-text-strong);border-top:1px solid #2e232e1a;font-size:12px;line-height:16px}.orders-summary__row:nth-child(2n){background:#2e232e12}.orders-summary__title,.orders-summary__label{padding:8px 12px;font-weight:600}.orders-summary__col,.orders-summary__value{text-align:center;padding:8px;font-weight:600}.orders-summary__label{font-weight:600}.orders-summary__value{font-weight:400}.order-row{box-sizing:border-box;background:var(--gb-background);align-items:center;gap:0;width:100%;min-height:48px;padding:0 8px;display:flex}.order-row__customer{flex:0 0 35%;align-items:center;gap:8px;min-width:0;display:flex}.order-row__avatar{background:var(--gb-brand);width:20px;height:20px;color:var(--gb-pure-white);text-align:center;border-radius:10px;flex-shrink:0;font-size:10px;font-weight:600;line-height:20px}.order-row__name{letter-spacing:-.12px;color:var(--gb-text-strong);word-break:break-word;font-size:12px;line-height:16px}.order-row__details{background:#2e232e1a;border-radius:12px;flex:0 0 65%;align-items:center;min-width:0;min-height:40px;padding:8px 12px;display:flex}.order-row__details-text{letter-spacing:-.12px;color:var(--gb-text-strong);flex-wrap:wrap;align-items:center;gap:6px 12px;margin:0;font-size:12px;line-height:16px;display:flex}.order-row__detail-item:not(:last-child):after{content:","}.order-row__details-text strong{font-weight:700}.swipe-row{width:100%;position:relative;overflow:hidden}.swipe-row__action{width:88px;font-family:var(--gb-font);color:var(--gb-pure-white);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px;font-size:11px;font-weight:600;line-height:14px;display:flex;position:absolute;top:0;bottom:0}.swipe-row--revealed .swipe-row__action{opacity:1;visibility:visible;pointer-events:auto}.swipe-row__action--deliver{background:var(--gb-success);left:0}.swipe-row__action--delete{background:var(--gb-error);right:0}.swipe-row__action-icon{font-size:18px;line-height:1}.swipe-row__content{z-index:1;background:var(--gb-background);touch-action:pan-y;width:100%;position:relative}.swipe-row__content--dragging{touch-action:none}.swipe-row__content--snap{transition:transform .2s}.orders-list__item{width:100%}.orders-list__item--pressable{text-align:inherit;cursor:pointer;background:0 0;border:none;padding:0;display:block}.swipe-row__content--pressable{cursor:pointer}.orders-page{box-sizing:border-box;width:100%;min-height:100svh;padding:0 16px 48px}.orders-page__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;grid-template-columns:46px 1fr 46px;align-items:center;margin:0 -16px;padding:16px 16px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.orders-page__back{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.orders-page__title{text-align:center;margin:0}.orders-page__header-spacer{width:46px;height:46px}.orders-page__controls{flex-direction:column;gap:12px;margin-top:24px;display:flex}.orders-page__select-wrap{display:block;position:relative}.orders-page__select{width:100%;height:40px;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);appearance:none;cursor:pointer;background:#2e232e12;border:1px solid #2e232e99;border-radius:8px;padding:0 40px 0 16px;font-size:15px}.orders-page__select-chevron{pointer-events:none;width:26px;height:26px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.orders-page__actions{gap:16px;width:100%;display:flex}.orders-page__body{flex-direction:column;gap:24px;margin-top:24px;display:flex}.orders-page__list{border:1px solid #2e232e1a;border-radius:8px;overflow:hidden}.orders-page__list-header{box-sizing:border-box;border-bottom:.5px solid var(--gb-brand);letter-spacing:-.15px;height:48px;color:var(--gb-text-strong);background:#2e232e33;padding:12px 16px;font-size:15px;font-weight:600;line-height:24px}.orders-page__status,.orders-page__empty{text-align:center;color:var(--gb-text-strong);padding:24px 16px;font-size:15px;line-height:24px}.orders-page__empty p{margin:0;font-weight:600}.orders-page__rows{flex-direction:column;display:flex}.orders-page__row-wrap:last-child .orders-page__row-divider{display:none}.orders-page__row-divider img{width:100%;height:1px;display:block}.orders-page__total{background:var(--gb-background);border:1px solid #2e232e1a;border-radius:8px;overflow:hidden}.orders-page__total-toggle{cursor:pointer;width:100%;height:48px;font-family:var(--gb-font);background:#2e232e12;border:none;justify-content:space-between;align-items:center;padding:0 16px;display:flex}.orders-page__total-label{letter-spacing:-.15px;color:var(--gb-text-strong);font-size:15px;font-weight:600;line-height:24px}.orders-page__total-chevron{flex-shrink:0;width:26px;height:26px}.orders-page__total--expanded .orders-page__total-toggle{border-bottom:1px solid #2e232e1a}.orders-page__summaries{flex-direction:column;gap:16px;padding:16px;display:flex}.orders-page__summaries .orders-summary{--packaging-cols:3}.orders-page__summaries .orders-summary__header,.orders-page__summaries .orders-summary__row{grid-template-columns:1fr repeat(var(--packaging-cols), 48px)}.orders-page__footer .gb-btn{width:100%}.catalog-page{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}.catalog-page__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;flex-shrink:0;grid-template-columns:46px 1fr 46px;align-items:center;margin:0;padding:16px 16px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.catalog-page__back{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.catalog-page__title{text-align:center;margin:0}.catalog-page__header-spacer{width:46px;height:46px}.catalog-page__body{box-sizing:border-box;flex:1;min-height:0;padding:24px 16px 96px;overflow-y:auto}.catalog-page__list{border:1px solid #2e232e1a;border-radius:8px;overflow:hidden}.catalog-page__list-table{flex-direction:column;display:flex}.catalog-page__list-header{box-sizing:border-box;border-bottom:.5px solid var(--gb-brand);letter-spacing:-.15px;min-height:40px;color:var(--gb-text-strong);background:#2e232e33;grid-template-columns:70% 30%;padding:8px 0;font-size:16px;font-weight:600;display:grid}.catalog-page__col-name,.catalog-page__col-code{text-overflow:ellipsis;white-space:nowrap;padding:0 8px;overflow:hidden}.catalog-page__status{text-align:center;color:var(--gb-text-strong);margin:0;padding:24px 16px;font-size:16px}.catalog-page__rows{flex-direction:column;display:flex}.catalog-page__row{box-sizing:border-box;background:var(--gb-background);width:100%;min-height:40px;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);text-align:left;cursor:pointer;border:none;grid-template-columns:70% 30%;padding:8px 0;font-size:16px;display:grid}.catalog-page__row:hover{background:#2e232e08}.catalog-page__row-wrap:last-child .catalog-page__row-divider{display:none}.catalog-page__row-divider img{width:100%;height:1px;display:block}.catalog-page__footer{width:100%;max-width:var(--gb-phone-width);box-sizing:border-box;background:var(--gb-background);border-top:1px solid #2e232e1a;padding:16px;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 24px #0000000d}.catalog-page__footer .gb-btn{width:100%;height:48px}.catalog-add-edit-page{box-sizing:border-box;width:100%;min-height:100svh;padding:0 16px 200px}.catalog-add-edit-page__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;grid-template-columns:46px 1fr 46px;align-items:center;margin:0 -16px;padding:16px 16px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.catalog-add-edit-page__back{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.catalog-add-edit-page__title{text-align:center;margin:0}.catalog-add-edit-page__header-spacer{width:46px;height:46px}.catalog-add-edit-page__status{text-align:center;color:var(--gb-text-strong);padding:24px 0}.catalog-add-edit-page__footer{width:100%;max-width:var(--gb-phone-width);box-sizing:border-box;background:var(--gb-background);border-top:1px solid #2e232e1a;gap:16px;padding:16px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 24px #0000000d}.catalog-add-edit-page__footer .gb-btn{flex:1}.catalog-add-edit-page__footer--view{flex-flow:column;gap:16px}.catalog-add-edit-page__footer-row{gap:16px;width:100%;display:flex}.catalog-add-edit-page__footer-row .gb-btn{flex:1}.catalog-add-edit-page--modal{min-height:auto;padding-bottom:24px}.catalog-add-edit-page--modal .catalog-add-edit-page__footer{max-width:none;box-shadow:none;border-top:none;margin-top:24px;padding:0;position:static;left:auto;transform:none}.catalog-add-edit-page--modal .catalog-add-edit-page__footer .gb-btn{width:auto}.catalog-add-edit-page__details-toggle{cursor:pointer;width:100%;font-family:var(--gb-font);text-align:left;background:0 0;border:none;border-bottom:1px solid #2e232e33;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.catalog-add-edit-page__details-title{letter-spacing:-.15px;color:var(--gb-text-strong);font-size:15px;font-weight:400;line-height:24px}.catalog-add-edit-page__details-chevron{flex-shrink:0;width:26px;height:26px}.catalog-add-edit-page__details-body{flex-direction:column;gap:17px;padding-top:17px;display:flex}.order-detail-row{border-bottom:1px solid #2e232e1a;grid-template-columns:1fr 72px minmax(120px,1.4fr);align-items:center;gap:8px;padding:8px 0;display:grid}.order-detail-row__article{flex-direction:column;gap:2px;min-width:0;display:flex}.order-detail-row__code{color:var(--gb-text-strong);font-size:12px;font-weight:700;line-height:16px}.order-detail-row__name{color:#2e232eb3;word-break:break-word;font-size:11px;line-height:14px}.order-detail-row__field{flex-direction:column;gap:2px;display:flex}.order-detail-row__label{color:#2e232e99;font-size:10px;line-height:12px}.customers-page{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}.customers-page__body{box-sizing:border-box;flex-direction:column;flex:1;min-height:0;padding:16px 16px 0;display:flex;overflow:hidden}.customers-page__scroll{box-sizing:border-box;flex:1;min-height:0;padding:16px 0 96px;overflow-y:auto}.customers-page__search{box-sizing:border-box;border:1px solid var(--gb-button-disabled-border);background:var(--gb-error-fill);border-radius:12px;flex-shrink:0;align-items:center;gap:8px;width:100%;min-height:48px;padding:0 16px;display:flex}.customers-page__search-icon{flex-shrink:0;width:20px;height:20px}.customers-page__search-input{min-width:0;height:46px;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:16px}.customers-page__search-input::placeholder{color:#2e232e80}.customers-page__search-input::-webkit-search-cancel-button{display:none}.customers-page__status{text-align:center;color:var(--gb-text-strong);margin:24px 0 0;font-size:16px}.customers-page__list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.customers-page__row{box-sizing:border-box;border:1px solid var(--gb-button-disabled-border);background:var(--gb-error-fill);cursor:pointer;text-align:left;width:100%;min-height:48px;font-family:var(--gb-font);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:filter .15s;display:flex;box-shadow:0 1px 20px #00000014}.customers-page__row:hover{filter:brightness(.98)}.customers-page__row:active{filter:brightness(.95)}.customers-page__row-name{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.15px;min-width:0;color:var(--gb-text-strong);flex:1;font-size:16px;font-weight:600;line-height:24px;overflow:hidden}.customers-page__row-chevron{flex-shrink:0;width:20px;height:20px}.order-add-edit-page{box-sizing:border-box;width:100%;min-height:100svh;padding:0 16px 200px}.order-add-edit-page__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;grid-template-columns:46px 1fr 46px;align-items:center;margin:0 -16px;padding:16px 16px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.order-add-edit-page__back{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.order-add-edit-page__title{text-align:center;margin:0}.order-add-edit-page__header-spacer{width:46px;height:46px}.order-add-edit-page__status{text-align:center;color:var(--gb-text-strong);padding:24px 0}.order-add-edit-page__picker-trigger{text-align:left;cursor:pointer;appearance:none;width:100%;margin:0;display:block}.order-add-edit-page__picker-trigger--placeholder{color:#2e232e80}.order-add-edit-page__picker-trigger:disabled{cursor:not-allowed}.order-add-edit-page__picker-overlay{z-index:200;box-sizing:border-box;background:var(--gb-nav-overlay);-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.order-add-edit-page__picker-panel{background:var(--gb-background);border:1px solid #2e232e33;border-radius:12px;flex-direction:column;width:95%;height:80vh;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 4px 30px #00000026}.order-add-edit-page__picker-header{border-bottom:1px solid #2e232e33;flex-shrink:0;grid-template-columns:46px 1fr 46px;align-items:center;padding:12px 12px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.order-add-edit-page__picker-back{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.order-add-edit-page__picker-title{text-align:center;margin:0}.order-add-edit-page__picker-header-spacer{width:46px;height:46px}.order-add-edit-page__picker-body{box-sizing:border-box;flex-direction:column;flex:1;min-height:0;padding:12px 12px 0;display:flex;overflow:hidden}.order-add-edit-page__picker-toolbar{flex-shrink:0;align-items:center;gap:8px;display:flex}.order-add-edit-page__picker-scroll{box-sizing:border-box;flex:1;min-height:0;padding:16px 0;overflow-y:auto}.order-add-edit-page__picker-search{flex:1;min-width:0}.order-add-edit-page__picker-add{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.order-add-edit-page__customer-modal{z-index:210;background:var(--gb-background);position:fixed;inset:0;overflow-y:auto}.order-add-edit-page__details{background:#2e232e08;border:1px solid #2e232e1a;border-radius:8px;padding:8px 12px}.order-add-edit-page__details--error{border-color:var(--gb-error-border);background:var(--gb-error-fill)}.order-add-edit-page__details-title{color:var(--gb-text-strong);margin:0 0 8px;font-size:13px;font-weight:600}.order-add-edit-page__ostalo{margin-top:12px}.order-add-edit-page__footer{width:100%;max-width:var(--gb-phone-width);box-sizing:border-box;background:var(--gb-background);border-top:1px solid #2e232e1a;gap:16px;padding:16px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 24px #0000000d}.order-add-edit-page__footer .gb-btn{flex:1}.order-add-edit-page__footer--view{flex-flow:column;gap:16px}.order-add-edit-page__footer--view .order-add-edit-page__footer-full{flex:none;width:100%}.order-add-edit-page__footer-row{gap:16px;width:100%;display:flex}.order-add-edit-page__footer-row .gb-btn{flex:1}.order-add-edit-page__footer-row--end{justify-content:flex-end}.order-add-edit-page__footer-row--end .gb-btn{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}.order-add-edit-page__footer--view .gb-btn--outline{background:var(--gb-background)}.password-change-page{box-sizing:border-box;width:100%;min-height:100svh;padding:0 16px 120px}.password-change-page__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;grid-template-columns:46px 1fr 46px;align-items:center;margin:0 -16px;padding:16px 16px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.password-change-page__back{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.password-change-page__title{text-align:center;margin:0}.password-change-page__header-spacer{width:46px;height:46px}.password-change-page__form{flex-direction:column;gap:12px;margin-top:32px;display:flex}.password-change-page__submit{margin-top:48px}.password-change-page__error{font-family:var(--gb-font);text-align:center;color:var(--gb-error);margin:16px 0 0;font-size:14px}.report-page{box-sizing:border-box;width:100%;min-height:100svh;padding:0 16px 48px}.report-page__header{background:var(--gb-background);border-bottom:1px solid #2e232e33;grid-template-columns:46px 1fr 46px;align-items:center;margin:0 -16px;padding:16px 16px 8px;display:grid;box-shadow:0 4px 34px #0000000d}.report-page__back{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:flex}.report-page__title{text-align:center;margin:0}.report-page__header-spacer{width:46px;height:46px}.report-page__controls{margin-top:24px}.report-page__filter-btn{width:100%}.report-page__filter-body{overflow-y:auto}.report-page__filter-panel .report-page__filters{flex-direction:column;gap:12px;padding:16px;display:flex}.report-page__group-row,.report-page__date-range{gap:12px;display:flex}.report-page__group-field,.report-page__date-field{flex:1;min-width:0}.report-page__select-wrap{display:block;position:relative}.report-page__select{width:100%;height:40px;font-family:var(--gb-font);letter-spacing:-.15px;color:var(--gb-text-strong);appearance:none;cursor:pointer;background:#2e232e12;border:1px solid #2e232e99;border-radius:8px;padding:0 40px 0 16px;font-size:15px}.report-page__select-chevron{pointer-events:none;width:26px;height:26px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.report-page__body{flex-direction:column;gap:16px;margin-top:24px;display:flex}.report-page__status{color:var(--gb-text-muted);text-align:center;margin:16px 0;font-size:14px}.report-page__rows{flex-direction:column;gap:12px;display:flex}.report-page__row-group{background:var(--gb-background);border:1px solid #2e232e1f;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.report-page__row-group-header{z-index:2;background:var(--gb-background);border-bottom:1px solid #2e232e1a;margin:-12px -12px 0;padding:12px 12px 8px;position:sticky;top:0}.report-page__row-group-items{flex-direction:column;gap:10px;display:flex}.report-page__row-item{flex-direction:column;gap:6px;display:flex}.report-page__row-item:not(:last-child){border-bottom:1px solid #2e232e14;padding-bottom:10px}.report-page__row-heading{flex-direction:column;gap:2px;display:flex}.report-page__article-line{flex-wrap:wrap;align-items:baseline;gap:6px;margin:0;display:flex}.report-page__row-title{color:var(--gb-text-strong);margin:0;font-size:14px;font-weight:700;line-height:18px}.report-page__row-subtitle{color:var(--gb-text-muted);margin:0;font-size:12px;line-height:16px}.report-page__row-period{color:var(--gb-text-strong);margin:0;font-size:12px;line-height:16px}.report-page__details{background:#2e232e1a;border-radius:12px;align-items:center;min-height:40px;padding:8px 12px;display:flex}.report-page__details-text{letter-spacing:-.12px;color:var(--gb-text-strong);flex-wrap:wrap;align-items:center;gap:6px 12px;margin:0;font-size:12px;line-height:16px;display:flex}.report-page__detail-item:not(:last-child):after{content:","}.report-page__details-text strong{font-weight:700}.app-shell{background:var(--gb-background);width:100%;min-height:100svh;margin:0 auto}@media (width>=420px){.app-shell{max-width:var(--gb-phone-width);box-shadow:0 0 0 1px #2e232e14}}.pwa-update-banner{left:50%;bottom:max(16px, env(safe-area-inset-bottom));z-index:10000;width:min(calc(100% - 32px), var(--gb-phone-width));background:var(--gb-text-strong);color:var(--gb-pure-white);border-radius:8px;padding:12px 16px;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #2e232e59}.pwa-update-banner__text{font-family:var(--gb-font);text-align:center;margin:0;font-size:14px;font-weight:600;line-height:1.35}
