*{box-sizing:border-box}:root{color-scheme:light;--bg-page: #f3f4f6;--bg-surface: #ffffff;--bg-surface-muted: #f8fafc;--bg-sidebar: #111827;--bg-sidebar-item: #1f2937;--bg-primary: #2563eb;--bg-primary-hover: #1d4ed8;--bg-primary-soft: #eff6ff;--bg-warning-soft: #fffbeb;--border-default: #e5e7eb;--border-strong: #d1d5db;--text-main: #111827;--text-soft: #4b5563;--text-muted: #6b7280;--text-inverse: #ffffff;--shadow-card: 0 10px 30px rgba(15, 23, 42, .08);--shadow-soft: 0 6px 18px rgba(15, 23, 42, .06)}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text-main);background:var(--bg-page)}button,input,select,textarea{font:inherit}button{border:0;border-radius:12px;padding:.75rem 1rem;background:var(--bg-primary);color:var(--text-inverse);cursor:pointer;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}button:hover:not(:disabled){background:var(--bg-primary-hover);transform:translateY(-1px)}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--bg-primary);text-decoration:none}pre{white-space:pre-wrap;word-break:break-word;margin:0}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#111827,#081225);color:var(--text-inverse);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:inset -1px 0 #ffffff0a}.sidebar h1{margin:0;font-size:1.4rem}.sidebar-user{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.75rem;background:#ffffff0f}.sidebar-user span{display:block;color:#9ca3af;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.sidebar-user strong{display:block;margin-top:.25rem;color:var(--text-inverse)}.sidebar-live-badge{border-radius:8px;padding:.75rem;background:#16a34a;color:var(--text-inverse);font-weight:800;text-align:center;letter-spacing:.08em}.nav-list{display:flex;flex-direction:column;gap:.5rem}.nav-item{width:100%;text-align:left;background:var(--bg-sidebar-item)}.nav-item.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 0 0 2px #ffffff1a}.sidebar-logout{margin-top:auto;background:#ffffff14;text-align:center;font-weight:700}.content{padding:1.5rem}.page-header{margin-bottom:1rem}.page-header h2,.page-header p{margin:0}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top left,#dbeafe 0,#f3f4f6 34%,#e5e7eb)}.login-card{width:min(420px,100%);display:grid;gap:1rem;padding:1.5rem;border-radius:8px;background:var(--bg-surface);box-shadow:var(--shadow-card)}.login-card h1{margin:.25rem 0 0;font-size:2rem}.login-card p{margin:.35rem 0 0;color:var(--text-soft)}.login-recovery{display:inline-flex;justify-content:center;border:0;padding:.25rem;background:transparent;color:var(--text-soft);font-weight:700;box-shadow:none}.login-recovery:hover{background:transparent!important;color:var(--bg-primary);transform:none!important}.login-recovery-panel{display:grid;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--border-default)}.stack{display:flex;flex-direction:column;gap:1rem}.card{background:var(--bg-surface);border-radius:20px;padding:1rem;box-shadow:var(--shadow-card)}.grid{display:grid;gap:.75rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:.35rem}.field span{font-size:.9rem;color:var(--text-soft)}.field input,.field select,.search{border:1px solid var(--border-strong);border-radius:12px;padding:.7rem .8rem;background:var(--bg-surface)}.checkbox{display:flex;align-items:center;gap:.6rem}.toolbar,.actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.alert{border-radius:14px;padding:.85rem 1rem}.alert.success{background:#dcfce7;color:#166534}.alert.error{background:#fee2e2;color:#991b1b}.empty-state{padding:1rem;color:var(--text-muted)}.table-wrap{overflow:auto;border:1px solid var(--border-default);border-radius:14px}.data-table{width:100%;border-collapse:collapse;font-size:.92rem}.data-table th,.data-table td{padding:.7rem;border-bottom:1px solid var(--border-default);text-align:left;white-space:nowrap}.data-table tbody tr{cursor:pointer}.data-table tbody tr:hover,.data-table tbody tr.selected{background:var(--bg-primary-soft)}.manifest-page{gap:1.25rem}.manifest-hero{padding:1.5rem}.manifest-hero__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.manifest-hero__copy h2,.manifest-history__header h3{margin:0;font-size:1.9rem;line-height:1.1}.manifest-hero__copy p,.manifest-history__header p{margin:.45rem 0 0;color:var(--text-muted)}.manifest-note{border:1px solid #fde68a;background:var(--bg-warning-soft);color:#92400e;border-radius:16px;padding:.95rem 1rem;margin-bottom:1rem;line-height:1.5}.manifest-history{padding:1.5rem}.manifest-history__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.manifest-counter{display:inline-flex;align-items:center;gap:.55rem;border:1px solid var(--border-default);background:var(--bg-surface-muted);color:var(--text-soft);border-radius:999px;padding:.7rem 1rem;white-space:nowrap}.manifest-counter strong{color:var(--text-main);font-size:1rem}.manifest-toolbar{margin:1rem 0;max-width:420px}.manifest-search input{min-height:46px}.manifest-list{display:flex;flex-direction:column;gap:1rem}.manifest-card{border:1px solid var(--border-default);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff);padding:1.15rem;box-shadow:var(--shadow-soft)}.manifest-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.manifest-card__identity{min-width:0}.manifest-card__label,.manifest-meta__label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.manifest-card__title{margin:0;font-size:1.1rem;line-height:1.35;color:var(--text-main);word-break:break-word}.manifest-card__badges{display:flex;flex-wrap:wrap;gap:.5rem}.manifest-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.4rem .75rem;font-size:.76rem;font-weight:800;letter-spacing:.05em}.manifest-badge--warning{border:1px solid #fcd34d;background:#fffbeb;color:#92400e}.manifest-card__meta-grid{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(140px,.6fr);gap:.9rem;margin-bottom:1rem}.manifest-meta{border:1px solid var(--border-default);background:var(--bg-surface-muted);border-radius:16px;padding:.95rem 1rem}.manifest-meta__value{display:block;color:var(--text-main);font-size:1rem;line-height:1.4}.manifest-meta__value--large{font-size:1.8rem;line-height:1}.manifest-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.35rem}.manifest-button{display:inline-flex;align-items:center;justify-content:center;min-width:160px;min-height:46px;padding:.8rem 1rem;border-radius:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.manifest-button:hover{transform:translateY(-1px)}.manifest-button--primary{background:var(--bg-primary);color:var(--text-inverse);box-shadow:0 10px 20px #2563eb2e}.manifest-button--primary:hover{background:var(--bg-primary-hover)}.manifest-button--secondary{background:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-strong)}.manifest-button--secondary:hover{background:var(--bg-surface-muted)}.manifest-empty-state{border:1px dashed var(--border-strong);border-radius:18px;background:var(--bg-surface-muted);padding:1.25rem}.manifest-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem;color:var(--text-muted);font-size:.92rem}@media (max-width: 1100px){.app-shell,.grid.two,.grid.three,.manifest-card__meta-grid{grid-template-columns:1fr}}@media (max-width: 720px){.content,.manifest-hero,.manifest-history{padding:1rem}.manifest-hero__header,.manifest-history__header,.manifest-card__top{flex-direction:column}.manifest-counter{width:100%;justify-content:center}.manifest-card__actions{flex-direction:column}.manifest-button,.manifest-pagination button{width:100%}.manifest-toolbar{max-width:none}.manifest-pagination{flex-direction:column;align-items:stretch}}.orders-page{gap:1.25rem}.orders-shell{padding:1.35rem;border-radius:24px}.orders-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.orders-header__copy h2,.orders-section-header h3,.orders-detail-card__header h3{margin:0;font-size:2rem;line-height:1.08}.orders-header__copy p,.orders-section-header p,.orders-detail-card__header p{margin:.45rem 0 0;color:var(--text-muted)}.orders-header__actions,.orders-section-header__side{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.orders-kicker{display:inline-block;margin-bottom:.45rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.orders-badge{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .85rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.orders-badge--warning{border:1px solid #fcd34d;background:#fffbeb;color:#92400e}.orders-hero-button{min-height:48px;padding:.85rem 1.2rem;border-radius:14px;font-weight:700;box-shadow:0 12px 22px #2563eb2e}.orders-tabs{display:inline-flex;flex-wrap:wrap;gap:.6rem;padding:.45rem;margin-bottom:1rem;background:var(--bg-surface-muted);border:1px solid var(--border-default);border-radius:18px}.orders-tab-button{display:inline-flex;align-items:center;gap:.65rem;background:transparent;color:var(--text-soft);border-radius:14px;padding:.75rem 1rem;box-shadow:none}.orders-tab-button:hover:not(:disabled){background:#ffffffbf;color:var(--text-main);transform:none}.orders-tab-button strong{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:0 .4rem;border-radius:999px;background:#94a3b82e;color:inherit;font-size:.82rem}.orders-tab-button.is-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:var(--text-inverse);box-shadow:0 14px 24px #2563eb2e}.orders-tab-button.is-active strong{background:#ffffff2e}.orders-panel,.orders-detail-card{border:1px solid var(--border-default);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);padding:1.2rem;box-shadow:var(--shadow-soft)}.orders-toolbar{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.orders-toolbar__filters,.orders-toolbar__stats{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.orders-search{min-width:360px}.order-pill{display:inline-flex;flex-direction:column;gap:.22rem;min-width:120px;padding:.8rem .95rem;border-radius:16px;border:1px solid var(--border-default);background:var(--bg-surface-muted)}.order-pill span{font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.order-pill strong{font-size:.98rem;color:var(--text-main);word-break:break-word}.order-pill--accent{background:linear-gradient(180deg,#eff6ff,#fff);border-color:#bfdbfe}.orders-table-shell{overflow:auto;max-height:340px;border:1px solid var(--border-default);border-radius:18px;background:var(--bg-surface)}.orders-table th{position:sticky;top:0;z-index:1;background:#f8fafc;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.orders-table td{vertical-align:middle}.orders-table__order-cell{max-width:280px}.orders-table__order-id{display:inline-block;font-weight:700;color:var(--text-main);word-break:break-all}.orders-empty-state{padding:1.25rem}.orders-section-header,.orders-detail-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.orders-detail-card__summary{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.orders-detail-grid{margin-bottom:.9rem}.orders-detail-card .field input,.orders-detail-card .field select,.orders-textarea,.orders-toolbar select,.orders-toolbar input{min-height:48px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.orders-detail-card .field input:focus,.orders-detail-card .field select:focus,.orders-textarea:focus,.orders-toolbar select:focus,.orders-toolbar input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1f}.orders-textarea{width:100%;border:1px solid var(--border-strong);border-radius:14px;padding:.9rem 1rem;resize:vertical;background:var(--bg-surface)}.orders-detail-card__options{margin-bottom:.9rem}.orders-checkbox-row{min-height:42px;padding:.65rem .85rem;border:1px solid var(--border-default);border-radius:14px;background:var(--bg-surface-muted)}.orders-detail-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-default)}.orders-detail-footer__meta{display:flex;flex-wrap:wrap;gap:1rem;color:var(--text-muted);font-size:.92rem}.orders-inline-actions{display:flex;gap:.75rem;flex-wrap:wrap}.orders-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem;color:var(--text-muted);font-size:.92rem}.button-secondary{background:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-strong);box-shadow:none}.button-secondary:hover:not(:disabled){background:var(--bg-surface-muted)}.button-danger{background:#dc2626}.button-danger:hover:not(:disabled){background:#b91c1c}.orders-transmit-counter{font-size:3rem;line-height:1;font-weight:800;color:var(--text-main);margin:.35rem 0 1rem}.manifest-card{padding:1rem 1.05rem}.manifest-card__top{margin-bottom:.75rem}.manifest-card__title{font-size:1.02rem}.manifest-card__meta-grid{margin-bottom:.85rem}.manifest-meta{padding:.85rem .95rem}.manifest-card__actions{align-items:center;justify-content:flex-start}@media (max-width: 1200px){.orders-detail-card__header,.orders-section-header,.orders-header{flex-direction:column}.orders-detail-card__summary,.orders-header__actions,.orders-section-header__side{width:100%;justify-content:flex-start}}@media (max-width: 900px){.orders-toolbar,.orders-toolbar__filters,.orders-toolbar__stats,.orders-detail-footer{flex-direction:column;align-items:stretch}.orders-search{min-width:100%}.orders-inline-actions{width:100%}.orders-inline-actions button,.orders-inline-actions .orders-hero-button{flex:1 1 0}}@media (max-width: 720px){.orders-shell,.orders-panel,.orders-detail-card{padding:1rem}.orders-header__copy h2,.orders-section-header h3,.orders-detail-card__header h3{font-size:1.5rem}.orders-tabs{width:100%}.orders-tab-button{flex:1 1 100%;justify-content:space-between}.orders-detail-footer__meta,.orders-inline-actions,.orders-pagination{flex-direction:column;align-items:stretch}.orders-inline-actions button,.orders-inline-actions .orders-hero-button,.orders-pagination button{width:100%}}.shipment-page{gap:1.25rem}.shipment-hero,.shipment-core,.shipment-pickup{padding:1.35rem;border-radius:24px}.shipment-hero__header,.shipment-section-header,.shipment-result__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.shipment-hero__header h2,.shipment-section-header h3,.shipment-party__header h3,.shipment-result__header h3{margin:0;font-size:2rem;line-height:1.08}.shipment-hero__header p,.shipment-party__header p{margin:.45rem 0 0;color:var(--text-muted)}.shipment-kicker{display:inline-block;margin-bottom:.45rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.shipment-top-grid,.shipment-pickup__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.shipment-party-shell{display:grid;grid-template-columns:minmax(0,1fr) 88px minmax(0,1fr);gap:1rem;align-items:stretch}.shipment-party{padding:1.2rem;border-radius:24px;min-width:0}.shipment-party__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.shipment-party__summary{max-width:260px;text-align:right;font-size:.88rem;color:var(--text-muted)}.shipment-party__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.shipment-field{min-width:0;position:relative}.shipment-field input,.shipment-field select,.shipment-field textarea{min-height:48px}.shipment-field--full{grid-column:1 / -1}.shipment-field__hint{display:block;margin-top:.4rem;font-size:.82rem;color:var(--text-muted)}.shipment-inline-grid{gap:.7rem}.shipment-swap{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;color:var(--text-muted)}.shipment-swap__button{width:56px;height:56px;padding:0;border-radius:18px;font-size:1.25rem}.shipment-autocomplete{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:20;border:1px solid var(--border-default);border-radius:16px;background:#fff;box-shadow:0 18px 40px #0f172a1f;overflow:hidden}.shipment-autocomplete__state{padding:.95rem 1rem;color:var(--text-muted);font-size:.92rem}.shipment-autocomplete__list{display:flex;flex-direction:column}.shipment-autocomplete__item{width:100%;padding:.9rem 1rem;border-radius:0;background:#fff;color:var(--text-main);text-align:left;box-shadow:none;border-bottom:1px solid var(--border-default)}.shipment-autocomplete__item:last-child{border-bottom:0}.shipment-autocomplete__item:hover:not(:disabled){background:var(--bg-primary-soft);color:var(--text-main);transform:none}.shipment-autocomplete__item strong,.shipment-autocomplete__item span{display:block}.shipment-autocomplete__item strong{font-size:.94rem;margin-bottom:.2rem}.shipment-autocomplete__item span{font-size:.84rem;color:var(--text-muted);white-space:normal;line-height:1.35}.shipment-pickup__toggles{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:.95rem}.shipment-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.25rem 0 .1rem}.shipment-footer__meta{display:flex;gap:.75rem;flex-wrap:wrap}.shipment-result{padding:1.25rem;border-radius:24px}.shipment-result__status{display:inline-flex;align-items:center;min-height:42px;padding:.6rem .9rem;border-radius:999px;border:1px solid #bfdbfe;background:linear-gradient(180deg,#eff6ff,#fff);color:#1d4ed8;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.shipment-result__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-top:1rem}.shipment-result__item{border:1px solid var(--border-default);border-radius:16px;background:var(--bg-surface-muted);padding:.9rem 1rem}.shipment-result__item span{display:block;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.shipment-result__item strong{display:block;font-size:1rem;color:var(--text-main);word-break:break-word}.shipment-result__actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.returns-toolbar{display:flex;align-items:end;gap:.75rem}.returns-table-card{overflow:hidden}.returns-table-shell{overflow:auto;max-height:620px;border:1px solid var(--border-default);border-radius:10px;background:var(--bg-surface)}.returns-filters{display:flex;align-items:end;gap:.75rem;padding:1rem 0 0}.returns-filters .shipment-field{min-width:min(360px,100%)}.returns-search-field{flex:1 1 320px;max-width:520px}.returns-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;font-size:.9rem}.returns-table th,.returns-table td{padding:.62rem .7rem;border-right:1px solid var(--border-default);border-bottom:1px solid var(--border-default);text-align:left}.returns-table th:last-child,.returns-table td:last-child{border-right:0}.returns-table th{white-space:nowrap}.returns-table td{cursor:pointer;vertical-align:top;background:#fff}.returns-table tbody tr:nth-child(2n) td{background:#f8fafc}.returns-table tbody tr:hover td{background:#eff6ff}.returns-row.is-selected td{background:#2563eb14}.returns-bulk-bar{margin-top:.9rem;padding:.75rem;border:1px solid var(--border-default);border-radius:8px;background:#f8fafc;display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.returns-bulk-bar__summary{min-width:130px;display:grid;gap:.15rem}.returns-bulk-bar__summary strong{font-size:1.15rem}.returns-bulk-bar__summary span,.returns-bulk-status span,.returns-bulk-status small{color:var(--text-muted)}.returns-bulk-status{margin-top:.75rem;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;padding:.75rem;display:grid;gap:.5rem}.returns-bulk-status div,.returns-bulk-status details{display:grid;gap:.25rem}.returns-bulk-status ul{margin:.35rem 0 0;padding-left:1.25rem}.returns-col-check{width:58px;text-align:center}.returns-col-rma{width:155px}.returns-col-order{width:205px}.returns-col-date{width:155px}.returns-col-reason{width:250px}.returns-col-country{width:135px}.returns-col-product{min-width:360px}.returns-col-source{width:115px}.returns-col-status,.returns-col-label{width:110px}.returns-cell-id{font-size:.82rem;font-weight:700;word-break:break-all;color:var(--text-main)}.returns-label-link{display:block;width:fit-content;margin-top:.25rem;color:#2563eb;font-size:.78rem;font-weight:800;text-decoration:none}.returns-label-link:hover{text-decoration:underline}.returns-country{display:inline-flex;align-items:center;justify-content:center;min-width:72px;border:1px solid #d1d5db;border-radius:999px;padding:.2rem .45rem;background:#f9fafb;color:var(--text-soft);font-size:.75rem;font-weight:800;white-space:nowrap}.returns-country--eu{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.returns-product{min-width:320px;max-width:520px;white-space:normal;line-height:1.35}.returns-product.is-missing{color:var(--text-muted);font-style:italic}.returns-source{display:inline-flex;align-items:center;justify-content:center;min-width:74px;border:1px solid #bfdbfe;border-radius:999px;padding:.2rem .45rem;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:800;white-space:nowrap}.returns-source--missing{border-color:#e5e7eb;background:#f3f4f6;color:var(--text-muted)}.returns-layout{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:1.125rem}.returns-list,.returns-detail{min-width:0}.returns-list__items{display:flex;flex-direction:column;gap:.5rem}.returns-list__item{width:100%;border:1px solid var(--border-default);border-radius:8px;background:#fff;padding:.75rem;text-align:left;display:grid;gap:.25rem;cursor:pointer}.returns-list__item:hover,.returns-list__item.is-active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.returns-list__item strong{color:var(--text-main)}.returns-list__item span,.returns-list__item small,.returns-detail__note span{color:var(--text-muted)}.returns-detail__note,.returns-products,.returns-actions,.returns-email{margin-top:1.125rem}.returns-detail__note p{margin:.4rem 0 0;color:var(--text-main)}.returns-products h4{margin:0 0 .625rem;color:var(--text-main)}.returns-actions,.returns-email{display:flex;align-items:end;gap:.75rem;flex-wrap:wrap}.returns-email .shipment-field{min-width:min(360px,100%)}.returns-email__message{flex:1 1 420px}.returns-email textarea{min-height:110px;resize:vertical}.mail-toolbar{display:flex;align-items:end;gap:.75rem;flex-wrap:wrap}.mail-toolbar .shipment-field{min-width:180px}.mail-contexts{display:flex;gap:.625rem;overflow-x:auto;padding-bottom:.25rem}.mail-context{min-width:150px;border:1px solid var(--border-default);border-radius:8px;background:var(--bg-surface);color:var(--text-main);padding:.7rem .85rem;display:grid;gap:.2rem;text-align:left;box-shadow:var(--shadow-soft)}.mail-context:hover,.mail-context.is-active{background:var(--bg-primary-soft);border-color:#93c5fd;color:var(--text-main)}.mail-context span{color:var(--text-muted);font-weight:800}.mail-table-card{overflow:hidden}.mail-table-shell{max-height:680px;overflow:auto;border:1px solid var(--border-default);border-radius:10px}.mail-table{width:100%;min-width:1480px;border-collapse:separate;border-spacing:0;font-size:.88rem}.mail-table th,.mail-table td{padding:.62rem .7rem;border-right:1px solid var(--border-default);border-bottom:1px solid var(--border-default);text-align:left;vertical-align:top;background:#fff}.mail-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#64748b;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.mail-table tbody tr:nth-child(2n) td{background:#f8fafc}.mail-table tbody tr:hover td{background:#eff6ff}.mail-table td:nth-child(3){width:230px}.mail-table td:nth-child(3) span{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.8rem;word-break:break-all}.mail-table td:nth-child(4){width:260px;font-weight:700}.mail-table td:nth-child(6){width:260px;color:var(--text-soft)}.mail-table td:nth-child(7){min-width:420px;line-height:1.35}.mail-priority{display:inline-flex;border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:800;white-space:nowrap}.mail-priority--alta{background:#fee2e2;color:#991b1b}.mail-priority--media{background:#fef3c7;color:#92400e}.mail-priority--bassa{background:#dcfce7;color:#166534}.mail-workspace{display:grid;grid-template-columns:minmax(320px,430px) minmax(0,1fr);gap:1rem;align-items:start}.mail-list-panel,.mail-detail-panel{min-width:0;border-radius:10px}.mail-list{max-height:760px;overflow:auto;display:flex;flex-direction:column;gap:.5rem}.mail-list-item{width:100%;border:1px solid var(--border-default);border-radius:8px;background:#fff;color:var(--text-main);padding:.75rem;display:grid;gap:.35rem;text-align:left}.mail-list-item:hover,.mail-list-item.is-active{background:#eff6ff;border-color:#93c5fd;color:var(--text-main);transform:none}.mail-list-item strong{line-height:1.25}.mail-list-item small,.mail-list-item em{color:var(--text-muted);font-size:.78rem;font-style:normal}.mail-detail-panel{display:grid;gap:1rem}.mail-detail-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.mail-detail-header h3{margin:.5rem 0 0;font-size:1.15rem;line-height:1.25}.mail-meta-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(160px,.8fr) minmax(100px,.4fr);gap:.75rem}.mail-meta-grid div,.mail-extracted,.mail-body-box,.mail-suggestion-box,.mail-ai-box,.mail-reply-box{border:1px solid var(--border-default);border-radius:8px;background:#fff;padding:.8rem}.mail-meta-grid span,.mail-extracted span,.mail-body-box span,.mail-suggestion-box span,.mail-ai-box span,.mail-reply-actions span{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.mail-meta-grid strong,.mail-meta-grid small{display:block;word-break:break-word}.mail-meta-grid small,.mail-extracted p{color:var(--text-muted)}.mail-extracted p{margin:0}.mail-body-box pre{max-height:360px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.45;color:var(--text-main)}.mail-suggestion-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;background:#f8fafc}.mail-suggestion-actions{display:grid;gap:.5rem}.mail-suggestion-box pre{max-height:190px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.45;color:var(--text-main)}.mail-ai-box{display:grid;gap:.75rem;background:#f0fdf4;border-color:#bbf7d0}.mail-ai-box__meta{display:grid;gap:.2rem}.mail-ai-box__meta strong{color:var(--text-main)}.mail-ai-box__meta small,.mail-ai-box__meta p{margin:0;color:var(--text-muted)}.mail-ai-box pre{max-height:260px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.45;color:var(--text-main)}.mail-reply-box{display:grid;gap:.75rem}.mail-reply-box textarea{min-height:230px;resize:vertical}.mail-reply-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mail-reply-actions strong{word-break:break-word}@media (max-width: 1180px){.mail-workspace,.mail-suggestion-box,.mail-meta-grid{grid-template-columns:1fr}}.empty-state{color:var(--text-muted);padding:1rem 0}@media (max-width: 1280px){.returns-layout,.shipment-party-shell{grid-template-columns:1fr}.shipment-swap{flex-direction:row;justify-content:flex-start}.shipment-party__summary{max-width:none;text-align:left}.shipment-result__grid,.shipment-top-grid,.shipment-pickup__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.shipment-party__grid,.shipment-result__grid,.shipment-top-grid,.shipment-pickup__grid,.shipment-footer{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.shipment-hero,.shipment-core,.shipment-pickup,.shipment-party,.shipment-result{padding:1rem}.shipment-hero__header h2,.shipment-section-header h3,.shipment-party__header h3,.shipment-result__header h3{font-size:1.55rem}.shipment-party__header,.shipment-hero__header,.shipment-section-header,.shipment-result__header{flex-direction:column}.shipment-result__actions .manifest-button,.shipment-footer .orders-inline-actions button,.shipment-footer .orders-inline-actions .orders-hero-button{width:100%}}.deposits-page{gap:1.25rem}.deposits-hero,.deposits-panel{padding:1.35rem;border-radius:24px}.deposits-hero__header,.deposits-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.deposits-hero__header h2,.deposits-section-header h3{margin:0;font-size:2rem;line-height:1.08}.deposits-hero__header p,.deposits-section-header p{margin:.45rem 0 0;color:var(--text-muted)}.deposits-counter{display:inline-flex;align-items:center;gap:.55rem;border:1px solid var(--border-default);background:var(--bg-surface-muted);color:var(--text-soft);border-radius:999px;padding:.7rem 1rem;white-space:nowrap}.deposits-counter strong{color:var(--text-main);font-size:1rem}.deposits-note{margin-top:1rem;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:16px;padding:.95rem 1rem;line-height:1.5}.deposits-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.deposits-field input,.deposits-field select,.deposits-date-grid input,.deposits-date-grid select,.deposits-release-grid input,.deposits-release-grid select,.deposits-address-grid input,.deposits-address-grid select,.deposits-office-form input{min-height:48px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.deposits-field input:focus,.deposits-field select:focus,.deposits-date-grid input:focus,.deposits-date-grid select:focus,.deposits-release-grid input:focus,.deposits-release-grid select:focus,.deposits-address-grid input:focus,.deposits-address-grid select:focus,.deposits-office-form input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1f}.deposits-date-grid,.deposits-release-grid,.deposits-address-grid{display:grid;gap:.85rem}.deposits-date-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.9rem}.deposits-actions{margin-top:1rem;display:flex;justify-content:flex-start}.deposits-empty-state{border:1px dashed var(--border-strong);border-radius:18px;background:var(--bg-surface-muted);padding:1.25rem}.deposits-table-wrap{max-height:360px}.deposits-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:1rem;color:var(--text-muted);font-size:.92rem}.deposits-table th{position:sticky;top:0;z-index:1;background:#f8fafc;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.deposits-cell{display:flex;flex-direction:column;gap:.2rem}.deposits-cell strong{font-size:.95rem;color:var(--text-main);word-break:break-word}.deposits-cell span{font-size:.82rem;color:var(--text-muted);word-break:break-word}.deposits-summary{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.deposits-release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deposits-release-grid__full,.deposits-address-grid__full{grid-column:1 / -1}.deposits-address-form{margin-top:1rem;border:1px solid var(--border-default);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff);padding:1rem}.deposits-address-form__hint,.deposits-minimal-hint{margin-bottom:.95rem;color:var(--text-muted)}.deposits-address-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.deposits-checkbox-row{min-height:42px;padding:.65rem .85rem;border:1px solid var(--border-default);border-radius:14px;background:var(--bg-surface-muted)}.deposits-office-form{margin-top:1rem;max-width:420px}.deposits-submit-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-default)}.deposits-submit-row__preview{color:var(--text-muted);font-size:.92rem}.store-unload-page{gap:1.25rem}.store-unload-hero,.store-unload-panel{padding:1.35rem;border-radius:24px}.store-unload-controls{display:grid;grid-template-columns:minmax(180px,260px) minmax(260px,1fr) auto;gap:.85rem;align-items:end;margin-top:1rem}.store-unload-field input{min-height:48px}.store-unload-field--ean input{font-size:1.15rem;font-weight:700}.store-unload-muted{margin-top:.25rem;color:var(--text-muted);font-size:.82rem}.store-unload-qty{width:88px;min-height:40px}.store-unload-zero{color:#b91c1c;font-weight:800}.store-unload-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.receiving-page{gap:1.25rem}.receiving-hero,.receiving-session,.receiving-scan,.receiving-panel{padding:1.35rem;border-radius:24px}.receiving-hero__header,.receiving-session__header,.receiving-section-header,.receiving-match-preview,.receiving-actions{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.receiving-hero__header h2,.receiving-session__header h3,.receiving-section-header h3{margin:0;font-size:2rem;line-height:1.08}.receiving-hero__header p,.receiving-session__header p,.receiving-section-header p{margin:.45rem 0 0;color:var(--text-muted)}.receiving-operator{min-width:260px}.receiving-upload,.receiving-scan__bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.receiving-upload__count{color:var(--text-muted);font-size:.92rem}.receiving-scan__input{flex:1 1 320px;min-height:54px;font-size:1.25rem;font-weight:800;letter-spacing:0}.receiving-status{display:inline-flex;align-items:center;min-height:38px;padding:.55rem .85rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.receiving-status.is-closed{border-color:#bbf7d0;background:#dcfce7;color:#166534}.receiving-session__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.receiving-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-top:1rem}.receiving-metric{border:1px solid var(--border-default);border-radius:16px;background:var(--bg-surface-muted);padding:.9rem 1rem}.receiving-metric span{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.receiving-metric strong{display:block;color:var(--text-main);font-size:1.5rem;line-height:1}.receiving-metric.is-warning{border-color:#fcd34d;background:#fffbeb}.receiving-metric.is-ok{border-color:#bbf7d0;background:#dcfce7}.receiving-documents{margin-top:1rem;border:1px solid var(--border-default);border-radius:16px;background:var(--bg-surface-muted);padding:.9rem 1rem}.receiving-documents strong{display:block;margin-bottom:.55rem}.receiving-documents div{display:flex;flex-wrap:wrap;gap:.5rem}.receiving-documents span{display:inline-flex;align-items:center;min-height:34px;border:1px solid var(--border-default);border-radius:999px;background:#fff;color:var(--text-soft);padding:.4rem .75rem;font-size:.86rem}.receiving-match-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1.4fr) 120px;gap:.85rem;margin-top:1rem}.receiving-match-grid__full{grid-column:1 / -1}.receiving-match-preview{align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-default);color:var(--text-muted)}.receiving-actions{justify-content:flex-start;margin-top:1rem;flex-wrap:wrap}.receiving-session-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.receiving-session-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border-default);border-radius:16px;background:var(--bg-surface-muted);padding:.85rem 1rem}.receiving-session-item.is-active{border-color:#bfdbfe;background:#eff6ff}.receiving-session-item strong,.receiving-session-item span{display:block}.receiving-session-item strong{color:var(--text-main);margin-bottom:.25rem}.receiving-session-item span{color:var(--text-muted);font-size:.88rem}@media (max-width: 1280px){.deposits-toolbar,.deposits-address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deposits-section-header,.deposits-hero__header{flex-direction:column}.deposits-summary{justify-content:flex-start}}@media (max-width: 820px){.deposits-hero,.deposits-panel,.deposits-address-form{padding:1rem}.deposits-hero__header h2,.deposits-section-header h3{font-size:1.55rem}.deposits-toolbar,.deposits-date-grid,.deposits-release-grid,.deposits-address-grid,.deposits-submit-row,.deposits-pagination,.store-unload-controls,.store-unload-actions,.receiving-metrics,.receiving-match-grid{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.receiving-hero,.receiving-session,.receiving-scan,.receiving-panel{padding:1rem}.receiving-hero__header,.receiving-session__header,.receiving-section-header,.receiving-match-preview,.receiving-actions,.receiving-session__actions,.receiving-session-item{flex-direction:column}.receiving-hero__header h2,.receiving-session__header h3,.receiving-section-header h3{font-size:1.55rem}.receiving-operator{min-width:0;width:100%}.deposits-counter{width:100%;justify-content:center}.deposits-submit-row button,.deposits-pagination button,.store-unload-actions button,.store-unload-controls button,.receiving-upload button,.receiving-scan__bar button,.receiving-match-preview button,.receiving-actions button,.receiving-session__actions button,.receiving-session-item button{width:100%}}.report-page{gap:1.25rem}.report-hero,.report-result{padding:1.35rem;border-radius:24px}.report-hero__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.report-hero__header h2,.report-result h3{margin:0;font-size:2rem;line-height:1.08}.report-hero__header p,.report-result p{margin:.45rem 0 0;color:var(--text-muted)}.report-controls{display:flex;flex-direction:column;gap:.85rem}.report-field{max-width:260px}.report-custom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:520px}.report-info{margin-top:.85rem;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:16px;padding:.95rem 1rem}.report-empty-state{border:1px dashed var(--border-strong);border-radius:18px;background:var(--bg-surface-muted);padding:1.25rem;color:var(--text-muted)}.report-table-wrap{max-height:560px}.report-table th{position:sticky;top:0;z-index:1;background:#f8fafc;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}@media (max-width: 820px){.report-hero,.report-result{padding:1rem}.report-hero__header{flex-direction:column}.report-hero__header h2,.report-result h3{font-size:1.55rem}.report-custom-grid{grid-template-columns:1fr;max-width:100%}.report-field{max-width:100%}}.orders-aggregation-card{margin:1rem 0;border:1px solid #bfdbfe;border-radius:20px;background:linear-gradient(180deg,#eff6ff,#fff);padding:1rem}.orders-aggregation-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem}.orders-aggregation-card__header h4{margin:0;font-size:1.1rem;line-height:1.2}.orders-aggregation-card__header p{margin:.4rem 0 0;color:var(--text-soft)}.orders-aggregation-card__summary{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.orders-aggregation-toggle{margin-bottom:.85rem;background:#fff}.orders-aggregation-list{display:flex;flex-direction:column;gap:.75rem}.orders-aggregation-list.is-disabled{opacity:.68}.orders-aggregation-items{display:flex;flex-direction:column;gap:.65rem}.orders-aggregation-item{align-items:flex-start;background:#fff}.orders-aggregation-item strong{color:var(--text-main)}@media (max-width: 900px){.orders-aggregation-card__header{flex-direction:column}.orders-aggregation-card__summary{width:100%;justify-content:flex-start}}
