.DetailDrawer-module__w5smpW__drawerOverlay{z-index:50;opacity:0;visibility:hidden;background-color:#0006;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.DetailDrawer-module__w5smpW__drawerOverlay.DetailDrawer-module__w5smpW__open{opacity:1;visibility:visible}.DetailDrawer-module__w5smpW__drawer{z-index:100;background-color:var(--background);border-left:var(--border-weight)solid var(--border-color);flex-direction:column;width:70vw;height:100%;transition:transform .3s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 48px #0006}.DetailDrawer-module__w5smpW__drawer.DetailDrawer-module__w5smpW__open{transform:translate(0)}.DetailDrawer-module__w5smpW__drawerHeader{border-bottom:var(--border-weight)solid var(--border-color);justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.DetailDrawer-module__w5smpW__drawerTitle{color:var(--foreground);margin:0 0 8px;font-size:24px;font-weight:400}.DetailDrawer-module__w5smpW__closeButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;font-size:24px}.DetailDrawer-module__w5smpW__tabs{border-bottom:var(--border-weight)solid var(--border-color);gap:24px;padding:0 24px;display:flex}.DetailDrawer-module__w5smpW__tab{cursor:pointer;color:var(--text-secondary);border-bottom:2px solid #0000;padding:16px 0;font-weight:400}.DetailDrawer-module__w5smpW__tab.DetailDrawer-module__w5smpW__active{border-bottom-color:var(--foreground);color:var(--foreground)}.DetailDrawer-module__w5smpW__content{flex:1;padding:24px;overflow-y:auto}.DetailDrawer-module__w5smpW__fieldGroup{margin-bottom:24px}.DetailDrawer-module__w5smpW__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;display:block}.DetailDrawer-module__w5smpW__value{color:var(--foreground);font-size:15px;font-weight:400}.DetailDrawer-module__w5smpW__readOnlyValue{color:var(--foreground);background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);opacity:.8;margin-top:6px;padding:10px 12px;font-size:14px;font-weight:400;display:block}.DetailDrawer-module__w5smpW__readOnlyRichText{color:var(--foreground);background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);opacity:.8;max-height:200px;margin-top:6px;padding:10px 12px;font-size:14px;line-height:1.6;overflow-y:auto}.DetailDrawer-module__w5smpW__readOnlyRichText p{margin:0 0 8px}.DetailDrawer-module__w5smpW__readOnlyRichText p:last-child{margin-bottom:0}.DetailDrawer-module__w5smpW__inputField,.DetailDrawer-module__w5smpW__selectField,.DetailDrawer-module__w5smpW__textAreaField{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background-color:var(--background);width:100%;color:var(--foreground);margin-top:6px;padding:10px 12px;font-size:14px;font-weight:400;transition:border-color .2s,box-shadow .2s}.DetailDrawer-module__w5smpW__inputField:focus,.DetailDrawer-module__w5smpW__selectField:focus,.DetailDrawer-module__w5smpW__textAreaField:focus{border-color:#0073ea;outline:none;box-shadow:0 0 0 2px #0073ea1a}.DetailDrawer-module__w5smpW__inputField:-webkit-autofill{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}.DetailDrawer-module__w5smpW__inputField:-webkit-autofill:hover{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}.DetailDrawer-module__w5smpW__inputField:-webkit-autofill:focus{-webkit-text-fill-color:var(--foreground);-webkit-box-shadow:0 0 0px 1000px var(--background)inset;box-shadow:0 0 0px 1000px var(--background)inset;transition:background-color 5000s ease-in-out}.DetailDrawer-module__w5smpW__textAreaField{resize:vertical;min-height:80px;line-height:1.5}.DetailDrawer-module__w5smpW__selectField{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat}.DetailDrawer-module__w5smpW__typeaheadContainer{position:relative}.DetailDrawer-module__w5smpW__typeaheadDropdown{background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);z-index:100;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0003}.DetailDrawer-module__w5smpW__typeaheadOption{cursor:pointer;color:var(--foreground);padding:12px 16px;font-size:14px;transition:background-color .1s}.DetailDrawer-module__w5smpW__typeaheadOption:hover,.DetailDrawer-module__w5smpW__typeaheadOption.DetailDrawer-module__w5smpW__highlighted{background:var(--bg-secondary)}.DetailDrawer-module__w5smpW__typeaheadNewOption{color:var(--foreground);border-top:var(--border-weight)solid var(--border-color)}.DetailDrawer-module__w5smpW__twoColRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.DetailDrawer-module__w5smpW__sectionDivider{border-top:var(--border-weight)solid var(--border-color);margin-top:20px;padding-top:20px}.DetailDrawer-module__w5smpW__sectionTitle{text-transform:uppercase;color:var(--text-secondary);margin:0 0 16px;font-size:14px;font-weight:600}.DetailDrawer-module__w5smpW__inventorySection{max-width:580px}.DetailDrawer-module__w5smpW__inventoryHeader{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.DetailDrawer-module__w5smpW__inventoryStockLabel{color:var(--text-secondary);font-size:10px;font-weight:600;display:block}.DetailDrawer-module__w5smpW__inventoryStockValue{font-family:var(--font-title),sans-serif;color:var(--foreground);font-size:18px;font-weight:700}.DetailDrawer-module__w5smpW__skuForm{background-color:var(--bg-secondary);border-radius:var(--radius);border:var(--border-weight)solid var(--border-color);margin-bottom:20px;padding:16px}.DetailDrawer-module__w5smpW__skuFormRow{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.DetailDrawer-module__w5smpW__skuFormField{flex:1}.DetailDrawer-module__w5smpW__skuFormLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.DetailDrawer-module__w5smpW__skuFormActions{justify-content:flex-end;display:flex}.DetailDrawer-module__w5smpW__addSkuButton{color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;background-color:#00c875;border:none;padding:8px 20px;font-size:13px;font-weight:600}.DetailDrawer-module__w5smpW__skuList{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);flex-direction:column;gap:0;display:flex;overflow:hidden}.DetailDrawer-module__w5smpW__skuRow{background-color:var(--bg-secondary);border-bottom:var(--border-weight)solid var(--border-color);grid-template-columns:1fr 1fr 1fr 100px;align-items:center;padding:14px 16px;display:grid}.DetailDrawer-module__w5smpW__skuRow:last-child{border-bottom:none}.DetailDrawer-module__w5smpW__skuFieldLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:9px;font-weight:600}.DetailDrawer-module__w5smpW__skuName{color:var(--foreground);font-size:14px;font-weight:600}.DetailDrawer-module__w5smpW__skuCode,.DetailDrawer-module__w5smpW__skuBarcode{color:var(--text-secondary);font-size:13px}.DetailDrawer-module__w5smpW__skuStockControl{justify-content:flex-end;align-items:center;gap:8px;display:flex}.DetailDrawer-module__w5smpW__skuStockLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}.DetailDrawer-module__w5smpW__skuListHeader{background-color:var(--bg-secondary);border-bottom:var(--border-weight)solid var(--border-color);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;grid-template-columns:1fr 1fr 1fr 100px;padding:10px 16px;font-size:10px;font-weight:600;display:grid}.DetailDrawer-module__w5smpW__threeColRow{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.DetailDrawer-module__w5smpW__marginBanner{border-radius:var(--radius);background-color:#0369a11a;border:1px solid #0369a1;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px;display:flex}.DetailDrawer-module__w5smpW__marginLabel{color:#0369a1;font-size:12px;font-weight:600}.DetailDrawer-module__w5smpW__marginValue{font-family:var(--font-title),sans-serif;color:#0369a1;font-size:18px;font-weight:700}.DetailDrawer-module__w5smpW__costSummaryTable{background:#12142a;border:1px solid #ffffff14;border-radius:6px;padding:20px}.DetailDrawer-module__w5smpW__feeRow{font-family:var(--font-title),sans-serif;color:#ffffffd9;grid-template-columns:1fr 100px 100px 110px;align-items:center;gap:8px;padding:5px 0;font-size:14px;display:grid}.DetailDrawer-module__w5smpW__feeRowBold{font-family:var(--font-title),sans-serif;color:#fff;grid-template-columns:1fr 100px 100px 110px;align-items:center;gap:8px;padding:5px 0;font-size:15px;font-weight:700;display:grid}.DetailDrawer-module__w5smpW__feeLabel{white-space:nowrap}.DetailDrawer-module__w5smpW__feePerUnit,.DetailDrawer-module__w5smpW__feeTotal{text-align:right}.DetailDrawer-module__w5smpW__feePct{text-align:right;color:#ffffff73;white-space:nowrap;font-size:12px}.DetailDrawer-module__w5smpW__feeInput{color:#fff;text-align:right;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;outline:none;width:100%;padding:4px 8px;font-size:14px;transition:border-color .15s}.DetailDrawer-module__w5smpW__feeInput:focus{background:#ffffff1a;border-color:#0073ea99}.DetailDrawer-module__w5smpW__feeInput::placeholder{color:#fff3}.DetailDrawer-module__w5smpW__feeInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.DetailDrawer-module__w5smpW__feeInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.DetailDrawer-module__w5smpW__feeInput[type=number]{-moz-appearance:textfield}.DetailDrawer-module__w5smpW__financialsGrid{grid-template-columns:3fr 2fr;align-items:start;gap:12px;display:grid}.DetailDrawer-module__w5smpW__plCard{background:#12142a;border:1px solid #ffffff14;border-radius:6px;padding:16px}.DetailDrawer-module__w5smpW__plTitle{font-family:var(--font-title),sans-serif;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:10px;font-size:11px;font-weight:700}.DetailDrawer-module__w5smpW__plRow{font-family:var(--font-title),sans-serif;color:#ffffffbf;grid-template-columns:1fr 100px;align-items:center;padding:3px 0;font-size:13px;display:grid}.DetailDrawer-module__w5smpW__plRowBold{font-family:var(--font-title),sans-serif;color:#fff;grid-template-columns:1fr 100px;align-items:center;padding:3px 0;font-size:13px;font-weight:700;display:grid}.DetailDrawer-module__w5smpW__plLabel{white-space:nowrap}.DetailDrawer-module__w5smpW__plValue{text-align:right}.DetailDrawer-module__w5smpW__plDivider{border-top:1px solid #ffffff1a;margin:6px 0}.DetailDrawer-module__w5smpW__photoUploadArea{margin-top:4px}.DetailDrawer-module__w5smpW__photoDropzone{border:2px dashed var(--border-color);border-radius:var(--radius);background:var(--bg-secondary);width:100%;color:var(--text-secondary);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:24px;font-size:13px;font-weight:500;transition:border-color .2s,background-color .2s;display:flex}.DetailDrawer-module__w5smpW__photoDropzone:hover{color:#0073ea;background:#0073ea0d;border-color:#0073ea}.DetailDrawer-module__w5smpW__photoDropzone:disabled{opacity:.6;cursor:not-allowed}.DetailDrawer-module__w5smpW__photoHint{opacity:.6;font-size:11px;font-weight:400}.DetailDrawer-module__w5smpW__photoPreview{display:inline-block;position:relative}.DetailDrawer-module__w5smpW__photoImage{object-fit:cover;border-radius:var(--radius);border:var(--border-weight)solid var(--border-color);width:120px;height:120px}.DetailDrawer-module__w5smpW__photoActions{gap:6px;margin-top:8px;display:flex}.DetailDrawer-module__w5smpW__photoReplaceBtn{color:var(--foreground);background:var(--bg-secondary);border:var(--border-weight)solid var(--border-color);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.DetailDrawer-module__w5smpW__photoReplaceBtn:hover{background:var(--border-color)}.DetailDrawer-module__w5smpW__photoRemoveBtn{color:#e44258;border:var(--border-weight)solid #e44258;cursor:pointer;background:0 0;border-radius:4px;align-items:center;padding:4px 6px;font-size:11px;display:flex}.DetailDrawer-module__w5smpW__photoRemoveBtn:hover{background:#e442581a}.DetailDrawer-module__w5smpW__dangerZone{border-top:var(--border-weight)solid var(--border-color);margin-top:32px;padding-top:24px}.DetailDrawer-module__w5smpW__archiveButton{cursor:pointer;background-color:var(--background);color:#ff4d4f;border:1px solid #ff4d4f;border-radius:4px;padding:8px 16px}
.BoardView-module__6fi2kq__boardContainer{background-color:var(--background);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.BoardView-module__6fi2kq__toolbar{border-bottom:var(--border-weight)solid var(--border-color);background-color:var(--background);align-items:center;gap:12px;padding:8px 16px;display:flex}.BoardView-module__6fi2kq__mainContent{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background-color:var(--background);flex:1;margin:8px 16px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 48px #0006}.BoardView-module__6fi2kq__settingsPane{background-color:var(--bg-secondary);border-left:var(--border-weight)solid var(--border-color);z-index:100;flex-direction:column;width:320px;padding:24px;animation:.2s ease-out BoardView-module__6fi2kq__slideInRight;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-8px 0 24px #0003}@keyframes BoardView-module__6fi2kq__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.BoardView-module__6fi2kq__settingsTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:400;display:flex}.BoardView-module__6fi2kq__columnList{flex-direction:column;gap:16px;display:flex}.BoardView-module__6fi2kq__columnItem{cursor:pointer;color:var(--foreground);-webkit-user-select:none;user-select:none;border:var(--border-weight)solid transparent;border-radius:var(--radius);align-items:center;gap:12px;padding:10px;font-size:14px;font-weight:400;display:flex}.BoardView-module__6fi2kq__columnItem:hover{border-color:var(--border-color);background-color:var(--background)}.BoardView-module__6fi2kq__columnItem input[type=checkbox]{accent-color:#0073ea;cursor:pointer;width:18px;height:18px}.BoardView-module__6fi2kq__boardContent{background-color:var(--background);flex-direction:column;flex:1;display:flex;overflow:hidden}.BoardView-module__6fi2kq__scrollContainer{flex:1;position:relative;overflow:auto}.BoardView-module__6fi2kq__headerRow{border-bottom:var(--border-weight)solid var(--border-color);background-color:var(--bg-secondary);height:40px;min-height:40px;color:var(--foreground);text-transform:uppercase;letter-spacing:1px;z-index:10;align-items:center;width:fit-content;min-width:100%;font-size:12px;font-weight:400;display:flex;position:sticky;top:0}.BoardView-module__6fi2kq__headerCell{border-right:var(--border-weight)solid var(--border-color);-webkit-user-select:none;user-select:none;background-color:var(--bg-secondary);flex-shrink:0;align-items:center;height:100%;padding:0 6px;display:flex;position:relative}.BoardView-module__6fi2kq__headerCell.BoardView-module__6fi2kq__stickyColumn{z-index:20;background-color:var(--bg-secondary);position:sticky;left:0;box-shadow:2px 0 4px #0000001a}.BoardView-module__6fi2kq__headerCell[draggable=true]{cursor:grab}.BoardView-module__6fi2kq__headerCell[draggable=true]:active{cursor:grabbing}.BoardView-module__6fi2kq__isDragging{opacity:.5;background-color:var(--bg-secondary)}.BoardView-module__6fi2kq__headerCell:last-child{border-right:none}.BoardView-module__6fi2kq__resizer{cursor:col-resize;z-index:10;background:0 0;width:8px;position:absolute;top:0;bottom:0;right:0}.BoardView-module__6fi2kq__resizer:hover,.BoardView-module__6fi2kq__resizing{background:#0073ea!important}.BoardView-module__6fi2kq__row{border-bottom:var(--border-weight)solid var(--border-color);cursor:pointer;align-items:center;width:fit-content;min-width:100%;min-height:52px;transition:background-color .1s;display:flex}.BoardView-module__6fi2kq__row:hover,.BoardView-module__6fi2kq__row:hover .BoardView-module__6fi2kq__cell{background-color:var(--bg-secondary)}.BoardView-module__6fi2kq__cell{border-right:var(--border-weight)solid var(--border-color);text-overflow:ellipsis;white-space:nowrap;background-color:var(--background);flex-shrink:0;align-items:center;height:100%;padding:0 4px;font-size:16px;font-weight:400;display:flex;overflow:hidden}.BoardView-module__6fi2kq__cell.BoardView-module__6fi2kq__stickyColumn{z-index:5;background-color:var(--background);position:sticky;left:0;box-shadow:2px 0 4px #0000001a}.BoardView-module__6fi2kq__row:hover .BoardView-module__6fi2kq__cell.BoardView-module__6fi2kq__stickyColumn{background-color:var(--bg-secondary)}.BoardView-module__6fi2kq__cell:last-child{border-right:none}.BoardView-module__6fi2kq__stickyCellContent{white-space:nowrap;flex:auto;align-items:center;min-width:0;padding-right:16px;font-weight:400;display:flex;overflow:hidden}.BoardView-module__6fi2kq__stickyCellContent .BoardView-module__6fi2kq__inlineInput{flex:auto;min-width:0}.BoardView-module__6fi2kq__titleText{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.BoardView-module__6fi2kq__thumbImg{object-fit:cover;border-radius:4px;width:36px;height:36px;display:block}.BoardView-module__6fi2kq__thumbEmpty{background:var(--bg-secondary);border:var(--border-weight)dashed var(--border-color);border-radius:4px;width:36px;height:36px}.BoardView-module__6fi2kq__deleteRowBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;padding:2px;display:none}.BoardView-module__6fi2kq__deleteRowBtn:hover{color:#e44258;background:#e442581a}.BoardView-module__6fi2kq__stickyCellContent:hover .BoardView-module__6fi2kq__deleteRowBtn{display:flex}.BoardView-module__6fi2kq__statusPill{border-radius:var(--radius);color:#fff;text-transform:uppercase;letter-spacing:.5px;text-align:center;background-color:#666;min-width:100px;padding:10px 12px;font-size:11px;font-weight:400;line-height:1.2;display:inline-block}.BoardView-module__6fi2kq__clickable{cursor:pointer}.BoardView-module__6fi2kq__status-In-Development,.BoardView-module__6fi2kq__status-WorkingOnIt{background-color:var(--status-in-development)!important}.BoardView-module__6fi2kq__status-AgreementStatus{background-color:var(--status-agreement-status)!important}.BoardView-module__6fi2kq__status-In-Production{background-color:var(--status-in-production)!important}.BoardView-module__6fi2kq__status-In-Store{background-color:var(--status-in-store)!important}.BoardView-module__6fi2kq__status-NotStarted{background-color:var(--status-not-started)}.BoardView-module__6fi2kq__status-Drafting{background-color:var(--status-drafting)}.BoardView-module__6fi2kq__status-UnderReview{background-color:var(--status-under-review)}.BoardView-module__6fi2kq__status-Sent{background-color:var(--status-sent)}.BoardView-module__6fi2kq__status-PendingArtist{background-color:var(--status-pending-artist)}.BoardView-module__6fi2kq__status-Executed{background-color:var(--status-executed)}.BoardView-module__6fi2kq__iconButton{background:var(--accent-button);border-radius:var(--radius);cursor:pointer;color:#fff;text-transform:uppercase;border:none;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:400;transition:opacity .2s;display:flex}.BoardView-module__6fi2kq__iconButton:hover{opacity:.9}.BoardView-module__6fi2kq__iconButton.BoardView-module__6fi2kq__active{background-color:#005bb5;box-shadow:inset 0 2px 4px #0003}.BoardView-module__6fi2kq__newButton{border-radius:var(--radius);cursor:pointer;background-color:var(--accent-button);color:#fff;text-transform:uppercase;letter-spacing:1px;border:none;padding:10px 28px;font-weight:400}.BoardView-module__6fi2kq__dateTag{color:var(--foreground);font-size:13px;display:inline-block}.BoardView-module__6fi2kq__dateText{color:var(--foreground);cursor:text;align-items:center;width:100%;min-height:28px;font-size:13px;display:flex}.BoardView-module__6fi2kq__datePlaceholder{color:var(--text-muted,#999);opacity:0;font-size:12px;transition:opacity .15s}.BoardView-module__6fi2kq__dateText:hover .BoardView-module__6fi2kq__datePlaceholder{opacity:1}.BoardView-module__6fi2kq__inlineInput,.BoardView-module__6fi2kq__inlineSelect{border-radius:var(--radius);width:100%;font-size:inherit;color:inherit;background:0 0;border:1px solid #0000;padding:4px;font-weight:400}.BoardView-module__6fi2kq__inlineInput:hover,.BoardView-module__6fi2kq__inlineSelect:hover{border-color:var(--border-color)}.BoardView-module__6fi2kq__inlineInput:focus,.BoardView-module__6fi2kq__inlineSelect:focus{border:1px solid var(--accent-primary);background:var(--background);outline:none}.BoardView-module__6fi2kq__readOnlyValue{color:var(--text-secondary);font-size:inherit;padding:4px 0}.BoardView-module__6fi2kq__modalOverlay{z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.BoardView-module__6fi2kq__modal{background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);width:540px;padding:40px;box-shadow:0 16px 64px #00000080}.BoardView-module__6fi2kq__modalTitle{color:var(--foreground);letter-spacing:.5px;margin:0 0 32px;font-size:20px}.BoardView-module__6fi2kq__fieldGroup{margin-bottom:24px}.BoardView-module__6fi2kq__label{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-bottom:8px;font-size:12px;display:block}.BoardView-module__6fi2kq__modalInput{width:100%;color:var(--foreground);background:var(--bg-secondary);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);padding:12px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.BoardView-module__6fi2kq__modalInput:focus{border-color:#0073ea;outline:none;box-shadow:0 0 0 3px #0073ea26}.BoardView-module__6fi2kq__modalInput::placeholder{color:var(--text-secondary)}.BoardView-module__6fi2kq__modalActions{border-top:var(--border-weight)solid var(--border-color);justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;display:flex}.BoardView-module__6fi2kq__cancelButton{color:var(--text-secondary);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);cursor:pointer;background:0 0;padding:12px 24px;font-size:14px;transition:all .2s}.BoardView-module__6fi2kq__cancelButton:hover{background:var(--bg-secondary);color:var(--foreground)}.BoardView-module__6fi2kq__submitButton{color:#fff;border-radius:var(--radius);cursor:pointer;background:#0073ea;border:none;padding:12px 24px;font-size:14px;transition:opacity .2s}.BoardView-module__6fi2kq__submitButton:hover{opacity:.9}.BoardView-module__6fi2kq__typeaheadContainer{position:relative}.BoardView-module__6fi2kq__typeaheadDropdown{background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);z-index:100;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0003}.BoardView-module__6fi2kq__typeaheadOption{cursor:pointer;color:var(--foreground);padding:12px 16px;font-size:14px;transition:background-color .1s}.BoardView-module__6fi2kq__typeaheadOption:hover,.BoardView-module__6fi2kq__typeaheadOption.BoardView-module__6fi2kq__highlighted{background:var(--bg-secondary)}.BoardView-module__6fi2kq__typeaheadNewOption{color:var(--foreground);border-top:var(--border-weight)solid var(--border-color)}.BoardView-module__6fi2kq__tierSection{width:100%;margin-bottom:0}.BoardView-module__6fi2kq__tierSection+.BoardView-module__6fi2kq__tierSection{margin-top:10px}.BoardView-module__6fi2kq__tierHeader{background:var(--bg-secondary);border-bottom:var(--border-weight)solid var(--border-color);z-index:8;cursor:pointer;align-items:center;gap:10px;width:100%;padding:12px 16px;display:flex;position:sticky;top:40px}.BoardView-module__6fi2kq__tierBadge{border-radius:var(--radius);text-transform:uppercase;letter-spacing:1px;color:#fff;padding:6px 16px;font-size:11px}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__inDevelopment{background:var(--tier-in-development)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__inQueue{background:var(--tier-in-queue)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__sampling{background:var(--tier-sampling)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__inProduction{background:var(--tier-in-production)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__shipping{background:var(--tier-shipping)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__inStore{background:var(--tier-in-store)}.BoardView-module__6fi2kq__tierCount{color:var(--text-secondary);font-size:12px}.BoardView-module__6fi2kq__tierToggle{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.BoardView-module__6fi2kq__tierToggle:hover{background:var(--background);color:var(--foreground)}.BoardView-module__6fi2kq__status-WorkingonEdits{background-color:var(--status-working-on-edits)!important}.BoardView-module__6fi2kq__status-WorkingOnIt{background-color:var(--status-working-on-it)!important}.BoardView-module__6fi2kq__status-ProductionQueue{background-color:var(--status-production-queue)!important}.BoardView-module__6fi2kq__status-Stuck{background-color:var(--status-stuck)!important}.BoardView-module__6fi2kq__status-Done{background-color:var(--status-done)!important}.BoardView-module__6fi2kq__status-PendingReview{background-color:var(--status-pending-review)!important}.BoardView-module__6fi2kq__status-Sampling{background-color:var(--status-sampling)!important}.BoardView-module__6fi2kq__status-Approved{background-color:var(--status-approved)!important}.BoardView-module__6fi2kq__status-Submitted{background-color:var(--status-submitted)!important}.BoardView-module__6fi2kq__status-Shipping{background-color:var(--status-shipping)!important}.BoardView-module__6fi2kq__status-Arrived{background-color:var(--status-arrived)!important}.BoardView-module__6fi2kq__status-ArtistDenied{background-color:var(--status-artist-denied)!important}.BoardView-module__6fi2kq__status-ArtistApproval{background-color:var(--status-artist-approval)!important}.BoardView-module__6fi2kq__status-InternalApproved{background-color:var(--status-internal-approved)!important}.BoardView-module__6fi2kq__status-InStore{background-color:var(--status-in-store)!important}.BoardView-module__6fi2kq__status-WorkingonEdits,.BoardView-module__6fi2kq__status-WorkingOnEdits{background-color:#00c875!important}.BoardView-module__6fi2kq__status-PendingJGS{background-color:var(--status-pending-jgs)!important}.BoardView-module__6fi2kq__status-PendingJGSApproval{background-color:var(--status-pending-jgs-approval)!important}.BoardView-module__6fi2kq__status-ApprovedforNextRound{background-color:var(--status-approved-for-next-round)!important}.BoardView-module__6fi2kq__status-RevisitLater{background-color:var(--status-revisit-later)!important}.BoardView-module__6fi2kq__status-Archived{background-color:var(--status-archived)!important}.BoardView-module__6fi2kq__status-Expired{background-color:var(--status-expired)!important}.BoardView-module__6fi2kq__status-Void{background-color:var(--status-void)!important}.BoardView-module__6fi2kq__status-OrderSubmitted{background-color:var(--status-order-submitted)!important}.BoardView-module__6fi2kq__status-Concepting{background-color:var(--status-concepting)!important}.BoardView-module__6fi2kq__status-DesignInProgress{background-color:var(--status-design-in-progress)!important}.BoardView-module__6fi2kq__status-InternalReview{background-color:var(--status-internal-review)!important}.BoardView-module__6fi2kq__status-PendingArtistApproval{background-color:var(--status-pending-artist-approval)!important}.BoardView-module__6fi2kq__status-RevisionRequested{background-color:var(--status-revision-requested)!important}.BoardView-module__6fi2kq__status-OnHold{background-color:var(--status-on-hold)!important}.BoardView-module__6fi2kq__status-SampleRequested{background-color:var(--status-sample-requested)!important}.BoardView-module__6fi2kq__status-SampleShipping{background-color:var(--status-sample-shipping)!important}.BoardView-module__6fi2kq__status-SampleReceived{background-color:var(--status-sample-received)!important}.BoardView-module__6fi2kq__status-SampleApproved{background-color:var(--status-sample-approved)!important}.BoardView-module__6fi2kq__status-RevisionNeeded{background-color:var(--status-revision-needed)!important}.BoardView-module__6fi2kq__status-SubmittedtoFactory{background-color:var(--status-submitted-to-factory)!important}.BoardView-module__6fi2kq__status-PendingPayment{background-color:var(--status-pending-payment)!important}.BoardView-module__6fi2kq__status-InProduction{background-color:var(--status-in-production)!important}.BoardView-module__6fi2kq__status-QualityCheck{background-color:var(--status-quality-check)!important}.BoardView-module__6fi2kq__status-Shipped{background-color:var(--status-shipped)!important}.BoardView-module__6fi2kq__status-InTransit{background-color:var(--status-in-transit)!important}.BoardView-module__6fi2kq__status-ReadytoSync{background-color:var(--status-ready-to-sync)!important}.BoardView-module__6fi2kq__status-SyncPending{background-color:var(--status-sync-pending)!important}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__wsBriefing{background:var(--tier-ws-briefing)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__wsInDevelopment{background:var(--tier-ws-in-development)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__wsPreProduction{background:var(--tier-ws-pre-production)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__wsInProduction{background:var(--tier-ws-in-production)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__wsShipping{background:var(--tier-ws-shipping)}.BoardView-module__6fi2kq__tierBadge.BoardView-module__6fi2kq__wsClientDelivery{background:var(--tier-ws-client-delivery)}.BoardView-module__6fi2kq__status-InquiryReceived{background-color:var(--status-inquiry-received)!important}.BoardView-module__6fi2kq__status-DefiningBrief{background-color:var(--status-defining-brief)!important;color:#1a1a1a!important}.BoardView-module__6fi2kq__status-AwaitingClientDecision{background-color:var(--status-awaiting-client-decision)!important}.BoardView-module__6fi2kq__status-CommissionArtistSelection{background-color:var(--status-commission-artist-selection)!important}.BoardView-module__6fi2kq__status-CommissionConceptReview{background-color:var(--status-commission-concept-review)!important}.BoardView-module__6fi2kq__status-Cancelled{background-color:var(--status-cancelled)!important}.BoardView-module__6fi2kq__status-PendingClientApproval{background-color:var(--status-pending-client-approval)!important}.BoardView-module__6fi2kq__status-AwaitingDeposit{background-color:var(--status-awaiting-deposit)!important;color:#1a1a1a!important}.BoardView-module__6fi2kq__status-DepositReceived{background-color:var(--status-deposit-received)!important}.BoardView-module__6fi2kq__status-PaymentComplete{background-color:var(--status-payment-complete)!important}.BoardView-module__6fi2kq__status-PendingPaymenttoFactory{background-color:var(--status-pending-payment-to-factory)!important;color:#1a1a1a!important}.BoardView-module__6fi2kq__status-QualityControl{background-color:var(--status-quality-control)!important}.BoardView-module__6fi2kq__status-LocalDeliveryArranged{background-color:var(--status-local-delivery-arranged)!important;color:#1a1a1a!important}.BoardView-module__6fi2kq__status-OrderComplete{background-color:var(--status-order-complete)!important}.BoardView-module__6fi2kq__inlineTypeaheadContainer{width:100%;position:relative}.BoardView-module__6fi2kq__inlineTypeaheadDropdown{background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);z-index:1000;max-height:180px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000040}.BoardView-module__6fi2kq__inlineTypeaheadOption{cursor:pointer;color:var(--foreground);padding:8px 12px;font-size:13px;transition:background-color .1s}.BoardView-module__6fi2kq__inlineTypeaheadOption:hover,.BoardView-module__6fi2kq__inlineTypeaheadOption.BoardView-module__6fi2kq__highlighted{background:var(--bg-secondary)}.BoardView-module__6fi2kq__inlineTypeaheadNewOption{color:var(--foreground);border-top:var(--border-weight)solid var(--border-color)}.BoardView-module__6fi2kq__statusDropdownWrapper{width:100%;position:relative}.BoardView-module__6fi2kq__cell:has(.BoardView-module__6fi2kq__statusDropdownWrapper){overflow:visible}.BoardView-module__6fi2kq__statusDropdownPanel{background:var(--background,#fff);border:1px solid var(--border-color,#e0e0e0);z-index:1000;border-radius:8px;min-width:200px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #00000026}.BoardView-module__6fi2kq__statusDropdownGroup{margin-bottom:6px}.BoardView-module__6fi2kq__statusDropdownGroup:last-child{margin-bottom:0}.BoardView-module__6fi2kq__statusDropdownGroupLabel{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;padding:4px 6px;font-size:11px;font-weight:600}.BoardView-module__6fi2kq__statusDropdownOptions{flex-direction:column;gap:3px;display:flex}.BoardView-module__6fi2kq__statusDropdownOption{color:#fff;cursor:pointer;text-align:left;border:none;border-radius:6px;width:100%;padding:7px 12px;font-size:12px;font-weight:500;transition:opacity .15s,transform .1s;display:block}.BoardView-module__6fi2kq__statusDropdownOption:hover{opacity:.85;transform:scale(1.01)}.BoardView-module__6fi2kq__statusDropdownOptionActive{outline-offset:-2px;outline:2px solid #fff;box-shadow:0 0 0 1px #0000004d}.BoardView-module__6fi2kq__textPopout{background:var(--background);border:1px solid var(--border-color);border-radius:var(--radius);z-index:9999;flex-direction:column;gap:8px;min-width:360px;max-width:500px;padding:12px;display:flex;box-shadow:0 8px 24px #00000040}.BoardView-module__6fi2kq__textPopoutArea{resize:none;border:1px solid var(--border-color);border-radius:var(--radius);width:100%;min-height:60px;color:var(--foreground);background:var(--bg-secondary);outline:none;padding:8px 10px;font-family:inherit;font-size:14px;line-height:1.5;overflow:hidden}.BoardView-module__6fi2kq__textPopoutArea:focus{border-color:#0073ea}.BoardView-module__6fi2kq__textPopoutActions{justify-content:flex-end;gap:8px;display:flex}.BoardView-module__6fi2kq__textPopoutCancel{border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:6px 14px;font-size:13px}.BoardView-module__6fi2kq__textPopoutCancel:hover{background:var(--bg-secondary);color:var(--foreground)}.BoardView-module__6fi2kq__textPopoutSave{color:#fff;border-radius:var(--radius);cursor:pointer;background:#0073ea;border:none;padding:6px 14px;font-size:13px}.BoardView-module__6fi2kq__textPopoutSave:hover{opacity:.9}.BoardView-module__6fi2kq__cellTooltipWrapper{width:100%;position:relative;overflow:hidden}.BoardView-module__6fi2kq__cellTooltip{background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);min-width:240px;max-width:400px;max-height:300px;color:var(--foreground);white-space:pre-wrap;word-break:break-word;z-index:9999;pointer-events:none;padding:10px 12px;font-size:13px;line-height:1.5;overflow-y:auto;box-shadow:0 4px 16px #00000040}
.Toast-module__SXJvLW__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.Toast-module__SXJvLW__toast{background:var(--background,#1a1a2e);border:1px solid var(--border-color,#404040);color:var(--foreground,#e0e0e0);pointer-events:auto;-webkit-user-select:text;user-select:text;border-radius:6px;align-items:center;gap:12px;min-width:280px;max-width:480px;padding:14px 20px;font-size:14px;animation:.25s ease-out Toast-module__SXJvLW__slideIn;display:flex;box-shadow:0 8px 24px #0000004d}@keyframes Toast-module__SXJvLW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__SXJvLW__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;font-weight:700;display:flex}.Toast-module__SXJvLW__message{word-break:break-word;flex:1}.Toast-module__SXJvLW__dismissBtn{color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 4px;font-size:18px;line-height:1}.Toast-module__SXJvLW__dismissBtn:hover{color:var(--foreground,#e0e0e0);background:#ffffff14}.Toast-module__SXJvLW__copyBtn{border:1px solid var(--border-color,#404040);color:var(--text-secondary,#888);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:11px}.Toast-module__SXJvLW__copyBtn:hover{color:var(--foreground,#e0e0e0);border-color:var(--text-secondary,#888)}.Toast-module__SXJvLW__success{border-left:4px solid #00c875}.Toast-module__SXJvLW__success .Toast-module__SXJvLW__icon{color:#00c875}.Toast-module__SXJvLW__error{border-left:4px solid #e44258}.Toast-module__SXJvLW__error .Toast-module__SXJvLW__icon{color:#e44258}.Toast-module__SXJvLW__info{border-left:4px solid #f59e0b}.Toast-module__SXJvLW__info .Toast-module__SXJvLW__icon{color:#f59e0b}[data-theme=light] .Toast-module__SXJvLW__toast{color:#333;background:#fff;border-color:#d0d5dd;box-shadow:0 8px 24px #00000026}[data-theme=light] .Toast-module__SXJvLW__dismissBtn:hover{color:#333;background:#0000000d}[data-theme=light] .Toast-module__SXJvLW__copyBtn:hover{color:#333}
.Sidebar-module__degjda__sidebar{background-color:var(--background);height:100vh;color:var(--foreground);width:var(--sidebar-width,240px);z-index:1000;border-right:var(--border-weight)solid var(--border-color);flex-direction:column;flex-shrink:0;transition:width .2s cubic-bezier(.25,1,.5,1);display:flex;position:relative}.Sidebar-module__degjda__sidebar.Sidebar-module__degjda__collapsed{width:var(--sidebar-collapsed-width,68px)}.Sidebar-module__degjda__header{border-bottom:var(--border-weight)solid var(--border-color);justify-content:space-between;align-items:center;height:40px;padding:0 16px;display:flex}.Sidebar-module__degjda__logoContainer{align-items:center;gap:12px;display:flex}.Sidebar-module__degjda__logoText{font-family:var(--font-title),sans-serif;letter-spacing:2px;color:#00ca72;text-transform:uppercase;font-size:16px;font-weight:400}.Sidebar-module__degjda__toggleButton{border:var(--border-weight)solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;padding:6px;transition:background .2s,color .2s;display:flex}.Sidebar-module__degjda__toggleButton:hover{background-color:var(--bg-secondary);color:var(--foreground)}.Sidebar-module__degjda__nav{flex-direction:column;flex:1;gap:1px;padding:8px 0;display:flex;overflow-y:auto}.Sidebar-module__degjda__navLink{height:36px;color:var(--text-secondary);border-radius:var(--radius);align-items:center;margin:0 8px;padding:0 16px;text-decoration:none;transition:background-color .1s,color .1s;display:flex;position:relative}.Sidebar-module__degjda__navLink:hover{background-color:var(--bg-secondary);color:var(--foreground)}.Sidebar-module__degjda__navLink.Sidebar-module__degjda__active{color:#fff;background-color:#0073ea;font-weight:400}.Sidebar-module__degjda__icon{flex-shrink:0}.Sidebar-module__degjda__navText{white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.5px;margin-left:12px;font-size:13px;font-weight:400;overflow:hidden}.Sidebar-module__degjda__sectionDivider{color:#000;text-transform:uppercase;letter-spacing:.5px;padding:10px 16px 4px;font-size:11px;font-weight:700}[data-theme=dark] .Sidebar-module__degjda__sectionDivider{color:#fff}.Sidebar-module__degjda__sectionBox{border:1px solid var(--border-color);border-radius:var(--radius);margin:4px 8px;padding:2px 0 6px}.Sidebar-module__degjda__sectionBox .Sidebar-module__degjda__sectionDivider{padding:8px 8px 4px}.Sidebar-module__degjda__sectionBox .Sidebar-module__degjda__navLink{margin:0 4px}.Sidebar-module__degjda__dividerLine{background:var(--border-color);height:1px;margin:6px 16px}.Sidebar-module__degjda__footer{border-top:var(--border-weight)solid var(--border-color);color:var(--text-secondary);text-transform:uppercase;padding:10px 12px;font-size:12px;font-weight:400}.Sidebar-module__degjda__userSection{flex-direction:column;gap:0;margin-bottom:8px;display:flex;position:relative}.Sidebar-module__degjda__userInfoRow{align-items:center;gap:10px;width:100%;padding:4px 4px 4px 8px;display:flex}.Sidebar-module__degjda__userInfoRowCollapsed{flex-direction:column;align-items:center;gap:4px;width:100%;padding:4px 0;display:flex}.Sidebar-module__degjda__userAvatarWrap{background:var(--bg-secondary);width:34px;height:34px;color:var(--text-secondary);border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 1px 4px #00000014}.Sidebar-module__degjda__userAvatarWrap:hover{border-color:#0073ea;box-shadow:0 0 0 3px #0073ea1f}.Sidebar-module__degjda__avatarFallbackIcon{pointer-events:none;position:absolute}.Sidebar-module__degjda__avatarPencil{color:#fff;border:2px solid var(--background);pointer-events:none;z-index:1;background:#0073ea;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:-2px;right:-2px}.Sidebar-module__degjda__userDetails{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.Sidebar-module__degjda__userName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;text-transform:none;font-size:13px;font-weight:500;overflow:hidden}.Sidebar-module__degjda__userRole{color:var(--text-secondary);text-transform:capitalize;font-size:10px}.Sidebar-module__degjda__userInfoBtn{border-radius:var(--radius);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;flex:1;align-items:center;gap:10px;min-width:0;padding:4px 6px;transition:background .15s,border-color .15s;display:flex}.Sidebar-module__degjda__userInfoBtn:hover{background:var(--bg-secondary);border-color:var(--border-color)}.Sidebar-module__degjda__userInfoBtnCollapsed{border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:100%;padding:8px;transition:background .15s;display:flex}.Sidebar-module__degjda__userInfoBtnCollapsed:hover{background:var(--bg-secondary)}.Sidebar-module__degjda__userMenuChevron{color:var(--text-secondary);flex-shrink:0;transition:transform .2s;transform:rotate(180deg)}.Sidebar-module__degjda__userMenuChevronOpen{transform:rotate(0)}.Sidebar-module__degjda__userMenu{background:var(--background);border:1px solid var(--border-color);border-radius:var(--radius);z-index:10;margin-bottom:4px;animation:.15s ease-out Sidebar-module__degjda__menuSlideUp;position:absolute;bottom:100%;left:0;right:0;overflow:hidden;box-shadow:0 -4px 20px #0006}.Sidebar-module__degjda__sidebar.Sidebar-module__degjda__collapsed .Sidebar-module__degjda__userMenu{min-width:220px;margin-bottom:0;margin-left:8px;animation:.15s ease-out Sidebar-module__degjda__menuSlideRight;bottom:8px;left:100%;right:auto}@keyframes Sidebar-module__degjda__menuSlideRight{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes Sidebar-module__degjda__menuSlideUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Sidebar-module__degjda__userMenuItem{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);white-space:nowrap;align-items:center;gap:10px;padding:10px 14px;font-size:13px;text-decoration:none;transition:background .1s,color .1s;display:flex}.Sidebar-module__degjda__userMenuItem:last-of-type{border-bottom:none}.Sidebar-module__degjda__userMenuItem:hover{background:var(--bg-secondary);color:var(--foreground)}.Sidebar-module__degjda__userMenuItemActive{color:var(--foreground);background:var(--bg-secondary)}.Sidebar-module__degjda__userMenuSignOut{border:none;border-top:1px solid var(--border-color);width:100%;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:10px;padding:10px 14px;font-size:13px;transition:background .1s,color .1s;display:flex}.Sidebar-module__degjda__userMenuSignOut:hover{color:#ff4d4f;background:#ff4d4f14}.Sidebar-module__degjda__collapseToggle{border:1px solid var(--border-color);border-radius:var(--radius);width:100%;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;margin-bottom:10px;padding:6px 8px;font-family:inherit;font-size:11px;transition:background .15s,color .15s;display:flex}.Sidebar-module__degjda__collapseToggle:hover{background:var(--bg-secondary);color:var(--foreground)}.Sidebar-module__degjda__themeToggle{border:1px solid var(--border-color);border-radius:var(--radius);width:100%;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;margin-bottom:6px;padding:6px 8px;font-size:11px;transition:background .15s,color .15s;display:flex}.Sidebar-module__degjda__themeToggle:hover{background:var(--bg-secondary);color:var(--foreground)}.Sidebar-module__degjda__themeToggleCollapsed{padding:8px;}.Sidebar-module__degjda__footerContent{padding-top:4px}.Sidebar-module__degjda__version{color:var(--text-secondary);opacity:.5;text-align:center;font-size:10px}
.AvatarUpload-module__rcxAIq__avatarTrigger{cursor:pointer;background:var(--bg-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.AvatarUpload-module__rcxAIq__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.AvatarUpload-module__rcxAIq__cameraOverlay{color:#fff;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.AvatarUpload-module__rcxAIq__avatarTrigger:hover .AvatarUpload-module__rcxAIq__cameraOverlay{opacity:1}.AvatarUpload-module__rcxAIq__modalOverlay{z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.15s ease-out AvatarUpload-module__rcxAIq__fadeIn;display:flex;position:fixed;inset:0}@keyframes AvatarUpload-module__rcxAIq__fadeIn{0%{opacity:0}to{opacity:1}}.AvatarUpload-module__rcxAIq__modal{background:var(--background,#fff);border-radius:12px;width:380px;max-width:95vw;max-height:95vh;padding:24px;animation:.2s ease-out AvatarUpload-module__rcxAIq__slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}[data-theme=dark] .AvatarUpload-module__rcxAIq__modal{border:1px solid var(--border-color)}@keyframes AvatarUpload-module__rcxAIq__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.AvatarUpload-module__rcxAIq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.AvatarUpload-module__rcxAIq__modalHeader h3{color:var(--foreground,#181b34);margin:0;font-size:16px;font-weight:600}.AvatarUpload-module__rcxAIq__closeBtn{color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex}.AvatarUpload-module__rcxAIq__closeBtn:hover{background:var(--bg-secondary,#f0f0f0);color:var(--foreground,#181b34)}.AvatarUpload-module__rcxAIq__cropArea{justify-content:center;margin-bottom:8px;display:flex}.AvatarUpload-module__rcxAIq__cropCanvas{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:50%}.AvatarUpload-module__rcxAIq__cropCanvas:active{cursor:grabbing}.AvatarUpload-module__rcxAIq__hint{text-align:center;color:var(--text-secondary,#888);margin:0 0 12px;font-size:11px}.AvatarUpload-module__rcxAIq__controls{justify-content:center;align-items:center;gap:8px;margin-bottom:16px;display:flex}.AvatarUpload-module__rcxAIq__controlBtn{border:1px solid var(--border-color,#ddd);width:32px;height:32px;color:var(--text-secondary,#666);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.AvatarUpload-module__rcxAIq__controlBtn:hover{background:var(--bg-secondary,#f0f0f0);color:var(--foreground,#181b34);border-color:var(--foreground,#999)}.AvatarUpload-module__rcxAIq__zoomSlider{flex:1;align-items:center;gap:8px;max-width:180px;display:flex}.AvatarUpload-module__rcxAIq__slider{appearance:none;background:var(--border-color,#ddd);border-radius:2px;outline:none;flex:1;height:4px}.AvatarUpload-module__rcxAIq__slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#0073ea;border-radius:50%;width:14px;height:14px}.AvatarUpload-module__rcxAIq__slider::-moz-range-thumb{cursor:pointer;background:#0073ea;border:none;border-radius:50%;width:14px;height:14px}.AvatarUpload-module__rcxAIq__zoomLabel{color:var(--text-secondary,#888);text-align:right;min-width:36px;font-size:11px}.AvatarUpload-module__rcxAIq__previewSection{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.AvatarUpload-module__rcxAIq__previewLabel{color:var(--text-secondary,#888);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.AvatarUpload-module__rcxAIq__previewCanvas{border:2px solid var(--border-color,#ddd);border-radius:50%}.AvatarUpload-module__rcxAIq__error{color:#cf1322;text-align:center;background:#fff2f0;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:12px}[data-theme=dark] .AvatarUpload-module__rcxAIq__error{background:#cf13221a}.AvatarUpload-module__rcxAIq__actions{justify-content:flex-end;gap:8px;display:flex}.AvatarUpload-module__rcxAIq__cancelBtn{border:1px solid var(--border-color,#ddd);color:var(--text-secondary,#666);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:13px;transition:all .15s}.AvatarUpload-module__rcxAIq__cancelBtn:hover{background:var(--bg-secondary,#f0f0f0)}.AvatarUpload-module__rcxAIq__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.AvatarUpload-module__rcxAIq__saveBtn{color:#fff;cursor:pointer;background:#0073ea;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.AvatarUpload-module__rcxAIq__saveBtn:hover{background:#005bb5}.AvatarUpload-module__rcxAIq__saveBtn:disabled{opacity:.6;cursor:not-allowed}
.AvatarRequiredModal-module__GZ9yna__overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AvatarRequiredModal-module__GZ9yna__modal{background:var(--background,#fff);text-align:center;border-radius:16px;flex-direction:column;align-items:center;width:440px;max-width:95vw;max-height:95vh;padding:40px 36px;animation:.3s ease-out AvatarRequiredModal-module__GZ9yna__modalIn;display:flex;overflow-y:auto;box-shadow:0 24px 64px #00000059}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__modal{border:1px solid var(--border-color)}@keyframes AvatarRequiredModal-module__GZ9yna__modalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.AvatarRequiredModal-module__GZ9yna__iconCircle{color:#fff;background:linear-gradient(135deg,#0073ea 0%,#005bb5 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.AvatarRequiredModal-module__GZ9yna__title{color:var(--foreground,#181b34);letter-spacing:-.3px;margin:0 0 14px;font-size:22px;font-weight:600}.AvatarRequiredModal-module__GZ9yna__description{color:var(--text-secondary,#666);max-width:380px;margin:0 0 16px;font-size:14px;line-height:1.7}.AvatarRequiredModal-module__GZ9yna__required{color:#0073ea;text-transform:uppercase;letter-spacing:.5px;margin:0 0 20px;font-size:12px;font-weight:600}.AvatarRequiredModal-module__GZ9yna__uploadBtn{color:#fff;cursor:pointer;background:#0073ea;border:none;border-radius:10px;align-items:center;gap:10px;padding:14px 32px;font-size:15px;font-weight:600;transition:background .15s,transform .1s;display:flex}.AvatarRequiredModal-module__GZ9yna__uploadBtn:hover{background:#005bb5;transform:translateY(-1px)}.AvatarRequiredModal-module__GZ9yna__uploadBtn:active{transform:translateY(0)}.AvatarRequiredModal-module__GZ9yna__cropTitle{color:var(--foreground,#181b34);margin:0 0 16px;font-size:16px;font-weight:600}.AvatarRequiredModal-module__GZ9yna__cropArea{justify-content:center;margin-bottom:8px;display:flex}.AvatarRequiredModal-module__GZ9yna__cropCanvas{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:50%}.AvatarRequiredModal-module__GZ9yna__cropCanvas:active{cursor:grabbing}.AvatarRequiredModal-module__GZ9yna__hint{color:var(--text-secondary,#888);margin:0 0 14px;font-size:11px}.AvatarRequiredModal-module__GZ9yna__controls{justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:16px;display:flex}.AvatarRequiredModal-module__GZ9yna__controlBtn{border:1px solid var(--border-color,#ddd);width:32px;height:32px;color:var(--text-secondary,#666);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.AvatarRequiredModal-module__GZ9yna__controlBtn:hover{background:var(--bg-secondary,#f0f0f0);color:var(--foreground,#181b34);border-color:var(--foreground,#999)}.AvatarRequiredModal-module__GZ9yna__zoomSlider{flex:1;align-items:center;gap:8px;max-width:160px;display:flex}.AvatarRequiredModal-module__GZ9yna__slider{appearance:none;background:var(--border-color,#ddd);border-radius:2px;outline:none;flex:1;height:4px}.AvatarRequiredModal-module__GZ9yna__slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#0073ea;border-radius:50%;width:14px;height:14px}.AvatarRequiredModal-module__GZ9yna__slider::-moz-range-thumb{cursor:pointer;background:#0073ea;border:none;border-radius:50%;width:14px;height:14px}.AvatarRequiredModal-module__GZ9yna__zoomLabel{color:var(--text-secondary,#888);text-align:right;min-width:36px;font-size:11px}.AvatarRequiredModal-module__GZ9yna__previewRow{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.AvatarRequiredModal-module__GZ9yna__previewLabel{color:var(--text-secondary,#888);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.AvatarRequiredModal-module__GZ9yna__previewCanvas{border:2px solid var(--border-color,#ddd);border-radius:50%}.AvatarRequiredModal-module__GZ9yna__error{color:#cf1322;background:#fff2f0;border-radius:6px;width:100%;margin-bottom:12px;padding:8px 12px;font-size:12px}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__error{background:#cf13221a}.AvatarRequiredModal-module__GZ9yna__actions{justify-content:center;gap:10px;width:100%;display:flex}.AvatarRequiredModal-module__GZ9yna__changeBtn{border:1px solid var(--border-color,#ddd);color:var(--text-secondary,#666);cursor:pointer;background:0 0;border-radius:8px;padding:10px 20px;font-size:13px;transition:all .15s}.AvatarRequiredModal-module__GZ9yna__changeBtn:hover{background:var(--bg-secondary,#f0f0f0);border-color:var(--foreground,#999)}.AvatarRequiredModal-module__GZ9yna__changeBtn:disabled{opacity:.5;cursor:not-allowed}.AvatarRequiredModal-module__GZ9yna__saveBtn{color:#fff;cursor:pointer;background:#0073ea;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.AvatarRequiredModal-module__GZ9yna__saveBtn:hover{background:#005bb5}.AvatarRequiredModal-module__GZ9yna__saveBtn:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__overlay{background:#000c}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__title{color:var(--foreground)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__description{color:var(--text-secondary)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__required{color:var(--accent-primary)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__cropTitle{color:var(--foreground)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__uploadBtn{background:var(--accent-button)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__uploadBtn:hover{background:var(--accent-button-hover,#3a8de3)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__saveBtn{background:var(--accent-button)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__saveBtn:hover{background:var(--accent-button-hover,#3a8de3)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__changeBtn{background:var(--bg-secondary);color:var(--text-secondary);border-color:var(--border-color)}[data-theme=dark] .AvatarRequiredModal-module__GZ9yna__changeBtn:hover{background:var(--surface)}
.AppSwitcher-module__YHwPcW__wrapper{position:relative}.AppSwitcher-module__YHwPcW__trigger{border:none;border-bottom:1px solid var(--border-color);cursor:pointer;width:100%;height:56px;color:var(--text-primary);text-align:left;background:0 0;align-items:center;gap:10px;padding:0 16px;font-family:inherit;transition:background .15s;display:flex}.AppSwitcher-module__YHwPcW__trigger:hover{background:var(--bg-secondary)}.AppSwitcher-module__YHwPcW__triggerCollapsed{justify-content:center;padding:0}.AppSwitcher-module__YHwPcW__triggerLogo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AppSwitcher-module__YHwPcW__triggerLabel{font-family:var(--font-title),sans-serif;letter-spacing:2px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:16px;font-weight:400;overflow:hidden}.AppSwitcher-module__YHwPcW__chevron{color:var(--text-secondary);flex-shrink:0;transition:transform .15s}.AppSwitcher-module__YHwPcW__chevronOpen{transform:rotate(180deg)}.AppSwitcher-module__YHwPcW__dropdown{background:var(--surface);border:1px solid var(--border-color);z-index:100;border-radius:10px;padding:6px;position:absolute;top:calc(100% + 6px);left:12px;right:12px;box-shadow:0 12px 32px #00000073}.AppSwitcher-module__YHwPcW__dropdownCollapsed{min-width:180px;margin-left:8px;top:8px;left:100%;right:auto}.AppSwitcher-module__YHwPcW__dropdownHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:4px;padding:6px 10px 8px;font-size:10px}.AppSwitcher-module__YHwPcW__dropdownItem{color:var(--text-primary);cursor:pointer;font-size:13px;font-family:var(--font-title),sans-serif;letter-spacing:1px;text-transform:uppercase;border-radius:7px;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex}.AppSwitcher-module__YHwPcW__dropdownItem:hover{background:var(--bg-secondary)}.AppSwitcher-module__YHwPcW__dropdownIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}
.ImagePopup-module__rnLfIW__overlay{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ImagePopup-module__rnLfIW__popup{background:var(--background);border:var(--border-weight)solid var(--border-color);border-radius:8px;flex-direction:column;max-width:540px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 16px 48px #0000004d}.ImagePopup-module__rnLfIW__imageContainer{background:#00000008;justify-content:center;align-items:center;width:500px;max-height:500px;display:flex;position:relative;overflow:hidden}[data-theme=dark] .ImagePopup-module__rnLfIW__imageContainer{background:#ffffff08}.ImagePopup-module__rnLfIW__image{object-fit:contain;max-width:500px;max-height:500px;display:block}.ImagePopup-module__rnLfIW__emptyState{width:500px;height:200px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:14px;display:flex}.ImagePopup-module__rnLfIW__actions{border-top:var(--border-weight)solid var(--border-color);align-items:center;gap:8px;padding:12px 16px;display:flex}.ImagePopup-module__rnLfIW__changeBtn{color:#fff;cursor:pointer;text-align:center;background:#0073ea;border:none;border-radius:6px;flex:1;padding:8px 16px;font-size:13px;font-weight:500}.ImagePopup-module__rnLfIW__changeBtn:hover{background:#0060c2}.ImagePopup-module__rnLfIW__changeBtn:disabled{opacity:.5;cursor:not-allowed}.ImagePopup-module__rnLfIW__removeBtn{color:var(--text-secondary);border:var(--border-weight)solid var(--border-color);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:13px}.ImagePopup-module__rnLfIW__removeBtn:hover{color:#e44258;border-color:#e44258}.ImagePopup-module__rnLfIW__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:8px 16px;font-size:13px}.ImagePopup-module__rnLfIW__closeBtn:hover{color:var(--foreground)}.ImagePopup-module__rnLfIW__uploading{color:var(--text-secondary);padding:0 4px;font-size:12px}
@keyframes NavigationProgress-module__dgqOkq__progressGrow{0%{width:0%}20%{width:30%}50%{width:60%}80%{width:85%}to{width:95%}}@keyframes NavigationProgress-module__dgqOkq__progressComplete{0%{opacity:1;width:95%}to{opacity:0;width:100%}}.NavigationProgress-module__dgqOkq__bar{z-index:9999;pointer-events:none;background:#f59e0b;height:2px;position:fixed;top:0;left:0}.NavigationProgress-module__dgqOkq__bar[data-state=loading]{animation:2s ease-out forwards NavigationProgress-module__dgqOkq__progressGrow}.NavigationProgress-module__dgqOkq__bar[data-state=complete]{animation:.3s ease-out forwards NavigationProgress-module__dgqOkq__progressComplete}
.PushProgress-module__aU9s0a__container{background:var(--surface,#1e2140);border:var(--border-weight,1px)solid var(--border-color,#2d2d44);border-radius:var(--radius,6px);margin-bottom:12px;padding:12px 16px}.PushProgress-module__aU9s0a__header{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;display:flex}.PushProgress-module__aU9s0a__phase{color:var(--foreground);font-weight:600}.PushProgress-module__aU9s0a__count{color:var(--text-secondary);font-variant-numeric:tabular-nums}.PushProgress-module__aU9s0a__trackOuter{background:var(--bg-secondary,#252845);border-radius:3px;height:6px;overflow:hidden}.PushProgress-module__aU9s0a__trackInner{background:#0073ea;border-radius:3px;min-width:2px;height:100%;transition:width .3s}.PushProgress-module__aU9s0a__trackDone{background:#00c875}.PushProgress-module__aU9s0a__detail{color:var(--text-secondary);margin-top:6px;font-size:12px}.PushProgress-module__aU9s0a__errors{background:#e4425814;border:1px solid #e4425833;border-radius:4px;margin-top:8px;padding:8px 10px}.PushProgress-module__aU9s0a__errorLine{color:#e44258;word-break:break-word;font-size:12px;line-height:1.5}[data-theme=light] .PushProgress-module__aU9s0a__container{background:#f8f9fb;border-color:#d0d5dd}[data-theme=light] .PushProgress-module__aU9s0a__trackOuter{background:#e4e7ec}[data-theme=light] .PushProgress-module__aU9s0a__errors{background:#e442580d}
.RichTextEditor-module__3wuMoa__editorWrapper{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background:var(--background);margin-top:6px;position:relative;overflow:hidden}.RichTextEditor-module__3wuMoa__toolbar{border-bottom:var(--border-weight)solid var(--border-color);background:var(--bg-secondary);flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;display:flex}.RichTextEditor-module__3wuMoa__toolbarBtn{border:var(--border-weight)solid transparent;cursor:pointer;width:32px;height:32px;color:var(--foreground);background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:14px;transition:all .15s;display:flex}.RichTextEditor-module__3wuMoa__toolbarBtn:hover{background:var(--background);border-color:var(--border-color)}.RichTextEditor-module__3wuMoa__toolbarBtn.RichTextEditor-module__3wuMoa__active{color:#fff;background:#0073ea;border-color:#0073ea}.RichTextEditor-module__3wuMoa__toolbarBtn strong{font-weight:800}.RichTextEditor-module__3wuMoa__toolbarBtn em{font-family:Georgia,Times New Roman,serif;font-style:italic}.RichTextEditor-module__3wuMoa__blockTypeSelect{border:var(--border-weight)solid transparent;height:32px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:4px;outline:none;min-width:100px;padding:0 6px;font-size:12px}.RichTextEditor-module__3wuMoa__blockTypeSelect:hover{background:var(--background);border-color:var(--border-color)}.RichTextEditor-module__3wuMoa__blockTypeSelect:focus{border-color:#0073ea}.RichTextEditor-module__3wuMoa__toolbarDivider{background:var(--border-color);width:1px;height:20px;margin:0 4px}.RichTextEditor-module__3wuMoa__editor{min-height:160px;max-height:400px;color:var(--foreground);background:var(--background);outline:none;padding:12px;font-size:14px;line-height:1.6;overflow-y:auto}.RichTextEditor-module__3wuMoa__editor:focus{outline:none}.RichTextEditor-module__3wuMoa__editor p{color:var(--foreground);margin:0 0 8px}.RichTextEditor-module__3wuMoa__editor p:last-child{margin-bottom:0}.RichTextEditor-module__3wuMoa__editor strong{font-weight:700}.RichTextEditor-module__3wuMoa__editor em{font-style:italic}.RichTextEditor-module__3wuMoa__editor u{text-decoration:underline}.RichTextEditor-module__3wuMoa__editor s{text-decoration:line-through}.RichTextEditor-module__3wuMoa__editor ul,.RichTextEditor-module__3wuMoa__editor ol{color:var(--foreground);margin:8px 0;padding-left:24px}.RichTextEditor-module__3wuMoa__editor ul{list-style-type:disc}.RichTextEditor-module__3wuMoa__editor ol{list-style-type:decimal}.RichTextEditor-module__3wuMoa__editor li{margin:4px 0}.RichTextEditor-module__3wuMoa__editor li p{margin:0}.RichTextEditor-module__3wuMoa__editor h1{color:var(--foreground);margin:20px 0 10px;font-size:24px;font-weight:700;line-height:1.3}.RichTextEditor-module__3wuMoa__editor h1:first-child{margin-top:0}.RichTextEditor-module__3wuMoa__editor h2{color:var(--foreground);margin:18px 0 8px;font-size:20px;font-weight:600;line-height:1.3}.RichTextEditor-module__3wuMoa__editor h2:first-child{margin-top:0}.RichTextEditor-module__3wuMoa__editor h3{color:var(--foreground);margin:16px 0 8px;font-size:16px;font-weight:600}.RichTextEditor-module__3wuMoa__editor h3:first-child{margin-top:0}.RichTextEditor-module__3wuMoa__editor h4{color:var(--foreground);margin:14px 0 6px;font-size:14px;font-weight:600}.RichTextEditor-module__3wuMoa__editor h4:first-child{margin-top:0}.RichTextEditor-module__3wuMoa__editorLink{color:var(--text-primary);cursor:pointer;text-decoration:underline}.RichTextEditor-module__3wuMoa__editorLink:hover{color:#fff}.RichTextEditor-module__3wuMoa__emptyEditor:first-child:before{content:attr(data-placeholder);color:var(--text-secondary);pointer-events:none;float:left;height:0;font-size:14px}.RichTextEditor-module__3wuMoa__editorLoading{min-height:120px;color:var(--text-secondary);padding:12px;font-size:14px}
.VendorCapabilityPills-module__qx-i9a__cell{flex-wrap:wrap;align-items:center;gap:4px;width:100%;height:100%;padding:4px 6px;display:flex;overflow:hidden}.VendorCapabilityPills-module__qx-i9a__pill{color:#ff6b3d;white-space:nowrap;background:#ff6b3d1f;border-radius:999px;align-items:center;padding:2px 8px;font-family:inherit;font-size:11px;display:inline-flex;font-weight:600!important}.VendorCapabilityPills-module__qx-i9a__empty{color:var(--text-secondary);font-size:12px;font-style:italic}.VendorCapabilityPills-module__qx-i9a__morePill{color:var(--text-secondary);background:var(--bg-secondary);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600!important}
.PageTitle-module__HcOY0q__wrap{flex-direction:column;gap:2px;display:flex}.PageTitle-module__HcOY0q__title{font-family:var(--font-title),sans-serif;letter-spacing:.5px;color:var(--foreground);text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;display:flex}.PageTitle-module__HcOY0q__icon{color:#0073ea;flex-shrink:0}.PageTitle-module__HcOY0q__subtitle{color:var(--text-secondary);font-size:13px;font-family:var(--font-main);margin:0}
.SellableInventoryBoard-module__jVFIfq__wrapper{background:var(--background);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.SellableInventoryBoard-module__jVFIfq__toolbar{flex-wrap:wrap;align-items:center;gap:12px;padding:10px 0 12px;font-family:Avenir Next,sans-serif;display:flex}.SellableInventoryBoard-module__jVFIfq__count{color:var(--text-secondary);letter-spacing:.02em;font-size:12px}.SellableInventoryBoard-module__jVFIfq__searchWrap{flex:1;min-width:240px;max-width:380px;margin-left:auto;position:relative}.SellableInventoryBoard-module__jVFIfq__searchIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.SellableInventoryBoard-module__jVFIfq__searchInput{background:var(--bg-secondary);width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;padding:7px 10px 7px 30px;font-family:inherit;font-size:13px}.SellableInventoryBoard-module__jVFIfq__searchInput:focus{border-color:#ff6b3d;outline:none}.SellableInventoryBoard-module__jVFIfq__filterWrap{position:relative}.SellableInventoryBoard-module__jVFIfq__filterBtn{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 11px;font-family:inherit;font-size:12px;display:inline-flex;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__filterBtn:hover{background:var(--surface)}.SellableInventoryBoard-module__jVFIfq__filterBtnActive{color:#ff6b3d;border-color:#ff6b3d}.SellableInventoryBoard-module__jVFIfq__filterCount{color:#fff;background:#ff6b3d;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:16px;padding:0 5px;font-size:10px;display:inline-flex;font-weight:700!important}.SellableInventoryBoard-module__jVFIfq__clearBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 6px;font-family:inherit;font-size:12px}.SellableInventoryBoard-module__jVFIfq__clearBtn:hover{color:#ff6b3d}.SellableInventoryBoard-module__jVFIfq__filterPop{z-index:100;background:var(--surface);border:1px solid var(--border-color);border-radius:8px;min-width:260px;max-width:320px;padding:8px;font-family:inherit;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 36px #00000073}.SellableInventoryBoard-module__jVFIfq__filterPopInput{background:var(--background);width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;padding:7px 10px;font-family:inherit;font-size:13px}.SellableInventoryBoard-module__jVFIfq__filterPopInput:focus{border-color:#ff6b3d;outline:none}.SellableInventoryBoard-module__jVFIfq__filterPopList{max-height:300px;margin-top:6px;overflow-y:auto}.SellableInventoryBoard-module__jVFIfq__filterRow{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.SellableInventoryBoard-module__jVFIfq__filterRow:hover{background:var(--bg-secondary)}.SellableInventoryBoard-module__jVFIfq__filterRow input[type=checkbox]{accent-color:#ff6b3d;margin:0}.SellableInventoryBoard-module__jVFIfq__filterPopEmpty{color:var(--text-secondary);padding:8px;font-size:12px;font-style:italic}.SellableInventoryBoard-module__jVFIfq__columnsGroupDivider{background:var(--border,#00000014);height:1px;margin:6px 4px}.SellableInventoryBoard-module__jVFIfq__columnsGroupHeader{font-weight:600}.SellableInventoryBoard-module__jVFIfq__columnsGroupChild{color:var(--text-secondary);padding-left:24px;font-size:12px}.SellableInventoryBoard-module__jVFIfq__financialCell,.SellableInventoryBoard-module__jVFIfq__financialCell *{font-weight:700!important}.SellableInventoryBoard-module__jVFIfq__filterClearAll{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:4px;margin-top:6px;padding:6px 10px;font-family:inherit;font-size:12px;display:inline-flex}.SellableInventoryBoard-module__jVFIfq__filterClearAll:hover{color:#ff6b3d;border-color:#ff6b3d}.SellableInventoryBoard-module__jVFIfq__gridScroll{border:1px solid var(--border-color);background:var(--background);border-radius:8px;flex:1;overflow:auto}.SellableInventoryBoard-module__jVFIfq__grid{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;color:var(--text-primary);font-family:Avenir Next,sans-serif;font-size:13px}.SellableInventoryBoard-module__jVFIfq__grid thead th{z-index:4;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:10px 12px;font-family:inherit;font-size:11px;position:sticky;top:0;font-weight:700!important}.SellableInventoryBoard-module__jVFIfq__grid thead th:last-child{border-right:none}.SellableInventoryBoard-module__jVFIfq__grid tbody td{border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);vertical-align:middle;background:var(--background);padding:10px 12px}.SellableInventoryBoard-module__jVFIfq__grid tbody td:last-child{border-right:none}.SellableInventoryBoard-module__jVFIfq__grid tbody tr:hover td{background:var(--bg-secondary)}.SellableInventoryBoard-module__jVFIfq__bodyRow{cursor:pointer}.SellableInventoryBoard-module__jVFIfq__disabledRow td{color:var(--text-secondary)}.SellableInventoryBoard-module__jVFIfq__disabledRow .SellableInventoryBoard-module__jVFIfq__thumbImg{opacity:.45;filter:grayscale()}.SellableInventoryBoard-module__jVFIfq__overrideDot{color:var(--accent-primary)}.SellableInventoryBoard-module__jVFIfq__cellEditable{cursor:pointer;padding:0!important}.SellableInventoryBoard-module__jVFIfq__stickyHead_image,.SellableInventoryBoard-module__jVFIfq__stickyCell_image{z-index:3;background:var(--background);left:0;position:sticky!important}.SellableInventoryBoard-module__jVFIfq__grid thead th.SellableInventoryBoard-module__jVFIfq__stickyHead_image{z-index:5;background:var(--bg-secondary)}.SellableInventoryBoard-module__jVFIfq__stickyHead_title,.SellableInventoryBoard-module__jVFIfq__stickyCell_title{z-index:3;background:var(--background);border-right:1px solid var(--border-color);left:64px;position:sticky!important}.SellableInventoryBoard-module__jVFIfq__grid thead th.SellableInventoryBoard-module__jVFIfq__stickyHead_title{z-index:5;background:var(--bg-secondary)}.SellableInventoryBoard-module__jVFIfq__grid tbody tr:hover td.SellableInventoryBoard-module__jVFIfq__stickyCell_image,.SellableInventoryBoard-module__jVFIfq__grid tbody tr:hover td.SellableInventoryBoard-module__jVFIfq__stickyCell_title{background:var(--bg-secondary)}.SellableInventoryBoard-module__jVFIfq__titleText{color:var(--text-primary);cursor:pointer;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:inherit;font-size:13.5px;display:-webkit-box;overflow:hidden;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__titleText:hover{color:#ff6b3d}.SellableInventoryBoard-module__jVFIfq__artistText{color:var(--text-secondary);letter-spacing:.01em;margin-top:2px;font-size:11.5px;font-weight:500!important}.SellableInventoryBoard-module__jVFIfq__artistMissing{color:#b32020;opacity:.75;margin-top:2px;font-size:11px;font-style:italic}.SellableInventoryBoard-module__jVFIfq__artistCountOk{color:#1f7a3d;font-variant-numeric:tabular-nums;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__artistCountWarn{color:#b35200;font-variant-numeric:tabular-nums;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__thumb{background:var(--bg-secondary);cursor:pointer;border:1px solid var(--border-color);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.SellableInventoryBoard-module__jVFIfq__thumbImg{object-fit:cover;width:100%;height:100%;display:block}.SellableInventoryBoard-module__jVFIfq__thumbEmpty{color:var(--text-secondary);opacity:.5}.SellableInventoryBoard-module__jVFIfq__colNumeric{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.SellableInventoryBoard-module__jVFIfq__stockHigh{color:var(--text-primary);font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__stockZero{color:var(--text-secondary);opacity:.65}.SellableInventoryBoard-module__jVFIfq__priceMuted{color:var(--text-secondary)}.SellableInventoryBoard-module__jVFIfq__sortable{cursor:pointer}.SellableInventoryBoard-module__jVFIfq__sortable:hover .SellableInventoryBoard-module__jVFIfq__headLabel{color:var(--text-primary)}.SellableInventoryBoard-module__jVFIfq__sortArrow{color:#ff6b3d;vertical-align:middle;margin-left:4px}.SellableInventoryBoard-module__jVFIfq__dragging{opacity:.45}.SellableInventoryBoard-module__jVFIfq__dragOver{box-shadow:inset 3px 0 #ff6b3d;background:#ff6b3d1a!important}.SellableInventoryBoard-module__jVFIfq__resizer{cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:6;background:0 0;width:6px;height:100%;position:absolute;top:0;right:0}.SellableInventoryBoard-module__jVFIfq__resizer:hover{background:#ff6b3d59}.SellableInventoryBoard-module__jVFIfq__vendorList{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.SellableInventoryBoard-module__jVFIfq__vendorPill{color:#ff6b3d;cursor:pointer;white-space:nowrap;background:#ff6b3d1a;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:4px 9px;font-family:inherit;font-size:11.5px;transition:background .12s,transform 80ms;display:inline-flex;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__vendorPill:hover{background:#ff6b3d33;transform:translateY(-1px)}.SellableInventoryBoard-module__jVFIfq__vendorPillName{text-overflow:ellipsis;max-width:160px;overflow:hidden}.SellableInventoryBoard-module__jVFIfq__vendorPillSep{color:#ff6b3d8c;font-weight:400!important}.SellableInventoryBoard-module__jVFIfq__vendorPillLead{color:var(--text-secondary);font-weight:400!important}.SellableInventoryBoard-module__jVFIfq__vendorEmpty{color:var(--text-secondary);font-size:12px;font-style:italic}.SellableInventoryBoard-module__jVFIfq__tagRow{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.SellableInventoryBoard-module__jVFIfq__tagChip{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;padding:1px 6px;font-family:inherit;font-size:10px;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__tagChipLicensed{color:#ff6b3d;background:#ff6b3d1a;border-color:#ff6b3d40}.SellableInventoryBoard-module__jVFIfq__empty{color:var(--text-secondary);flex:1;justify-content:center;align-items:center;padding:32px;font-family:Avenir Next,sans-serif;font-size:14px;display:flex}.SellableInventoryBoard-module__jVFIfq__headLabel{display:inline-block}.SellableInventoryBoard-module__jVFIfq__artistCell{color:var(--text-primary);font-size:13px;font-weight:500!important}.SellableInventoryBoard-module__jVFIfq__artistCellMissing{color:var(--text-secondary);opacity:.6;font-style:italic}.SellableInventoryBoard-module__jVFIfq__wsViewGroup{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:6px;display:inline-flex;overflow:hidden}.SellableInventoryBoard-module__jVFIfq__wsViewBtn{appearance:none;color:var(--text-secondary);cursor:pointer;border:none;border-right:1px solid var(--border-color);background:0 0;padding:6px 12px;font-family:inherit;font-size:12px;transition:background .12s,color .12s;font-weight:600!important}.SellableInventoryBoard-module__jVFIfq__wsViewBtn:last-child{border-right:none}.SellableInventoryBoard-module__jVFIfq__wsViewBtn:hover{background:var(--surface);color:var(--text-primary)}.SellableInventoryBoard-module__jVFIfq__wsViewBtnOn{color:#ff6b3d;background:#ff6b3d1f}.SellableInventoryBoard-module__jVFIfq__wsViewBtnOn:hover{color:#ff6b3d;background:#ff6b3d2e}.SellableInventoryBoard-module__jVFIfq__wsToggle{cursor:pointer;align-items:center;margin:0;padding:0;display:inline-flex}.SellableInventoryBoard-module__jVFIfq__wsToggle input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.SellableInventoryBoard-module__jVFIfq__wsToggleDot{border-radius:999px;width:32px;height:18px;transition:background .14s;position:relative}.SellableInventoryBoard-module__jVFIfq__wsToggleDot:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .14s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000002e}.SellableInventoryBoard-module__jVFIfq__wsToggleDotOn{background:#ff6b3d}.SellableInventoryBoard-module__jVFIfq__wsToggleDotOn:after{transform:translate(14px)}.SellableInventoryBoard-module__jVFIfq__wsToggleDotOff{background:var(--border-color)}.SellableInventoryBoard-module__jVFIfq__wsToggle:hover .SellableInventoryBoard-module__jVFIfq__wsToggleDotOff{background:var(--text-secondary)}.SellableInventoryBoard-module__jVFIfq__wsToggle input:focus-visible+.SellableInventoryBoard-module__jVFIfq__wsToggleDot{outline-offset:2px;outline:2px solid #ff6b3d}
.CategorySelectCell-module__YDOwda__cell{cursor:pointer;border-radius:4px;align-items:center;gap:6px;width:100%;height:100%;min-height:28px;padding:4px 8px;transition:background .12s;display:flex}.CategorySelectCell-module__YDOwda__cell:hover{background:var(--bg-secondary)}.CategorySelectCell-module__YDOwda__value{color:var(--text-primary);font-family:inherit;font-size:13px}.CategorySelectCell-module__YDOwda__empty{color:var(--text-secondary);font-size:13px;font-style:italic}.CategorySelectCell-module__YDOwda__saving{color:var(--text-secondary);margin-left:auto;font-size:11px}.CategorySelectCell-module__YDOwda__popover{z-index:1000;background:var(--surface);border:1px solid var(--border-color);border-radius:10px;max-width:320px;padding:8px;font-family:inherit;position:fixed;box-shadow:0 16px 36px #00000073}.CategorySelectCell-module__YDOwda__filterInput{background:var(--background);width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;padding:7px 10px;font-family:inherit;font-size:13px}.CategorySelectCell-module__YDOwda__filterInput:focus{border-color:#ff6b3d;outline:none}.CategorySelectCell-module__YDOwda__suggestList{max-height:280px;margin-top:6px;overflow-y:auto}.CategorySelectCell-module__YDOwda__row{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;border-radius:6px;padding:7px 10px;font-size:13px}.CategorySelectCell-module__YDOwda__row:hover{background:var(--bg-secondary)}.CategorySelectCell-module__YDOwda__active{color:#ff6b3d;background:#ff6b3d1f;font-weight:600!important}.CategorySelectCell-module__YDOwda__current{position:relative;font-weight:600!important}.CategorySelectCell-module__YDOwda__current:before{content:"✓";color:#ff6b3d;margin-right:6px}.CategorySelectCell-module__YDOwda__createRow{border-top:1px dashed var(--border-color);color:var(--text-secondary);align-items:center;gap:8px;margin-top:4px;padding-top:9px;display:flex}.CategorySelectCell-module__YDOwda__createRow.CategorySelectCell-module__YDOwda__active{color:#ff6b3d}.CategorySelectCell-module__YDOwda__createIcon{color:#ff6b3d;flex-shrink:0}.CategorySelectCell-module__YDOwda__clearRow{color:var(--text-secondary);border-bottom:1px dashed var(--border-color);margin-bottom:4px;padding-bottom:9px;font-style:italic}.CategorySelectCell-module__YDOwda__emptyRow{color:var(--text-secondary);padding:8px 10px;font-size:12px;font-style:italic}
.CostEditCell-module__g4IZtW__cell{cursor:pointer;font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:4px;justify-content:flex-end;align-items:center;gap:4px;width:100%;height:100%;min-height:28px;padding:4px 8px;transition:background .12s;display:flex}.CostEditCell-module__g4IZtW__cell:hover{background:var(--bg-secondary)}.CostEditCell-module__g4IZtW__value{color:var(--text-primary);font-family:inherit;font-size:13px}.CostEditCell-module__g4IZtW__empty{color:var(--text-secondary);font-size:13px;font-style:italic}.CostEditCell-module__g4IZtW__overrideDot{background:#ff6b3d;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-left:1px}.CostEditCell-module__g4IZtW__saving{color:var(--text-secondary);font-size:11px}.CostEditCell-module__g4IZtW__editWrap{background:var(--bg-secondary);border:1px solid #ff6b3d;border-radius:4px;align-items:center;gap:2px;width:100%;height:100%;padding:0 6px;display:flex}.CostEditCell-module__g4IZtW__dollar{color:var(--text-secondary);font-size:13px}.CostEditCell-module__g4IZtW__input{width:100%;color:var(--text-primary);font-variant-numeric:tabular-nums;text-align:right;-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:13px}.CostEditCell-module__g4IZtW__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CostEditCell-module__g4IZtW__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.page-module__mg1Yeq__shell{background:var(--background);width:100%;height:100%;font-family:Avenir,Avenir Next,Avenir Next Regular,Helvetica Neue,Segoe UI,Inter,-apple-system,sans-serif;font-size:14px;display:flex}.page-module__mg1Yeq__main{flex-direction:column;flex:1;min-width:0;display:flex}.page-module__mg1Yeq__welcome{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:48px 32px;font-family:Avenir Next,sans-serif;display:flex}.page-module__mg1Yeq__welcomeMark{color:#ff6b3d;background:#ff6b3d1a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.page-module__mg1Yeq__welcomeTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-family:inherit;font-size:28px;font-weight:600!important}.page-module__mg1Yeq__welcomeBody{text-align:center;max-width:460px;margin:0;font-family:inherit;font-size:15px;line-height:1.55}.page-module__mg1Yeq__cardGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;width:100%;max-width:760px;margin-top:18px;display:grid}.page-module__mg1Yeq__card{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;color:inherit;border-radius:12px;flex-direction:column;gap:8px;padding:18px 16px;font-family:inherit;text-decoration:none;transition:border-color .15s,transform .15s,background .15s;display:flex}.page-module__mg1Yeq__card:hover{background:var(--surface);border-color:#ff6b3d;transform:translateY(-1px)}.page-module__mg1Yeq__cardIcon{color:#ff6b3d}.page-module__mg1Yeq__cardTitle{color:var(--text-primary);font-family:inherit;font-size:14px;font-weight:600!important}.page-module__mg1Yeq__cardDesc{color:var(--text-secondary);font-family:inherit;font-size:12px;line-height:1.45}.page-module__mg1Yeq__cardBadgeSoon{text-transform:uppercase;letter-spacing:.05em;color:#ff6b3d;background:#ff6b3d26;border-radius:4px;align-self:flex-start;padding:2px 6px;font-size:10px;display:inline-block;font-weight:600!important}.page-module__mg1Yeq__placeholder{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:32px;font-family:Avenir Next,sans-serif;display:flex}.page-module__mg1Yeq__placeholderIcon{color:#ff6b3d;opacity:.85}.page-module__mg1Yeq__placeholderTitle{color:var(--text-primary);margin:0;font-family:inherit;font-size:22px;font-weight:600!important}.page-module__mg1Yeq__placeholderBody{text-align:center;max-width:420px;margin:0;font-family:inherit;font-size:14px;line-height:1.5}
.VendorSelectCell-module__xYBUwa__cell{cursor:text;border-radius:4px;flex-wrap:wrap;align-items:center;gap:4px;width:100%;height:100%;min-height:28px;padding:6px 10px;transition:background .12s;display:flex;position:relative}.VendorSelectCell-module__xYBUwa__cell:hover,.VendorSelectCell-module__xYBUwa__cellOpen{background:var(--bg-secondary)}.VendorSelectCell-module__xYBUwa__pill{color:#ff6b3d;white-space:nowrap;background:#ff6b3d1a;border-radius:999px;align-items:center;gap:4px;max-width:100%;padding:3px 6px 3px 9px;font-family:inherit;font-size:11.5px;display:inline-flex;font-weight:600!important}.VendorSelectCell-module__xYBUwa__pillDerived{background:var(--bg-secondary);color:var(--text-secondary);border:1px dashed var(--border-color)}.VendorSelectCell-module__xYBUwa__pillName{text-overflow:ellipsis;max-width:180px;overflow:hidden}.VendorSelectCell-module__xYBUwa__pillSep{color:#ff6b3d8c;padding:0 2px;font-weight:400!important}.VendorSelectCell-module__xYBUwa__pillLead{color:var(--text-secondary);font-weight:400!important}.VendorSelectCell-module__xYBUwa__pillRemove{appearance:none;color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 2px;font-size:14px;line-height:1;display:inline-flex}.VendorSelectCell-module__xYBUwa__pillRemove:hover{opacity:1}.VendorSelectCell-module__xYBUwa__placeholder{color:var(--text-secondary);flex:1;font-size:12px;font-style:italic}.VendorSelectCell-module__xYBUwa__input{appearance:none;font:inherit;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:100px;padding:2px 4px;font-size:13px}.VendorSelectCell-module__xYBUwa__input::placeholder{color:var(--text-secondary);opacity:.55}.VendorSelectCell-module__xYBUwa__saving{color:var(--text-secondary);margin-left:auto;font-size:11px}.VendorSelectCell-module__xYBUwa__popover{z-index:1000;background:var(--surface);border:1px solid var(--border-color);border-radius:8px;min-width:260px;max-width:360px;max-height:280px;padding:6px;font-family:inherit;position:fixed;overflow-y:auto;box-shadow:0 16px 36px #00000073}.VendorSelectCell-module__xYBUwa__row{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;display:flex}.VendorSelectCell-module__xYBUwa__row:hover,.VendorSelectCell-module__xYBUwa__rowActive{background:var(--bg-secondary)}.VendorSelectCell-module__xYBUwa__rowName{flex:1}.VendorSelectCell-module__xYBUwa__rowMeta{color:var(--text-secondary);letter-spacing:.04em;font-size:11px}.VendorSelectCell-module__xYBUwa__rowCapable{color:#1f7a3d}.VendorSelectCell-module__xYBUwa__emptyRow{color:var(--text-secondary);text-align:center;padding:14px 10px;font-size:12px;font-style:italic}.VendorSelectCell-module__xYBUwa__revertHint{border-top:1px dashed var(--border-color);color:var(--text-secondary);text-align:center;padding:8px 10px 4px;font-size:11px;font-style:italic}
.page-module__jlmD4G__shell{background:var(--background);width:100%;height:100%;font-family:Avenir,Avenir Next,Avenir Next Regular,Helvetica Neue,Segoe UI,Inter,-apple-system,sans-serif;font-size:14px;display:flex}.page-module__jlmD4G__main{flex-direction:column;flex:1;min-width:0;display:flex}.page-module__jlmD4G__welcome{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;font-family:Avenir Next,sans-serif;display:flex}.page-module__jlmD4G__welcomeTitle{color:var(--text-primary);margin:0;font-family:inherit;font-size:24px;font-weight:600!important}.page-module__jlmD4G__welcomeBody{text-align:center;max-width:380px;font-family:inherit;font-size:15px;line-height:1.5}.page-module__jlmD4G__bigBtn{background:var(--accent-button,#0073ea);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:16px;padding:10px 20px;font-family:inherit;font-size:15px}.page-module__jlmD4G__bigBtn:hover{filter:brightness(1.05)}
.NavigationFlowOverlay-module__aVbKwG__overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.NavigationFlowOverlay-module__aVbKwG__container{background:#1e2138;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;width:100%;max-width:1400px;max-height:90vh;display:flex;box-shadow:0 20px 60px #00000080}.NavigationFlowOverlay-module__aVbKwG__header{background:#232645;border-bottom:1px solid #ffffff1a;border-radius:8px 8px 0 0;flex-shrink:0;align-items:center;gap:12px;padding:16px 24px;display:flex}.NavigationFlowOverlay-module__aVbKwG__header h3{margin:0;font-size:16px;font-weight:500}.NavigationFlowOverlay-module__aVbKwG__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 4px;font-size:24px;line-height:1}.NavigationFlowOverlay-module__aVbKwG__closeBtn:hover{color:var(--text-primary)}.NavigationFlowOverlay-module__aVbKwG__body{flex:1;padding:32px 24px 40px;overflow:auto}.NavigationFlowOverlay-module__aVbKwG__rootNode{flex-direction:column;align-items:center;display:flex}.NavigationFlowOverlay-module__aVbKwG__rootCard{color:#fff;white-space:nowrap;background:#0073ea;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600}.NavigationFlowOverlay-module__aVbKwG__rootStem{background:#ffffff40;width:2px;height:24px}.NavigationFlowOverlay-module__aVbKwG__childrenRow{justify-content:center;gap:0;display:flex;position:relative}.NavigationFlowOverlay-module__aVbKwG__childrenRow:before{content:"";top:0;left:var(--rail-left,0);right:var(--rail-right,0);background:#ffffff40;height:2px;position:absolute}.NavigationFlowOverlay-module__aVbKwG__branch{flex-direction:column;align-items:center;padding:0 8px;display:flex;position:relative}.NavigationFlowOverlay-module__aVbKwG__branch:before{content:"";background:#ffffff40;width:2px;height:20px}.NavigationFlowOverlay-module__aVbKwG__nodeCard{color:var(--text-primary);white-space:nowrap;cursor:default;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;transition:background .15s,border-color .15s;display:flex}.NavigationFlowOverlay-module__aVbKwG__nodeCard.NavigationFlowOverlay-module__aVbKwG__clickable{cursor:pointer}.NavigationFlowOverlay-module__aVbKwG__nodeCard.NavigationFlowOverlay-module__aVbKwG__clickable:hover{background:#ffffff1a;border-color:#ffffff40}.NavigationFlowOverlay-module__aVbKwG__nodeCard.NavigationFlowOverlay-module__aVbKwG__dimmed{opacity:.45}.NavigationFlowOverlay-module__aVbKwG__nodeCard.NavigationFlowOverlay-module__aVbKwG__groupLabel{color:var(--text-secondary);border-style:dashed;font-style:italic}.NavigationFlowOverlay-module__aVbKwG__badge{border-radius:10px;padding:1px 7px;font-size:11px;font-weight:500;line-height:1.4}.NavigationFlowOverlay-module__aVbKwG__badgePositive{color:#4da3ff;background:#0073ea33}.NavigationFlowOverlay-module__aVbKwG__badgeZero{color:#ff6b6b;background:#ff444426}.NavigationFlowOverlay-module__aVbKwG__subChildren{flex-direction:column;align-items:center;gap:0;margin-top:0;display:flex}.NavigationFlowOverlay-module__aVbKwG__subChild{flex-direction:column;align-items:center;display:flex}.NavigationFlowOverlay-module__aVbKwG__subChild:before{content:"";background:#ffffff2e;width:2px;height:12px}.NavigationFlowOverlay-module__aVbKwG__groupBlock{flex-direction:column;align-items:center;display:flex}.NavigationFlowOverlay-module__aVbKwG__groupBlock:before{content:"";background:#ffffff2e;width:2px;height:12px}
.channels-module__ZhQsSa__container{height:100%;padding:24px 28px;overflow-y:auto}.channels-module__ZhQsSa__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.channels-module__ZhQsSa__title{margin:0 0 4px;font-size:22px;font-weight:400}.channels-module__ZhQsSa__subtitle{color:var(--text-secondary);margin:0;font-size:13px}.channels-module__ZhQsSa__headerActions{align-items:center;gap:10px;display:flex}.channels-module__ZhQsSa__tabs{gap:6px;margin-bottom:18px;display:flex}.channels-module__ZhQsSa__tab{color:var(--text-secondary);border:1px solid #0000;border-radius:6px;padding:7px 14px;font-size:13px;text-decoration:none}.channels-module__ZhQsSa__tab:hover{background:var(--bg-secondary)}.channels-module__ZhQsSa__tabActive{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-color)}.channels-module__ZhQsSa__btn{border:1px solid var(--border-color);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:7px 13px;font-size:13px;display:inline-flex}.channels-module__ZhQsSa__btn:hover{background:var(--bg-secondary)}.channels-module__ZhQsSa__btn:disabled{opacity:.5;cursor:not-allowed}.channels-module__ZhQsSa__btnPrimary{color:#fff;background:#0073ea;border-color:#0073ea}.channels-module__ZhQsSa__btnPrimary:hover{background:#0066cf}.channels-module__ZhQsSa__btnDanger{background:var(--surface);border-color:var(--border-color);color:#d32f2f}.channels-module__ZhQsSa__section{border:1px solid var(--border-color);border-radius:8px;margin-bottom:28px;overflow:hidden}.channels-module__ZhQsSa__sectionHead{background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.channels-module__ZhQsSa__sectionTitle{align-items:center;gap:10px;font-size:15px;display:flex}.channels-module__ZhQsSa__countBadge{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border-color);border-radius:20px;padding:2px 9px;font-size:12px}.channels-module__ZhQsSa__connDot{border-radius:50%;width:8px;height:8px;display:inline-block}.channels-module__ZhQsSa__connOn{background:#00c875}.channels-module__ZhQsSa__connOff{background:#c4c4c4}.channels-module__ZhQsSa__table{border-collapse:collapse;width:100%;font-size:13px}.channels-module__ZhQsSa__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-color);background:var(--surface);padding:9px 12px;font-weight:400;position:sticky;top:0}.channels-module__ZhQsSa__table td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:8px 12px}.channels-module__ZhQsSa__row:hover{background:var(--bg-secondary)}.channels-module__ZhQsSa__thumb{object-fit:cover;background:var(--bg-secondary);border-radius:5px;flex-shrink:0;width:38px;height:38px}.channels-module__ZhQsSa__thumbPlaceholder{background:var(--bg-secondary);border-radius:5px;width:38px;height:38px;display:inline-block}.channels-module__ZhQsSa__prodCell{align-items:center;gap:10px;display:flex}.channels-module__ZhQsSa__prodTitle{font-weight:400}.channels-module__ZhQsSa__prodMeta{color:var(--text-secondary);font-size:11px}.channels-module__ZhQsSa__stock{font-variant-numeric:tabular-nums}.channels-module__ZhQsSa__stockZero{color:#d32f2f}.channels-module__ZhQsSa__liveTag{color:#00a35c;border:1px solid #00c875;border-radius:10px;margin-left:6px;padding:1px 6px;font-size:10px}.channels-module__ZhQsSa__toggle{border:1px solid var(--border-color);background:var(--surface);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.channels-module__ZhQsSa__toggleLive{color:#00a35c;background:#00c8751f;border-color:#00c875}.channels-module__ZhQsSa__toggleOff{color:var(--text-secondary)}.channels-module__ZhQsSa__toggle:disabled{opacity:.45;cursor:not-allowed}.channels-module__ZhQsSa__bulkBar{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:12px;margin-top:12px;padding:12px 16px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 18px #00000014}.channels-module__ZhQsSa__bulkCount{font-size:13px}.channels-module__ZhQsSa__bulkSpacer{flex:1}.channels-module__ZhQsSa__toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.channels-module__ZhQsSa__search{border:1px solid var(--border-color);background:var(--surface);min-width:220px;color:var(--text-primary);border-radius:6px;flex:1;padding:8px 12px;font-size:13px}.channels-module__ZhQsSa__chip{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:20px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:inline-flex}.channels-module__ZhQsSa__empty{text-align:center;color:var(--text-secondary);padding:28px 16px;font-size:13px}.channels-module__ZhQsSa__preloader{color:var(--text-secondary);flex-direction:column;align-items:center;gap:12px;padding:60px 16px;font-size:13px;display:flex}.channels-module__ZhQsSa__spinner{border:3px solid var(--border-color);border-top-color:#0073ea;border-radius:50%;width:30px;height:30px;animation:.7s linear infinite channels-module__ZhQsSa__spin}.channels-module__ZhQsSa__spinnerSmall{border:2px solid var(--border-color);vertical-align:middle;border-top-color:#0073ea;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite channels-module__ZhQsSa__spin;display:inline-block}@keyframes channels-module__ZhQsSa__spin{to{transform:rotate(360deg)}}.channels-module__ZhQsSa__progressWrap{background:var(--bg-secondary);border-radius:3px;height:3px;margin-bottom:12px;overflow:hidden}.channels-module__ZhQsSa__progressBar{background:#0073ea;height:100%;transition:width .2s}.channels-module__ZhQsSa__loadingMore{color:var(--text-secondary);align-items:center;gap:8px;padding:8px 2px;font-size:12px;display:inline-flex}.channels-module__ZhQsSa__subTabs{gap:6px;margin-bottom:16px;display:flex}.channels-module__ZhQsSa__subTab{border:1px solid var(--border-color);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:inline-flex}.channels-module__ZhQsSa__subTabActive{color:#fff;background:#0073ea;border-color:#0073ea}.channels-module__ZhQsSa__checkbox{cursor:pointer;width:15px;height:15px}.channels-module__ZhQsSa__ms{position:relative}.channels-module__ZhQsSa__msBtn{border:1px solid var(--border-color);background:var(--surface);color:var(--text-primary);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;display:inline-flex}.channels-module__ZhQsSa__msBtn:hover{background:var(--bg-secondary)}.channels-module__ZhQsSa__msCount{color:#fff;background:#0073ea;border-radius:20px;padding:0 7px;font-size:11px;line-height:17px}.channels-module__ZhQsSa__msPanel{z-index:30;background:var(--surface);border:1px solid var(--border-color);border-radius:8px;width:260px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 26px #0000002e}.channels-module__ZhQsSa__msSearch{border:1px solid var(--border-color);background:var(--background);width:100%;color:var(--text-primary);border-radius:6px;margin-bottom:6px;padding:7px 10px;font-size:13px}.channels-module__ZhQsSa__msClear{text-align:left;color:#0073ea;cursor:pointer;background:0 0;border:none;width:100%;padding:4px 6px;font-size:12px}.channels-module__ZhQsSa__msList{max-height:260px;overflow-y:auto}.channels-module__ZhQsSa__msOption{cursor:pointer;border-radius:5px;align-items:center;gap:8px;padding:6px;font-size:13px;display:flex}.channels-module__ZhQsSa__msOption:hover{background:var(--bg-secondary)}.channels-module__ZhQsSa__msOptionLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.channels-module__ZhQsSa__msEmpty{color:var(--text-secondary);padding:10px 6px;font-size:12px}
.VendorCapabilitiesTable-module__cS74PW__wrapper{border:1px solid var(--border-color);background:var(--surface);border-radius:8px;overflow:hidden}.VendorCapabilitiesTable-module__cS74PW__table{border-collapse:collapse;width:100%;font-family:inherit;font-size:13px}.VendorCapabilitiesTable-module__cS74PW__table thead tr{background:var(--bg-secondary)}.VendorCapabilitiesTable-module__cS74PW__table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:8px 10px;font-size:10px;font-weight:600!important}.VendorCapabilitiesTable-module__cS74PW__thName{text-align:left;width:28%}.VendorCapabilitiesTable-module__cS74PW__thNum{text-align:center;width:16%}.VendorCapabilitiesTable-module__cS74PW__thRemove{width:32px}.VendorCapabilitiesTable-module__cS74PW__table tbody tr{border-bottom:1px solid var(--border-color)}.VendorCapabilitiesTable-module__cS74PW__table tbody tr:last-child{border-bottom:none}.VendorCapabilitiesTable-module__cS74PW__table td{vertical-align:middle;padding:6px 8px}.VendorCapabilitiesTable-module__cS74PW__tdName{text-align:left}.VendorCapabilitiesTable-module__cS74PW__tdNum{text-align:center}.VendorCapabilitiesTable-module__cS74PW__tdTotal{text-align:center;color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:600!important}.VendorCapabilitiesTable-module__cS74PW__tdRemove{text-align:center}.VendorCapabilitiesTable-module__cS74PW__catPill{color:#ff6b3d;white-space:nowrap;text-overflow:ellipsis;background:#ff6b3d1f;border-radius:999px;max-width:100%;padding:3px 10px;font-size:12px;display:inline-block;overflow:hidden;font-weight:600!important}.VendorCapabilitiesTable-module__cS74PW__input{text-align:center;background:var(--background);width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:5px 8px;font-family:inherit;font-size:13px}.VendorCapabilitiesTable-module__cS74PW__input:focus{border-color:#ff6b3d;outline:none}.VendorCapabilitiesTable-module__cS74PW__input:disabled{background:var(--bg-secondary);color:var(--text-secondary);cursor:not-allowed}.VendorCapabilitiesTable-module__cS74PW__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.VendorCapabilitiesTable-module__cS74PW__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.VendorCapabilitiesTable-module__cS74PW__input{-moz-appearance:textfield}.VendorCapabilitiesTable-module__cS74PW__inputWithSuffix{justify-content:center;align-items:center;gap:4px;display:flex}.VendorCapabilitiesTable-module__cS74PW__suffix{color:var(--text-secondary);font-size:11px;font-weight:600!important}.VendorCapabilitiesTable-module__cS74PW__removeBtn{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:inline-flex}.VendorCapabilitiesTable-module__cS74PW__removeBtn:hover{color:#ff4d4f;background:#ff4d4f1a}.VendorCapabilitiesTable-module__cS74PW__emptyRow{text-align:center;color:var(--text-secondary);font-size:12px;font-style:italic;padding:16px!important}.VendorCapabilitiesTable-module__cS74PW__addRow{border-top:1px solid var(--border-color);background:var(--bg-secondary);gap:8px;padding:8px 10px;display:flex}.VendorCapabilitiesTable-module__cS74PW__addInput{background:var(--background);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;flex:1;padding:6px 10px;font-family:inherit;font-size:13px}.VendorCapabilitiesTable-module__cS74PW__addInput:focus{border-color:#ff6b3d;outline:none}.VendorCapabilitiesTable-module__cS74PW__addBtn{color:#fff;cursor:pointer;background:#ff6b3d;border:none;border-radius:4px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:600!important}.VendorCapabilitiesTable-module__cS74PW__addBtn:hover:not(:disabled){background:#e85a2f}.VendorCapabilitiesTable-module__cS74PW__addBtn:disabled{opacity:.5;cursor:not-allowed}
.design-system-module__nfGqPq__container{max-width:900px;height:100%;padding:16px 24px;overflow-y:auto}.design-system-module__nfGqPq__header{margin-bottom:16px}.design-system-module__nfGqPq__title{font-family:var(--font-title),sans-serif;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;display:flex}.design-system-module__nfGqPq__subtitle{color:var(--text-secondary);margin-top:2px;font-size:12px}.design-system-module__nfGqPq__card{background:var(--surface);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);margin-bottom:24px;padding:24px}.design-system-module__nfGqPq__cardTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:14px;font-weight:600}.design-system-module__nfGqPq__cardSubtitle{color:var(--text-secondary);margin:-12px 0 16px;font-size:12px}.design-system-module__nfGqPq__segmentedControl{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);gap:0;width:fit-content;display:flex;overflow:hidden}.design-system-module__nfGqPq__segmentOption{cursor:pointer;background:var(--background);color:var(--text-secondary);border:none;border-right:var(--border-weight)solid var(--border-color);padding:8px 20px;font-size:13px;transition:background .15s,color .15s}.design-system-module__nfGqPq__segmentOption:last-child{border-right:none}.design-system-module__nfGqPq__segmentOption:hover{background:var(--bg-secondary)}.design-system-module__nfGqPq__segmentOptionActive{background:var(--accent-primary,#0073ea);color:#fff;}.design-system-module__nfGqPq__segmentOptionActive:hover{background:var(--accent-primary,#0073ea);opacity:.9}.design-system-module__nfGqPq__colorGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.design-system-module__nfGqPq__colorField{flex-direction:column;gap:6px;display:flex}.design-system-module__nfGqPq__colorLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.design-system-module__nfGqPq__colorInputRow{align-items:center;gap:8px;display:flex}.design-system-module__nfGqPq__colorSwatch{border-radius:var(--radius);border:var(--border-weight)solid var(--border-color);cursor:pointer;flex-shrink:0;width:32px;height:32px;padding:0;position:relative;overflow:hidden}.design-system-module__nfGqPq__colorSwatch input[type=color]{cursor:pointer;border:none;width:40px;height:40px;padding:0;position:absolute;top:-4px;left:-4px}.design-system-module__nfGqPq__hexInput{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background:var(--background);width:100px;color:var(--text-primary);box-sizing:border-box;padding:6px 8px;font-family:Courier New,monospace;font-size:13px}.design-system-module__nfGqPq__hexInput:focus{border-color:var(--accent-primary,#0073ea);outline:none}.design-system-module__nfGqPq__formGroup{margin-bottom:16px}.design-system-module__nfGqPq__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:400;display:block}.design-system-module__nfGqPq__input{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background:var(--background);width:100%;max-width:400px;color:var(--text-primary);box-sizing:border-box;padding:10px 12px;font-size:14px}.design-system-module__nfGqPq__input:focus{border-color:var(--accent-primary,#0073ea);outline:none}.design-system-module__nfGqPq__inputHint{color:var(--text-secondary);margin-top:4px;font-size:12px}.design-system-module__nfGqPq__inlineRow{align-items:center;gap:8px;display:flex}.design-system-module__nfGqPq__inputSmall{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background:var(--background);width:80px;color:var(--text-primary);box-sizing:border-box;padding:8px 10px;font-size:14px}.design-system-module__nfGqPq__inputSmall:focus{border-color:var(--accent-primary,#0073ea);outline:none}.design-system-module__nfGqPq__statusGroup{margin-bottom:20px}.design-system-module__nfGqPq__statusGroupLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:11px;font-weight:600}.design-system-module__nfGqPq__statusRow{align-items:center;gap:12px;padding:6px 0;display:flex}.design-system-module__nfGqPq__statusName{width:160px;color:var(--text-primary);flex-shrink:0;font-size:13px}.design-system-module__nfGqPq__pillPreview{border-radius:var(--radius);color:#fff;text-transform:uppercase;letter-spacing:.5px;text-align:center;flex-shrink:0;min-width:60px;padding:4px 10px;font-size:10px}.design-system-module__nfGqPq__categoryRow{border-bottom:var(--border-weight)solid var(--border-color);align-items:center;gap:12px;padding:8px 0;display:flex}.design-system-module__nfGqPq__categoryRow:last-child{border-bottom:none}.design-system-module__nfGqPq__categoryName{width:140px;color:var(--text-primary);flex-shrink:0;font-size:13px}.design-system-module__nfGqPq__categoryColorGroup{align-items:center;gap:6px;display:flex}.design-system-module__nfGqPq__categoryColorLabel{color:var(--text-secondary);text-align:right;width:24px;font-size:11px}.design-system-module__nfGqPq__categoryPillPreview{border-radius:var(--radius);text-align:center;flex-shrink:0;min-width:50px;padding:3px 10px;font-size:11px}.design-system-module__nfGqPq__previewArea{border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);background:var(--background);padding:24px}.design-system-module__nfGqPq__previewSection{margin-bottom:16px}.design-system-module__nfGqPq__previewLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px}.design-system-module__nfGqPq__previewRow{flex-wrap:wrap;gap:8px;display:flex}.design-system-module__nfGqPq__stickyFooter{background:var(--surface);border-top:var(--border-weight)solid var(--border-color);justify-content:flex-end;gap:12px;margin-top:8px;padding:16px 0;display:flex;position:sticky;bottom:0}.design-system-module__nfGqPq__btn{border-radius:var(--radius);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:400;transition:background .15s;display:inline-flex}.design-system-module__nfGqPq__btnPrimary{color:#fff;background:#0073ea;}.design-system-module__nfGqPq__btnPrimary:hover{background:#0060c2}.design-system-module__nfGqPq__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.design-system-module__nfGqPq__btnSecondary{border:var(--border-weight)solid var(--border-color);color:var(--text-primary);background:0 0;}.design-system-module__nfGqPq__btnSecondary:hover{background:#ffffff0d}.design-system-module__nfGqPq__btnDanger{color:#ff4d4f;background:0 0;border:1px solid #ff4d4f66;}.design-system-module__nfGqPq__btnDanger:hover{background:#ff4d4f14}.design-system-module__nfGqPq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite design-system-module__nfGqPq__spin;display:inline-block}@keyframes design-system-module__nfGqPq__spin{to{transform:rotate(360deg)}}.design-system-module__nfGqPq__emptyState{text-align:center;color:var(--text-secondary);padding:16px;font-size:13px}
.audit-module__tz_VuW__wrap{flex-direction:column;flex:1;min-height:0;font-family:Avenir Next,sans-serif;display:flex}.audit-module__tz_VuW__toolbar{flex-wrap:wrap;align-items:center;gap:12px;padding:10px 0 12px;display:flex}.audit-module__tz_VuW__kindRow{flex-wrap:wrap;flex:1;gap:6px;display:flex}.audit-module__tz_VuW__kindChip{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);letter-spacing:.04em;cursor:pointer;border-radius:999px;padding:5px 10px;font-family:inherit;font-size:11px;transition:background .12s,color .12s,border-color .12s}.audit-module__tz_VuW__kindChip:hover{color:var(--text-primary)}.audit-module__tz_VuW__kindChipActive{color:#fff;background:#ff6b3d;border-color:#ff6b3d}.audit-module__tz_VuW__clearBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 6px;font-family:inherit;font-size:12px}.audit-module__tz_VuW__clearBtn:hover{color:#ff6b3d}.audit-module__tz_VuW__searchWrap{min-width:240px;max-width:380px;position:relative}.audit-module__tz_VuW__searchIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.audit-module__tz_VuW__searchInput{background:var(--bg-secondary);width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;padding:7px 10px 7px 30px;font-family:inherit;font-size:13px}.audit-module__tz_VuW__searchInput:focus{border-color:#ff6b3d;outline:none}.audit-module__tz_VuW__list{border:1px solid var(--border-color);background:var(--background);border-radius:8px;flex:1;overflow-y:auto}.audit-module__tz_VuW__empty{text-align:center;color:var(--text-secondary);padding:64px 32px;font-size:13px}.audit-module__tz_VuW__entry{border-bottom:1px solid var(--border-color);padding:14px 18px}.audit-module__tz_VuW__entry:last-child{border-bottom:0}.audit-module__tz_VuW__entryHead{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.audit-module__tz_VuW__kindBadge{letter-spacing:.12em;text-transform:uppercase;color:#ff6b3d;font-size:10px;font-weight:600!important}.audit-module__tz_VuW__entryWhen{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:11.5px}.audit-module__tz_VuW__entrySummary{color:var(--text-primary);font-size:13.5px;line-height:1.45}.audit-module__tz_VuW__entryDetails{color:var(--text-secondary);white-space:pre-wrap;margin-top:4px;font-size:12.5px;line-height:1.5}.audit-module__tz_VuW__entryActor{color:var(--text-secondary);opacity:.85;margin-top:6px;font-size:11.5px}
