.Sidebar-module__WZVnLW__topActions{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Sidebar-module__WZVnLW__editTools{background:var(--button-bg);border:1px solid var(--card-border);border-radius:12px;align-items:center;padding:.35rem;display:flex}.Sidebar-module__WZVnLW__toolBtn{width:32px;height:32px;color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__toolBtn:hover:not(:disabled){color:var(--foreground);background:#ffffff0d}.Sidebar-module__WZVnLW__toolBtn:disabled{opacity:.3;cursor:not-allowed}.Sidebar-module__WZVnLW__toolBtnActive{box-shadow:0 4px 12px #8c52ff4d;background:var(--primary)!important;color:#fff!important}.Sidebar-module__WZVnLW__toolDivider{background:var(--card-border);width:1px;height:20px;margin:0 .5rem}.Sidebar-module__WZVnLW__secondaryBtn{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__secondaryBtn:hover{background:var(--card-bg);color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.Sidebar-module__WZVnLW__sidebar{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;max-height:calc(100vh - 8rem);box-shadow:var(--shadow);border-radius:24px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;overflow:hidden auto}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar{width:6px}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar-track{background:0 0}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{z-index:1001;border-top:1px solid var(--card-border);border-radius:30px 30px 0 0;flex-direction:column;width:100%;max-height:80vh;padding:0;transition:transform .4s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;transform:translateY(100%);box-shadow:0 -15px 45px #0000000a;background:var(--card-bg)!important;-webkit-backdrop-filter:var(--glass-blur)!important;backdrop-filter:var(--glass-blur)!important}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__open{transform:translateY(0)}.Sidebar-module__WZVnLW__scrollContent{flex:1;padding:.5rem 1.5rem 5rem;overflow-y:auto}.Sidebar-module__WZVnLW__drawerHandle{cursor:pointer;background:0 0;border-bottom:1px solid #00000003;border-radius:30px 30px 0 0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;height:64px;display:flex}.Sidebar-module__WZVnLW__handleBar{background:var(--foreground-muted);opacity:.25;border-radius:2.5px;width:36px;height:5px}.Sidebar-module__WZVnLW__handleText{align-items:center;gap:6px;display:flex}.Sidebar-module__WZVnLW__handleText span{color:var(--primary);letter-spacing:.02em;font-size:.75rem;font-weight:700}}@media (min-width:769px){.Sidebar-module__WZVnLW__scrollContent{flex-direction:column;gap:1.5rem;padding:0;display:flex;overflow:visible}}.Sidebar-module__WZVnLW__section{flex-direction:column;gap:1rem;display:flex}.Sidebar-module__WZVnLW__sectionHeader{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Sidebar-module__WZVnLW__sectionHeader h3{color:var(--foreground);font-size:1rem;font-weight:700}.Sidebar-module__WZVnLW__controlGroup{flex-direction:column;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__controlGroup label{color:var(--foreground-muted);font-size:.8rem}.Sidebar-module__WZVnLW__inputWrapper{align-items:center;gap:1rem;display:flex}.Sidebar-module__WZVnLW__inputWrapper input[type=range]{accent-color:var(--primary);flex:1}.Sidebar-module__WZVnLW__inputWrapper span{min-width:40px;font-size:.8rem;font-weight:600}.Sidebar-module__WZVnLW__rangeInput{flex:1}.Sidebar-module__WZVnLW__numberInputGroup{background:var(--button-bg);border:1px solid var(--card-border);border-radius:8px;align-items:center;gap:.5rem;padding:.2rem .5rem;display:flex}.Sidebar-module__WZVnLW__smallNumberInput{width:45px;color:var(--foreground);text-align:center;-moz-appearance:textfield;background:0 0;border:none;outline:none;font-size:.85rem;font-weight:600}.Sidebar-module__WZVnLW__smallNumberInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Sidebar-module__WZVnLW__smallNumberInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Sidebar-module__WZVnLW__xDivider{color:var(--foreground-muted);font-size:.75rem;font-weight:400}.Sidebar-module__WZVnLW__controlGroup select{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:8px;outline:none;width:100%;min-width:0;padding:.6rem}.Sidebar-module__WZVnLW__textInput{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground);border-radius:8px;outline:none;width:100%;padding:.6rem;font-size:.85rem;transition:all .2s}.Sidebar-module__WZVnLW__textInput:focus{border-color:var(--primary);background:#8c52ff0d;box-shadow:0 0 0 2px #8c52ff1a}.Sidebar-module__WZVnLW__inputWithIcon{align-items:center;display:flex;position:relative}.Sidebar-module__WZVnLW__inputIcon{color:var(--foreground-muted);pointer-events:none;position:absolute;left:.75rem}.Sidebar-module__WZVnLW__inputWithIcon .Sidebar-module__WZVnLW__textInput{padding-left:2.2rem}.Sidebar-module__WZVnLW__toggleRow{gap:.5rem;display:flex}.Sidebar-module__WZVnLW__toggleRow button{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;will-change:transform;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.8rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Sidebar-module__WZVnLW__toggleRow button:active{transform:scale(.95)}.Sidebar-module__WZVnLW__toggleRow button.Sidebar-module__WZVnLW__active{border-color:var(--primary);color:var(--primary)!important;background:#8c52ff1a!important}.Sidebar-module__WZVnLW__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__statsList{flex-direction:column;gap:.6rem;min-height:120px;margin-top:.5rem;display:flex}.Sidebar-module__WZVnLW__statItem{background:var(--button-bg);cursor:pointer;will-change:transform;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.6rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Sidebar-module__WZVnLW__statItem:hover{background:var(--button-hover);border-color:var(--card-border);transform:scale(1.02)}.Sidebar-module__WZVnLW__statItem:active{transform:scale(.96)}.Sidebar-module__WZVnLW__statItemActive{box-shadow:0 4px 15px #8c52ff14;border-color:var(--primary)!important;background:#8c52ff1a!important}.Sidebar-module__WZVnLW__colorBox{border:1px solid #0000001a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Sidebar-module__WZVnLW__dark .Sidebar-module__WZVnLW__colorBox{border:1px solid #ffffff1a}.Sidebar-module__WZVnLW__colorId{text-shadow:0 1px 2px #00000080;font-size:.6rem;font-weight:700}.Sidebar-module__WZVnLW__colorInfo{flex-direction:column;flex:1;display:flex}.Sidebar-module__WZVnLW__colorName{color:var(--foreground);font-size:.75rem;font-weight:600}.Sidebar-module__WZVnLW__beadCount{color:var(--foreground-muted);font-size:.7rem}.Sidebar-module__WZVnLW__footer{margin-top:auto;padding-top:1rem}.Sidebar-module__WZVnLW__exportBtn{color:#fff;cursor:pointer;will-change:transform;background:linear-gradient(135deg,#a78bfa,#7c3aed);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-weight:600;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex}.Sidebar-module__WZVnLW__exportBtn:hover{transform:scale(1.02);box-shadow:0 10px 25px #7c3aed40}.Sidebar-module__WZVnLW__exportBtn:active{transform:scale(.96)}.Sidebar-module__WZVnLW__emptyStats{background:var(--button-bg);border:1px dashed var(--card-border);color:var(--foreground-muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1rem;font-size:.85rem;display:flex}.Sidebar-module__WZVnLW__spin{animation:1s linear infinite Sidebar-module__WZVnLW__spin}.Sidebar-module__WZVnLW__miniSpin{opacity:.6;color:var(--primary);animation:1s linear infinite Sidebar-module__WZVnLW__spin}.Sidebar-module__WZVnLW__titleRow{justify-content:space-between;align-items:center;width:100%;display:flex}.Sidebar-module__WZVnLW__titleLeft{align-items:center;gap:.5rem;display:flex}@keyframes Sidebar-module__WZVnLW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Sidebar-module__WZVnLW__countBadge{color:var(--foreground-muted);background:#ffffff14;border-radius:20px;padding:.1rem .6rem;font-size:.7rem;font-weight:500}.Sidebar-module__WZVnLW__libraryGrid{border:1px solid var(--card-border);background:#00000026;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(28px,1fr));gap:6px;max-height:280px;padding:.6rem;display:grid;overflow-y:auto}.Sidebar-module__WZVnLW__libraryGrid::-webkit-scrollbar{width:4px}.Sidebar-module__WZVnLW__libraryGrid::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}.Sidebar-module__WZVnLW__libraryItem{aspect-ratio:1;cursor:pointer;border:1px solid #ffffff1a;border-radius:6px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.Sidebar-module__WZVnLW__libraryItem:hover{z-index:10;border-color:#fff6;transform:scale(1.2)translateY(-2px);box-shadow:0 4px 12px #0006}.Sidebar-module__WZVnLW__libraryItemActive{outline-offset:2px;box-shadow:0 0 15px var(--primary);z-index:5;outline:2px solid #fff;transform:scale(1.1)}.Sidebar-module__WZVnLW__aiSection{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}.Sidebar-module__WZVnLW__magicHint{color:var(--foreground-muted);text-align:center;opacity:.85;padding:0 .5rem;font-size:.72rem;line-height:1.45}.Sidebar-module__WZVnLW__magicButton{width:100%;color:var(--foreground);cursor:pointer;background:linear-gradient(135deg,#8c52ff1a 0%,#ff52db1a 100%);border:1px solid #8c52ff4d;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:.95rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Sidebar-module__WZVnLW__magicButton:hover:not(:disabled){border-color:var(--primary);background:linear-gradient(135deg,#8c52ff33 0%,#ff52db33 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 10px 25px #8c52ff26}.Sidebar-module__WZVnLW__magicButton:active:not(:disabled){transform:scale(.98)}.Sidebar-module__WZVnLW__magicButton:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}.Sidebar-module__WZVnLW__magicIcon{color:var(--primary);filter:drop-shadow(0 0 5px #8c52ff80)}.Sidebar-module__WZVnLW__magicText{background:linear-gradient(135deg, var(--foreground) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Sidebar-module__WZVnLW__miniSwitch{cursor:pointer;width:32px;height:18px;accent-color:var(--primary)}.Sidebar-module__WZVnLW__expandContent{flex-direction:column;gap:1.2rem;padding-top:.5rem;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__hintText{color:var(--foreground-muted);margin-top:-.5rem;font-size:.7rem;font-style:italic}.Sidebar-module__WZVnLW__divider{background:var(--card-border);opacity:.5;height:1px;margin:.5rem 0}.Sidebar-module__WZVnLW__segmentedControl{border:1px solid var(--card-border);background:#8c52ff08;border-radius:12px;gap:.25rem;padding:.25rem;display:flex}.Sidebar-module__WZVnLW__segmentedControl button{color:var(--foreground-muted);cursor:pointer;will-change:transform;background:0 0;border:none;border-radius:8px;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.Sidebar-module__WZVnLW__segmentedControl button:hover:not(:disabled){color:var(--foreground)}.Sidebar-module__WZVnLW__segmentedControl button:active:not(:disabled){transform:scale(.95)}.Sidebar-module__WZVnLW__segmentActive{color:var(--primary)!important;background:#fff!important;box-shadow:0 3px 10px #7c3aed14!important}.dark .Sidebar-module__WZVnLW__segmentActive{color:#fff!important;box-shadow:none!important;background:#ffffff14!important}.Sidebar-module__WZVnLW__rulerContainer{background:var(--button-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:.6rem;padding:.8rem;display:flex}.Sidebar-module__WZVnLW__rulerTitle{color:var(--foreground-muted);font-size:.72rem;font-weight:600}.Sidebar-module__WZVnLW__rulerWrapper{justify-content:flex-start;width:100%;padding:.5rem 0;display:flex;overflow-x:auto}.Sidebar-module__WZVnLW__rulerBar{background:var(--foreground);opacity:.9;border-radius:3px;height:28px;min-height:28px;transition:width .1s linear;position:relative}.Sidebar-module__WZVnLW__rulerTick{background:var(--card-bg);width:1px;height:100%;position:absolute;top:0}.Sidebar-module__WZVnLW__rulerLabel{color:var(--card-bg);font-size:8px;font-weight:700;position:absolute;bottom:2px;left:3px}.Sidebar-module__WZVnLW__rulerHint{color:var(--foreground-muted);font-size:.7rem;line-height:1.4}.Sidebar-module__WZVnLW__ppiValue{color:var(--primary);text-align:right;min-width:55px;font-size:.8rem;font-weight:700}.Sidebar-module__WZVnLW__lockButton{border:1px solid var(--card-border);background:var(--button-bg);width:100%;color:var(--foreground);cursor:pointer;will-change:transform;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.75rem;font-size:.82rem;font-weight:700;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Sidebar-module__WZVnLW__lockButton:hover{background:var(--button-hover);transform:scale(1.02)}.Sidebar-module__WZVnLW__lockButton:active{transform:scale(.96)}.Sidebar-module__WZVnLW__lockedActive{animation:2s infinite Sidebar-module__WZVnLW__pulse;color:#ef4444!important;background:#ef444414!important;border-color:#ef444433!important}@keyframes Sidebar-module__WZVnLW__pulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.Sidebar-module__WZVnLW__addStickerBtn{border:1px dashed var(--primary);width:100%;color:var(--primary);cursor:pointer;will-change:transform;background:#8c52ff0d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex}.Sidebar-module__WZVnLW__addStickerBtn:hover:not(:disabled){background:#8c52ff1a;transform:translateY(-1px);box-shadow:0 4px 12px #8c52ff1f}.Sidebar-module__WZVnLW__addStickerBtn:active{transform:scale(.96)}.Sidebar-module__WZVnLW__stickerList{background:var(--button-bg);border:1px solid var(--card-border);border-radius:14px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.Sidebar-module__WZVnLW__stickerListTitle{color:var(--foreground-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:650}.Sidebar-module__WZVnLW__stickerItem{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;will-change:transform;border-radius:10px;justify-content:space-between;align-items:center;padding:.6rem .8rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Sidebar-module__WZVnLW__stickerItem:hover{background:var(--button-hover);border-color:var(--primary);transform:translateY(-1px)}.Sidebar-module__WZVnLW__stickerItemActive{box-shadow:0 3px 10px #8c52ff0f;border-color:var(--primary)!important;background:#8c52ff14!important}.Sidebar-module__WZVnLW__stickerItemText{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__activeLabel{color:#fff;background:var(--primary);border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:700}.Sidebar-module__WZVnLW__mobileDrawer{z-index:1001!important;background:var(--card-bg)!important;width:100%!important;max-height:80vh!important;-webkit-backdrop-filter:var(--glass-blur)!important;backdrop-filter:var(--glass-blur)!important;border-top:1px solid var(--card-border)!important;border-radius:30px 30px 0 0!important;flex-direction:column!important;padding:0!important;transition:transform .4s cubic-bezier(.32,.72,0,1)!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;transform:translateY(100%)!important;box-shadow:0 -15px 45px #0000000a!important}.Sidebar-module__WZVnLW__mobileDrawer.Sidebar-module__WZVnLW__open{transform:translateY(0)!important}.Sidebar-module__WZVnLW__mobileDrawer .Sidebar-module__WZVnLW__scrollContent{flex:1!important;padding:.5rem 1.5rem 5rem!important;overflow-y:auto!important}.Sidebar-module__WZVnLW__mobileDrawer .Sidebar-module__WZVnLW__drawerHandle{cursor:pointer!important;background:0 0!important;border-bottom:1px solid #00000003!important;border-radius:30px 30px 0 0!important;flex-direction:column!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;gap:8px!important;height:64px!important;display:flex!important}.Sidebar-module__WZVnLW__mobileDrawer .Sidebar-module__WZVnLW__handleBar{background:var(--foreground-muted)!important;opacity:.25!important;border-radius:2.5px!important;width:36px!important;height:5px!important}.Sidebar-module__WZVnLW__gridSettingsContent{border:1px solid var(--card-border);background:#00000008;border-radius:14px;flex-direction:column;gap:.85rem;margin-top:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.dark .Sidebar-module__WZVnLW__gridSettingsContent{background:#ffffff05}.Sidebar-module__WZVnLW__gridSettingSection{flex-direction:column;gap:.6rem;display:flex}.Sidebar-module__WZVnLW__gridSettingSubHeader{color:var(--primary);opacity:.9;border-left:3px solid var(--primary);margin-bottom:.2rem;padding-left:6px;font-size:.78rem;font-weight:700}.Sidebar-module__WZVnLW__sliderHeaderRow{justify-content:space-between;align-items:center;display:flex}.Sidebar-module__WZVnLW__gridValueText{color:var(--primary);background:#8c52ff14;border-radius:6px;padding:1px 6px;font-size:.78rem;font-weight:700}.Sidebar-module__WZVnLW__colorPickerRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Sidebar-module__WZVnLW__colorPresetBtn{cursor:pointer;border:1.5px solid #00000026;border-radius:50%;width:22px;height:22px;padding:0;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.Sidebar-module__WZVnLW__colorPresetBtn:hover{transform:scale(1.15)}.Sidebar-module__WZVnLW__colorPresetActive{box-shadow:0 0 0 1.5px var(--card-bg), 0 0 0 3px var(--primary);transform:scale(1.15)}.Sidebar-module__WZVnLW__customColorInputWrapper{border:1.5px dashed var(--primary);cursor:pointer;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex;position:relative;overflow:hidden}.dark .Sidebar-module__WZVnLW__customColorInputWrapper{background:linear-gradient(135deg,#1f2937,#111827)}.Sidebar-module__WZVnLW__customColorInputWrapper:hover{transform:scale(1.15)}.Sidebar-module__WZVnLW__customColorPicker{cursor:pointer;opacity:1;-webkit-appearance:none;background:0 0;border:none;outline:none;width:150%;height:150%;margin:0;padding:0;position:absolute}.Sidebar-module__WZVnLW__resetColorBtn{color:var(--foreground-muted);background:var(--button-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:8px;margin-left:auto;padding:2px 8px;font-size:.72rem;font-weight:600;transition:all .2s}.Sidebar-module__WZVnLW__resetColorBtn:hover{background:var(--button-hover);color:var(--primary);border-color:var(--primary)}.Sidebar-module__WZVnLW__customColorPickerWrapper{justify-content:center;width:100%;padding:8px 0;display:flex}.Sidebar-module__WZVnLW__customColorPickerInner{width:100%;max-width:220px}.Sidebar-module__WZVnLW__customColorPickerWrapper .react-colorful{width:100%;max-width:220px;height:150px}.Sidebar-module__WZVnLW__referenceUploadZone{background:var(--button-bg);border:1px dashed var(--card-border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1.5rem 1rem;display:flex}.Sidebar-module__WZVnLW__uploadBtn{background:var(--primary);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 10px #8c52ff26;color:#fff!important}.Sidebar-module__WZVnLW__uploadBtn:hover{background:var(--primary-light,#9a75f0);transform:translateY(-1px)}.Sidebar-module__WZVnLW__referenceActivePanel{flex-direction:column;width:100%;display:flex}.Sidebar-module__WZVnLW__previewContainer{background:var(--button-bg);border:1px solid var(--card-border);border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.75rem;display:flex}.Sidebar-module__WZVnLW__referencePreviewImg{object-fit:contain;border:1px solid var(--card-border);background:var(--button-bg,#fff);width:50px;height:50px;image-rendering:pixelated;border-radius:6px}.Sidebar-module__WZVnLW__clearReferenceBtn{color:var(--danger,#ef4444);cursor:pointer;background:0 0;border:1px solid #ef444433;border-radius:8px;margin-left:auto;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:all .2s}.Sidebar-module__WZVnLW__clearReferenceBtn:hover{border-color:var(--danger,#ef4444);background:#ef444414}.focus-mode-active .Sidebar-module__WZVnLW__sidebar{display:none!important}
.TextStickerControl-module__uLmdHq__controlPanel{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:1.1rem;margin-top:1rem;padding:1.25rem;display:flex}.TextStickerControl-module__uLmdHq__titleRow{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.TextStickerControl-module__uLmdHq__title{color:var(--foreground);letter-spacing:-.3px;font-size:.95rem;font-weight:750}.TextStickerControl-module__uLmdHq__formGroup{flex-direction:column;gap:.4rem;display:flex}.TextStickerControl-module__uLmdHq__formGroup label{color:var(--foreground-muted);font-size:.8rem;font-weight:600}.TextStickerControl-module__uLmdHq__textInput{border:1px solid var(--card-border);background:var(--button-bg);width:100%;color:var(--foreground);border-radius:10px;outline:none;padding:.65rem .85rem;font-size:.88rem;font-weight:550;transition:all .2s}.TextStickerControl-module__uLmdHq__textInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #8c52ff1f}.TextStickerControl-module__uLmdHq__row{align-items:flex-end;gap:.75rem;display:flex}.TextStickerControl-module__uLmdHq__half{flex:1;width:50%}.TextStickerControl-module__uLmdHq__select{border:1px solid var(--card-border);background:var(--button-bg);width:100%;color:var(--foreground);cursor:pointer;appearance:none;border-radius:10px;outline:none;padding:.65rem .85rem;font-size:.88rem;font-weight:550}.TextStickerControl-module__uLmdHq__colorRow{background:var(--button-bg);border:1px solid var(--card-border);border-radius:10px;align-items:center;gap:8px;width:100%;padding:6px 8px;display:flex}.TextStickerControl-module__uLmdHq__eyedropperBtn{border:1px solid var(--card-border);background:var(--card-bg);width:32px;height:32px;color:var(--foreground-muted);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.TextStickerControl-module__uLmdHq__eyedropperBtn:hover{background:var(--button-hover);color:var(--primary);transform:scale(1.05)}.TextStickerControl-module__uLmdHq__eyedropperActive{box-shadow:var(--primary-shadow);animation:1.5s infinite alternate TextStickerControl-module__uLmdHq__pulse;background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}@keyframes TextStickerControl-module__uLmdHq__pulse{0%{transform:scale(1)}to{transform:scale(1.08)}}.TextStickerControl-module__uLmdHq__colorsScroll{scrollbar-width:none;flex-grow:1;align-items:center;gap:6px;padding:2px 0;display:flex;overflow-x:auto}.TextStickerControl-module__uLmdHq__colorsScroll::-webkit-scrollbar{display:none}.TextStickerControl-module__uLmdHq__colorCircle{cursor:pointer;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 1px 3px #00000026}.TextStickerControl-module__uLmdHq__colorCircle:hover{z-index:2;transform:scale(1.15)}.TextStickerControl-module__uLmdHq__colorCircleActive{z-index:2;transform:scale(1.15);box-shadow:0 0 0 2.5px #8c52ff59;border-color:var(--primary)!important}.TextStickerControl-module__uLmdHq__circleIdMini{color:#fff;pointer-events:none;background:#000000b3;border-radius:3px;padding:0 2px;font-size:8px;font-weight:850;position:absolute;bottom:-2px;right:-2px;scale:.75}.TextStickerControl-module__uLmdHq__checkIconMini{color:#fff;filter:drop-shadow(0 1px 1px #00000080)}.TextStickerControl-module__uLmdHq__emptyUsedColors{color:var(--foreground-muted);padding-left:4px;font-size:.75rem;font-style:italic}.TextStickerControl-module__uLmdHq__palettePopoverWrapper{flex-shrink:0;position:relative}.TextStickerControl-module__uLmdHq__moreColorsBtn{border:1px dashed var(--card-border);background:var(--card-bg);width:32px;height:32px;color:var(--foreground-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.TextStickerControl-module__uLmdHq__moreColorsBtn:hover,.TextStickerControl-module__uLmdHq__moreColorsBtnActive{border-color:var(--primary);color:var(--primary);background:var(--button-hover);transform:scale(1.05)}.TextStickerControl-module__uLmdHq__palettePopover{background:var(--card-bg);-webkit-backdrop-filter:blur(25px);border:1px solid var(--card-border);z-index:200;transform-origin:100% 100%;will-change:transform, opacity;border-radius:14px;flex-direction:column;width:260px;animation:.28s cubic-bezier(.34,1.56,.64,1) forwards TextStickerControl-module__uLmdHq__popoverFadeIn;display:flex;position:absolute;bottom:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 40px #00000040}@keyframes TextStickerControl-module__uLmdHq__popoverFadeIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.TextStickerControl-module__uLmdHq__popoverHeader{border-bottom:1px solid var(--card-border);background:#0000000d;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.TextStickerControl-module__uLmdHq__popoverHeader span{color:var(--foreground);font-size:.82rem;font-weight:750}.TextStickerControl-module__uLmdHq__popoverCloseBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:all .15s;display:flex}.TextStickerControl-module__uLmdHq__popoverCloseBtn:hover{background:var(--button-hover);color:var(--foreground)}.TextStickerControl-module__uLmdHq__popoverGrid{grid-template-columns:repeat(6,1fr);gap:6px;max-height:220px;padding:12px;display:grid;overflow-y:auto}.TextStickerControl-module__uLmdHq__popoverColorItem{aspect-ratio:1;cursor:pointer;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative;box-shadow:0 1px 2px #0000001a}.TextStickerControl-module__uLmdHq__popoverColorItem:hover{z-index:2;transform:scale(1.15);box-shadow:0 4px 8px #0003}.TextStickerControl-module__uLmdHq__popoverColorItemActive{border:2px solid var(--primary);z-index:2;transform:scale(1.15);box-shadow:0 0 0 2px #8c52ff4d}.TextStickerControl-module__uLmdHq__popoverColorId{color:#fff;pointer-events:none;background:#0009;border-radius:2px;padding:0 2px;font-size:7px;font-weight:850;scale:.75}.TextStickerControl-module__uLmdHq__toggleGroup{gap:.5rem;width:100%;display:flex}.TextStickerControl-module__uLmdHq__toggleBtn{border:1px solid var(--card-border);background:var(--button-bg);height:38px;color:var(--foreground);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.TextStickerControl-module__uLmdHq__toggleBtn:hover{background:var(--button-hover);color:var(--primary)}.TextStickerControl-module__uLmdHq__toggleBtn.TextStickerControl-module__uLmdHq__active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--primary-shadow)}.TextStickerControl-module__uLmdHq__sliderLabel{color:var(--foreground-muted);justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.TextStickerControl-module__uLmdHq__slider{background:var(--card-border);appearance:none;cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.TextStickerControl-module__uLmdHq__slider::-webkit-slider-thumb{appearance:none;background:var(--primary);border:2px solid #fff;border-radius:50%;width:16px;height:16px;transition:transform .1s;box-shadow:0 2px 6px #00000026}.TextStickerControl-module__uLmdHq__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.TextStickerControl-module__uLmdHq__btnRow{gap:.75rem;margin-top:.5rem;display:flex}.TextStickerControl-module__uLmdHq__deleteBtn{color:#ef4444;cursor:pointer;background:#ef44440d;border:1px solid #ef444433;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;height:38px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.TextStickerControl-module__uLmdHq__deleteBtn:hover{background:#ef44441a;transform:translateY(-1px)}.TextStickerControl-module__uLmdHq__deleteBtn:active{transform:scale(.96)}.TextStickerControl-module__uLmdHq__bakeBtn{background:var(--primary);color:#fff;cursor:pointer;height:38px;box-shadow:var(--primary-shadow);border:none;border-radius:10px;flex:1.5;justify-content:center;align-items:center;gap:.4rem;font-size:.82rem;font-weight:650;transition:all .2s;display:flex}.TextStickerControl-module__uLmdHq__bakeBtn:hover{opacity:.9;box-shadow:var(--primary-shadow);transform:translateY(-1px)}.TextStickerControl-module__uLmdHq__bakeBtn:active{transform:scale(.96)}
.FloatingToolbar-module__QhLPna__toolbarContainer{background:var(--popover-bg);border:1px solid var(--card-border);z-index:1000;box-shadow:var(--shadow);-webkit-user-select:none;user-select:none;touch-action:none;will-change:transform, opacity;border-radius:28px;align-items:center;gap:.25rem;padding:.5rem;display:flex}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.FloatingToolbar-module__QhLPna__toolbarContainer{background:var(--card-bg);-webkit-backdrop-filter:blur(25px)saturate(180%)}}.FloatingToolbar-module__QhLPna__toolbarContainer button{color:var(--foreground);cursor:pointer;will-change:transform;background:0 0;border:none;border-radius:20px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.FloatingToolbar-module__QhLPna__toolbarContainer button:hover:not(:disabled){background:var(--button-hover);color:var(--primary);transform:scale(1.08)}.FloatingToolbar-module__QhLPna__toolbarContainer button:active:not(:disabled){transform:scale(.92)}.FloatingToolbar-module__QhLPna__toolbarContainer button:disabled{opacity:.2;cursor:not-allowed}.FloatingToolbar-module__QhLPna__activeBtn{color:var(--primary)!important;box-shadow:none!important;background:#8c52ff1a!important}.FloatingToolbar-module__QhLPna__toolGroup{align-items:center;gap:.15rem;padding:0 .2rem;display:flex}.FloatingToolbar-module__QhLPna__divider{background:var(--card-border);width:1px;height:20px;margin:0 .6rem}.FloatingToolbar-module__QhLPna__brushWrapper{position:relative}.FloatingToolbar-module__QhLPna__brushStatus{flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.FloatingToolbar-module__QhLPna__colorIndicator{border:1.5px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:15px;height:15px;display:flex;position:absolute;bottom:4px;right:4px;overflow:hidden;box-shadow:0 2px 4px #0000004d}.FloatingToolbar-module__QhLPna__indicatorId{color:#fff;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;font-size:9px;font-weight:900;transform:scale(.65)}.FloatingToolbar-module__QhLPna__zoomText{text-align:center;min-width:50px;color:var(--foreground);font-size:.9rem;font-weight:700}.FloatingToolbar-module__QhLPna__palettePopover{background:var(--popover-bg);border:1px solid var(--card-border);width:340px;box-shadow:var(--shadow), 0 20px 50px #00000008;z-index:1001;will-change:transform, opacity;border-radius:24px;flex-direction:column;padding:1.25rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.FloatingToolbar-module__QhLPna__popoverHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.FloatingToolbar-module__QhLPna__popoverHeader span{color:var(--foreground-muted);font-size:.8rem;font-weight:600}.FloatingToolbar-module__QhLPna__popoverHeader button{opacity:.6;color:var(--foreground);width:24px!important;height:24px!important}.FloatingToolbar-module__QhLPna__popoverGrid{grid-template-columns:repeat(8,1fr);gap:6px;max-height:280px;padding:6px 6px 6px 2px;display:grid;overflow-y:auto}.FloatingToolbar-module__QhLPna__popoverGrid::-webkit-scrollbar{width:4px}.FloatingToolbar-module__QhLPna__popoverGrid::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}.FloatingToolbar-module__QhLPna__popoverItem{aspect-ratio:1;border:1px solid var(--card-border);cursor:pointer;will-change:transform;border-radius:8px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.34,1.56,.64,1);position:relative;width:100%!important;height:auto!important;display:flex!important}.FloatingToolbar-module__QhLPna__popoverItem:hover{z-index:10;transform:scale(1.15);box-shadow:0 4px 12px #00000026}.FloatingToolbar-module__QhLPna__popoverItem:active{transform:scale(.9)}.FloatingToolbar-module__QhLPna__popoverItemActive{outline:2px solid var(--primary);outline-offset:1px;z-index:5}.FloatingToolbar-module__QhLPna__popoverId{color:#fff;text-shadow:0 1px 2px #000c;pointer-events:none;font-size:8px;font-weight:800}@media (max-width:768px){.FloatingToolbar-module__QhLPna__mobileToolbar{border:1px solid var(--card-border)!important;border-radius:20px!important;align-items:center!important;width:calc(100% - 24px)!important;padding:.5rem .75rem!important;display:flex!important;left:12px!important;overflow:visible!important;box-shadow:0 10px 30px #00000026!important}.FloatingToolbar-module__QhLPna__mobileScrollContainer{width:100%;white-space:nowrap!important;touch-action:pan-x!important;scrollbar-width:none!important;align-items:center!important;gap:.5rem!important;display:flex!important;overflow-x:auto!important}.FloatingToolbar-module__QhLPna__mobileScrollContainer::-webkit-scrollbar{display:none!important}.FloatingToolbar-module__QhLPna__mobileToolbar button{width:36px;height:36px;flex-shrink:0!important}.FloatingToolbar-module__QhLPna__zoomText{min-width:40px;font-size:.8rem;flex-shrink:0!important}.FloatingToolbar-module__QhLPna__palettePopover{width:calc(100vw - 40px);max-width:340px;padding:1rem;bottom:calc(100% + 10px);border-radius:24px!important}.FloatingToolbar-module__QhLPna__popoverGrid{grid-template-columns:repeat(6,1fr)}.FloatingToolbar-module__QhLPna__divider{margin:0 .35rem;flex-shrink:0!important}.FloatingToolbar-module__QhLPna__toolGroup{flex-shrink:0!important}}.FloatingToolbar-module__QhLPna__tabContainer{background:var(--button-bg,#ffffff0d);border:1px solid var(--card-border);border-radius:10px;margin-bottom:.75rem;padding:2px;display:flex}.FloatingToolbar-module__QhLPna__tabBtn{will-change:transform;flex:1;color:var(--foreground-muted,#a1a1aa)!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:auto!important;padding:6px 0!important;font-size:.8rem!important;font-weight:600!important;transition:all .2s cubic-bezier(.34,1.56,.64,1)!important;display:flex!important}.FloatingToolbar-module__QhLPna__tabBtn:active{transform:scale(.95)}.FloatingToolbar-module__QhLPna__tabBtnActive{color:var(--primary)!important;background:#fff!important;box-shadow:0 2px 8px #7c3aed14!important}.dark .FloatingToolbar-module__QhLPna__tabBtnActive{color:#fff!important;box-shadow:none!important;background:#ffffff14!important}.FloatingToolbar-module__QhLPna__customPickerContainer{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.FloatingToolbar-module__QhLPna__customPickerContainer .react-colorful{border-radius:12px;overflow:hidden;width:100%!important;height:160px!important}.FloatingToolbar-module__QhLPna__customPickerContainer .react-colorful__saturation{border-radius:12px 12px 0 0}.FloatingToolbar-module__QhLPna__customPickerContainer .react-colorful__hue{margin-top:8px;border-radius:6px!important;height:12px!important}.FloatingToolbar-module__QhLPna__customPickerContainer .react-colorful__pointer{width:18px!important;height:18px!important}.FloatingToolbar-module__QhLPna__matchedBeadPreview{background:var(--button-bg,#ffffff08);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:.4rem;width:100%;padding:.6rem .75rem;display:flex}.FloatingToolbar-module__QhLPna__previewLabel{color:var(--foreground-muted);font-size:.75rem}.FloatingToolbar-module__QhLPna__matchedBeadRow{align-items:center;gap:.75rem;display:flex}.FloatingToolbar-module__QhLPna__matchedBeadColor{border:1.5px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 6px #0000004d}.FloatingToolbar-module__QhLPna__matchedBeadId{color:#fff;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;font-size:10px;font-weight:900}.FloatingToolbar-module__QhLPna__matchedBeadInfo{flex-direction:column;gap:1px;display:flex}.FloatingToolbar-module__QhLPna__matchedBeadName{color:var(--foreground);font-size:.8rem;font-weight:700}.FloatingToolbar-module__QhLPna__matchedBeadHex{color:var(--foreground-muted);font-family:monospace;font-size:.7rem}.FloatingToolbar-module__QhLPna__popoverConfirmBtn,.FloatingToolbar-module__QhLPna__popoverHeader .FloatingToolbar-module__QhLPna__popoverConfirmBtn{will-change:transform;white-space:nowrap;flex-shrink:0;color:#fff!important;opacity:.95!important;cursor:pointer!important;background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;border:none!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:auto!important;padding:4px 12px!important;font-size:.75rem!important;font-weight:600!important;transition:all .2s cubic-bezier(.34,1.56,.64,1)!important;display:flex!important}.FloatingToolbar-module__QhLPna__popoverConfirmBtn:hover:not(:disabled),.FloatingToolbar-module__QhLPna__popoverHeader .FloatingToolbar-module__QhLPna__popoverConfirmBtn:hover:not(:disabled){opacity:1!important;transform:scale(1.05)!important;box-shadow:0 4px 12px #7c3aed40!important}.FloatingToolbar-module__QhLPna__popoverConfirmBtn:active:not(:disabled),.FloatingToolbar-module__QhLPna__popoverHeader .FloatingToolbar-module__QhLPna__popoverConfirmBtn:active:not(:disabled){transform:scale(.95)!important}.FloatingToolbar-module__QhLPna__modalBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9000;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.FloatingToolbar-module__QhLPna__modalWrapper{z-index:9001;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.FloatingToolbar-module__QhLPna__modalCard{background:var(--popover-bg);border:1px solid var(--card-border);width:90%;max-width:400px;box-shadow:var(--shadow), 0 20px 60px #0000000d;pointer-events:auto;border-radius:28px;flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.FloatingToolbar-module__QhLPna__modalHeader{color:#ef4444;align-items:center;gap:.75rem;display:flex}.FloatingToolbar-module__QhLPna__modalTitle{color:var(--foreground);font-size:1.15rem;font-weight:700}.FloatingToolbar-module__QhLPna__modalBody{color:var(--foreground-muted);font-size:.9rem;line-height:1.5}.FloatingToolbar-module__QhLPna__modalActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.FloatingToolbar-module__QhLPna__cancelBtn{will-change:transform;background:var(--button-bg,#ffffff0d)!important;border:1px solid var(--card-border)!important;color:var(--foreground)!important;cursor:pointer!important;border-radius:12px!important;width:auto!important;height:auto!important;padding:.6rem 1.2rem!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s cubic-bezier(.34,1.56,.64,1)!important}.FloatingToolbar-module__QhLPna__cancelBtn:hover{transform:scale(1.03);background:var(--button-hover)!important}.FloatingToolbar-module__QhLPna__cancelBtn:active{transform:scale(.95)!important}.FloatingToolbar-module__QhLPna__confirmBtn{will-change:transform;box-shadow:0 4px 12px #ef444426;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#f87171,#ef4444)!important;border:none!important;border-radius:12px!important;width:auto!important;height:auto!important;padding:.6rem 1.2rem!important;font-size:.85rem!important;font-weight:600!important;transition:all .2s cubic-bezier(.34,1.56,.64,1)!important}.FloatingToolbar-module__QhLPna__confirmBtn:hover{transform:scale(1.03);box-shadow:0 6px 16px #ef444440!important}.FloatingToolbar-module__QhLPna__confirmBtn:active{transform:scale(.95)!important}.FloatingToolbar-module__QhLPna__mergeWrapper{position:relative}.FloatingToolbar-module__QhLPna__mergePopover{background:var(--popover-bg);border:1px solid var(--card-border);width:360px;box-shadow:var(--shadow), 0 20px 50px #00000008;z-index:1001;will-change:transform, opacity;border-radius:24px;flex-direction:column;padding:1.25rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}@media (max-width:768px){.FloatingToolbar-module__QhLPna__mergePopover{width:calc(100vw - 40px);max-width:360px;padding:1rem;bottom:calc(100% + 10px)}.FloatingToolbar-module__QhLPna__mergeBody{max-height:280px}}.FloatingToolbar-module__QhLPna__emptyMergeState{color:var(--foreground-muted);text-align:center;padding:2rem 0;font-size:.85rem}.FloatingToolbar-module__QhLPna__mergeBody{flex-direction:column;gap:1.25rem;max-height:420px;padding:6px 8px 6px 6px;display:flex;overflow-y:auto}.FloatingToolbar-module__QhLPna__mergeBody::-webkit-scrollbar{width:4px}.FloatingToolbar-module__QhLPna__mergeBody::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}.FloatingToolbar-module__QhLPna__mergeSection{flex-direction:column;gap:.6rem;display:flex}.FloatingToolbar-module__QhLPna__sectionTitle{color:var(--foreground);font-size:.8rem;font-weight:700}.FloatingToolbar-module__QhLPna__sectionTip{color:var(--foreground-muted);text-align:center;width:100%;padding:.5rem 0;font-size:.75rem;font-style:italic}.FloatingToolbar-module__QhLPna__usedColorsGrid{grid-template-columns:repeat(6,1fr);gap:8px;padding:4px;display:grid}@media (max-width:768px){.FloatingToolbar-module__QhLPna__usedColorsGrid{grid-template-columns:repeat(5,1fr)}}.FloatingToolbar-module__QhLPna__colorGridItem{aspect-ratio:1;border:1px solid var(--card-border);cursor:pointer;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;padding:0!important;display:flex!important;position:relative!important}.FloatingToolbar-module__QhLPna__colorGridItem:hover{z-index:10;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.FloatingToolbar-module__QhLPna__colorGridItem:active{transform:scale(.92)}.FloatingToolbar-module__QhLPna__colorItemLabel{color:#fff;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;pointer-events:none;font-size:8px;font-weight:900}.FloatingToolbar-module__QhLPna__colorCountBadge{color:#fff;pointer-events:none;background:#000000bf;border:.5px solid #ffffff26;border-radius:4px;padding:1px 3px;font-size:7px;font-weight:700;position:absolute;bottom:2px;right:2px;transform:scale(.8)}.FloatingToolbar-module__QhLPna__sourceActive{outline-offset:1px;z-index:5;box-shadow:0 0 10px #7c3aed66;outline:2px solid var(--primary)!important}.FloatingToolbar-module__QhLPna__targetActive{outline-offset:1px;z-index:5;box-shadow:0 0 10px #10b98166;outline:2px solid #10b981!important}.FloatingToolbar-module__QhLPna__paletteColorsGrid{grid-template-columns:repeat(8,1fr);gap:6px;max-height:180px;padding:6px 6px 6px 2px;display:grid;overflow-y:auto}@media (max-width:768px){.FloatingToolbar-module__QhLPna__paletteColorsGrid{grid-template-columns:repeat(6,1fr)}}.FloatingToolbar-module__QhLPna__paletteColorsGrid::-webkit-scrollbar{width:4px}.FloatingToolbar-module__QhLPna__paletteColorsGrid::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}.FloatingToolbar-module__QhLPna__paletteGridItem{aspect-ratio:1;border:1px solid var(--card-border);cursor:pointer;will-change:transform;border-radius:6px;transition:all .15s;justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;padding:0!important;display:flex!important}.FloatingToolbar-module__QhLPna__paletteGridItem:hover{z-index:10;transform:scale(1.15);box-shadow:0 4px 12px #00000026}.FloatingToolbar-module__QhLPna__paletteGridItem:active{transform:scale(.92)}.FloatingToolbar-module__QhLPna__paletteItemLabel{color:#fff;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;pointer-events:none;font-size:7px;font-weight:800}.FloatingToolbar-module__QhLPna__mergeSummary{background:var(--button-bg,#ffffff08);border:1px solid var(--card-border);border-radius:12px;margin-top:.25rem;padding:.6rem .8rem}.FloatingToolbar-module__QhLPna__summaryText{color:var(--foreground);flex-wrap:wrap;align-items:center;gap:4px;font-size:.75rem;line-height:1.4;display:flex}.FloatingToolbar-module__QhLPna__summaryText strong{color:var(--primary);font-weight:700}.FloatingToolbar-module__QhLPna__targetColorDot{border:1px solid #fff;border-radius:3px;width:12px;height:12px;margin:0 2px;display:inline-block;box-shadow:0 1px 3px #0003}.FloatingToolbar-module__QhLPna__popoverDown{top:calc(100% + 12px)!important;bottom:auto!important}.FloatingToolbar-module__QhLPna__snapWrapper{position:relative}.FloatingToolbar-module__QhLPna__snapPopover{background:var(--popover-bg);border:1px solid var(--card-border);width:340px;box-shadow:var(--shadow), 0 20px 50px #00000008;z-index:1001;will-change:transform, opacity;border-radius:24px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}@media (max-width:768px){.FloatingToolbar-module__QhLPna__snapPopover{width:calc(100vw - 40px);max-width:340px;padding:1rem;bottom:calc(100% + 10px);border-radius:24px!important}}.FloatingToolbar-module__QhLPna__snapBody{flex-direction:column;gap:1rem;display:flex}.FloatingToolbar-module__QhLPna__snapSliderGroup{flex-direction:column;gap:.5rem;display:flex}.FloatingToolbar-module__QhLPna__snapSliderGroup label{color:var(--foreground-muted);font-size:.8rem}.FloatingToolbar-module__QhLPna__snapSliderWrapper{align-items:center;gap:1rem;display:flex}.FloatingToolbar-module__QhLPna__snapSliderWrapper input[type=range]{accent-color:var(--primary);flex:1}.FloatingToolbar-module__QhLPna__snapSliderValue{color:var(--primary);text-align:right;min-width:65px;font-size:.8rem;font-weight:700}.FloatingToolbar-module__QhLPna__snapFooterRow{border-top:1px solid var(--card-border);justify-content:space-between;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.FloatingToolbar-module__QhLPna__snapInfoText{color:var(--foreground-muted);flex:1;font-size:.72rem;line-height:1.35}.FloatingToolbar-module__QhLPna__snapButton{will-change:transform, opacity;flex-shrink:0;justify-content:center;align-items:center;padding:.45rem .9rem;display:flex;background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%)!important;color:#fff!important;cursor:pointer!important;border:none!important;border-radius:10px!important;width:auto!important;height:auto!important;font-size:.78rem!important;font-weight:600!important;transition:transform .2s cubic-bezier(.34,1.56,.64,1),opacity .2s,box-shadow .2s!important;box-shadow:0 4px 12px #8c52ff26!important}.FloatingToolbar-module__QhLPna__snapButton:hover:not(:disabled){transform:scale(1.05)!important;box-shadow:0 6px 16px #8c52ff4d!important}.FloatingToolbar-module__QhLPna__snapButton:active:not(:disabled){transform:scale(.95)!important}.FloatingToolbar-module__QhLPna__snapButton:disabled{background:var(--card-border)!important;color:var(--foreground-muted)!important;cursor:not-allowed!important;opacity:.5!important;box-shadow:none!important;transform:none!important}.FloatingToolbar-module__QhLPna__colorIndicatorCircle{border:1.5px solid var(--card-border);border-radius:50%;width:20px;height:20px;transition:transform .2s;box-shadow:0 1px 3px #00000026}.FloatingToolbar-module__QhLPna__toolbarContainer button:hover .FloatingToolbar-module__QhLPna__colorIndicatorCircle{transform:scale(1.1)}.FloatingToolbar-module__QhLPna__paintPopover{background:var(--popover-bg);border:1px solid var(--card-border);width:auto;min-width:fit-content;box-shadow:var(--shadow), 0 20px 50px #00000008;z-index:1001;will-change:transform, opacity;border-radius:20px;flex-direction:column;padding:.5rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.FloatingToolbar-module__QhLPna__paintPopover:before{content:"";pointer-events:auto;background:0 0;height:16px;position:absolute;left:0;right:0}.FloatingToolbar-module__QhLPna__paintPopover:not(.FloatingToolbar-module__QhLPna__popoverDown):before{bottom:-16px}.FloatingToolbar-module__QhLPna__popoverDown:before{top:-16px;bottom:auto}.FloatingToolbar-module__QhLPna__paintGrid{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}.FloatingToolbar-module__QhLPna__paintToolItem{cursor:pointer;width:52px!important;height:54px!important;color:var(--foreground-muted,#86868b)!important;background:0 0!important;border:none!important;border-radius:12px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:4px 0!important;transition:all .2s!important;display:flex!important;position:relative!important}.FloatingToolbar-module__QhLPna__paintToolItem:hover{background:var(--button-hover)!important;color:var(--foreground)!important;transform:translateY(-2px)!important}.FloatingToolbar-module__QhLPna__paintToolItemActive{box-shadow:inset 0 0 0 1px var(--primary);color:var(--primary)!important;background:#8c52ff1f!important}.FloatingToolbar-module__QhLPna__paintToolLabel{color:inherit!important;white-space:nowrap!important;font-size:9px!important;font-weight:600!important;display:block!important}.FloatingToolbar-module__QhLPna__iconWithColor{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.FloatingToolbar-module__QhLPna__colorIndicatorDotMini{border:1.5px solid var(--popover-bg,#fff);pointer-events:none;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-4px;right:-4px;box-shadow:0 1px 3px #0003}.FloatingToolbar-module__QhLPna__optimizePopover{background:var(--popover-bg);border:1px solid var(--card-border);width:380px;box-shadow:var(--shadow), 0 20px 50px #00000008;zIndex:1001;will-change:transform, opacity;border-radius:24px;flex-direction:column;padding:1.25rem;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.FloatingToolbar-module__QhLPna__optimizeContent{flex-direction:column;width:100%;display:flex}.FloatingToolbar-module__QhLPna__strayBody{flex-direction:column;gap:1rem;width:100%;padding-top:.25rem;display:flex}.FloatingToolbar-module__QhLPna__strayDescGroup{background:var(--button-bg,#ffffff08);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:4px;padding:.75rem;display:flex}.FloatingToolbar-module__QhLPna__strayDescTitle{color:var(--foreground-muted);font-size:.75rem;font-weight:700}.FloatingToolbar-module__QhLPna__strayDescText{color:var(--foreground);text-align:left;font-size:.8rem;line-height:1.4}.FloatingToolbar-module__QhLPna__strayFooterRow{justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.FloatingToolbar-module__QhLPna__strayInfoText{color:var(--foreground-muted);font-size:.75rem}.FloatingToolbar-module__QhLPna__strayHighlight{color:var(--primary);font-weight:700}.FloatingToolbar-module__QhLPna__strayButton{will-change:transform;flex-shrink:0;color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;border:none!important;border-radius:10px!important;width:auto!important;height:auto!important;padding:6px 14px!important;font-size:.75rem!important;font-weight:600!important;transition:all .2s cubic-bezier(.34,1.56,.64,1)!important}.FloatingToolbar-module__QhLPna__strayButton:hover:not(:disabled){transform:scale(1.05)!important;box-shadow:0 4px 12px #7c3aed40!important}.FloatingToolbar-module__QhLPna__strayButton:active:not(:disabled){transform:scale(.95)!important}.FloatingToolbar-module__QhLPna__strayButton:disabled{opacity:.3!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.FloatingToolbar-module__QhLPna__miniTabContainer{background:var(--button-bg,#ffffff0d);border:1px solid var(--card-border);border-radius:8px;width:fit-content;margin-bottom:.25rem;padding:2px;display:flex}.FloatingToolbar-module__QhLPna__miniTabBtn{color:var(--foreground-muted,#a1a1aa)!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:auto!important;padding:4px 10px!important;font-size:.72rem!important;font-weight:600!important;transition:all .15s!important;display:inline-flex!important}.FloatingToolbar-module__QhLPna__miniTabActive{color:var(--primary)!important;background:#fff!important;box-shadow:0 1px 4px #7c3aed1a!important}.dark .FloatingToolbar-module__QhLPna__miniTabActive{color:#fff!important;box-shadow:none!important;background:#ffffff14!important}@media (max-width:768px){.FloatingToolbar-module__QhLPna__paintPopover{width:calc(100vw - 40px);max-width:280px;bottom:calc(100% + 10px);border-radius:24px!important}.FloatingToolbar-module__QhLPna__optimizePopover{width:calc(100vw - 40px);max-width:380px;bottom:calc(100% + 10px);border-radius:24px!important}}.focus-mode-active .FloatingToolbar-module__QhLPna__toolbarContainer{display:none!important}
.AlertModal-module__UZv0PG__backdrop{z-index:9998;touch-action:none;background:#0000006b;position:fixed;inset:0}.AlertModal-module__UZv0PG__wrapper{z-index:9999;pointer-events:none;touch-action:none;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.AlertModal-module__UZv0PG__card{background:var(--popover-bg);width:100%;max-width:320px;box-shadow:var(--shadow);pointer-events:auto;border:1px solid var(--card-border);border-radius:28px;padding:1.6rem}.AlertModal-module__UZv0PG__header{align-items:center;gap:.6rem;margin-bottom:.85rem;display:flex}.AlertModal-module__UZv0PG__title{color:var(--foreground);font-size:1.05rem;font-weight:750}.AlertModal-module__UZv0PG__headerWarning{color:#f59e0b}.AlertModal-module__UZv0PG__headerError{color:#ef4444}.AlertModal-module__UZv0PG__headerSuccess{color:#10b981}.AlertModal-module__UZv0PG__headerInfo{color:var(--primary,#7c3aed)}.AlertModal-module__UZv0PG__warningIcon{filter:drop-shadow(0 2px 6px #f59e0b40)}.AlertModal-module__UZv0PG__errorIcon{filter:drop-shadow(0 2px 6px #ef444440)}.AlertModal-module__UZv0PG__successIcon{filter:drop-shadow(0 2px 6px #10b98140)}.AlertModal-module__UZv0PG__infoIcon{filter:drop-shadow(0 2px 6px #7c3aed40)}.AlertModal-module__UZv0PG__body{color:var(--foreground-muted);text-align:left;white-space:pre-wrap;word-break:break-all;margin-bottom:1.5rem;font-size:.82rem;line-height:1.55}.AlertModal-module__UZv0PG__actions{gap:.75rem;display:flex}.AlertModal-module__UZv0PG__cancelBtn{background:var(--button-bg);color:var(--foreground);cursor:pointer;will-change:transform;border:none;border-radius:16px;flex:1;padding:11px;font-size:.82rem;font-weight:650;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.AlertModal-module__UZv0PG__cancelBtn:active{transform:scale(.95)}.AlertModal-module__UZv0PG__confirmBtn{cursor:pointer;will-change:transform;border:none;border-radius:16px;flex:1;padding:11px;font-size:.82rem;font-weight:650;transition:all .2s cubic-bezier(.34,1.56,.64,1);color:#fff!important}.AlertModal-module__UZv0PG__confirmBtn:active{transform:scale(.95)}.AlertModal-module__UZv0PG__confirmWarningBtn{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 4px 12px #f59e0b40}.AlertModal-module__UZv0PG__confirmErrorBtn{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px #ef444440}.AlertModal-module__UZv0PG__confirmSuccessBtn{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 4px 12px #10b98140}.AlertModal-module__UZv0PG__confirmInfoBtn{background:linear-gradient(135deg,#a78bfa,#7c3aed);box-shadow:0 4px 12px #7c3aed40}.AlertModal-module__UZv0PG__detailsContainer{background:var(--button-bg);border:1px solid var(--card-border);border-radius:12px;margin-top:1rem;padding:.75rem}.AlertModal-module__UZv0PG__detailsTitle{color:var(--foreground-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.AlertModal-module__UZv0PG__detailsContent{color:var(--foreground-muted);white-space:pre-wrap;word-break:break-all;font-family:monospace;font-size:.7rem;line-height:1.4}.AlertModal-module__UZv0PG__wrapper[data-is-mobile=true] .AlertModal-module__UZv0PG__card{-webkit-backdrop-filter:none!important;background-color:var(--popover-bg)!important;background:var(--popover-bg)!important}
.ShareModal-module__0Rx0Oq__modalOverlay{z-index:10000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ShareModal-module__0Rx0Oq__backdrop{background:color-mix(in srgb, var(--workspace-bg,#09090b) 65%, transparent);-webkit-backdrop-filter:blur(16px);position:absolute;inset:0}.ShareModal-module__0Rx0Oq__modalWrapper{z-index:1;justify-content:center;width:100%;max-width:420px;display:flex;position:relative}.ShareModal-module__0Rx0Oq__modalCard{background:var(--card-bg,#18181b);border:1px solid var(--card-border,#ffffff14);border-radius:24px;width:100%;padding:32px 24px 28px;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #0006,inset 0 0 1px 1px #ffffff0d}.ShareModal-module__0Rx0Oq__closeBtn{width:32px;height:32px;color:var(--foreground-muted,#8e8e93);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ShareModal-module__0Rx0Oq__closeBtn:hover{color:var(--primary,#8c52ff);background:#ffffff14;transform:rotate(90deg)}.ShareModal-module__0Rx0Oq__content{text-align:center;flex-direction:column;align-items:center;display:flex}.ShareModal-module__0Rx0Oq__iconCircle{background:color-mix(in srgb, var(--primary,#8c52ff) 15%, transparent);border:1px dashed color-mix(in srgb, var(--primary,#8c52ff) 40%, transparent);width:56px;height:56px;box-shadow:0 0 20px -5px color-mix(in srgb, var(--primary,#8c52ff) 30%, transparent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.ShareModal-module__0Rx0Oq__headerIcon{color:var(--primary,#8c52ff)}.ShareModal-module__0Rx0Oq__title{color:var(--primary,#8c52ff);letter-spacing:-.02em;margin-bottom:6px;font-size:1.25rem;font-weight:800}.ShareModal-module__0Rx0Oq__subtitle{color:var(--foreground-muted,#8e8e93);margin-bottom:24px;padding:0 12px;font-size:.825rem;line-height:1.4}.ShareModal-module__0Rx0Oq__codeDisplayContainer{background:#00000026;border:1px solid #ffffff08;border-radius:16px;flex-direction:column;align-items:center;width:100%;margin-bottom:20px;padding:16px;display:flex}.ShareModal-module__0Rx0Oq__codeLabel{color:var(--primary,#8c52ff);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.65rem;font-weight:700}.ShareModal-module__0Rx0Oq__codeBox{color:#fff;letter-spacing:.12em;text-shadow:0 0 15px #ffffff26;margin-bottom:8px;padding-left:.12em;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,monospace;font-size:2.25rem;font-weight:900}.ShareModal-module__0Rx0Oq__codeDesc{color:var(--foreground-muted,#8e8e93);font-size:.7rem;line-height:1.3}.ShareModal-module__0Rx0Oq__inputContainer{flex-direction:column;align-items:center;width:100%;margin-bottom:20px;display:flex}.ShareModal-module__0Rx0Oq__keyInput{border:1px solid var(--card-border,#ffffff14);color:#fff;letter-spacing:.1em;text-align:center;background:#0003;border-radius:14px;outline:none;width:100%;height:52px;font-family:monospace;font-size:1.35rem;font-weight:900;transition:all .25s}.ShareModal-module__0Rx0Oq__keyInput:focus{border-color:var(--primary,#8c52ff);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary,#8c52ff) 15%, transparent);background:#0000004d}.ShareModal-module__0Rx0Oq__inputDesc{color:var(--foreground-muted,#8e8e93);margin-top:8px;padding:0 8px;font-size:.7rem;line-height:1.3}.ShareModal-module__0Rx0Oq__errorBanner{background:rgba(ef, 44, 44, .08);border:1px solid rgba(ef, 44, 44, .15);color:#ef4444;text-align:left;border-radius:12px;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:10px 14px;font-size:.75rem;line-height:1.3;display:flex}.ShareModal-module__0Rx0Oq__actionRow{flex-direction:column;gap:10px;width:100%;display:flex}.ShareModal-module__0Rx0Oq__primaryBtn{background:var(--primary,#8c52ff);color:#fff;cursor:pointer;width:100%;height:50px;box-shadow:0 4px 15px -4px color-mix(in srgb, var(--primary,#8c52ff) 50%, transparent);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:.925rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ShareModal-module__0Rx0Oq__primaryBtn:hover:not(:disabled){opacity:.92;box-shadow:0 6px 20px -4px color-mix(in srgb, var(--primary,#8c52ff) 60%, transparent);transform:translateY(-1px)}.ShareModal-module__0Rx0Oq__primaryBtn:active:not(:disabled){transform:translateY(1px)}.ShareModal-module__0Rx0Oq__primaryBtn:disabled{background:var(--button-disabled-bg,#27272a);color:var(--button-disabled-color,#71717a);cursor:not-allowed;box-shadow:none}.ShareModal-module__0Rx0Oq__secondaryBtn{background:var(--button-secondary-bg,#ffffff08);border:1px solid var(--card-border,#ffffff0d);width:100%;height:48px;color:var(--foreground,#fff);cursor:pointer;border-radius:14px;font-size:.9rem;font-weight:600;transition:all .2s}.ShareModal-module__0Rx0Oq__secondaryBtn:hover:not(:disabled){background:#ffffff0f}.ShareModal-module__0Rx0Oq__secondaryBtn:disabled{opacity:.5;cursor:not-allowed}.ShareModal-module__0Rx0Oq__spin{animation:1s linear infinite ShareModal-module__0Rx0Oq__spinner}@keyframes ShareModal-module__0Rx0Oq__spinner{to{transform:rotate(360deg)}}.ShareModal-module__0Rx0Oq__modalWrapper[data-is-mobile=true] .ShareModal-module__0Rx0Oq__modalCard{border-radius:20px;padding:24px 16px 20px}.ShareModal-module__0Rx0Oq__modalWrapper[data-is-mobile=true] .ShareModal-module__0Rx0Oq__title{font-size:1.15rem}.ShareModal-module__0Rx0Oq__modalWrapper[data-is-mobile=true] .ShareModal-module__0Rx0Oq__primaryBtn{height:48px}.ShareModal-module__0Rx0Oq__modalWrapper[data-is-mobile=true] .ShareModal-module__0Rx0Oq__secondaryBtn{height:46px}
.FocusBeadingOverlay-module__W3EthW__overlay{pointer-events:none;z-index:1000;box-sizing:border-box;position:absolute;inset:0}.FocusBeadingOverlay-module__W3EthW__topLeftPart,.FocusBeadingOverlay-module__W3EthW__topRightPart,.FocusBeadingOverlay-module__W3EthW__bottomBarContainer{pointer-events:auto}.FocusBeadingOverlay-module__W3EthW__topSection{pointer-events:none;width:100%;position:relative}.FocusBeadingOverlay-module__W3EthW__topContent{pointer-events:none;width:100%;height:0;position:relative}.FocusBeadingOverlay-module__W3EthW__topProgressBar{z-index:1001;background:#ffffff0d;height:3px;position:absolute;top:0;left:0;right:0}.FocusBeadingOverlay-module__W3EthW__topProgressBarFill{background:linear-gradient(90deg, var(--primary,#8c52ff), #a855f7);height:100%}.FocusBeadingOverlay-module__W3EthW__leftBadge{background:color-mix(in srgb, var(--card-bg,#18181b) 60%, transparent);border:1px solid var(--card-border,#ffffff0f);-webkit-backdrop-filter:blur(8px);color:var(--foreground-muted,#8e8e93);box-shadow:var(--shadow);box-sizing:border-box;border-radius:8px;align-items:center;gap:6px;height:32px;padding:4px 10px;font-size:.7rem;font-weight:700;display:flex}.FocusBeadingOverlay-module__W3EthW__badgeDot{background-color:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite FocusBeadingOverlay-module__W3EthW__pulse;box-shadow:0 0 8px #10b981}@keyframes FocusBeadingOverlay-module__W3EthW__pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.FocusBeadingOverlay-module__W3EthW__topLeftPart{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;top:16px;left:16px}.FocusBeadingOverlay-module__W3EthW__btnExitLeft{border:1px solid var(--card-border,#ffffff26);background:color-mix(in srgb, var(--card-bg) 60%, transparent);width:32px;height:32px;color:var(--foreground);cursor:pointer;-webkit-backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.FocusBeadingOverlay-module__W3EthW__btnExitLeft:active{transform:scale(.92)}.FocusBeadingOverlay-module__W3EthW__topRightPart{z-index:10;align-items:center;gap:10px;display:flex;position:absolute;top:16px;right:16px}.FocusBeadingOverlay-module__W3EthW__controlCapsule{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;align-items:center;gap:4px;display:flex}.FocusBeadingOverlay-module__W3EthW__btnFinish{background:linear-gradient(135deg, var(--primary,#8c52ff) 0%, var(--secondary,#a862fc) 100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 25%, transparent);box-sizing:border-box;border:none;border-radius:99px;align-items:center;gap:6px;height:32px;padding:6px 14px;font-size:.72rem;font-weight:850;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.FocusBeadingOverlay-module__W3EthW__btnFinish:active{box-shadow:0 2px 6px color-mix(in srgb, var(--primary) 15%, transparent);transform:scale(.95)}.FocusBeadingOverlay-module__W3EthW__btnFinishCompleted{background:#34c759!important;box-shadow:0 4px 12px #34c75926!important}.FocusBeadingOverlay-module__W3EthW__capsuleBtn{width:38px;height:36px;color:var(--foreground-muted,#8e8e93);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.FocusBeadingOverlay-module__W3EthW__capsuleBtn:hover:not(:disabled){background:var(--button-hover,#0000000d);color:var(--foreground,#1d1d1f)}.FocusBeadingOverlay-module__W3EthW__capsuleBtn:active:not(:disabled){transform:scale(.95)}.FocusBeadingOverlay-module__W3EthW__capsuleBtn:disabled{opacity:.3;cursor:not-allowed}.FocusBeadingOverlay-module__W3EthW__activeCapsuleBtn{color:var(--primary,#8c52ff)!important}.FocusBeadingOverlay-module__W3EthW__capsuleDivider{background:var(--card-border,#ffffff14);width:1px;height:16px;margin:0 4px}.FocusBeadingOverlay-module__W3EthW__exitBtn{color:#ef4444!important}.FocusBeadingOverlay-module__W3EthW__exitBtn:hover{background:#ef44441a!important}.FocusBeadingOverlay-module__W3EthW__bottomBarContainer{background:0 0;position:absolute;bottom:20px;left:20px;right:20px}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll{scroll-behavior:smooth;scrollbar-width:none;gap:8px;padding:4px;display:flex;overflow-x:auto}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll::-webkit-scrollbar{display:none}@media (min-width:1025px){.FocusBeadingOverlay-module__W3EthW__colorPillsScroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--primary,#8c52ff) 45%, transparent) color-mix(in srgb, var(--primary,#8c52ff) 5%, transparent);padding-bottom:12px}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll::-webkit-scrollbar{background:0 0;height:6px;display:block}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll::-webkit-scrollbar-track{background:color-mix(in srgb, var(--primary,#8c52ff) 5%, transparent);border-radius:6px}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll::-webkit-scrollbar-thumb{background-color:color-mix(in srgb, var(--primary,#8c52ff) 45%, transparent);border:1px solid #ffffff1a;border-radius:6px;transition:background-color .2s}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll:hover::-webkit-scrollbar-thumb{background-color:color-mix(in srgb, var(--primary,#8c52ff) 60%, transparent)}.FocusBeadingOverlay-module__W3EthW__colorPillsScroll::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb, var(--primary,#8c52ff) 85%, transparent)!important}}.FocusBeadingOverlay-module__W3EthW__colorPill{background:color-mix(in srgb, var(--card-bg,#18181b) 80%, transparent);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border,#ffffff14);cursor:pointer;border-radius:12px;flex:none;align-items:center;gap:8px;height:38px;padding:0 12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.FocusBeadingOverlay-module__W3EthW__colorPill:hover{background:color-mix(in srgb, var(--card-bg,#18181b) 90%, transparent);border-color:#ffffff26;transform:translateY(-1px)}.FocusBeadingOverlay-module__W3EthW__colorPillFocused{border-width:1.5px;border-color:var(--primary,#8c52ff)!important;background:color-mix(in srgb, var(--primary,#8c52ff) 6%, var(--card-bg,#18181b))!important;box-shadow:none!important}.FocusBeadingOverlay-module__W3EthW__colorPillFinished{opacity:.45;background:#10b98105!important;border-color:#10b98126!important}.FocusBeadingOverlay-module__W3EthW__colorPillFinished:hover{opacity:.7}.FocusBeadingOverlay-module__W3EthW__colorDot{background-color:var(--pill-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex;box-shadow:0 0 4px #0000004d}.FocusBeadingOverlay-module__W3EthW__finishedCheck{color:#10b981;background:#fff;border-radius:50%;transform:scale(1.2)}.FocusBeadingOverlay-module__W3EthW__colorCode{color:var(--foreground);font-family:monospace;font-size:.725rem;font-weight:800}.FocusBeadingOverlay-module__W3EthW__pillProgressVal{color:var(--foreground-muted,#8e8e93);font-family:monospace;font-size:.65rem;font-weight:700}.FocusBeadingOverlay-module__W3EthW__colorPillFocused .FocusBeadingOverlay-module__W3EthW__pillProgressVal{color:var(--primary,#8c52ff)}.FocusBeadingOverlay-module__W3EthW__colorPillFinished .FocusBeadingOverlay-module__W3EthW__pillProgressVal{color:#10b981}.FocusBeadingOverlay-module__W3EthW__pillProgressBg{background:#ffffff05;height:2px;position:absolute;bottom:0;left:0;right:0}.FocusBeadingOverlay-module__W3EthW__pillProgressFill{background:var(--primary,#8c52ff);height:100%;transition:width .3s}.FocusBeadingOverlay-module__W3EthW__colorPillFinished .FocusBeadingOverlay-module__W3EthW__pillProgressFill{background:#10b981}@media (max-width:1024px){.FocusBeadingOverlay-module__W3EthW__leftBadge{padding:3px 8px;font-size:.65rem;top:12px;left:12px}.FocusBeadingOverlay-module__W3EthW__controlCapsule{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;gap:4px;padding:0;top:12px;right:12px}.FocusBeadingOverlay-module__W3EthW__capsuleBtn{width:38px;height:36px}.FocusBeadingOverlay-module__W3EthW__bottomBarContainer{bottom:calc(18px + env(safe-area-inset-bottom,8px));left:14px;right:14px}.FocusBeadingOverlay-module__W3EthW__colorPill{gap:8px;height:38px;padding:0 10px}.FocusBeadingOverlay-module__W3EthW__colorName{max-width:45px}.FocusBeadingOverlay-module__W3EthW__progressInfo{gap:4px}}.FocusBeadingOverlay-module__W3EthW__colorName{color:var(--foreground-muted,#8e8e93);text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:.65rem;overflow:hidden}.FocusBeadingOverlay-module__W3EthW__progressInfo{align-items:center;gap:6px;display:flex}.FocusBeadingOverlay-module__W3EthW__pillRemainingVal{color:var(--primary,#8c52ff);background:color-mix(in srgb, var(--primary,#8c52ff) 12%, transparent);border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:800}.FocusBeadingOverlay-module__W3EthW__stockWarning{color:#ef4444;white-space:nowrap;background:#ef44441f;border-radius:4px;padding:1px 4px;font-size:.62rem;font-weight:800}.FocusBeadingOverlay-module__W3EthW__stockOk{color:#10b981;opacity:.8;white-space:nowrap;font-size:.62rem;font-weight:600}.FocusBeadingOverlay-module__W3EthW__completeAllBtn,.FocusBeadingOverlay-module__W3EthW__uncompleteAllBtn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin-left:2px;padding:4px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.FocusBeadingOverlay-module__W3EthW__completeAllBtn{color:#10b981;background:#10b98114}.FocusBeadingOverlay-module__W3EthW__completeAllBtn:hover{color:#fff;background:#10b981;transform:scale(1.12);box-shadow:0 0 8px #10b98166}.FocusBeadingOverlay-module__W3EthW__completeAllBtn:active{transform:scale(.9)}.FocusBeadingOverlay-module__W3EthW__completeAllBtnFinished{color:#fff!important;background:#10b981!important}.FocusBeadingOverlay-module__W3EthW__completeAllBtnFinished:hover{color:#fff!important;background:#059669!important}@media (max-width:1024px){.FocusBeadingOverlay-module__W3EthW__completeAllBtn,.FocusBeadingOverlay-module__W3EthW__uncompleteAllBtn{border-radius:5px;padding:3px}}
.AppInventoryDrawer-module__hZX6rW__inventoryDrawer{background:var(--background);background-image:radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--primary) 7%, transparent) 0%, transparent 45%), radial-gradient(circle at 90% 70%, color-mix(in srgb, var(--secondary) 5%, transparent) 0%, transparent 45%);width:calc(100vw + 30px);height:100%;color:var(--foreground);z-index:9900;box-sizing:border-box;flex-direction:column;padding-right:30px;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:-10px 0 30px #00000014}@media (min-width:480px){.AppInventoryDrawer-module__hZX6rW__inventoryDrawer{border-left:1px solid var(--card-border);width:450px;left:auto;right:-30px}}.AppInventoryDrawer-module__hZX6rW__navbar{background:0 0;border-bottom:none;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:.5rem 1.2rem;display:flex}.AppInventoryDrawer-module__hZX6rW__navBackBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.AppInventoryDrawer-module__hZX6rW__navBackBtn:active{color:var(--foreground);transform:scale(.9)}.AppInventoryDrawer-module__hZX6rW__navTitle{color:var(--foreground);letter-spacing:-.3px;margin:0;font-size:1.12rem;font-weight:900}.AppInventoryDrawer-module__hZX6rW__navRightPlaceholder{width:36px}.AppInventoryDrawer-module__hZX6rW__drawerBody{flex:1;display:block;position:relative;overflow:hidden}.AppInventoryDrawer-module__hZX6rW__viewContainer{width:200%;height:100%;display:flex}.AppInventoryDrawer-module__hZX6rW__cabinetView{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:14px;width:50%;height:100%;padding:14px 14px 20px;display:flex;overflow-y:auto}.AppInventoryDrawer-module__hZX6rW__workshopBoard{border:1px solid color-mix(in srgb, var(--primary) 15%, transparent);background:linear-gradient(135deg,#8c52ff0f 0%,#8c52ff1f 100%);border-radius:22px;flex-direction:column;gap:12px;padding:16px 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000004}.AppInventoryDrawer-module__hZX6rW__workshopBoard:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--primary) 20%, transparent) 0%, transparent 70%);filter:blur(15px);pointer-events:none;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.AppInventoryDrawer-module__hZX6rW__boardHeader{flex-direction:column;gap:2px;display:flex}.AppInventoryDrawer-module__hZX6rW__boardTitle{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:800}.AppInventoryDrawer-module__hZX6rW__boardBeadsCount{color:var(--foreground);font-size:1.8rem;font-weight:900;line-height:1.1}.AppInventoryDrawer-module__hZX6rW__boardMetaRow{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.AppInventoryDrawer-module__hZX6rW__boardColorsCount{color:var(--foreground-muted);font-size:.78rem;font-weight:750}.AppInventoryDrawer-module__hZX6rW__refillPulseAlert{background:color-mix(in srgb, var(--danger) 8%, var(--card-bg));-webkit-backdrop-filter:blur(10px);border:1px solid color-mix(in srgb, var(--danger) 15%, transparent);cursor:pointer;box-shadow:0 6px 20px color-mix(in srgb, var(--danger) 3%, transparent);border-radius:20px;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;transition:all .25s cubic-bezier(.16,1,.3,1);animation:2.5s ease-in-out infinite alternate AppInventoryDrawer-module__hZX6rW__softPulse;display:flex}.AppInventoryDrawer-module__hZX6rW__refillPulseAlert:active{transform:scale(.97)}.AppInventoryDrawer-module__hZX6rW__alertText{color:var(--danger);align-items:center;gap:6px;font-size:.72rem;font-weight:800;display:flex}.AppInventoryDrawer-module__hZX6rW__alertBtn{color:var(--danger);opacity:.95;font-size:.68rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__safeState{color:var(--success);background:color-mix(in srgb, var(--success) 8%, var(--card-bg));border:1px solid color-mix(in srgb, var(--success) 15%, transparent);border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:800;display:flex}.AppInventoryDrawer-module__hZX6rW__pageHeader{flex-direction:column;gap:4px;margin-top:4px;margin-bottom:20px;padding:0 4px;display:flex}.AppInventoryDrawer-module__hZX6rW__pageTitle{color:var(--foreground);letter-spacing:-.6px;margin:0;font-size:1.45rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__pageSubtitle{color:var(--foreground-muted);margin:0;font-size:.8rem;font-weight:500}.AppInventoryDrawer-module__hZX6rW__sectionHeader{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:24px;margin-bottom:12px;padding:0 4px;display:flex}.AppInventoryDrawer-module__hZX6rW__sectionTitleRow{flex-direction:row;align-items:center;gap:8px;display:flex}.AppInventoryDrawer-module__hZX6rW__sectionIcon{color:var(--primary);opacity:.85}.AppInventoryDrawer-module__hZX6rW__sectionTitle{color:var(--foreground);margin:0;font-size:.94rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__brandSegmentWrapper{background:color-mix(in srgb, var(--button-bg) 60%, var(--background));border:1px solid var(--card-border);box-sizing:border-box;border-radius:14px;width:100%;padding:4px;display:flex}.AppInventoryDrawer-module__hZX6rW__brandSegmentItem{color:var(--foreground-muted);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:10px;flex:1;padding:8px 4px;font-size:.75rem;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1)}.AppInventoryDrawer-module__hZX6rW__brandSegmentItemActive{background:var(--card-bg);color:var(--primary);box-shadow:0 2px 6px #0000000a}.AppInventoryDrawer-module__hZX6rW__drawersGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.AppInventoryDrawer-module__hZX6rW__drawerCard{background:color-mix(in srgb, var(--card-bg) 85%, transparent);-webkit-backdrop-filter:blur(20px);border:1px solid color-mix(in srgb, var(--foreground) 4%, transparent);cursor:pointer;box-shadow:0 4px 16px color-mix(in srgb, var(--foreground) 1.5%, transparent);box-sizing:border-box;border-radius:24px;flex-direction:column;justify-content:space-between;gap:12px;padding:16px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.AppInventoryDrawer-module__hZX6rW__drawerCard:active{background:color-mix(in srgb, var(--primary) 5%, var(--card-bg));border-color:color-mix(in srgb, var(--primary) 15%, transparent);transform:scale(.96)translateY(1px)}.AppInventoryDrawer-module__hZX6rW__drawerCardHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.AppInventoryDrawer-module__hZX6rW__drawerTitle{color:var(--foreground);font-size:.82rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__drawerPlusIcon{color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, var(--card-bg));border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.82rem;font-weight:850;transition:all .2s;display:flex}.AppInventoryDrawer-module__hZX6rW__drawerCardBody{justify-content:space-between;align-items:flex-end;width:100%;display:flex}.AppInventoryDrawer-module__hZX6rW__drawerColorBubble{box-sizing:border-box;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;box-shadow:0 2px 8px #00000014}.AppInventoryDrawer-module__hZX6rW__beadHole{box-sizing:border-box;border:1px solid #0000000d;border-radius:50%;width:6px;height:6px;background:var(--card-bg)!important}.AppInventoryDrawer-module__hZX6rW__drawerMeta{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.AppInventoryDrawer-module__hZX6rW__drawerColorsCount{color:var(--foreground-muted);font-size:.65rem;font-weight:700}.AppInventoryDrawer-module__hZX6rW__drawerBeadsCount{color:var(--foreground);font-size:.76rem;font-weight:900}.AppInventoryDrawer-module__hZX6rW__drawerBeadsInfo{color:var(--foreground-muted);font-size:.7rem;font-weight:700}.AppInventoryDrawer-module__hZX6rW__drawerAlertDot{background:var(--danger);width:8px;height:8px;box-shadow:0 0 8px var(--danger);border-radius:50%;animation:1.5s ease-in-out infinite AppInventoryDrawer-module__hZX6rW__redBlink;position:absolute;top:14px;right:14px}.AppInventoryDrawer-module__hZX6rW__ledgerCard{background:color-mix(in srgb, var(--card-bg) 80%, transparent);-webkit-backdrop-filter:blur(20px);border:1px solid color-mix(in srgb, var(--foreground) 3%, transparent);cursor:pointer;box-shadow:0 8px 32px color-mix(in srgb, var(--foreground) 1.5%, transparent);box-sizing:border-box;border-radius:24px;grid-column:span 2;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.AppInventoryDrawer-module__hZX6rW__ledgerCard:active{background:color-mix(in srgb, var(--primary) 6%, var(--card-bg));border-color:color-mix(in srgb, var(--primary) 20%, transparent);transform:scale(.97)translateY(1px)}.AppInventoryDrawer-module__hZX6rW__ledgerLeft{align-items:center;gap:12px;display:flex}.AppInventoryDrawer-module__hZX6rW__ledgerIcon{background:color-mix(in srgb, var(--primary) 8%, transparent);width:36px;height:36px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.AppInventoryDrawer-module__hZX6rW__ledgerTitle{color:var(--foreground);font-size:.82rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__ledgerSubtitle{color:var(--foreground-muted);margin-top:1px;font-size:.68rem}.AppInventoryDrawer-module__hZX6rW__detailView{flex-direction:column;flex-shrink:0;width:50%;height:100%;display:flex;overflow:hidden}.AppInventoryDrawer-module__hZX6rW__detailHeader{background:0 0;border-bottom:none;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.AppInventoryDrawer-module__hZX6rW__btnDetailBack{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px;font-size:.78rem;font-weight:800;transition:color .2s;display:flex}.AppInventoryDrawer-module__hZX6rW__btnDetailBack:active{color:var(--foreground)}.AppInventoryDrawer-module__hZX6rW__detailTitle{color:var(--foreground);font-size:.88rem;font-weight:900}.AppInventoryDrawer-module__hZX6rW__detailCountSummary{color:var(--foreground-muted);background:var(--button-bg);border-radius:8px;padding:2px 8px;font-size:.68rem;font-weight:750}.AppInventoryDrawer-module__hZX6rW__detailSearchRow{background:0 0;border-bottom:none;flex-shrink:0;align-items:center;padding:6px 14px 12px;display:flex}.AppInventoryDrawer-module__hZX6rW__detailSearchInputWrapper{flex:1;align-items:center;display:flex;position:relative}.AppInventoryDrawer-module__hZX6rW__detailSearchInput{background:color-mix(in srgb, var(--card-bg) 80%, transparent);-webkit-backdrop-filter:blur(10px);border:1px solid color-mix(in srgb, var(--foreground) 5%, transparent);width:100%;color:var(--foreground);box-sizing:border-box;border-radius:99px;outline:none;padding:8px 10px 8px 30px;font-size:.72rem;font-weight:750;transition:all .2s;box-shadow:0 4px 12px #00000004}.AppInventoryDrawer-module__hZX6rW__detailSearchInput:focus{border-color:var(--primary);background:var(--card-bg);box-shadow:0 4px 14px color-mix(in srgb, var(--primary) 8%, transparent)}.AppInventoryDrawer-module__hZX6rW__beadGrid{flex:1;grid-template-columns:repeat(3,1fr);align-content:start;gap:8px;padding:12px;display:grid;overflow-y:auto}.AppInventoryDrawer-module__hZX6rW__beadItem{background:color-mix(in srgb, var(--card-bg) 80%, transparent);-webkit-backdrop-filter:blur(15px);border:1px solid color-mix(in srgb, var(--foreground) 3%, transparent);cursor:pointer;box-shadow:0 6px 20px color-mix(in srgb, var(--foreground) 1.5%, transparent);box-sizing:border-box;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;gap:8px;padding:14px 4px 10px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.AppInventoryDrawer-module__hZX6rW__beadItem:active{background:color-mix(in srgb, var(--primary) 6%, var(--card-bg));border-color:color-mix(in srgb, var(--primary) 20%, transparent);transform:scale(.95)}.AppInventoryDrawer-module__hZX6rW__beadItemActive{border-color:var(--primary);box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 12%, transparent)}.AppInventoryDrawer-module__hZX6rW__beadItemLow{border-color:var(--card-border);background:var(--card-bg)}.AppInventoryDrawer-module__hZX6rW__colorMeta{flex-direction:column;align-items:center;gap:4px;display:flex}.AppInventoryDrawer-module__hZX6rW__colorCircle{border:1.5px solid #fff9;border-radius:50%;width:36px;height:36px;position:relative;box-shadow:0 4px 8px #0000001f,inset -3px -3px 6px #00000040,inset 3px 3px 6px #ffffffb3}.AppInventoryDrawer-module__hZX6rW__colorCircle:after{content:"";background:#111;border-radius:50%;width:9px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px 2px #ffffff26,0 1px 1px #fff6}.AppInventoryDrawer-module__hZX6rW__colorInfo{text-align:center;flex-direction:column;align-items:center;display:flex}.AppInventoryDrawer-module__hZX6rW__colorId{color:var(--foreground);font-size:.75rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__colorName{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;max-width:65px;font-size:.58rem;overflow:hidden}.AppInventoryDrawer-module__hZX6rW__stockCount{color:var(--foreground-muted);background:var(--button-bg);border:1px solid var(--card-border);border-radius:99px;padding:2px 8px;font-size:.68rem;font-weight:800}.AppInventoryDrawer-module__hZX6rW__stepperOverlay{z-index:10;background:#fffffff2;border-radius:16px;justify-content:center;align-items:center;padding:0 6px;display:flex;position:absolute;inset:0}.dark-mode .AppInventoryDrawer-module__hZX6rW__stepperOverlay{background:#1c1c1ef2}.AppInventoryDrawer-module__hZX6rW__stepperPill{background:var(--button-bg);border:1px solid var(--card-border);width:100%;height:28px;box-shadow:var(--shadow);border-radius:99px;justify-content:space-between;align-items:center;display:flex;overflow:hidden}.AppInventoryDrawer-module__hZX6rW__stepperBtn{width:24px;height:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.AppInventoryDrawer-module__hZX6rW__stepperBtn:active{background:var(--button-hover)}.AppInventoryDrawer-module__hZX6rW__stepperInput{text-align:center;width:100%;color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.7rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__actionsRow{background:0 0;border-top:none;flex-direction:row;flex-shrink:0;gap:10px;padding:12px 14px 20px;display:flex}.AppInventoryDrawer-module__hZX6rW__btnSecondary,.AppInventoryDrawer-module__hZX6rW__btnPrimary{border:1px solid color-mix(in srgb, var(--foreground) 3%, transparent);background:color-mix(in srgb, var(--card-bg) 80%, transparent);-webkit-backdrop-filter:blur(10px);height:48px;color:var(--foreground);cursor:pointer;border-radius:20px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:.8rem;font-weight:800;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s;display:flex;box-shadow:0 4px 14px #00000004}.AppInventoryDrawer-module__hZX6rW__btnPrimary{background:var(--primary);color:#fff;box-shadow:0 6px 20px color-mix(in srgb, var(--primary) 20%, transparent);border:none}.AppInventoryDrawer-module__hZX6rW__btnSecondary:active,.AppInventoryDrawer-module__hZX6rW__btnPrimary:active{transform:scale(.96)translateY(1px)}.AppInventoryDrawer-module__hZX6rW__refillSheetOverlay{z-index:10000;opacity:0;visibility:hidden;pointer-events:none;will-change:opacity, visibility;background:#00000073;justify-content:center;align-items:flex-end;width:100%;height:100%;transition:opacity .22s cubic-bezier(.15,.85,.35,1),visibility .22s cubic-bezier(.15,.85,.35,1);display:flex;position:fixed;top:0;left:0}.AppInventoryDrawer-module__hZX6rW__refillSheetOverlay.AppInventoryDrawer-module__hZX6rW__active{opacity:1;visibility:visible;pointer-events:auto}.AppInventoryDrawer-module__hZX6rW__refillSheet{background:var(--background);box-sizing:border-box;will-change:transform;pointer-events:auto;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;gap:14px;width:100%;max-width:480px;max-height:80%;padding:18px 16px 28px;transition:transform .28s cubic-bezier(.15,.85,.35,1);display:flex;transform:translateY(100%);box-shadow:0 -8px 30px #00000026}.AppInventoryDrawer-module__hZX6rW__refillSheetOverlay.AppInventoryDrawer-module__hZX6rW__active .AppInventoryDrawer-module__hZX6rW__refillSheet{transform:translateY(0)}.AppInventoryDrawer-module__hZX6rW__sheetDragHandle{background:var(--card-border);cursor:pointer;border-radius:10px;width:36px;height:5px;margin:0 auto}.AppInventoryDrawer-module__hZX6rW__sheetHeader{justify-content:space-between;align-items:center;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetTitle{color:var(--foreground);font-size:1.02rem;font-weight:900}.AppInventoryDrawer-module__hZX6rW__btnCloseSheet{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetToolbar{background:var(--popover-bg);border:1px solid var(--card-border);border-radius:12px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.AppInventoryDrawer-module__hZX6rW__checkboxLabel{color:var(--foreground-muted);cursor:pointer;align-items:center;gap:6px;font-size:.72rem;font-weight:750;display:flex}.AppInventoryDrawer-module__hZX6rW__checkboxLabel input{width:14px;height:14px;accent-color:var(--primary);border-radius:4px}.AppInventoryDrawer-module__hZX6rW__btnCopyText{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 10px color-mix(in srgb, var(--primary) 20%, transparent);border:none;border-radius:10px;align-items:center;gap:4px;padding:6px 12px;font-size:.72rem;font-weight:800;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetBodyList{flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.AppInventoryDrawer-module__hZX6rW__sheetItem{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetItemMeta{align-items:center;gap:10px;display:flex}.AppInventoryDrawer-module__hZX6rW__btnCheckRefill{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetItemInfo{flex-direction:column;gap:2px;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetItemTitle{color:var(--foreground);font-size:.78rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__sheetItemSubtitle{color:var(--foreground-muted);font-size:.62rem}.AppInventoryDrawer-module__hZX6rW__sheetItemCalc{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.AppInventoryDrawer-module__hZX6rW__sheetItemBags{color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, transparent);border-radius:99px;padding:2px 8px;font-size:.72rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__sheetItemDetails{color:var(--foreground-muted);font-size:.58rem}.AppInventoryDrawer-module__hZX6rW__ledgerSheet{background:var(--background);box-sizing:border-box;will-change:transform;pointer-events:auto;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;gap:14px;width:100%;max-width:480px;max-height:80%;padding:18px 16px 28px;transition:transform .28s cubic-bezier(.15,.85,.35,1);display:flex;transform:translateY(100%);box-shadow:0 -8px 30px #00000026}.AppInventoryDrawer-module__hZX6rW__refillSheetOverlay.AppInventoryDrawer-module__hZX6rW__active .AppInventoryDrawer-module__hZX6rW__ledgerSheet{transform:translateY(0)}.AppInventoryDrawer-module__hZX6rW__ledgerList{flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.AppInventoryDrawer-module__hZX6rW__ledgerItem{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;gap:8px;padding:14px 16px;display:flex;position:relative}.AppInventoryDrawer-module__hZX6rW__ledgerHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:2px;padding-bottom:6px;display:flex}.AppInventoryDrawer-module__hZX6rW__ledgerActionType{color:var(--foreground);font-size:.78rem;font-weight:850}.AppInventoryDrawer-module__hZX6rW__ledgerTime{color:var(--foreground-muted);font-size:.62rem}.AppInventoryDrawer-module__hZX6rW__ledgerDetails{color:var(--foreground-muted);white-space:pre-wrap;padding-right:70px;font-size:.68rem;line-height:1.4}.AppInventoryDrawer-module__hZX6rW__btnUndo{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;border-radius:8px;align-items:center;gap:3px;padding:4px 8px;font-size:.62rem;font-weight:800;transition:all .2s;display:flex;position:absolute;bottom:14px;right:14px}.AppInventoryDrawer-module__hZX6rW__btnUndo:active{background:var(--button-hover);color:var(--foreground)}@keyframes AppInventoryDrawer-module__hZX6rW__softPulse{0%{box-shadow:0 0 2px #ef44441a}to{box-shadow:0 0 12px #ef444440}}@keyframes AppInventoryDrawer-module__hZX6rW__redBlink{0%,to{opacity:.45}50%{opacity:1}}.AppInventoryDrawer-module__hZX6rW__backdrop{-webkit-backdrop-filter:blur(8px);z-index:9800;background:#0006;position:fixed;inset:0}.AppInventoryDrawer-module__hZX6rW__toast{color:#fff;z-index:10005;pointer-events:none;background:#000000d9;border-radius:99px;padding:6px 14px;font-size:.72rem;font-weight:700;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #00000026}.AppInventoryDrawer-module__hZX6rW__careerBoard{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);box-shadow:0 10px 25px color-mix(in srgb, var(--primary) 12%, transparent);border:none;border-radius:24px;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 22px;display:flex;position:relative;overflow:hidden}.AppInventoryDrawer-module__hZX6rW__careerBoard:after{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);width:140px;height:140px;position:absolute;top:-50px;right:-50px}.AppInventoryDrawer-module__hZX6rW__careerLeft{z-index:2;flex-direction:column;gap:8px;display:flex}.AppInventoryDrawer-module__hZX6rW__careerHeader{flex-direction:column;gap:1px;display:flex}.AppInventoryDrawer-module__hZX6rW__careerTitle{color:#ffffff8c;text-transform:uppercase;letter-spacing:.8px;font-size:.72rem;font-weight:800}.AppInventoryDrawer-module__hZX6rW__careerBeadsCount{color:#fff;letter-spacing:-.5px;font-size:1.85rem;font-weight:900;line-height:1.1}.AppInventoryDrawer-module__hZX6rW__careerMetaRow{align-items:center;gap:12px;display:flex}.AppInventoryDrawer-module__hZX6rW__careerColorsCount{color:#ffffffd9;font-size:.75rem;font-weight:700}.AppInventoryDrawer-module__hZX6rW__careerBadgeBox{z-index:2;text-align:center;border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:80px;padding:8px 12px;display:flex;box-shadow:0 4px 14px #0000001a;background:#fff!important;border:1px solid #0000000d!important}.AppInventoryDrawer-module__hZX6rW__badgeTitle{margin-bottom:2px;font-size:.58rem;font-weight:800;color:#00000073!important}.AppInventoryDrawer-module__hZX6rW__badgeLevel{color:#fff;text-shadow:none;font-size:.75rem;font-weight:900}.AppInventoryDrawer-module__hZX6rW__brandSelectorRow{justify-content:center;align-items:center;width:100%;display:flex}.AppInventoryDrawer-module__hZX6rW__btnBrandDropdown{background:color-mix(in srgb, var(--primary) 6%, var(--card-bg));border:1px solid color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary);cursor:pointer;box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 4%, transparent);border-radius:99px;align-items:center;gap:8px;padding:8px 18px;font-size:.78rem;font-weight:850;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.AppInventoryDrawer-module__hZX6rW__btnBrandDropdown:active{background:color-mix(in srgb, var(--primary) 12%, var(--card-bg));transform:scale(.96)translateY(1px)}.AppInventoryDrawer-module__hZX6rW__progressTrack{background:var(--card-border);border-radius:99px;width:100%;height:4px;margin-top:4px;overflow:hidden}.AppInventoryDrawer-module__hZX6rW__progressFill{border-radius:99px;height:100%;transition:width .3s}.AppInventoryDrawer-module__hZX6rW__progressText{color:var(--foreground-muted);margin-top:2px;font-size:.62rem;font-weight:750}.AppInventoryDrawer-module__hZX6rW__brandSheetOverlay{z-index:10000;opacity:0;visibility:hidden;pointer-events:none;will-change:opacity, visibility;background:#00000073;justify-content:center;align-items:flex-end;width:100%;height:100%;transition:opacity .22s cubic-bezier(.15,.85,.35,1),visibility .22s cubic-bezier(.15,.85,.35,1);display:flex;position:fixed;top:0;left:0}.AppInventoryDrawer-module__hZX6rW__brandSheetOverlay.AppInventoryDrawer-module__hZX6rW__active{opacity:1;visibility:visible;pointer-events:auto}.AppInventoryDrawer-module__hZX6rW__brandSheet{background:var(--background);box-sizing:border-box;will-change:transform;pointer-events:auto;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;gap:16px;width:100%;max-width:480px;max-height:85%;padding:18px 16px 32px;transition:transform .28s cubic-bezier(.15,.85,.35,1);display:flex;transform:translateY(100%);box-shadow:0 -8px 30px #00000026}.AppInventoryDrawer-module__hZX6rW__brandSheetOverlay.AppInventoryDrawer-module__hZX6rW__active .AppInventoryDrawer-module__hZX6rW__brandSheet{transform:translateY(0)}.AppInventoryDrawer-module__hZX6rW__brandSheetBody{flex-direction:column;flex:1;gap:16px;padding-bottom:10px;display:flex;overflow-y:auto}.AppInventoryDrawer-module__hZX6rW__brandGroup{flex-direction:column;gap:8px;display:flex}.AppInventoryDrawer-module__hZX6rW__brandGroupTitle{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.5px;padding-left:4px;font-size:.72rem;font-weight:800}.AppInventoryDrawer-module__hZX6rW__brandGridList{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.AppInventoryDrawer-module__hZX6rW__brandItemBtn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);text-align:left;cursor:pointer;border-radius:16px;padding:12px 14px;font-size:.75rem;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1)}.AppInventoryDrawer-module__hZX6rW__brandItemBtn:active{background:var(--button-hover);transform:scale(.97)}.AppInventoryDrawer-module__hZX6rW__brandItemBtnActive{background:color-mix(in srgb, var(--primary) 8%, var(--card-bg));border-color:var(--primary);color:var(--primary)}.AppInventoryDrawer-module__hZX6rW__careerBgIcon{color:var(--primary);opacity:.06;pointer-events:none;z-index:1;bottom:-15px;right:-10px;transform:rotate(-15deg);position:absolute!important}.AppInventoryDrawer-module__hZX6rW__navTitleWithIcon{justify-content:center;align-items:center;gap:6px;display:flex}.AppInventoryDrawer-module__hZX6rW__navTitleIcon{color:var(--primary);opacity:.85}.AppInventoryDrawer-module__hZX6rW__brandLabel{align-items:center;gap:6px;display:flex}.AppInventoryDrawer-module__hZX6rW__brandLabelIcon{color:var(--primary);opacity:.75}.AppInventoryDrawer-module__hZX6rW__colorDotIndicator{vertical-align:middle;border:1px solid #fff6;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block;box-shadow:0 1px 4px #00000026}.AppInventoryDrawer-module__hZX6rW__badgeAlert{background:#fff!important;border-color:#ff3b3026!important}.AppInventoryDrawer-module__hZX6rW__badgeAlert .AppInventoryDrawer-module__hZX6rW__badgeLevel{color:#ff3b30!important;text-shadow:none!important}.AppInventoryDrawer-module__hZX6rW__badgeNormal{background:#fff!important;border-color:#34c75926!important}.AppInventoryDrawer-module__hZX6rW__badgeNormal .AppInventoryDrawer-module__hZX6rW__badgeLevel{color:#34c759!important;text-shadow:none!important}
.CustomPaletteModal-module__BqB0aG__overlay{-webkit-backdrop-filter:blur(8px);z-index:15000;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.CustomPaletteModal-module__BqB0aG__modalWrapper{z-index:15001;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:flex;position:fixed;top:0;left:0}.CustomPaletteModal-module__BqB0aG__modalWrapper .CustomPaletteModal-module__BqB0aG__modal{pointer-events:auto}.CustomPaletteModal-module__BqB0aG__modal{background:var(--card-bg);border:1px solid var(--card-border);width:100%;max-width:800px;height:80vh;max-height:700px;box-shadow:var(--shadow);color:var(--foreground);font-family:var(--font-geist-sans), "Inter", sans-serif;will-change:transform, opacity;backface-visibility:hidden;border-radius:20px;flex-direction:column;transition:background-color .3s,border-color .3s;display:flex;overflow:hidden}.CustomPaletteModal-module__BqB0aG__header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.CustomPaletteModal-module__BqB0aG__header h3{color:var(--primary);margin:0;font-size:18px;font-weight:700}.CustomPaletteModal-module__BqB0aG__closeBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.CustomPaletteModal-module__BqB0aG__closeBtn:hover{background:var(--button-hover);color:var(--foreground)}.CustomPaletteModal-module__BqB0aG__backBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.CustomPaletteModal-module__BqB0aG__backBtn:hover{background:var(--button-hover);color:var(--foreground)}.CustomPaletteModal-module__BqB0aG__body{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow:hidden}.CustomPaletteModal-module__BqB0aG__inputSection{flex-direction:column;gap:8px;display:flex}.CustomPaletteModal-module__BqB0aG__inputSection label{color:var(--foreground-muted);font-size:13px;font-weight:600}.CustomPaletteModal-module__BqB0aG__nameInput{background:var(--workspace-bg);border:1px solid var(--card-border);color:var(--foreground);border-radius:10px;outline:none;padding:12px 16px;font-size:15px;transition:all .2s}.CustomPaletteModal-module__BqB0aG__nameInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent)}.CustomPaletteModal-module__BqB0aG__filterBar{align-items:center;gap:12px;display:flex}.CustomPaletteModal-module__BqB0aG__searchWrapper{flex:1;position:relative}.CustomPaletteModal-module__BqB0aG__searchInput{background:var(--workspace-bg);border:1px solid var(--card-border);width:100%;color:var(--foreground);border-radius:10px;outline:none;padding:10px 16px;font-size:14px;transition:all .2s}.CustomPaletteModal-module__BqB0aG__searchInput:focus{border-color:var(--primary)}.CustomPaletteModal-module__BqB0aG__actionRow{gap:8px;display:flex}.CustomPaletteModal-module__BqB0aG__iconBtn{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.CustomPaletteModal-module__BqB0aG__iconBtn:hover{background:var(--button-hover);border-color:var(--primary)}.CustomPaletteModal-module__BqB0aG__activeIconBtn{background:color-mix(in srgb, var(--primary) 12%, transparent);border-color:var(--primary);color:var(--primary)}.CustomPaletteModal-module__BqB0aG__activeIconBtn:hover{background:color-mix(in srgb, var(--primary) 18%, transparent)}.CustomPaletteModal-module__BqB0aG__tabsContainer{border-bottom:1px solid var(--card-border);gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.CustomPaletteModal-module__BqB0aG__tabsContainer::-webkit-scrollbar{height:4px}.CustomPaletteModal-module__BqB0aG__tabsContainer::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:2px}.CustomPaletteModal-module__BqB0aG__tab{color:var(--foreground-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.CustomPaletteModal-module__BqB0aG__tab:hover{color:var(--foreground);background:var(--button-hover)}.CustomPaletteModal-module__BqB0aG__activeTab{color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, transparent);font-weight:700}.CustomPaletteModal-module__BqB0aG__colorsContainer{flex:1;min-height:0;padding-right:4px;overflow-y:auto}.CustomPaletteModal-module__BqB0aG__colorsContainer::-webkit-scrollbar{width:6px}.CustomPaletteModal-module__BqB0aG__colorsContainer::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:3px}@keyframes CustomPaletteModal-module__BqB0aG__gridFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.CustomPaletteModal-module__BqB0aG__colorGrid{will-change:opacity, transform;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;animation:.24s cubic-bezier(.16,1,.3,1) forwards CustomPaletteModal-module__BqB0aG__gridFadeIn;display:grid}.CustomPaletteModal-module__BqB0aG__colorCard{background:var(--workspace-bg);border:1px solid var(--card-border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;transition:all .2s;display:flex}.CustomPaletteModal-module__BqB0aG__colorCard:hover{background:var(--button-hover);border-color:var(--primary);transform:translateY(-1px)}.CustomPaletteModal-module__BqB0aG__cardSelected{background:color-mix(in srgb, var(--primary) 8%, transparent);border-color:var(--primary)}.CustomPaletteModal-module__BqB0aG__cardSelected:hover{background:color-mix(in srgb, var(--primary) 12%, transparent);border-color:var(--primary)}.CustomPaletteModal-module__BqB0aG__colorBlock{border:1px solid var(--card-border);border-radius:6px;flex-shrink:0;width:24px;height:24px;box-shadow:0 2px 4px #0000001a}.CustomPaletteModal-module__BqB0aG__colorInfo{flex-direction:column;flex:1;min-width:0;display:flex}.CustomPaletteModal-module__BqB0aG__colorId{color:var(--foreground);font-size:12px;font-weight:700}.CustomPaletteModal-module__BqB0aG__colorName{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.CustomPaletteModal-module__BqB0aG__renameInputId{color:var(--foreground);border:none;border-bottom:1px dashed var(--primary);background:0 0;outline:none;width:100%;margin-bottom:2px;padding:0;font-family:inherit;font-size:12px;font-weight:700;transition:all .2s}.CustomPaletteModal-module__BqB0aG__renameInputId:focus{border-bottom-style:solid}.CustomPaletteModal-module__BqB0aG__renameInputName{color:var(--foreground-muted);border:none;border-bottom:1px dashed var(--primary);background:0 0;outline:none;width:100%;margin-top:1px;padding:0;font-family:inherit;font-size:11px;transition:all .2s}.CustomPaletteModal-module__BqB0aG__renameInputName:focus{color:var(--primary);border-bottom-style:solid}.CustomPaletteModal-module__BqB0aG__emptyState{color:var(--foreground-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:60px 0;display:flex}.CustomPaletteModal-module__BqB0aG__footer{border-top:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.CustomPaletteModal-module__BqB0aG__statsText{color:var(--foreground-muted);font-size:14px}.CustomPaletteModal-module__BqB0aG__saveBtn{background:var(--primary);color:#fff;cursor:pointer;box-shadow:var(--primary-shadow);border:none;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .2s}.CustomPaletteModal-module__BqB0aG__saveBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.CustomPaletteModal-module__BqB0aG__saveBtn:active{transform:translateY(0)}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true]{width:100%;height:100dvh;padding:0}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__modal{border:none;border-radius:0;height:100dvh;max-height:100dvh}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__header{justify-content:center;align-items:center;padding:12px 16px;display:flex;position:relative}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__header h3{text-align:center;width:100%;margin:0;font-size:16px}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__backBtn{padding:8px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__body{gap:12px;padding:12px}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__footer{padding:12px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,12px))}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__colorGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__colorCard{gap:6px;padding:6px 8px}.CustomPaletteModal-module__BqB0aG__modalWrapper[data-is-mobile=true] .CustomPaletteModal-module__BqB0aG__colorBlock{width:20px;height:20px}
.GlobalLoading-module__Jw9_eW__overlay{z-index:99999;background:var(--workspace-bg);background:color-mix(in srgb, var(--workspace-bg) 92%, transparent);will-change:opacity;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.GlobalLoading-module__Jw9_eW__progressTrack{background:color-mix(in srgb, var(--foreground) 5%, transparent);z-index:100000;height:3px;position:fixed;top:0;left:0;right:0;overflow:hidden}.GlobalLoading-module__Jw9_eW__progressBar{transform-origin:0;background:linear-gradient(90deg, var(--primary), var(--secondary), var(--accent), var(--primary));width:100%;height:100%;box-shadow:0 0 6px color-mix(in srgb, var(--primary) 50%, transparent);will-change:transform;background-size:400% 100%;transition:transform .2s cubic-bezier(.1,.8,.2,1);animation:3s linear infinite GlobalLoading-module__Jw9_eW__glowMove}.GlobalLoading-module__Jw9_eW__card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow);will-change:transform, opacity;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-width:200px;max-width:90%;padding:24px 32px;display:flex}.GlobalLoading-module__Jw9_eW__spinWrapper{justify-content:center;align-items:center;display:flex;position:relative}.GlobalLoading-module__Jw9_eW__spinner{color:var(--primary);filter:drop-shadow(0 0 4px color-mix(in srgb, var(--primary) 40%, transparent));animation:1s linear infinite GlobalLoading-module__Jw9_eW__spin}.GlobalLoading-module__Jw9_eW__label{color:var(--foreground);letter-spacing:.5px;text-align:center;font-size:.9rem;font-weight:500}@keyframes GlobalLoading-module__Jw9_eW__glowMove{0%{background-position:0%}to{background-position:400%}}@keyframes GlobalLoading-module__Jw9_eW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
