/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--spacing:.25rem;--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.flex{display:flex}.hidden{display:none}.table{display:table}.resize{resize:both}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--background:#f4f6f8;--foreground:#111827;--panel:#fff;--line:#d8dee6;--muted:#687587;--accent:#0f766e;--accent-soft:#e4f4f1;--blue:#2563eb;--blue-soft:#e8eefc;--amber:#a16207;--amber-soft:#fff5d6;--red:#b42318;--red-soft:#ffe5e1;--shadow:0 18px 44px #19243314}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}.authShell{background:linear-gradient(135deg,#eef2f6 0%,#f8fafc 55%,#e4f4f1 100%);align-items:center;min-height:100vh;padding:18px;display:flex}.authCard{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:14px;width:100%;max-width:420px;margin:0 auto;padding:22px;display:grid}.authCard p{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.authCard h1{letter-spacing:0;margin:0 0 8px;font-size:34px;line-height:1.05}.errorBox{background:var(--red-soft);color:var(--red);border:1px solid #b423183d;border-radius:8px;padding:10px 12px;font-weight:800}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.productApp{gap:18px;min-height:100vh;padding:22px;display:grid;overflow-x:hidden}.appHeader{justify-content:space-between;align-items:end;gap:16px;display:flex}.appHeader p,.panelTop p{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:800}.appHeader h1,.panelTop h2{letter-spacing:0;margin:0;line-height:1.05}.appHeader h1{font-size:clamp(34px,5vw,62px)}.panelTop h2{font-size:22px}.headerActions,.viewTabs,.detailActions{align-items:center;gap:10px;display:flex}.userPill{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#fff;border-radius:999px;min-height:36px;padding:8px 12px;font-size:13px;font-weight:800}.livePill{color:var(--accent);white-space:nowrap;background:#e4f4f1;border:1px solid #0f766e33;border-radius:999px;align-items:center;gap:7px;min-height:36px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.livePill i{background:var(--accent);border-radius:999px;width:8px;height:8px;display:block;box-shadow:0 0 0 4px #0f766e24}.livePill.offline{background:var(--amber-soft);color:var(--amber);border-color:#a1620738}.livePill.offline i{background:var(--amber);box-shadow:0 0 0 4px #a1620721}.viewTabs{border:1px solid var(--line);background:#e8edf2;border-radius:8px;padding:4px}.viewTabs button{color:var(--muted);background:0 0;border:0;border-radius:6px;min-height:34px;padding:0 12px;font-weight:800}.viewTabs button.active{color:var(--foreground);background:#fff}.primaryButton,.secondaryButton,.ghostButton,.dangerButton{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-weight:800;display:inline-flex}.primaryButton{background:var(--accent);color:#fff}.secondaryButton{border-color:var(--line);color:var(--foreground);background:#fff}.ghostButton{border-color:var(--line);color:var(--muted);background:0 0}.fullWidth{width:100%}.summaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.summaryGrid article,.panel,.statusChip{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.summaryGrid article{gap:8px;min-height:92px;padding:16px;display:grid}.summaryGrid span,.productRow small,.emptyState span,.searchField span,.field span,.profitLine span,.pasteActions span,.employeeCard small,.employeeProduct small{color:var(--muted)}.summaryGrid strong{font-size:clamp(20px,2.4vw,30px)}.bucketTabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.bucketTab{border:1px solid var(--line);color:var(--foreground);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;min-height:48px;padding:9px 12px;display:flex}.bucketTab.active{background:var(--accent-soft);border-color:#0f766e47}.bucketTab span{font-weight:900}.bucketTab strong{text-align:center;background:#f1f5f9;border-radius:999px;min-width:30px;padding:5px 8px;font-size:12px}.bulkBar{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}.bulkBar strong{margin-right:auto}.bulkBarInline{background:#fff;margin-top:2px}.dangerButton{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.dangerButton:hover{background:#fecaca}.statusFilters{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;display:grid}.statusChip{color:var(--foreground);text-align:left;justify-content:space-between;align-items:center;gap:10px;min-height:56px;padding:10px 12px;display:flex}.statusChip span{align-items:center;gap:8px;line-height:1.2;display:flex}.statusChip i,.employeeStatusSummary i{border-radius:999px;flex:none;width:10px;height:10px;display:inline-flex}.statusChip strong{text-align:center;background:#f1f5f9;border-radius:999px;min-width:28px;padding:5px 8px;font-size:12px}.statusChip.active{background:var(--accent-soft)}.workGrid{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:18px;display:grid}.workGrid.fullWidth{grid-template-columns:minmax(0,1fr)}.panel{min-width:0;padding:18px}.listPanel{min-width:0;overflow:hidden}.panelTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.listControls,.employeeForm,.statusCreate,.botOwnerCreate{align-items:end;gap:10px;display:grid}.listControls{grid-template-columns:minmax(260px,1fr) 180px}.exchangePanel{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;gap:10px;margin-bottom:14px;padding:12px;display:grid}.exchangePanel>div:first-child{gap:3px;display:grid}.exchangePanel strong{font-size:15px}.exchangePanel span{color:var(--muted);font-size:13px}.exchangeActions{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.importTarget{min-width:180px}.fileButton{position:relative}.fileButton input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.exchangeMessage{color:var(--accent);font-weight:800}.successMessage{color:var(--accent);font-weight:900}.inlineError{color:var(--red);font-weight:900}.passwordPanel{grid-template-columns:minmax(180px,.45fr) minmax(360px,1fr);align-items:end;gap:12px;display:grid}.passwordForm,.accountManageRow{align-items:end;gap:10px;display:grid}.passwordForm{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) auto}.telegramForm{grid-template-columns:minmax(110px,.45fr) minmax(180px,1fr) minmax(190px,1fr) auto;align-items:end;gap:10px;display:grid}.employeeTelegramBox{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;gap:10px;margin-bottom:12px;padding:12px;display:grid}.employeeTelegramBox>div:first-child{gap:4px;display:grid}.employeeTelegramBox>div:first-child span{color:var(--muted);font-size:13px;font-weight:800}.toggleRow{border:1px solid var(--line);border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:9px 11px;font-weight:900;display:flex}.toggleRow input{width:auto;min-height:0}.telegramMeta{color:var(--muted);flex-wrap:wrap;gap:8px;margin-top:10px;font-size:13px;font-weight:800;display:flex}.telegramMeta span{border:1px solid var(--line);background:#f7f9fb;border-radius:999px;padding:6px 10px}.employeeForm{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:14px}.statusCreate{grid-template-columns:minmax(200px,1fr) 96px auto;margin-bottom:14px}.botOwnerManager{border-top:1px solid var(--line);gap:10px;margin-top:14px;padding-top:14px;display:grid}.botOwnerManager>div:first-child{gap:3px;display:grid}.botOwnerManager>div:first-child span{color:var(--muted);font-size:13px}.botOwnerCreate{grid-template-columns:minmax(180px,1fr) auto}.botOwnerList{flex-wrap:wrap;gap:6px;display:flex}.botOwnerList span,.botOwnerList em{color:#1d4ed8;background:#eef6ff;border:1px solid #2563eb2e;border-radius:999px;padding:6px 9px;font-size:12px;font-style:normal;font-weight:900;line-height:1}.searchField,.field{gap:7px;display:grid}.field.hasError span{color:var(--red)}.field.hasError input,.field.hasError select,.field.hasError textarea{background:var(--red-soft);border-color:#b42318b8;box-shadow:0 0 0 3px #b423181a}.searchField span,.field span{font-size:12px;font-weight:800}input,select,textarea{border:1px solid var(--line);color:var(--foreground);background:#fff;border-radius:8px;outline:none;width:100%;min-height:40px;padding:9px 11px}input[type=color]{min-width:52px;padding:4px}textarea{resize:vertical;min-height:96px}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1f}.productTable{gap:8px;padding-bottom:2px;display:grid;overflow-x:auto}.tableHeader,.productRow{grid-template-columns:30px minmax(230px,1.2fr) minmax(140px,.65fr) minmax(110px,.55fr) minmax(130px,.6fr) minmax(160px,.7fr) 136px;align-items:center;gap:10px;min-width:1030px;display:grid}.tableHeader{color:var(--muted);padding:0 12px;font-size:12px;font-weight:800}.productRow{border:1px solid var(--line);color:var(--foreground);cursor:default;text-align:left;-webkit-user-select:text;user-select:text;background:#fff;border-radius:8px;min-height:72px;padding:10px 12px}.productRow.selected{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1a}.productRow.checked{background:#f8fdfa}.productRow.deadProduct,.recipientStackHeader.deadProduct{background:#f43f5e1a;border-color:#be123c38}.productRow.deadProduct.selected{border-color:#be123c66;box-shadow:0 0 0 3px #f43f5e1f}.productName{align-items:center;gap:10px;min-width:0;display:flex}.rowSelect{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-height:30px;display:inline-flex}.rowSelect input{cursor:pointer;width:18px;height:18px;min-height:18px;padding:0}.productTitleLine{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.productName strong,.productName small{overflow-wrap:anywhere;white-space:normal;display:block}.createdDate{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#f1f5f9;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.productQuickStat{color:#9a3412;white-space:nowrap;background:#fff7ed;border:1px solid #d9770638;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.deliveryDatePill{color:#1d4ed8;white-space:nowrap;background:#2563eb1a;border:1px solid #2563eb3d;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.deliveryDatePill.today{color:#047857;background:#22c55e3d;border-color:#16a34a73}.productName .productMeta{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.deliveryBell,.rowTrackLink{border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.deliveryBell{color:#b45309;background:#fff7ed;border:1px solid #d977064d;width:24px;height:24px}.deliveryBell svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:15px;height:15px}.rowTrackLink{border:1px solid var(--line);color:var(--accent);-webkit-user-select:none;user-select:none;background:#f7f9fb;min-height:24px;padding:0 8px;font-size:12px;font-weight:900;line-height:1;text-decoration:none}.rowTrackLink:hover,.rowTrackLink:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f766e1a}.statusCell{align-items:flex-start;gap:5px;min-width:0;display:grid}.statusCell small,.fieldHint{color:var(--muted);font-size:11px;font-weight:800;line-height:1.2}.copyCell{cursor:text;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;min-width:0}.employeeBotCell{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.employeeBotCell small{border:1px solid var(--line);color:#475569;overflow-wrap:anywhere;background:#f1f5f9;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;line-height:1}.panelCell{gap:6px;min-width:0;display:grid}.panelBadges{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.priceCategoryPill{border-radius:999px;justify-self:start;padding:5px 8px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.priceCategoryPill.forwarding{color:#0f766e;background:#0f766e1f}.priceCategoryPill.buyout{color:#be185d;background:#be185d1f}.forwardingTrackPill{color:#1d4ed8;background:#2563eb17;border:1px solid #2563eb2e;border-radius:999px;flex-wrap:wrap;align-items:center;gap:5px;max-width:100%;padding:4px 5px 4px 8px;font-size:12px;font-weight:900;line-height:1.1;display:inline-flex}.forwardingTrackPill span{overflow-wrap:anywhere}.rowTrackLink.forwardingTrackOpen{background:#fff;min-height:20px;padding:0 7px}.recipientStack{gap:6px;min-width:0;display:grid}.recipientStackHeader{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;grid-template-columns:28px minmax(0,1fr) auto auto;align-items:center;gap:8px;min-width:1030px;padding:8px 10px;display:grid}.stackIconButton{color:var(--foreground);background:0 0;border:0;justify-content:center;align-items:center;width:28px;min-height:28px;padding:0;display:inline-flex}.recipientStackText{gap:2px;min-width:0;display:grid}.recipientStackText strong,.recipientStackText small{overflow-wrap:anywhere}.stackChevron{border:1px solid var(--line);color:var(--muted);border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.stackChevron:before{content:"";border:2px solid;border-width:0 2px 2px 0;width:6px;height:6px;display:block;transform:rotate(-45deg)}.stackChevron.open:before{transform:rotate(45deg)}.stackCount{color:var(--accent);background:#e8f3f1;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:32px;min-height:26px;padding:0 8px;font-size:12px;font-weight:900;display:inline-flex}.rowActions,.editorActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.openProductButton{border:1px solid var(--line);color:var(--foreground);white-space:nowrap;background:#f7f9fb;border-radius:8px;min-height:34px;padding:0 10px;font-size:12px;font-weight:800}.duplicateRowButton,.stackDuplicateButton{border:1px solid var(--line);color:var(--accent);white-space:nowrap;background:#fff;border-radius:8px;min-height:34px;padding:0 10px;font-size:12px;font-weight:900}.openProductButton:hover,.openProductButton:focus,.duplicateRowButton:hover,.duplicateRowButton:focus,.stackDuplicateButton:hover,.stackDuplicateButton:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f766e1a}.thumb{background:var(--blue-soft);color:var(--blue);text-transform:uppercase;border-radius:8px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:12px;font-weight:900;display:inline-flex;overflow:hidden}.thumb img,.photoPasteBox img{object-fit:cover;width:100%;height:100%}.statusBadge{text-align:center;background:var(--badge-bg,var(--blue-soft));color:var(--badge-color,var(--blue));border-radius:999px;justify-content:center;padding:7px 10px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}.emptyState{text-align:center;background:#fff;border:1px dashed #b8c3cf;border-radius:8px;place-items:center;gap:6px;min-height:180px;padding:18px;display:grid}.editorPanel{gap:9px;padding:14px;display:grid;position:sticky;top:18px}.editorPanel .panelTop{margin-bottom:0}.editorPanel .field{gap:5px}.editorPanel input,.editorPanel select,.editorPanel textarea{min-height:36px;padding:7px 10px}.editorPanel textarea{min-height:72px}.photoPasteBox{color:var(--muted);text-align:center;background:#f7f9fb;border:1px dashed #b8c3cf;border-radius:8px;justify-content:center;align-items:center;min-height:132px;font-weight:800;display:flex;position:relative;overflow:hidden}.photoPasteBox.hasImage{cursor:zoom-in}.photoPasteBox:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f766e1f}.photoPasteBox div{gap:6px;display:grid}.photoPasteBox strong{color:var(--foreground)}.photoPasteBox span{color:var(--muted);font-size:12px}.photoCounter{background:#0f172abd;border-radius:999px;padding:6px 10px;font-weight:900;position:absolute;bottom:10px;left:10px;color:#fff!important}.photoThumbGrid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;display:grid}.photoThumbItem{aspect-ratio:1;min-width:0;display:block;position:relative}.photoThumbButton{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;width:100%;height:100%;padding:0;overflow:hidden}.photoThumbButton img{object-fit:cover;width:100%;height:100%}.photoRemoveButton{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:18px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px}.pasteActions,.addPanelRow{align-items:end;gap:8px;display:grid}.pasteActions{grid-template-columns:auto minmax(0,1fr)}.addPanelRow{grid-template-columns:minmax(0,1fr) auto}.formGrid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.profitLine{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;justify-content:space-between;align-items:center;padding:9px 10px;display:flex}.trackingLink,.trackingPlaceholder{align-self:end}.productError{margin-top:-4px}.trackingPlaceholder{min-height:42px}.adminGrid{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:start;gap:18px;display:grid}.adminStack{gap:18px;display:grid}.employeeCards,.statusEditor,.employeeProductList{gap:8px;display:grid}.employeeCards{grid-template-columns:repeat(2,minmax(0,1fr))}.employeeCard{border:1px solid var(--line);color:var(--foreground);text-align:left;background:#fff;border-radius:8px;gap:6px;min-height:104px;padding:14px;display:grid}.employeeCard.active{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1a}.employeeCard span{color:var(--muted);font-size:12px;font-weight:800}.employeeCard strong{font-size:20px}.statusEditRow{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(180px,1fr) 56px minmax(150px,.8fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.statusEditActions{justify-content:flex-end;gap:8px;display:flex}.employeeDetail{min-height:420px}.accountManageRow{border:1px solid var(--line);background:#f7f9fb;border-radius:8px;grid-template-columns:minmax(150px,.8fr) minmax(180px,1fr) auto;margin-bottom:12px;padding:12px}.accountManageRow>div{gap:4px;display:grid}.accountManageRow span{color:var(--muted);overflow-wrap:anywhere}.employeeStatusSummary{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.employeeStatusSummary span{border:1px solid var(--line);background:#f7f9fb;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 10px;display:inline-flex}.employeeProduct{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(190px,1fr) minmax(150px,.65fr);align-items:center;gap:10px;padding:12px;display:grid}.employeeProduct>button{color:var(--foreground);text-align:left;background:0 0;border:0;gap:4px;padding:0;display:grid}.lightbox{z-index:50;background:#070d16e0;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:8px;max-width:92vw;max-height:92vh}.lightboxClose{color:var(--foreground);background:#fff;border:0;border-radius:8px;min-height:40px;padding:0 14px;font-weight:800;position:absolute;top:24px;right:24px}@media (width<=1220px){.workGrid,.summaryGrid,.adminGrid{grid-template-columns:1fr 1fr}.workGrid,.adminGrid{grid-template-columns:1fr}.editorPanel{position:static}}@media (width<=860px){.productApp{padding:14px}.appHeader,.headerActions,.panelTop,.detailActions{flex-direction:column;align-items:stretch}.livePill,.userPill{justify-content:center}.summaryGrid,.bucketTabs,.statusFilters,.workGrid,.formGrid,.passwordPanel,.passwordForm,.accountManageRow,.telegramForm,.pasteActions,.addPanelRow,.listControls,.exchangeActions,.employeeForm,.statusCreate,.employeeCards,.statusEditRow,.employeeProduct{grid-template-columns:1fr}.tableHeader{display:none}.productRow{grid-template-columns:1fr;align-items:start;min-width:0}.recipientStackHeader,.rowActions,.editorActions{grid-template-columns:1fr;align-items:stretch}.bulkBar strong{flex:1 0 100%}.recipientStackHeader{min-width:0}.stackIconButton{width:100%}.rowActions,.editorActions{flex-wrap:wrap;justify-content:flex-start}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
