.manager-sidebar{width:240px;flex-shrink:0;background:oklch(.13 .005 90);color:white;display:flex;flex-direction:column;padding:20px 16px;min-height:100vh}.manager-sidebar__brand{display:flex;align-items:center;gap:10px;margin-bottom:28px;padding:0 6px}.manager-sidebar__brand-mark{width:32px;height:32px;border-radius:9px;background:var(--color-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.manager-sidebar__brand-mark,.manager-sidebar__brand-name{font-size:14px;font-weight:800}.manager-sidebar__label{font-size:10px;color:oklch(.6 .01 90)}.manager-sidebar__section-label{font-size:11px;font-weight:700;letter-spacing:1px;color:oklch(.5 .01 90);padding:0 10px;margin-bottom:8px}.manager-sidebar__nav{display:flex;flex-direction:column;gap:2px}.manager-sidebar__link{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;color:oklch(.7 .01 90)}.manager-sidebar__link--active{background:oklch(.22 .01 90);color:white}.manager-sidebar__badge{font-size:11px;font-weight:700;background:oklch(.28 .01 90);color:oklch(.85 .01 90);border-radius:var(--radius-pill);padding:2px 8px}.manager-pipeline{background:var(--color-surface);border-radius:var(--radius-md);padding:20px 22px;border:1px solid var(--color-border);margin-bottom:20px}.manager-pipeline__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.manager-pipeline__title{font-size:14px;font-weight:800}.manager-pipeline__subtitle{font-size:var(--font-size-sm);color:var(--color-text-muted)}.manager-pipeline__stages{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.manager-pipeline__stage{background:var(--color-surface-muted);border-radius:var(--radius-sm);padding:14px 16px}.manager-pipeline__stage-label{display:flex;align-items:center;gap:6px;font-size:var(--font-size-sm);color:var(--color-text);margin-bottom:6px}.manager-pipeline__stage-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.manager-pipeline__stage-count{font-size:20px;font-weight:800}.manager-pipeline__bar{height:8px;border-radius:4px;background:var(--color-border);display:flex;overflow:hidden}.manager-pipeline__bar-segment{height:100%}.stat-tile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:18px 20px}.stat-tile__label{font-size:var(--font-size-sm);color:var(--color-text);margin-bottom:8px}.stat-tile__value{font-size:24px;font-weight:800}.pager{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px;border-top:1px solid var(--color-border)}.pager__btn{cursor:pointer;padding:6px 11px;border-radius:8px;font-size:12px;font-weight:700;border:none;background:transparent;color:var(--color-text-muted)}.pager__btn:disabled{opacity:.35;cursor:default}.pager__btn--active{background:var(--color-ink);color:white}.order-detail-drawer__backdrop{position:fixed;inset:0;background:oklch(.1 .005 90/.4);z-index:40}.order-detail-drawer{position:fixed;top:0;right:0;height:100vh;width:min(420px,100vw);background:var(--color-surface);z-index:50;box-shadow:-20px 0 50px oklch(0 0 0/.15);display:flex;flex-direction:column}.order-detail-drawer__header{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border)}.order-detail-drawer__ref{font-size:17px;font-weight:800}.order-detail-drawer__close{cursor:pointer;width:30px;height:30px;border-radius:50%;border:none;background:var(--color-surface-muted);display:flex;align-items:center;justify-content:center;font-size:16px}.order-detail-drawer__body{flex:1 1;overflow-y:auto;padding:20px 24px}.order-detail-drawer__status{font-size:12px;font-weight:700;padding:6px 12px;border-radius:var(--radius-pill);display:inline-block;margin-bottom:16px}.order-detail-drawer__status--confirmed{background:oklch(.94 .03 250);color:oklch(.5 .15 250)}.order-detail-drawer__status--preparing{background:oklch(.94 .03 75);color:oklch(.5 .15 75)}.order-detail-drawer__status--shipping{background:var(--color-accent-soft);color:oklch(.5 .19 20)}.order-detail-drawer__status--delivered{background:var(--color-success-soft);color:var(--color-success)}.order-detail-drawer__meta{font-size:var(--font-size-base);color:var(--color-text);margin-bottom:4px}.order-detail-drawer__meta--last{margin-bottom:20px}.order-detail-drawer__section-title{font-size:var(--font-size-base);font-weight:700;margin-bottom:10px}.order-detail-drawer__section-title--spaced{margin-top:24px}.order-detail-drawer__line{display:flex;justify-content:space-between;font-size:var(--font-size-base);padding:8px 0;border-bottom:1px solid var(--color-surface-muted)}.order-detail-drawer__line-total{font-weight:700}.order-detail-drawer__total-row{display:flex;justify-content:space-between;font-size:15px;font-weight:800;padding-top:14px}.order-detail-drawer__steps{display:flex;flex-direction:column;gap:8px}.order-detail-drawer__step-btn{cursor:pointer;padding:11px 14px;border-radius:var(--radius-md);font-size:var(--font-size-base);font-weight:700;border:none;background:var(--color-surface-muted);color:var(--color-ink-soft);text-align:left}.order-detail-drawer__step-btn--active{background:var(--color-ink);color:white}.orders-section__table-card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}.orders-section__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:18px 22px;border-bottom:1px solid var(--color-border)}.orders-section__toolbar-left{display:flex;align-items:baseline;gap:10px}.orders-section__title{font-size:14px;font-weight:800}.orders-section__count{font-size:var(--font-size-sm);color:var(--color-text-muted)}.orders-section__toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.orders-section__filter{padding:8px 12px;font-family:inherit}.orders-section__export,.orders-section__filter,.orders-section__reset{border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:12px;background:white}.orders-section__export,.orders-section__reset{cursor:pointer;padding:8px 13px;font-weight:600;white-space:nowrap}.orders-section__reset{color:var(--color-text);border:none}.orders-section__table{width:100%;border-collapse:collapse;font-size:13px}.orders-section__table th{text-align:left;padding:12px 22px;font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px;background:var(--color-bg)}.orders-section__sortable{cursor:pointer}.orders-section__table td{padding:14px 22px;border-top:1px solid var(--color-surface-muted)}.orders-section__row{cursor:pointer}.orders-section__row:hover{background:var(--color-bg)}.orders-section__ref{font-weight:700}.orders-section__client{display:flex;align-items:center;gap:9px}.orders-section__avatar{width:30px;height:30px;border-radius:50%;background:var(--color-accent-soft);color:oklch(.5 .19 20);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.orders-section__client-name{font-weight:600}.orders-section__client-contact{font-size:11px;color:var(--color-text-muted)}.orders-section__total{font-weight:700}.orders-section__status{font-size:11px;font-weight:700;padding:5px 11px;border-radius:var(--radius-pill)}.orders-section__status--confirmed{background:oklch(.94 .03 250);color:oklch(.5 .15 250)}.orders-section__status--preparing{background:oklch(.94 .03 75);color:oklch(.5 .15 75)}.orders-section__status--shipping{background:var(--color-accent-soft);color:oklch(.5 .19 20)}.orders-section__status--delivered{background:var(--color-success-soft);color:var(--color-success)}.orders-section__date{color:var(--color-text-muted);font-size:12px}.orders-section__empty{text-align:center;padding:32px;color:var(--color-text-muted)}.manager-modal__backdrop{position:fixed;inset:0;background:oklch(.1 .005 90/.45);z-index:60;display:flex;align-items:center;justify-content:center;padding:24px}.manager-modal__card{background:var(--color-surface);border-radius:var(--radius-lg);width:min(480px,100%);max-height:90vh;overflow-y:auto;padding:26px}.manager-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.manager-modal__title{font-size:var(--font-size-md);font-weight:800}.manager-modal__close{cursor:pointer;width:28px;height:28px;border-radius:50%;border:none;background:var(--color-surface-muted);display:flex;align-items:center;justify-content:center;font-size:15px}.manager-modal__msg{padding:10px 14px;border-radius:var(--radius-sm);background:var(--color-success-soft);color:var(--color-success);font-size:12px;font-weight:600;margin-bottom:14px}.manager-modal__form{display:flex;flex-direction:column;gap:12px}.manager-modal__row{display:flex;gap:10px}.manager-modal__input,.manager-modal__select,.manager-modal__textarea{padding:10px 13px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:13px;font-family:inherit;outline:none;background:white;flex:1 1;min-width:0}.manager-modal__textarea{resize:vertical;width:100%;box-sizing:border-box}.manager-modal__submit{cursor:pointer;text-align:center;padding:12px;border-radius:var(--radius-sm);border:none;background:var(--color-ink);color:white;font-size:13px;font-weight:700;margin-top:6px}.manager-modal__submit--accent{background:var(--color-accent)}.manager-modal__confirm-card{background:var(--color-surface);border-radius:18px;width:min(360px,100%);padding:24px;text-align:center}.manager-modal__confirm-title{font-size:15px;font-weight:800;margin-bottom:8px}.manager-modal__confirm-desc{font-size:13px;color:var(--color-text-muted);margin-bottom:20px}.manager-modal__confirm-actions{display:flex;gap:10px}.manager-modal__confirm-btn{flex:1 1;cursor:pointer;padding:11px;border-radius:var(--radius-sm);font-size:13px;font-weight:700;border:1px solid var(--color-border-strong);background:white}.manager-modal__confirm-btn--danger{border:none;background:oklch(.5 .19 20);color:white}.products-section{display:flex;flex-direction:column;gap:20px}.products-section__actions{display:flex;gap:10px;flex-wrap:wrap}.products-section__btn{cursor:pointer;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:var(--font-size-sm);font-weight:700;background:white}.products-section__btn--promo{border-color:var(--color-accent);color:oklch(.5 .19 20)}.products-section__btn--dark{border:none;background:var(--color-ink);color:white}.products-section__flash{padding:12px 16px;border-radius:var(--radius-sm);background:var(--color-success-soft);color:var(--color-success);font-size:var(--font-size-sm);font-weight:600}.products-section__card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}.products-section__card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid var(--color-border);font-size:14px;font-weight:800}.products-section__card-header--promo{color:oklch(.5 .19 20)}.products-section__card-header-actions{display:flex;align-items:center;gap:8px}.products-section__search{font-family:inherit;width:220px}.products-section__export,.products-section__search{padding:8px 13px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:12px}.products-section__export{cursor:pointer;font-weight:600;background:white;white-space:nowrap}.products-section__promo-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--color-surface-muted)}.products-section__promo-name{font-size:var(--font-size-sm);font-weight:700}.products-section__promo-prices{font-size:12px;margin-top:2px}.products-section__promo-price{font-weight:700;color:oklch(.5 .19 20)}.products-section__promo-original{color:var(--color-text-faint);text-decoration:line-through;margin-left:6px}.products-section__promo-pct{font-weight:700;color:oklch(.5 .19 20);margin-left:6px}.products-section__table{width:100%;border-collapse:collapse;font-size:13px}.products-section__table th{text-align:left;padding:10px 20px;font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px;background:var(--color-bg)}.products-section__table td{padding:10px 20px;border-top:1px solid var(--color-surface-muted);vertical-align:middle}.products-section__thumb{width:40px;height:40px;border-radius:9px;background-color:var(--color-surface-muted);background-size:cover;background-position:50%}.products-section__mark{width:30px;height:30px;border-radius:9px;background:var(--color-accent-soft);color:oklch(.5 .19 20);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.products-section__strong{font-weight:700}.products-section__muted{color:var(--color-text-muted);font-size:12px}.products-section__muted-sm{font-size:11px;color:var(--color-text-muted)}.products-section__truncate{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-section__badge{font-size:10px;font-weight:700;padding:4px 9px;border-radius:var(--radius-pill);background:var(--color-ink);color:white;white-space:nowrap}.products-section__row-actions{display:flex;align-items:center;gap:6px}.products-section__icon-btn{cursor:pointer;height:26px;padding:0 8px;border-radius:7px;border:none;background:var(--color-surface-muted);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--color-text);white-space:nowrap}.products-section__icon-btn--danger{background:var(--color-accent-soft);color:oklch(.5 .19 20)}.products-section__inline-input{padding:6px 8px;border-radius:6px;border:1px solid var(--color-border-strong);font-size:12px;font-family:inherit;width:100%;box-sizing:border-box}.products-section__inline-input--price{width:70px}.clients-section{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}.clients-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid var(--color-border);font-size:14px;font-weight:800}.clients-section__header-actions{display:flex;align-items:center;gap:8px}.clients-section__search{font-family:inherit;width:260px}.clients-section__export,.clients-section__search{padding:8px 13px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:12px}.clients-section__export{cursor:pointer;font-weight:600;background:white;white-space:nowrap}.clients-section__table{width:100%;border-collapse:collapse;font-size:13px}.clients-section__table th{text-align:left;padding:10px 20px;font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px;background:var(--color-bg)}.clients-section__table td{padding:12px 20px;border-top:1px solid var(--color-surface-muted)}.clients-section__strong{font-weight:700}.clients-section__muted{color:var(--color-text-muted);font-size:12px}.clients-section__badge{font-size:10px;font-weight:700;padding:4px 9px;border-radius:var(--radius-pill);background:var(--color-surface-muted);color:var(--color-text-muted)}.clients-section__badge--account{background:var(--color-success-soft);color:var(--color-success)}.clients-section__empty{text-align:center;padding:32px;color:var(--color-text-muted)}.alerts-section{display:flex;flex-direction:column;gap:20px}.alerts-section__form-card,.alerts-section__list-card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);max-width:480px}.alerts-section__form-card{padding:22px}.alerts-section__form-title{font-size:14px;font-weight:800;margin-bottom:6px}.alerts-section__form-hint{font-size:var(--font-size-sm);color:var(--color-text-muted);margin-bottom:16px}.alerts-section__form{display:flex;flex-direction:column;gap:12px}.alerts-section__input{padding:10px 13px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:var(--font-size-sm);font-family:inherit}.alerts-section__colors{display:flex;gap:16px;align-items:center}.alerts-section__color-label{display:flex;align-items:center;gap:8px;font-size:var(--font-size-sm);color:var(--color-text)}.alerts-section__color-label input{width:36px;height:28px;border-radius:6px;border:1px solid var(--color-border-strong);cursor:pointer;padding:0}.alerts-section__submit{cursor:pointer;text-align:center;padding:11px;border-radius:var(--radius-sm);border:none;background:var(--color-ink);color:white;font-size:var(--font-size-sm);font-weight:700}.alerts-section__submit:disabled{opacity:.5;cursor:default}.alerts-section__list-header{padding:16px 20px;border-bottom:1px solid var(--color-border);font-size:14px;font-weight:800}.alerts-section__row{display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid var(--color-surface-muted)}.alerts-section__row:first-of-type{border-top:none}.alerts-section__preview{flex:1 1;min-width:0;padding:8px 14px;border-radius:8px;font-size:var(--font-size-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alerts-section__remove{cursor:pointer;flex-shrink:0;padding:6px 12px;border-radius:8px;border:none;background:var(--color-surface-muted);font-size:var(--font-size-sm);font-weight:700;color:var(--color-text)}.alerts-section__empty{padding:20px;text-align:center;color:var(--color-text-muted);font-size:var(--font-size-sm)}.shop-settings-section{background:var(--color-surface);border-radius:var(--radius-md);padding:24px;border:1px solid var(--color-border);max-width:520px}.shop-settings-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.shop-settings-section__title{font-size:14px;font-weight:800}.shop-settings-section__switch{cursor:pointer;width:44px;height:26px;border-radius:var(--radius-pill);border:none;background:var(--color-border-strong);position:relative;transition:background .2s ease}.shop-settings-section__switch--on{background:oklch(.5 .19 20)}.shop-settings-section__switch-knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:white;transition:left .2s ease;box-shadow:0 1px 3px oklch(0 0 0/.2)}.shop-settings-section__switch--on .shop-settings-section__switch-knob{left:20px}.shop-settings-section__desc{font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:1.6;margin-bottom:20px}.shop-settings-section__badge{padding:10px 14px;border-radius:var(--radius-sm);background:oklch(.94 .03 75);color:oklch(.5 .16 75);font-size:var(--font-size-sm);font-weight:700;margin-bottom:16px}.shop-settings-section__label{font-size:var(--font-size-sm);font-weight:700;margin-bottom:8px}.shop-settings-section__textarea{width:100%;box-sizing:border-box;padding:10px 13px;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);font-size:var(--font-size-sm);font-family:inherit;resize:vertical}.shop-settings-section__save{cursor:pointer;text-align:center;margin-top:12px;width:100%;padding:11px;border-radius:var(--radius-sm);border:none;background:var(--color-ink);color:white;font-size:var(--font-size-sm);font-weight:700}.manager-page{display:flex;min-height:100vh;background:var(--color-bg)}.manager-page__content{flex:1 1;min-width:0;padding:24px 32px 60px}.manager-page__header-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:24px}.manager-page__header-titles{display:flex;align-items:baseline;gap:10px}.manager-page__title{font-size:22px;font-weight:800;margin:0}.manager-page__today{font-size:var(--font-size-sm);color:var(--color-text-muted);text-transform:capitalize}.manager-page__header-actions{display:flex;align-items:center;gap:10px}.manager-page__search{padding:10px 16px;font-size:var(--font-size-sm);font-family:inherit;outline:none;width:260px}.manager-page__bell,.manager-page__search{border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:white}.manager-page__bell{cursor:pointer;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:14px}.manager-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.manager-page__placeholder-card{background:var(--color-surface);border-radius:var(--radius-md);padding:24px;border:1px solid var(--color-border);max-width:520px}.manager-page__placeholder-title{font-size:14px;font-weight:800;margin-bottom:10px}.manager-page__placeholder-desc{font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:1.6}