.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}
.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}
.deals-module__4CyQGW__shell{flex-direction:column;min-width:0;height:100%;display:flex}.deals-module__4CyQGW__headerRow{padding:8px 16px 0}.deals-module__4CyQGW__toolbar{border-bottom:1px solid var(--border-color);flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;display:flex}.deals-module__4CyQGW__newDealBtn{color:#fff;font:inherit;cursor:pointer;background:#ff6b3d;border:1px solid #ff6b3d;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;transition:background .12s,transform .12s;display:inline-flex}.deals-module__4CyQGW__newDealBtn:hover{background:#ff5523;transform:translateY(-1px)}.deals-module__4CyQGW__kanban{flex:1;grid-template-columns:repeat(7,minmax(220px,1fr));gap:12px;min-height:0;padding:12px 16px 16px;display:grid;overflow-x:auto}.deals-module__4CyQGW__column{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:8px;flex-direction:column;min-width:220px;transition:border-color .12s,background .12s;display:flex}.deals-module__4CyQGW__colDropTarget{background:#ff6b3d0a;border-color:#ff6b3d}.deals-module__4CyQGW__col_new_lead{border-top:3px solid #607d8b}.deals-module__4CyQGW__col_discovery{border-top:3px solid #1976d2}.deals-module__4CyQGW__col_awaiting_po{border-top:3px solid #6c47a3}.deals-module__4CyQGW__col_po_received{border-top:3px solid #d17a00}.deals-module__4CyQGW__col_invoiced{border-top:3px solid #087e8b}.deals-module__4CyQGW__col_won{border-top:3px solid #00a865}.deals-module__4CyQGW__col_lost{border-top:3px solid #c44}.deals-module__4CyQGW__colHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:6px;padding:10px 12px;display:flex}.deals-module__4CyQGW__colLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);flex:1;font-size:12px;font-weight:400}.deals-module__4CyQGW__colCount{min-width:20px;color:var(--text-primary);text-align:center;font-variant-numeric:tabular-nums;background:#ff6b3d0f;border-radius:8px;padding:1px 6px;font-size:11px;display:inline-block}.deals-module__4CyQGW__colValue{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:11px}.deals-module__4CyQGW__colBody{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.deals-module__4CyQGW__colEmpty{text-align:center;color:var(--text-secondary);opacity:.5;padding:20px;font-size:12px}.deals-module__4CyQGW__card{border:1px solid var(--border-color);background:var(--surface);cursor:grab;border-radius:6px;flex-direction:column;gap:5px;padding:10px;transition:border-color .12s,transform .12s,box-shadow .12s;display:flex}.deals-module__4CyQGW__card:hover{border-color:#ff6b3d;box-shadow:0 2px 8px #0000000a}.deals-module__4CyQGW__card:active{cursor:grabbing}.deals-module__4CyQGW__cardDragging{opacity:.5;transform:scale(.98)}.deals-module__4CyQGW__cardTitle{margin:0;font-size:13px;font-weight:400;line-height:1.3}.deals-module__4CyQGW__cardMeta{color:var(--text-secondary);flex-direction:column;gap:2px;font-size:11px;display:flex}.deals-module__4CyQGW__cardMetaItem{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;display:inline-flex;overflow:hidden}.deals-module__4CyQGW__cardFooter{border-top:1px dashed var(--border-color);flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;padding-top:4px;font-size:11px;display:flex}.deals-module__4CyQGW__cardValue{font-variant-numeric:tabular-nums;color:#ff6b3d;font-weight:500}.deals-module__4CyQGW__cardDate{color:var(--text-secondary);align-items:center;gap:3px;display:inline-flex}.deals-module__4CyQGW__cardDateOverdue{color:#dc3545;font-weight:600}.deals-module__4CyQGW__eoiPill{color:#ff6b3d;letter-spacing:.01em;background:#ff6b3d14;border-radius:8px;margin-left:auto;padding:1px 6px;font-size:10px}.deals-module__4CyQGW__modalBackdrop{z-index:50;background:#0000005c;justify-content:center;align-items:flex-start;padding-top:80px;display:flex;position:fixed;inset:0}.deals-module__4CyQGW__modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;width:100%;max-width:540px;max-height:calc(100vh - 120px);display:flex;overflow:hidden;box-shadow:0 12px 32px #0003}.deals-module__4CyQGW__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.deals-module__4CyQGW__modalHeader h2{margin:0;font-size:15px;font-weight:400}.deals-module__4CyQGW__modalBody{flex-direction:column;gap:12px;padding:16px;display:flex;overflow-y:auto}.deals-module__4CyQGW__modalFooter{border-top:1px solid var(--border-color);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.deals-module__4CyQGW__iconBtn{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.deals-module__4CyQGW__iconBtn:hover{color:var(--text-primary);background:#ff6b3d0f}.deals-module__4CyQGW__btnPrimary,.deals-module__4CyQGW__btnGhost{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:6px;padding:7px 14px}.deals-module__4CyQGW__btnPrimary{color:#fff;background:#ff6b3d;border-color:#ff6b3d}.deals-module__4CyQGW__btnPrimary:hover:not(:disabled){background:#ff5523}.deals-module__4CyQGW__btnPrimary:disabled{opacity:.4;cursor:not-allowed}.deals-module__4CyQGW__btnGhost{border-color:var(--border-color);color:var(--text-primary);background:0 0}.deals-module__4CyQGW__btnGhost:hover{color:#ff6b3d;border-color:#ff6b3d}.deals-module__4CyQGW__field{flex-direction:column;gap:4px;display:flex}.deals-module__4CyQGW__fieldRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.deals-module__4CyQGW__fieldLabel{color:var(--text-secondary);font-size:12px}.deals-module__4CyQGW__required{color:#c44}.deals-module__4CyQGW__hint{color:var(--text-secondary);font-size:11px}.deals-module__4CyQGW__input{border:1px solid var(--border-color);background:var(--surface);width:100%;color:var(--text-primary);font:inherit;border-radius:6px;outline:none;padding:7px 10px;transition:border-color .12s}.deals-module__4CyQGW__input:focus{border-color:#ff6b3d}.deals-module__4CyQGW__textarea{resize:vertical;min-height:60px;font-family:inherit;}.deals-module__4CyQGW__errorBox{color:#c44;background:#c444440f;border:1px solid #c44;border-radius:6px;padding:8px 10px;font-size:12px}.deals-module__4CyQGW__combobox,.deals-module__4CyQGW__comboboxInput{position:relative}.deals-module__4CyQGW__comboboxIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.deals-module__4CyQGW__comboboxInput .deals-module__4CyQGW__input{padding-left:28px}.deals-module__4CyQGW__comboboxMenu{border:1px solid var(--border-color);background:var(--surface);z-index:5;border-radius:6px;max-height:220px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 14px #00000014}.deals-module__4CyQGW__comboboxOption{text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--text-primary);background:0 0;border:none;padding:7px 10px;display:block}.deals-module__4CyQGW__comboboxOption:hover{background:#ff6b3d0f}.deals-module__4CyQGW__comboboxOptionCreate{color:#ff6b3d;border-bottom:1px solid var(--border-color);align-items:center;gap:6px;font-weight:500;display:flex}.deals-module__4CyQGW__comboboxOptionCreate:hover{background:#ff6b3d1a}.deals-module__4CyQGW__comboboxEmpty{text-align:center;color:var(--text-secondary);padding:10px;font-size:12px}.deals-module__4CyQGW__comboboxFooter{border-top:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);text-align:center;padding:6px 10px;font-size:11px;position:sticky;bottom:0}.deals-module__4CyQGW__contactOption{flex-direction:column;gap:1px;display:flex}.deals-module__4CyQGW__contactOptionPrimary{color:var(--text-primary);font-size:13px}.deals-module__4CyQGW__contactOptionSecondary{color:var(--text-secondary);font-size:11px}.deals-module__4CyQGW__inlineCreateForm{border:1px solid var(--border-color);background:var(--surface);border-radius:6px;flex-direction:column;gap:8px;padding:10px;display:flex}.deals-module__4CyQGW__inlineCreateHeader{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:12px;display:flex}.deals-module__4CyQGW__inlineCreateHint{color:#ff6b3d;background:#ff6b3d14;border-radius:4px;padding:6px 8px;font-size:11px}.deals-module__4CyQGW__inlineCreateRow{grid-template-columns:1fr 1fr;gap:8px;display:grid}.deals-module__4CyQGW__inlineCreateFooter{justify-content:flex-end;gap:6px;margin-top:4px;display:flex}.deals-module__4CyQGW__inlineCreateFooter .deals-module__4CyQGW__btnPrimary,.deals-module__4CyQGW__inlineCreateFooter .deals-module__4CyQGW__btnGhost{padding:5px 10px;font-size:12px}.deals-module__4CyQGW__comboboxSelected{border:1px solid var(--border-color);background:var(--surface);border-radius:6px;align-items:center;gap:6px;padding:7px 10px;display:flex}.deals-module__4CyQGW__comboboxSelected span{flex:1;font-size:13px}.deals-module__4CyQGW__drawerBackdrop{z-index:40;background:#0000002e;position:fixed;inset:0}.deals-module__4CyQGW__drawer{background:var(--bg-secondary);border-left:1px solid var(--border-color);z-index:41;flex-direction:column;width:460px;max-width:90vw;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 24px #0000001a}.deals-module__4CyQGW__drawerHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:10px;padding:14px 16px;display:flex}.deals-module__4CyQGW__titleInput{color:var(--text-primary);font:inherit;background:0 0;border:none;border-bottom:1px solid #0000;outline:none;flex:1;padding:4px 0;font-size:15px;transition:border-color .12s}.deals-module__4CyQGW__titleInput:focus,.deals-module__4CyQGW__titleInput:hover{border-bottom-color:var(--border-color)}.deals-module__4CyQGW__drawerBody{flex-direction:column;flex:1;gap:18px;padding:16px;display:flex;overflow-y:auto}.deals-module__4CyQGW__drawerSection{flex-direction:column;gap:8px;display:flex}.deals-module__4CyQGW__drawerSectionTitle{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:11px;font-weight:400}.deals-module__4CyQGW__fieldRowVertical{flex-direction:column;gap:4px;display:flex}.deals-module__4CyQGW__fieldLabelSm{color:var(--text-secondary);font-size:11px}.deals-module__4CyQGW__refRow{flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:inline-flex}.deals-module__4CyQGW__refRowMuted{color:var(--text-secondary);font-size:12px;font-style:italic}.deals-module__4CyQGW__refRowEmail{color:var(--text-secondary);align-items:center;gap:3px;font-size:12px;display:inline-flex}.deals-module__4CyQGW__inputWithIcon{position:relative}.deals-module__4CyQGW__inputWithIcon svg{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.deals-module__4CyQGW__inputWithIcon .deals-module__4CyQGW__input{padding-left:26px}.deals-module__4CyQGW__stagePill_new_lead{border-color:#607d8b}.deals-module__4CyQGW__stagePill_discovery{border-color:#1976d2}.deals-module__4CyQGW__stagePill_awaiting_po{border-color:#6c47a3}.deals-module__4CyQGW__stagePill_po_received{border-color:#d17a00}.deals-module__4CyQGW__stagePill_invoiced{border-color:#087e8b}.deals-module__4CyQGW__stagePill_won{color:#00834f;border-color:#00a865;font-weight:500}.deals-module__4CyQGW__stagePill_lost{color:#c44;border-color:#c44}.deals-module__4CyQGW__tagEditor{border:1px solid var(--border-color);background:var(--surface);border-radius:6px;flex-wrap:wrap;align-items:center;gap:4px;padding:6px;display:flex}.deals-module__4CyQGW__tagEditor:focus-within{border-color:#ff6b3d}.deals-module__4CyQGW__tagChipEditable{color:#ff6b3d;background:#ff6b3d14;border-radius:12px;align-items:center;gap:4px;padding:2px 6px 2px 8px;font-size:11px;display:inline-flex}.deals-module__4CyQGW__tagChipRemove{color:#ff6b3d;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:14px;line-height:1;display:inline-flex}.deals-module__4CyQGW__tagChipRemove:hover{background:#ff6b3d26}.deals-module__4CyQGW__tagInput{min-width:80px;font:inherit;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:2px 4px;font-size:12px}.deals-module__4CyQGW__timeline{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.deals-module__4CyQGW__timelineItem,.deals-module__4CyQGW__timelineItemMuted{gap:8px;font-size:12px;display:flex}.deals-module__4CyQGW__timelineItem strong{color:var(--text-primary);font-weight:500}.deals-module__4CyQGW__timelineItemMuted{color:var(--text-secondary);font-style:italic}.deals-module__4CyQGW__timelineDate{color:var(--text-secondary);font-variant-numeric:tabular-nums;flex-shrink:0;min-width:110px}.deals-module__4CyQGW__savedTick{color:#00a865}.deals-module__4CyQGW__setupBanner{border:1px dashed var(--border-color);background:#ff6b3d0a;border-radius:8px;margin:16px;padding:24px}.deals-module__4CyQGW__setupBanner h2{color:#ff6b3d;margin:0 0 8px;font-size:16px;font-weight:400}.deals-module__4CyQGW__setupBanner p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}
.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}
.ProductPickerModal-module___9424q__backdrop{z-index:1200;background:#0c0f1494;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ProductPickerModal-module___9424q__modal{background:var(--surface);width:min(980px,96vw);height:min(760px,90vh);color:var(--text-primary);border:var(--border-weight)solid var(--border-color);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:14px;grid-template-rows:auto auto 1fr auto;display:grid;overflow:hidden;box-shadow:0 24px 70px #0000006b}.ProductPickerModal-module___9424q__header{border-bottom:var(--border-weight)solid var(--border-color);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 14px;display:flex}.ProductPickerModal-module___9424q__title{margin:0;font-size:20px}.ProductPickerModal-module___9424q__subtitle{color:var(--text-secondary,#666);margin:4px 0 0;font-size:13px}.ProductPickerModal-module___9424q__iconButton{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:5px}.ProductPickerModal-module___9424q__controls{border-bottom:var(--border-weight)solid var(--border-color);background:var(--bg-secondary);grid-template-columns:minmax(260px,1fr) 180px 180px;gap:10px;padding:14px 22px;display:grid}.ProductPickerModal-module___9424q__searchWrap{position:relative}.ProductPickerModal-module___9424q__searchIcon{color:#777;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.ProductPickerModal-module___9424q__input,.ProductPickerModal-module___9424q__select{box-sizing:border-box;border:var(--border-weight)solid var(--border-color);width:100%;min-height:40px;color:var(--text-primary);background:var(--surface);font:inherit;border-radius:7px;padding:8px 10px}.ProductPickerModal-module___9424q__input:focus,.ProductPickerModal-module___9424q__select:focus{outline:2px solid var(--accent-primary);outline-offset:1px;border-color:var(--accent-primary)}.ProductPickerModal-module___9424q__select option{color:var(--text-primary);background:var(--surface)}.ProductPickerModal-module___9424q__input{padding-left:34px}.ProductPickerModal-module___9424q__body{grid-template-columns:1fr 280px;min-height:0;display:grid}.ProductPickerModal-module___9424q__results{padding:12px 14px 18px 22px;overflow-y:auto}.ProductPickerModal-module___9424q__resultCount{color:var(--text-secondary,#666);margin:0 0 8px;font-size:12px}.ProductPickerModal-module___9424q__resultCard{text-align:left;border:var(--border-weight)solid var(--border-color);width:100%;color:var(--text-primary);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:24px 48px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:7px;padding:9px 12px;display:grid}.ProductPickerModal-module___9424q__resultCard:hover{background:#ff6b3d0d;border-color:#ff6b3d}.ProductPickerModal-module___9424q__resultSelected{background:#ff6b3d17;border-color:#ff6b3d}.ProductPickerModal-module___9424q__check{accent-color:#ff6b3d;width:17px;height:17px}.ProductPickerModal-module___9424q__productTitle{margin-bottom:3px;font-size:13px;display:block}.ProductPickerModal-module___9424q__meta{color:var(--text-secondary,#666);font-size:11px;line-height:1.45}.ProductPickerModal-module___9424q__thumbWrap{border:var(--border-weight)solid var(--border-color);background:var(--bg-secondary);width:48px;height:48px;color:var(--text-secondary);border-radius:6px;place-items:center;display:grid;overflow:hidden}.ProductPickerModal-module___9424q__thumb{object-fit:cover;width:100%;height:100%}.ProductPickerModal-module___9424q__price{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;font-size:13px;display:flex}.ProductPickerModal-module___9424q__price small{color:var(--text-secondary);font-size:10px}.ProductPickerModal-module___9424q__empty{text-align:center;min-height:260px;color:var(--text-secondary,#666);place-content:center;padding:30px;display:grid}.ProductPickerModal-module___9424q__shortlist{border-left:var(--border-weight)solid var(--border-color);background:var(--bg-secondary);min-height:0;padding:14px;overflow-y:auto}.ProductPickerModal-module___9424q__shortlistTitle{text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;font-size:12px}.ProductPickerModal-module___9424q__shortItem{background:var(--surface);border:var(--border-weight)solid var(--border-color);border-radius:7px;justify-content:space-between;gap:8px;margin-bottom:7px;padding:9px;font-size:12px;display:flex}.ProductPickerModal-module___9424q__remove{color:#8a2d1d;cursor:pointer;background:0 0;border:0}.ProductPickerModal-module___9424q__footer{border-top:var(--border-weight)solid var(--border-color);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;display:flex}.ProductPickerModal-module___9424q__footerCount{color:var(--text-secondary,#666);font-size:13px}.ProductPickerModal-module___9424q__actions{gap:8px;display:flex}.ProductPickerModal-module___9424q__cancel,.ProductPickerModal-module___9424q__primary{cursor:pointer;border-radius:7px;padding:9px 14px}.ProductPickerModal-module___9424q__cancel{border:var(--border-weight)solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary)}.ProductPickerModal-module___9424q__cancel:hover{background:var(--border-color)}.ProductPickerModal-module___9424q__primary{border:1px solid var(--accent-button);background:var(--accent-button);color:#fff;font-weight:650}.ProductPickerModal-module___9424q__primary:disabled{opacity:.5;cursor:not-allowed}@media (max-width:760px){.ProductPickerModal-module___9424q__backdrop{padding:0}.ProductPickerModal-module___9424q__modal{border-radius:0;width:100vw;height:100dvh}.ProductPickerModal-module___9424q__controls{grid-template-columns:1fr 1fr}.ProductPickerModal-module___9424q__searchWrap{grid-column:1/-1}.ProductPickerModal-module___9424q__body{grid-template-columns:1fr}.ProductPickerModal-module___9424q__shortlist{display:none}}[data-theme=dark] .ProductPickerModal-module___9424q__modal{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
.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)}
.faire-module__89orVG__container{max-width:1050px;height:100%;color:var(--text-primary);padding:16px 24px 40px;overflow-y:auto}.faire-module__89orVG__header{margin-bottom:18px}.faire-module__89orVG__header h1{text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:9px;margin:0;font-size:19px;display:flex}.faire-module__89orVG__header p,.faire-module__89orVG__cardHeader p{color:var(--text-secondary);margin:5px 0 0;font-size:13px}.faire-module__89orVG__card{background:var(--surface);border:var(--border-weight)solid var(--border-color);border-radius:var(--radius);margin-bottom:18px;padding:20px}.faire-module__89orVG__cardHeader{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.faire-module__89orVG__cardHeader h2{margin:0;font-size:16px}.faire-module__89orVG__badge{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:12px}.faire-module__89orVG__ready{color:#00875a;background:#00c8751f}.faire-module__89orVG__waiting{color:#ad6200;background:#fdab3d24}.faire-module__89orVG__checkGrid{background:var(--border-color);border:1px solid var(--border-color);border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.faire-module__89orVG__checkGrid div{background:var(--surface);justify-content:space-between;gap:16px;padding:12px 14px;font-size:12px;display:flex}.faire-module__89orVG__checkGrid span{color:var(--text-secondary)}.faire-module__89orVG__notice{background:#0073ea0f;border-left:3px solid #0073ea;gap:10px;margin-top:14px;padding:12px;font-size:12px;display:flex}.faire-module__89orVG__notice div{flex-direction:column;gap:3px;display:flex}.faire-module__89orVG__notice span{color:var(--text-secondary)}.faire-module__89orVG__callback{color:var(--text-secondary);flex-direction:column;gap:5px;margin-top:14px;font-size:12px;display:flex}.faire-module__89orVG__callback code{color:var(--text-primary);overflow-wrap:anywhere}.faire-module__89orVG__button{color:#fff;cursor:pointer;background:#0073ea;border:0;border-radius:6px;align-items:center;gap:7px;padding:8px 12px;display:flex}.faire-module__89orVG__button:disabled{opacity:.6;cursor:wait}.faire-module__89orVG__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.faire-module__89orVG__cardHeader .faire-module__89orVG__actions{margin-top:0}.faire-module__89orVG__metrics{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.faire-module__89orVG__metrics div{border:1px solid var(--border-color);border-radius:6px;flex-direction:column;gap:3px;padding:12px;display:flex}.faire-module__89orVG__metrics strong{font-size:20px}.faire-module__89orVG__metrics span{color:var(--text-secondary);font-size:11px}.faire-module__89orVG__tableWrap{border:1px solid var(--border-color);border-radius:6px;max-height:520px;overflow:auto}.faire-module__89orVG__tableWrap table{border-collapse:collapse;width:100%;font-size:12px}.faire-module__89orVG__tableWrap th{background:var(--surface);text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:9px 10px;position:sticky;top:0}.faire-module__89orVG__tableWrap td{border-bottom:1px solid var(--border-color);padding:9px 10px}.faire-module__89orVG__tableWrap td:first-child{flex-direction:column;gap:2px;display:flex}.faire-module__89orVG__tableWrap small{color:var(--text-secondary)}.faire-module__89orVG__ok{color:#00875a}.faire-module__89orVG__blocked{color:#c43b4d;cursor:help}.faire-module__89orVG__error{color:#e44258;border:1px solid #e44258;border-radius:6px;margin-bottom:14px;padding:10px 12px;font-size:12px}.faire-module__89orVG__formGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.faire-module__89orVG__formGrid label,.faire-module__89orVG__ruleRow label{color:var(--text-secondary);flex-direction:column;gap:5px;font-size:11px;display:flex}.faire-module__89orVG__formGrid input,.faire-module__89orVG__formGrid select,.faire-module__89orVG__ruleRow input,.faire-module__89orVG__ruleRow select{min-width:0;color:var(--text-primary);background:var(--surface);border:1px solid var(--border-color);border-radius:6px;padding:8px}.faire-module__89orVG__packageList{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.faire-module__89orVG__packageList div{border:1px solid var(--border-color);border-radius:6px;flex-direction:column;gap:3px;padding:10px;display:flex}.faire-module__89orVG__packageList strong{font-size:12px}.faire-module__89orVG__packageList span{color:var(--text-secondary);font-size:11px}.faire-module__89orVG__ruleRow{grid-template-columns:2fr 2fr 1fr auto;align-items:end;gap:10px;margin-top:16px;display:grid}.faire-module__89orVG__spin{animation:.8s linear infinite faire-module__89orVG__spin}@keyframes faire-module__89orVG__spin{to{transform:rotate(360deg)}}@media (max-width:760px){.faire-module__89orVG__checkGrid,.faire-module__89orVG__metrics,.faire-module__89orVG__formGrid,.faire-module__89orVG__packageList,.faire-module__89orVG__ruleRow{grid-template-columns:1fr}.faire-module__89orVG__cardHeader{flex-direction:column}}
.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}
