.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:var(--primary-contrast,#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:var(--primary-contrast,#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:var(--primary-contrast,#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:var(--primary-contrast,#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:var(--primary-contrast,#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);height:38px;color:var(--primary-contrast,#fff);cursor:pointer;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)}
.GlobalLoading-module__Jw9_eW__overlay{z-index:99999;background:color-mix(in srgb, var(--workspace-bg,#0b0b0f) 50%, transparent);-webkit-backdrop-filter:blur(8px);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) 6%, transparent);z-index:100000;height:2.5px;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 8px color-mix(in srgb, var(--primary) 60%, 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:color-mix(in srgb, var(--card-bg,#fff) 82%, transparent);-webkit-backdrop-filter:blur(24px)saturate(180%);border:1px solid color-mix(in srgb, var(--foreground,#000) 8%, transparent);box-shadow:0 16px 40px -8px color-mix(in srgb, var(--foreground,#000) 10%, transparent), 0 4px 14px -2px color-mix(in srgb, var(--foreground,#000) 4%, transparent);box-sizing:border-box;will-change:transform, opacity;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:170px;max-width:260px;padding:20px 28px 16px;display:flex}.GlobalLoading-module__Jw9_eW__spinWrapper{justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.GlobalLoading-module__Jw9_eW__spinnerRing{border:2.5px solid color-mix(in srgb, var(--primary,#8c52ff) 16%, transparent);border-top-color:var(--primary,#8c52ff);box-sizing:border-box;border-radius:50%;width:28px;height:28px;animation:.85s cubic-bezier(.4,0,.2,1) infinite GlobalLoading-module__Jw9_eW__spin}.GlobalLoading-module__Jw9_eW__spinGlow{background:var(--primary,#8c52ff);opacity:.22;filter:blur(8px);border-radius:50%;width:22px;height:22px;animation:1.8s ease-in-out infinite GlobalLoading-module__Jw9_eW__pulse;position:absolute}.GlobalLoading-module__Jw9_eW__label{color:var(--foreground);letter-spacing:.4px;text-align:center;font-size:.82rem;font-weight:600;line-height:1.3}.GlobalLoading-module__Jw9_eW__cancelBtn{border:1px solid color-mix(in srgb, var(--foreground) 9%, transparent);background:color-mix(in srgb, var(--foreground) 4%, transparent);color:var(--foreground-muted,#8e8e93);letter-spacing:.6px;cursor:pointer;border-radius:999px;outline:none;justify-content:center;align-items:center;margin-top:2px;padding:4px 18px;font-size:.72rem;font-weight:550;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.GlobalLoading-module__Jw9_eW__cancelBtn:hover{background:color-mix(in srgb, var(--foreground) 8%, transparent);color:var(--foreground);border-color:color-mix(in srgb, var(--foreground) 18%, transparent)}.GlobalLoading-module__Jw9_eW__cancelBtn:active{background:color-mix(in srgb, var(--foreground) 14%, transparent);transform:scale(.94)}@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)}}@keyframes GlobalLoading-module__Jw9_eW__pulse{0%,to{opacity:.15;transform:scale(.85)}50%{opacity:.35;transform:scale(1.15)}}
.page-module___8aEwW__container{flex-direction:column;display:flex;overflow:hidden;height:auto!important;position:absolute!important;inset:0!important}.page-module___8aEwW__background{z-index:-1;background-color:var(--background);width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__glow1{background:radial-gradient(circle, var(--glow1) 0%, transparent 70%);filter:blur(80px);width:60%;height:80%;position:absolute;top:-20%;right:-10%}.page-module___8aEwW__glow2{background:radial-gradient(circle, var(--glow2) 0%, transparent 70%);filter:blur(80px);width:50%;height:70%;position:absolute;bottom:-20%;left:-10%}.page-module___8aEwW__content{flex-direction:column;flex:1;width:100%;max-width:1600px;margin:0 auto;padding:1rem 2rem;display:flex;overflow:hidden}.page-module___8aEwW__loading{height:100%;color:var(--primary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}@media (max-width:768px){.page-module___8aEwW__content{padding:0!important}}.page-module___8aEwW__mobileContent{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.page-module___8aEwW__desktopOnly{flex-direction:column;flex:1;width:100%;height:100%;display:flex;overflow:hidden}.page-module___8aEwW__mobileOnly{display:none!important}@media (max-width:1024px),(pointer:coarse){.page-module___8aEwW__desktopOnly{display:none!important}.page-module___8aEwW__mobileOnly{width:100%;height:100%;display:block!important}}.focus-mode-active .page-module___8aEwW__content{width:100%!important;max-width:none!important;height:100vh!important;margin:0!important;padding:0!important}
.Navbar-module__iQVS7G__navbar{border-bottom:1px solid var(--card-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:var(--card-bg);z-index:100;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.Navbar-module__iQVS7G__brand{cursor:pointer;border-radius:14px;align-items:center;gap:.85rem;padding:.3rem .6rem;transition:all .3s;display:flex}.Navbar-module__iQVS7G__brand:hover{background:var(--button-hover)}.Navbar-module__iQVS7G__brand:hover .Navbar-module__iQVS7G__logoImage{transform:scale(1.15)rotate(-8deg)}.Navbar-module__iQVS7G__iconContainer{border:1px solid var(--card-border);background:#fff;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.Navbar-module__iQVS7G__logoImage{object-fit:contain;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.Navbar-module__iQVS7G__brandText{flex-direction:column;display:flex}.Navbar-module__iQVS7G__logoTitle{letter-spacing:-.01em;background:linear-gradient(135deg, var(--foreground) 30%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:800;line-height:1.1}.Navbar-module__iQVS7G__logoSubtitle{letter-spacing:.18em;color:var(--foreground-muted);text-transform:uppercase;margin-top:2px;font-size:.65rem;font-weight:700}.Navbar-module__iQVS7G__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__iQVS7G__themeToggle{background:var(--button-bg);border:1px solid var(--card-border);width:40px;height:40px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden}.Navbar-module__iQVS7G__themeToggle:hover{background:var(--button-hover);border-color:var(--primary)}.Navbar-module__iQVS7G__exportWrapper{position:relative}.Navbar-module__iQVS7G__exportGroup{background:var(--button-bg);border:1px solid var(--card-border);border-radius:30px;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Navbar-module__iQVS7G__exportGroup:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 15px #8c52ff33}.Navbar-module__iQVS7G__exportMainBtn,.Navbar-module__iQVS7G__exportMoreBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.6rem 1rem;transition:background .2s;display:flex}.Navbar-module__iQVS7G__exportMainBtn{border-right:1px solid var(--card-border);gap:.6rem;padding-left:1.45rem;font-size:.9rem;font-weight:600}.Navbar-module__iQVS7G__exportMainBtn:hover,.Navbar-module__iQVS7G__exportMoreBtn:hover{background:var(--button-hover)}.Navbar-module__iQVS7G__exportMoreBtn{padding:.6rem .85rem}.Navbar-module__iQVS7G__dropdown{background:var(--popover-bg);background:color-mix(in srgb, var(--popover-bg) 95%, transparent);width:220px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);z-index:1000;border-radius:14px;flex-direction:column;gap:.25rem;padding:.5rem;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 30px #0003}.Navbar-module__iQVS7G__dropdownItem{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.85rem;padding:.8rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__iQVS7G__dropdownItem:hover{background:var(--button-hover);color:var(--primary);padding-left:1.25rem}.Navbar-module__iQVS7G__dropdownItem svg{opacity:.7}.Navbar-module__iQVS7G__dropdownItem:hover svg{opacity:1}.Navbar-module__iQVS7G__navCenterPlaceholder{pointer-events:none;justify-content:center;width:600px;display:flex}@media (max-width:1024px){.Navbar-module__iQVS7G__navCenterPlaceholder{display:none}}@media (max-width:768px){.Navbar-module__iQVS7G__navbar{height:60px;padding:.75rem 1rem}.Navbar-module__iQVS7G__brand{gap:.6rem;padding:.25rem}.Navbar-module__iQVS7G__iconContainer{border-radius:8px;width:32px;height:32px}.Navbar-module__iQVS7G__logoTitle{font-size:1.1rem}.Navbar-module__iQVS7G__actions{gap:.75rem}.Navbar-module__iQVS7G__mobileExportBtn{width:44px;height:44px;padding:0;box-shadow:0 4px 12px #8c52ff4d;background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:50%!important}.Navbar-module__iQVS7G__exportGroup{background:0 0;border:none}}.Navbar-module__iQVS7G__mobileDropdown{width:100%;max-width:none;padding:2.2rem 1.5rem 1.5rem;padding-bottom:max(1.5rem, env(safe-area-inset-bottom));z-index:9600;box-sizing:border-box;border-top:1px solid #00000005;border-radius:30px 30px 0 0;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -15px 45px #0000000d,inset 0 1px #fff9;background-color:var(--popover-bg)!important;background:var(--popover-bg)!important;-webkit-backdrop-filter:none!important;top:auto!important}.Navbar-module__iQVS7G__mobileDropdownItem{color:var(--primary,#7c3aed);cursor:pointer;will-change:transform;box-sizing:border-box;background:#ffffffd9;border:1px solid #00000003;border-radius:16px;justify-content:center;align-items:center;gap:.85rem;width:100%;margin-bottom:.6rem;padding:1rem 1.25rem;font-size:.96rem;font-weight:600;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #00000004,0 1px 2px #00000003}.Navbar-module__iQVS7G__mobileDropdownItem:active{background:#fffffff5;transform:scale(.96);box-shadow:0 2px 6px #00000003}.Navbar-module__iQVS7G__mobileDropdownItem svg{color:var(--primary,#7c3aed)!important}.Navbar-module__iQVS7G__mobileCancelBtn{margin-top:.5rem;background:color-mix(in srgb, var(--button-bg) 60%, transparent)!important;color:var(--foreground-muted)!important;box-shadow:none!important;border:1px solid var(--card-border)!important}.Navbar-module__iQVS7G__mobileDropdown:before{content:"";opacity:.8;background:#00000026;border-radius:2.5px;width:36px;height:5px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.Navbar-module__iQVS7G__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9500;background:#00000059;position:fixed;inset:0}.Navbar-module__iQVS7G__communityBtn{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:30px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__iQVS7G__communityBtn:hover{background:var(--button-hover);border-color:var(--primary);color:var(--primary)}.Navbar-module__iQVS7G__modalBackdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:6900;background:#00000080;position:fixed;inset:0}.Navbar-module__iQVS7G__modalWrapper{z-index:7000;pointer-events:none;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Navbar-module__iQVS7G__modalCard{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(35px)saturate(180%);backdrop-filter:blur(35px)saturate(180%);pointer-events:auto;width:100%;max-width:400px;box-shadow:0 30px 60px -15px #0000004d, 0 0 0 1px var(--card-border);border-radius:28px;flex-direction:column;align-items:center;padding:2.25rem 2rem;display:flex;position:relative}.Navbar-module__iQVS7G__closeModalBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Navbar-module__iQVS7G__closeModalBtn:hover{background:var(--button-hover);color:var(--foreground)}.Navbar-module__iQVS7G__modalHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.Navbar-module__iQVS7G__modalIcon{color:var(--primary);filter:drop-shadow(0 2px 8px #8c52ff4d);margin-bottom:.75rem}.Navbar-module__iQVS7G__modalHeader h2{color:var(--foreground);margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.Navbar-module__iQVS7G__modalHeader p{color:var(--foreground-muted);margin:0;font-size:.85rem;line-height:1.5}.Navbar-module__iQVS7G__qrCodeContainer{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.Navbar-module__iQVS7G__qrCodeWrapper{background:#fff;border:1px solid #0000000d;border-radius:20px;padding:.75rem;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000026}.Navbar-module__iQVS7G__qrCodeImg{object-fit:contain;border-radius:12px;display:block}.Navbar-module__iQVS7G__scanLine{background:linear-gradient(to right, transparent, var(--primary), transparent);opacity:.6;pointer-events:none;width:100%;height:3px;animation:3s linear infinite Navbar-module__iQVS7G__scan;position:absolute;top:0;left:0}@keyframes Navbar-module__iQVS7G__scan{0%{top:0%}50%{top:100%}to{top:0%}}.Navbar-module__iQVS7G__qrHint{color:var(--primary);letter-spacing:.05em;font-size:.8rem;font-weight:600}.Navbar-module__iQVS7G__modalFooter{border-top:1px solid var(--card-border);text-align:center;width:100%;margin-top:1.75rem;padding-top:1rem}.Navbar-module__iQVS7G__modalFooter p{color:var(--foreground-muted);margin:0;font-size:.75rem;line-height:1.5}.Navbar-module__iQVS7G__mobileHeaderFloating{z-index:5000;-webkit-user-select:none;user-select:none;pointer-events:none;--header-height:54px;--capsule-height:34px;--capsule-btn-size:28px;--capsule-icon-size:15px;--capsule-divider-height:12px;--capsule-padding-left-right:6px;flex-direction:column;width:100vw;display:flex;position:fixed;top:0;left:0;box-shadow:none!important;background:0 0!important;border-bottom:none!important}.Navbar-module__iQVS7G__mobileHeaderFloatingInner{width:100%;height:var(--header-height);box-sizing:border-box;pointer-events:none;justify-content:space-between;align-items:center;padding-left:16px;padding-right:16px;display:flex}@media (min-width:768px){.Navbar-module__iQVS7G__mobileHeaderFloating{--header-height:64px;--capsule-height:42px;--capsule-btn-size:36px;--capsule-icon-size:20px;--capsule-divider-height:16px;--capsule-padding-left-right:10px}}.Navbar-module__iQVS7G__capsuleLeft,.Navbar-module__iQVS7G__capsuleCenter,.Navbar-module__iQVS7G__capsuleRight{pointer-events:auto;height:var(--capsule-height);align-items:center;padding:0;display:flex;box-shadow:none!important;background:0 0!important;border:none!important}.Navbar-module__iQVS7G__capsuleLeft{min-width:var(--capsule-height);aspect-ratio:1;justify-content:center}.Navbar-module__iQVS7G__capsuleLeftPlaceholder{width:var(--capsule-height);height:var(--capsule-height);visibility:hidden;pointer-events:none}.Navbar-module__iQVS7G__capsuleCenter,.Navbar-module__iQVS7G__capsuleRight{gap:2px}.Navbar-module__iQVS7G__capsuleBtn{color:var(--foreground);width:var(--capsule-btn-size);height:var(--capsule-btn-size);cursor:pointer;will-change:transform;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background-color .2s,opacity .2s;display:flex}.Navbar-module__iQVS7G__capsuleBtn svg{transition:transform .2s;width:var(--capsule-icon-size)!important;height:var(--capsule-icon-size)!important}.Navbar-module__iQVS7G__capsuleBtn:active{background-color:var(--button-hover);transform:scale(.88)}.Navbar-module__iQVS7G__capsuleBtn:disabled{opacity:.25;cursor:not-allowed;transform:none!important}.Navbar-module__iQVS7G__capsuleDivider{width:1px;height:var(--capsule-divider-height);background:var(--card-border);flex-shrink:0;margin:0 2px}.Navbar-module__iQVS7G__capsuleBtnActive{background-color:var(--button-hover)!important;color:var(--primary)!important}.Navbar-module__iQVS7G__exportActive{color:#fff!important;background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;box-shadow:0 4px 10px #7c3aed40!important}.Navbar-module__iQVS7G__exportBtnMobile{cursor:pointer;margin-left:6px;background:var(--primary)!important;color:var(--primary-contrast,#fff)!important;box-shadow:var(--primary-shadow)!important;height:calc(var(--capsule-btn-size) * 1.1)!important;aspect-ratio:auto!important;border:none!important;border-radius:12px!important;align-items:center!important;gap:4px!important;width:auto!important;padding:0 12px!important;display:flex!important}.Navbar-module__iQVS7G__exportBtnMobile svg{color:var(--primary-contrast,#fff)!important;width:14px!important;height:14px!important}.Navbar-module__iQVS7G__exportTextMobile{color:var(--primary-contrast,#fff);letter-spacing:.05em;white-space:nowrap;font-size:.78rem;font-weight:750}.Navbar-module__iQVS7G__exportBtnMobile:active{opacity:.9!important;transform:scale(.94)!important}.Navbar-module__iQVS7G__exportBtnMobile:disabled{background:var(--button-bg)!important;color:var(--foreground-muted)!important;box-shadow:none!important;opacity:.3!important}.Navbar-module__iQVS7G__exportGroupMobile{margin-left:6px;transition:background .25s,box-shadow .25s,opacity .25s;background:var(--primary)!important;box-shadow:var(--primary-shadow)!important;height:calc(var(--capsule-btn-size) * 1.1)!important;border-radius:12px!important;align-items:center!important;display:flex!important;overflow:hidden!important}.Navbar-module__iQVS7G__exportActiveMobile{background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;box-shadow:0 4px 10px #7c3aed40!important}.Navbar-module__iQVS7G__exportGroupMobile.Navbar-module__iQVS7G__disabled{opacity:.35!important;pointer-events:none!important;box-shadow:none!important;background:var(--button-bg)!important}.Navbar-module__iQVS7G__exportMainBtnMobile,.Navbar-module__iQVS7G__exportMoreBtnMobile{transition:background-color .2s;color:var(--primary-contrast,#fff)!important;cursor:pointer!important;background:0 0!important;border:none!important;justify-content:center!important;align-items:center!important;height:100%!important;padding:0!important;display:flex!important}.Navbar-module__iQVS7G__exportMainBtnMobile{gap:4px!important;padding-left:10px!important;padding-right:8px!important}.Navbar-module__iQVS7G__exportMainBtnMobile:active{background-color:#ffffff26!important}.Navbar-module__iQVS7G__exportMainBtnMobile svg{color:var(--primary-contrast,#fff)!important;width:13px!important;height:13px!important}.Navbar-module__iQVS7G__exportDividerMobile{background:color-mix(in srgb, var(--primary-contrast,#fff) 30%, transparent);flex-shrink:0;width:1px;height:12px}.Navbar-module__iQVS7G__exportMoreBtnMobile{padding-left:6px!important;padding-right:8px!important}.Navbar-module__iQVS7G__exportMoreBtnMobile:active{background-color:#ffffff26!important}.Navbar-module__iQVS7G__exportMoreBtnMobile svg{color:var(--primary-contrast,#fff)!important;width:14px!important;height:14px!important}.Navbar-module__iQVS7G__resetBackdrop{z-index:9998;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000059;position:fixed;inset:0}.Navbar-module__iQVS7G__resetWrapper{z-index:9999;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.Navbar-module__iQVS7G__resetCard{background:var(--popover-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);width:100%;max-width:310px;box-shadow:var(--shadow);pointer-events:auto;border:1px solid var(--card-border);border-radius:28px;padding:1.6rem}.Navbar-module__iQVS7G__resetHeader{color:#ef4444;align-items:center;gap:.6rem;margin-bottom:.85rem;display:flex}.Navbar-module__iQVS7G__resetTitle{font-size:1.05rem;font-weight:750}.Navbar-module__iQVS7G__resetBody{color:var(--foreground-muted);text-align:left;margin-bottom:1.5rem;font-size:.82rem;line-height:1.55}.Navbar-module__iQVS7G__resetActions{gap:.75rem;display:flex}.Navbar-module__iQVS7G__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)}.Navbar-module__iQVS7G__cancelBtn:active{transform:scale(.95)}.Navbar-module__iQVS7G__confirmBtn{cursor:pointer;will-change:transform;background:linear-gradient(135deg,#f87171,#ef4444);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);box-shadow:0 4px 12px #ef444440;color:#fff!important}.Navbar-module__iQVS7G__confirmBtn:active{transform:scale(.95)}.Navbar-module__iQVS7G__themeWrapper{position:relative}.Navbar-module__iQVS7G__themeToggleActive{border-color:var(--primary)!important;background:var(--button-hover)!important;color:var(--primary)!important}.Navbar-module__iQVS7G__themeDropdown{background:var(--popover-bg);background:color-mix(in srgb, var(--popover-bg) 95%, transparent);width:240px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);box-shadow:var(--shadow), 0 10px 30px #00000026;z-index:1000;border-radius:16px;flex-direction:column;gap:.25rem;padding:.5rem;display:flex;position:absolute;top:calc(100% + 12px);right:0}.Navbar-module__iQVS7G__themeDropdownHeader{border-bottom:1px solid var(--card-border);margin-bottom:.25rem;padding:.5rem .75rem}.Navbar-module__iQVS7G__themeDropdownHeader span{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Navbar-module__iQVS7G__themeGrid{flex-direction:column;gap:2px;max-height:280px;display:flex;overflow-y:auto}.Navbar-module__iQVS7G__themeItem{cursor:pointer;text-align:left;will-change:transform;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__iQVS7G__themeItem:hover{background:var(--button-hover)}.Navbar-module__iQVS7G__themeItemActive{background:var(--button-bg)!important}.Navbar-module__iQVS7G__themeName{color:var(--foreground);font-size:.82rem;font-weight:600}.Navbar-module__iQVS7G__themeItemActive .Navbar-module__iQVS7G__themeName{color:var(--primary);font-weight:700}.Navbar-module__iQVS7G__themeColorPreview{align-items:center;gap:4px;display:flex}.Navbar-module__iQVS7G__themeColorDot{border:.5px solid #ffffff26;border-radius:50%;width:10px;height:10px;display:inline-block;box-shadow:0 1px 3px #0000001a}.Navbar-module__iQVS7G__themeCheckIcon{color:var(--primary);flex-shrink:0;margin-left:6px}:is(.focus-mode-active .Navbar-module__iQVS7G__navbar,.focus-mode-active .Navbar-module__iQVS7G__mobileHeaderFloating){display:none!important}.Navbar-module__iQVS7G__settingsDropdownPc{background:var(--popover-bg);background:color-mix(in srgb, var(--popover-bg) 95%, transparent);width:240px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);box-shadow:var(--shadow), 0 10px 30px #00000026;z-index:1000;border-radius:16px;flex-direction:column;gap:.25rem;padding:.5rem;display:flex;position:absolute;top:calc(100% + 12px);right:0}.Navbar-module__iQVS7G__dropdownDivider{background:var(--card-border);height:1px;margin:.4rem .5rem}.Navbar-module__iQVS7G__settingsDropdownMobile{background:var(--popover-bg);background:color-mix(in srgb, var(--popover-bg) 95%, transparent);width:220px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);z-index:6000;text-align:left;border-radius:18px;flex-direction:column;gap:.2rem;padding:.5rem;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 35px #00000026}.Navbar-module__iQVS7G__settingsDropdownItem{color:var(--foreground);cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:12px;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;padding:.7rem .85rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__iQVS7G__settingsDropdownItem:active{background:var(--button-hover);transform:scale(.97)}.Navbar-module__iQVS7G__settingsDropdownItem svg{opacity:.8;flex-shrink:0}.Navbar-module__iQVS7G__themeSectionMobile{padding:.4rem .5rem .2rem}.Navbar-module__iQVS7G__themeSectionTitle{color:var(--foreground-muted);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:flex}.Navbar-module__iQVS7G__themeGridMobile{grid-template-columns:repeat(2,1fr);gap:6px;max-height:180px;display:grid;overflow-y:auto}.Navbar-module__iQVS7G__themeItemMobile{background:var(--button-bg);border:1px solid var(--card-border);cursor:pointer;text-align:left;box-sizing:border-box;border-radius:10px;flex-direction:column;gap:4px;padding:6px 8px;transition:all .2s;display:flex}.Navbar-module__iQVS7G__themeItemActiveMobile{border-color:var(--primary)!important;background:var(--button-hover)!important}.Navbar-module__iQVS7G__themeNameMobile{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:700;overflow:hidden}.Navbar-module__iQVS7G__themeItemActiveMobile .Navbar-module__iQVS7G__themeNameMobile{color:var(--primary)}.Navbar-module__iQVS7G__themeColorPreviewMobile{gap:3px;display:flex}.Navbar-module__iQVS7G__themeColorDotMobile{border:.5px solid #ffffff1a;border-radius:50%;width:8px;height:8px;display:inline-block}.Navbar-module__iQVS7G__spin{flex-shrink:0;animation:1s linear infinite Navbar-module__iQVS7G__rotate}@keyframes Navbar-module__iQVS7G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.PreMeltPreviewModal-module__8-E8IG__modalBackdrop{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9500;background:#00000073;position:fixed;inset:0}.PreMeltPreviewModal-module__8-E8IG__modalWrapper{z-index:9501;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.PreMeltPreviewModal-module__8-E8IG__modalCard{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);pointer-events:auto;width:100%;max-width:480px;box-shadow:var(--shadow);border-radius:30px;flex-direction:column;align-items:center;padding:2.25rem 2rem;display:flex;position:relative}.PreMeltPreviewModal-module__8-E8IG__closeBtn{color:var(--foreground-muted,#71717a);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.25rem;right:1.25rem}.PreMeltPreviewModal-module__8-E8IG__closeBtn:hover{background:var(--button-hover,#ffffff0f);color:var(--foreground,#fff)}.PreMeltPreviewModal-module__8-E8IG__modalHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.PreMeltPreviewModal-module__8-E8IG__headerIcon{color:var(--primary,#8c52ff);filter:drop-shadow(0 2px 10px #8c52ff59);margin-bottom:.6rem}.PreMeltPreviewModal-module__8-E8IG__modalHeader h2{color:var(--foreground,#fff);letter-spacing:-.01em;margin:0 0 .4rem;font-size:1.35rem;font-weight:800}.PreMeltPreviewModal-module__8-E8IG__modalHeader p{color:var(--foreground-muted,#a1a1aa);margin:0;font-size:.825rem;line-height:1.4}.PreMeltPreviewModal-module__8-E8IG__canvasContainer{background:var(--workspace-bg);border:1px solid var(--card-border);border-radius:20px;justify-content:center;align-items:center;width:100%;max-height:280px;margin-bottom:1.5rem;padding:1.25rem;display:flex;overflow:hidden;box-shadow:inset 0 2px 10px #00000014}.PreMeltPreviewModal-module__8-E8IG__previewCanvas{object-fit:contain;background:#fff;border-radius:12px;max-width:100%;max-height:240px;box-shadow:0 10px 30px #00000026}.PreMeltPreviewModal-module__8-E8IG__controlPanel{background:var(--button-bg);border:1px solid var(--card-border);border-radius:18px;flex-direction:column;gap:1.25rem;width:100%;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.PreMeltPreviewModal-module__8-E8IG__controlGroup{flex-direction:column;gap:.5rem;width:100%;display:flex}.PreMeltPreviewModal-module__8-E8IG__groupLabel{color:var(--foreground);font-size:.8rem;font-weight:700}.PreMeltPreviewModal-module__8-E8IG__segmentControl{border:1px solid var(--card-border);background:#8c52ff08;border-radius:12px;width:100%;padding:3px;display:flex}.PreMeltPreviewModal-module__8-E8IG__segmentBtn{will-change:transform;flex:1;color:var(--foreground-muted,#71717a)!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:auto!important;padding:8px 0!important;font-size:.775rem!important;font-weight:600!important;transition:all .25s cubic-bezier(.34,1.56,.64,1)!important;display:flex!important}.PreMeltPreviewModal-module__8-E8IG__segmentBtn:hover:not(.PreMeltPreviewModal-module__8-E8IG__segmentBtnActive){color:var(--foreground)!important}.PreMeltPreviewModal-module__8-E8IG__segmentBtnActive{background:var(--workspace-bg)!important;color:var(--primary)!important;box-shadow:var(--shadow)!important}.PreMeltPreviewModal-module__8-E8IG__controlGroupRow{border-top:1px solid var(--card-border);justify-content:space-between;align-items:center;width:100%;padding-top:.75rem;display:flex}.PreMeltPreviewModal-module__8-E8IG__switchLabel{flex-direction:column;gap:2px;display:flex}.PreMeltPreviewModal-module__8-E8IG__switchLabel span{color:var(--foreground);font-size:.825rem;font-weight:700}.PreMeltPreviewModal-module__8-E8IG__switchLabel p{color:var(--foreground-muted);margin:0;font-size:.7rem}.PreMeltPreviewModal-module__8-E8IG__toggleSwitch{cursor:pointer;flex-shrink:0;width:44px;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:var(--button-bg,#ffffff1a)!important;border:1px solid var(--card-border)!important;border-radius:30px!important;padding:0!important}.PreMeltPreviewModal-module__8-E8IG__toggleSwitchActive{background:var(--primary)!important;border-color:var(--primary)!important}.PreMeltPreviewModal-module__8-E8IG__switchThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:3px;box-shadow:0 2px 4px #0003}.PreMeltPreviewModal-module__8-E8IG__toggleSwitchActive .PreMeltPreviewModal-module__8-E8IG__switchThumb{transform:translate(20px)}.PreMeltPreviewModal-module__8-E8IG__modalActions{gap:.75rem;width:100%;display:flex}.PreMeltPreviewModal-module__8-E8IG__cancelBtn,.PreMeltPreviewModal-module__8-E8IG__downloadBtn{will-change:transform;flex:1;cursor:pointer!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;width:auto!important;height:auto!important;padding:.75rem 1rem!important;font-size:.875rem!important;font-weight:650!important;transition:all .25s cubic-bezier(.34,1.56,.64,1)!important;display:flex!important}.PreMeltPreviewModal-module__8-E8IG__cancelBtn{background:var(--button-bg)!important;border:1px solid var(--card-border)!important;color:var(--foreground)!important}.PreMeltPreviewModal-module__8-E8IG__cancelBtn:active{transform:scale(.96)}.PreMeltPreviewModal-module__8-E8IG__downloadBtn{background:var(--primary)!important;color:var(--primary-contrast,#fff)!important;box-shadow:var(--primary-shadow)!important;border:none!important}.PreMeltPreviewModal-module__8-E8IG__downloadBtn:hover:not(:disabled){opacity:.95}.PreMeltPreviewModal-module__8-E8IG__downloadBtn:active:not(:disabled){transform:scale(.96)}.PreMeltPreviewModal-module__8-E8IG__downloadBtn:disabled{opacity:.45;cursor:not-allowed}.PreMeltPreviewModal-module__8-E8IG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite PreMeltPreviewModal-module__8-E8IG__spin}@keyframes PreMeltPreviewModal-module__8-E8IG__spin{to{transform:rotate(360deg)}}@media (max-width:500px){.PreMeltPreviewModal-module__8-E8IG__modalCard{border-radius:24px;padding:1.75rem 1.25rem;background-color:var(--popover-bg)!important;background:var(--popover-bg)!important;-webkit-backdrop-filter:none!important}.PreMeltPreviewModal-module__8-E8IG__canvasContainer{max-height:220px;padding:.75rem}.PreMeltPreviewModal-module__8-E8IG__previewCanvas{max-height:180px}.PreMeltPreviewModal-module__8-E8IG__modalActions{flex-direction:column;gap:.5rem}.PreMeltPreviewModal-module__8-E8IG__cancelBtn,.PreMeltPreviewModal-module__8-E8IG__downloadBtn{width:100%!important}}
.ExportModal-module__MMpY7G__modalOverlay{z-index:9500;-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;will-change:opacity, visibility;background-color:#00000073;justify-content:center;align-items:center;padding:24px;transition:opacity .22s cubic-bezier(.25,1,.5,1),visibility .22s;display:flex;position:fixed;inset:0;overflow:hidden}.ExportModal-module__MMpY7G__modalOverlay.ExportModal-module__MMpY7G__active{opacity:1;visibility:visible;pointer-events:auto}.ExportModal-module__MMpY7G__modalCard{background:var(--card-bg,#fffffff2);border:1px solid var(--card-border,#00000014);width:100%;max-width:1100px;height:90vh;max-height:750px;box-shadow:var(--shadow,0 25px 50px -12px #0000001a);opacity:0;will-change:transform, opacity;backface-visibility:hidden;border-radius:24px;flex-direction:row;transition:transform .28s cubic-bezier(.15,.85,.35,1),opacity .25s ease-out;display:flex;position:relative;overflow:hidden;transform:scale(.96)translateY(12px)}.ExportModal-module__MMpY7G__modalOverlay.ExportModal-module__MMpY7G__active .ExportModal-module__MMpY7G__modalCard{opacity:1;transform:scale(1)translateY(0)}.ExportModal-module__MMpY7G__closeBtn{z-index:10;width:36px;height:36px;color:var(--foreground-muted,#8e8e9f);background:var(--button-bg,#0000000a);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex;position:absolute;top:18px;right:18px}.ExportModal-module__MMpY7G__closeBtn:hover{background:var(--button-hover,#8c52ff1a);color:var(--primary,#8c52ff)}.ExportModal-module__MMpY7G__previewPaneContainer{background:linear-gradient(135deg, var(--background) 0%, var(--workspace-bg) 100%);flex:1.2;justify-content:center;align-items:center;padding:40px;transition:height .3s cubic-bezier(.16,1,.3,1),padding .3s;display:flex;overflow:hidden}.ExportModal-module__MMpY7G__previewContainer{justify-content:center;width:100%;max-width:480px;display:flex}.ExportModal-module__MMpY7G__previewCard{background:var(--popover-bg,#fff);border:1px solid var(--card-border,#e2e2e9cc);width:100%;box-shadow:var(--shadow,0 10px 30px #0000000a);border-radius:16px;flex-direction:column;gap:16px;padding:18px;display:flex}.ExportModal-module__MMpY7G__previewHeader{border-bottom:1px solid var(--card-border,#f1f0f5);align-items:center;gap:6px;padding-bottom:10px;display:flex}.ExportModal-module__MMpY7G__previewDot{cursor:pointer;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:12px;height:12px;padding:0;transition:opacity .2s,background-color .2s;display:flex;position:relative}.ExportModal-module__MMpY7G__previewDot:before{content:"";opacity:0;color:#0009;pointer-events:none;font-size:8px;font-weight:700;line-height:1;transition:opacity .15s}.ExportModal-module__MMpY7G__previewHeader:hover .ExportModal-module__MMpY7G__previewDot:before{opacity:1}.ExportModal-module__MMpY7G__dotClose{background-color:#ff5f56}.ExportModal-module__MMpY7G__dotClose:before{content:"×"}.ExportModal-module__MMpY7G__dotClose:hover{background-color:#e04f47}.ExportModal-module__MMpY7G__dotMinimize{background-color:#ffbd2e}.ExportModal-module__MMpY7G__dotMinimize:before{content:"−";font-size:7px}.ExportModal-module__MMpY7G__dotMinimize:hover{background-color:#e0a324}.ExportModal-module__MMpY7G__dotMaximize{background-color:#27c93f}.ExportModal-module__MMpY7G__dotMaximize:before{content:"+";font-size:8px}.ExportModal-module__MMpY7G__dotMaximize:hover{background-color:#1fa832}.ExportModal-module__MMpY7G__previewTitle{color:var(--foreground-muted,#8e8e9f);-webkit-user-select:none;user-select:none;margin-left:6px;font-size:13px;font-weight:600}.ExportModal-module__MMpY7G__canvasWrapper{background-color:var(--background,#faf9fd);border:1px dashed var(--card-border,#e2e2e9);will-change:max-height, min-height, opacity, transform;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:280px;max-height:420px;padding:10px;transition:max-height .3s cubic-bezier(.16,1,.3,1),min-height .3s cubic-bezier(.16,1,.3,1),padding .3s,opacity .25s,transform .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:auto}.ExportModal-module__MMpY7G__canvasWrapperCollapsed{pointer-events:none;transform-origin:top;transform:scaleY(0);opacity:0!important;border-color:#0000!important;min-height:0!important;max-height:0!important;padding:0!important}.ExportModal-module__MMpY7G__canvasWrapperMaximized{animation:.3s cubic-bezier(.16,1,.3,1) ExportModal-module__MMpY7G__scaleIn;z-index:9600!important;background-color:var(--popover-bg,#fff)!important;border:1px solid var(--primary,#8c52ff38)!important;border-radius:16px!important;width:90vw!important;max-width:500px!important;height:90vh!important;max-height:500px!important;padding:24px!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)scale(1.15)!important;box-shadow:0 35px 70px #00000040!important}.ExportModal-module__MMpY7G__maximizedOverlay{-webkit-backdrop-filter:blur(10px);z-index:9550;cursor:zoom-out;background-color:#0000008c;animation:.25s ExportModal-module__MMpY7G__fadeIn;position:fixed;inset:0}@keyframes ExportModal-module__MMpY7G__scaleIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}@keyframes ExportModal-module__MMpY7G__fadeIn{0%{opacity:0}to{opacity:1}}.ExportModal-module__MMpY7G__previewCanvas{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;box-shadow:0 4px 12px #0000000d}.ExportModal-module__MMpY7G__settingsPaneContainer{background-color:var(--popover-bg,#fff);border-left:1px solid var(--card-border,#f0eff5);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ExportModal-module__MMpY7G__settingsHeader{border-bottom:1px solid var(--card-border,#f0eff5);padding:24px 30px}.ExportModal-module__MMpY7G__settingsHeader h2{color:var(--foreground,#1a1a2e);margin:0 0 4px;font-size:20px;font-weight:700}.ExportModal-module__MMpY7G__settingsHeader p{color:var(--foreground-muted,#8e8e9f);margin:0;font-size:13px}.ExportModal-module__MMpY7G__settingsContainer{flex-direction:column;gap:28px;padding:24px 30px;display:flex}.ExportModal-module__MMpY7G__section{flex-direction:column;gap:12px;display:flex}.ExportModal-module__MMpY7G__sectionTitle{color:var(--foreground,#1a1a2e);align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.ExportModal-module__MMpY7G__formatTabs{background-color:var(--button-bg,#f1f0f5);border-radius:10px;gap:4px;padding:4px;display:flex}.ExportModal-module__MMpY7G__tabBtn{color:var(--foreground-muted,#6e6e80);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;transition:background-color .2s,color .2s,box-shadow .2s;display:flex}.ExportModal-module__MMpY7G__tabActive{background-color:var(--popover-bg,#fff);color:var(--primary,#8c52ff);box-shadow:0 2px 6px #0000000d}.ExportModal-module__MMpY7G__inputGroup{flex-direction:column;gap:14px;display:flex}.ExportModal-module__MMpY7G__inputField{flex-direction:column;gap:6px;display:flex}.ExportModal-module__MMpY7G__inputLabel{color:var(--foreground-muted,#8e8e9f);font-size:12px;font-weight:600}.ExportModal-module__MMpY7G__textInput{background-color:var(--popover-bg,#fff);width:100%;color:var(--foreground,#1c1c1e);border:1.5px solid var(--card-border,#e2e2e9);border-radius:8px;outline:none;padding:10px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s}.ExportModal-module__MMpY7G__textInput:focus{border-color:var(--primary,#8c52ff);box-shadow:0 0 0 3px var(--glow1,#8c52ff1a)}.ExportModal-module__MMpY7G__switchList{flex-direction:column;gap:16px;display:flex}.ExportModal-module__MMpY7G__switchItem{justify-content:space-between;align-items:center;gap:16px;display:flex}.ExportModal-module__MMpY7G__switchText{flex-direction:column;gap:3px;display:flex}.ExportModal-module__MMpY7G__switchTitle{color:var(--foreground,#2a2a3e);font-size:13px;font-weight:600}.ExportModal-module__MMpY7G__switchDesc{color:var(--foreground-muted,#8e8e9f);font-size:11px}.ExportModal-module__MMpY7G__switchBtn{background-color:var(--button-hover,#e2e2e9);cursor:pointer;border:none;border-radius:12px;outline:none;width:44px;height:24px;transition:background-color .25s cubic-bezier(.16,1,.3,1);position:relative}.ExportModal-module__MMpY7G__switchBtn:after{content:"";background-color:var(--popover-bg,#fff);will-change:transform;border-radius:50%;width:20px;height:20px;transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.ExportModal-module__MMpY7G__switchOn{background-color:var(--primary,#10b981)!important}.ExportModal-module__MMpY7G__switchOn:after{transform:translate(20px)}.ExportModal-module__MMpY7G__specsCard{background:linear-gradient(135deg, var(--button-bg,#8c52ff0d) 0%, var(--background,#faf8f5) 100%);border:1px solid var(--card-border,#8c52ff14);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.ExportModal-module__MMpY7G__specsHeader{color:var(--primary,#8c52ff);align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.ExportModal-module__MMpY7G__sparkIcon{color:var(--primary,#8c52ff)}.ExportModal-module__MMpY7G__specsBody{flex-direction:column;gap:8px;display:flex}.ExportModal-module__MMpY7G__specsItem{justify-content:space-between;font-size:12px;display:flex}.ExportModal-module__MMpY7G__specsLabel{color:var(--foreground-muted,#8e8e9f)}.ExportModal-module__MMpY7G__specsVal{color:var(--foreground,#2a2a3e);font-weight:600}.ExportModal-module__MMpY7G__exportSubmitBtn{width:100%;color:var(--primary-contrast,#fff);background:var(--primary,#8c52ff);cursor:pointer;box-shadow:var(--primary-shadow,0 4px 14px #8c52ff40);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s,background-color .2s;display:flex}.ExportModal-module__MMpY7G__exportSubmitBtn:hover{background:var(--primary-hover,#7a42e5);box-shadow:var(--primary-shadow,0 6px 20px #8c52ff59);transform:translateY(-1px)}.ExportModal-module__MMpY7G__exportSubmitBtn:active{transform:translateY(1px)}.ExportModal-module__MMpY7G__exportSubmitBtn:disabled{background:var(--button-hover,#cbd5e1);color:var(--foreground-muted,#94a3b8);box-shadow:none;cursor:not-allowed;transform:none}.ExportModal-module__MMpY7G__spin{animation:1s linear infinite ExportModal-module__MMpY7G__rotate}.ExportModal-module__MMpY7G__statusToast{color:#b45309;background-color:#fef3c7;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:8px;margin-top:4px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}@keyframes ExportModal-module__MMpY7G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ExportModal-module__MMpY7G__modalOverlay[data-is-mobile=true]{align-items:flex-end;padding:0}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true]{-webkit-overflow-scrolling:touch;opacity:1;will-change:transform;border-radius:24px 24px 0 0;flex-direction:column;height:84vh;max-height:none;transition:transform .3s cubic-bezier(.15,.85,.35,1);overflow-y:auto;transform:translateY(100%)}.ExportModal-module__MMpY7G__dragHandle{background:color-mix(in srgb, var(--foreground) 15%, transparent);cursor:pointer;border-radius:3px;flex-shrink:0;align-self:center;width:36px;height:5px;margin-top:10px;margin-bottom:2px}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__closeBtn{display:none!important}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__previewPaneContainer{flex:none;justify-content:center;align-items:center;height:auto;padding:20px 20px 10px;overflow:visible}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__previewPaneContainerCollapsed{padding:12px 20px 8px;height:72px!important;overflow:hidden!important}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__previewCard{gap:10px;padding:10px}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__canvasWrapper{justify-content:center;align-items:center;min-height:150px;max-height:200px;padding:4px;display:flex;overflow:hidden}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__settingsPaneContainer{border-left:none;border-top:1px solid var(--card-border,#f0eff5);flex:none;height:auto;overflow-y:visible}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__settingsHeader{padding:16px 20px}.ExportModal-module__MMpY7G__modalCard[data-is-mobile=true] .ExportModal-module__MMpY7G__settingsContainer{gap:20px;padding:16px 20px 40px}
.AppNavbar-module__PPs6Na__appNavbar{z-index:5000;-webkit-user-select:none;user-select:none;pointer-events:none;--header-height:54px;--capsule-height:34px;--capsule-btn-size:28px;--capsule-icon-size:15px;--capsule-divider-height:12px;--capsule-padding-left-right:6px;flex-direction:column;width:100vw;display:flex;position:fixed;top:0;left:0;box-shadow:none!important;background:0 0!important;border-bottom:none!important}.AppNavbar-module__PPs6Na__navbarInner{width:100%;height:var(--header-height);box-sizing:border-box;pointer-events:none;justify-content:space-between;align-items:center;padding-left:10px;padding-right:10px;display:flex}[data-layout-mode=tablet] .AppNavbar-module__PPs6Na__appNavbar{--header-height:64px;--capsule-height:42px;--capsule-btn-size:36px;--capsule-icon-size:20px;--capsule-divider-height:16px;--capsule-padding-left-right:10px}.AppNavbar-module__PPs6Na__capsuleLeft,.AppNavbar-module__PPs6Na__capsuleCenter{pointer-events:auto;background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);box-shadow:var(--shadow);height:var(--capsule-height);border-radius:calc(var(--capsule-height) / 2);align-items:center;padding:0 4px;display:flex}.AppNavbar-module__PPs6Na__capsuleLeft{width:40px;height:40px;box-shadow:var(--shadow);justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s;display:flex;background:var(--button-bg)!important;border:1px solid var(--card-border)!important;color:var(--foreground)!important;border-radius:50%!important;padding:0!important}.AppNavbar-module__PPs6Na__capsuleLeft:active{transform:scale(.92);background:var(--button-hover)!important}.AppNavbar-module__PPs6Na__capsuleCenter{gap:2px}.AppNavbar-module__PPs6Na__capsuleRight{pointer-events:auto;align-items:center;display:flex;position:relative;-webkit-backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.AppNavbar-module__PPs6Na__capsuleBtn{color:var(--foreground);width:var(--capsule-btn-size);height:var(--capsule-btn-size);cursor:pointer;will-change:transform;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background-color .2s,opacity .2s;display:flex}.AppNavbar-module__PPs6Na__capsuleBtn svg{transition:transform .2s;width:var(--capsule-icon-size)!important;height:var(--capsule-icon-size)!important}.AppNavbar-module__PPs6Na__capsuleBtn:active{background-color:var(--button-hover);transform:scale(.88)}.AppNavbar-module__PPs6Na__capsuleBtn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.AppNavbar-module__PPs6Na__capsuleDivider{width:1px;height:var(--capsule-divider-height);background:var(--card-border);flex-shrink:0;margin:0 2px}.AppNavbar-module__PPs6Na__capsuleBtnActive{background-color:var(--button-hover)!important;color:var(--primary)!important}.AppNavbar-module__PPs6Na__exportActive{background:linear-gradient(135deg, var(--primary), var(--primary-hover))!important;color:var(--popover-bg)!important;box-shadow:0 4px 10px color-mix(in srgb, var(--primary) 25%, transparent)!important}.AppNavbar-module__PPs6Na__exportBtnMobile{background:var(--primary)!important;color:var(--primary-contrast,#fff)!important;box-shadow:var(--primary-shadow)!important;height:calc(var(--capsule-btn-size) * 1.05)!important;aspect-ratio:auto!important;border-radius:calc(var(--capsule-btn-size) * .5)!important;align-items:center!important;gap:4px!important;width:auto!important;padding:0 10px!important;display:flex!important}.AppNavbar-module__PPs6Na__exportBtnMobile svg{color:var(--primary-contrast,#fff)!important;width:13px!important;height:13px!important}.AppNavbar-module__PPs6Na__exportTextMobile{color:var(--primary-contrast,#fff);letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:750}.AppNavbar-module__PPs6Na__exportBtnMobile:active{opacity:.9!important;transform:scale(.94)!important}.AppNavbar-module__PPs6Na__exportBtnMobile:disabled{background:var(--button-bg)!important;color:var(--foreground-muted)!important;box-shadow:none!important;opacity:.3!important}.AppNavbar-module__PPs6Na__backdrop{-webkit-backdrop-filter:blur(8px);z-index:9500;background:#0006;position:fixed;inset:0}.AppNavbar-module__PPs6Na__mobileDropdown{width:100%;max-width:none;padding:2rem 1.5rem 1.5rem;padding-bottom:max(1.5rem, env(safe-area-inset-bottom));border-top:1px solid var(--card-border);z-index:9600;box-sizing:border-box;border-radius:28px 28px 0 0;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -15px 45px #0000001a;background:var(--popover-bg)!important;-webkit-backdrop-filter:var(--glass-blur)!important;top:auto!important}.AppNavbar-module__PPs6Na__mobileDropdown:before{content:"";background:var(--card-border);opacity:.8;border-radius:2.5px;width:36px;height:5px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.AppNavbar-module__PPs6Na__mobileDropdownItem{background:var(--button-bg);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;gap:.85rem;width:100%;margin-bottom:.6rem;padding:.7rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.15,.85,.35,1);display:flex}.AppNavbar-module__PPs6Na__mobileDropdownItem:active{background:var(--button-hover);transform:scale(.97)}.AppNavbar-module__PPs6Na__itemIconBox{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex}.AppNavbar-module__PPs6Na__mobileDropdownItem:active .AppNavbar-module__PPs6Na__itemIconBox{transform:scale(.94)}.AppNavbar-module__PPs6Na__iconSave{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 8%, transparent) 0%, color-mix(in srgb, var(--primary) 15%, transparent) 100%);color:var(--primary)}.AppNavbar-module__PPs6Na__iconQuick{color:#34c759;background:linear-gradient(135deg,#34c75914 0%,#34c75926 100%)}.AppNavbar-module__PPs6Na__iconExport{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, transparent) 0%, color-mix(in srgb, var(--accent) 15%, transparent) 100%);color:var(--accent)}.AppNavbar-module__PPs6Na__mobileCancelBtn{margin-top:.4rem;background:color-mix(in srgb, var(--button-bg) 60%, transparent)!important;color:var(--foreground-muted)!important;box-shadow:none!important;border:1px solid var(--card-border)!important}.AppNavbar-module__PPs6Na__settingsDropdown{background:var(--popover-bg);width:220px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);box-shadow:var(--shadow);z-index:5500;border-radius:16px;flex-direction:column;gap:.25rem;padding:.6rem;display:flex;position:absolute;top:calc(100% + 12px);right:0}.AppNavbar-module__PPs6Na__dropdownItem{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.85rem;padding:.75rem .9rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.AppNavbar-module__PPs6Na__dropdownItem:active{background:var(--button-hover)}.AppNavbar-module__PPs6Na__dropdownDivider{background:var(--card-border);height:1px;margin:4px 0}.AppNavbar-module__PPs6Na__themeSection{padding:4px}.AppNavbar-module__PPs6Na__themeSectionTitle{color:var(--foreground-muted);align-items:center;gap:4px;margin-bottom:6px;margin-left:4px;font-size:.75rem;font-weight:700;display:flex}.AppNavbar-module__PPs6Na__themeGrid{grid-template-columns:repeat(2,1fr);gap:6px;display:grid}.AppNavbar-module__PPs6Na__themeItem{background:var(--button-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:6px;transition:all .2s;display:flex}.AppNavbar-module__PPs6Na__themeItemActive{border-color:var(--primary);background:var(--button-hover)}.AppNavbar-module__PPs6Na__themeName{color:var(--foreground);font-size:.7rem;font-weight:700}.AppNavbar-module__PPs6Na__themeColorPreview{gap:2px;display:flex}.AppNavbar-module__PPs6Na__themeColorDot{border-radius:50%;width:8px;height:8px}.AppNavbar-module__PPs6Na__modalBackdrop{-webkit-backdrop-filter:blur(12px);z-index:6900;background:#00000080;position:fixed;inset:0}.AppNavbar-module__PPs6Na__modalWrapper{z-index:7000;pointer-events:none;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AppNavbar-module__PPs6Na__modalCard{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(35px)saturate(180%);pointer-events:auto;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:2rem 1.75rem;display:flex;position:relative;box-shadow:0 30px 60px -15px #0000004d}.AppNavbar-module__PPs6Na__closeModalBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.AppNavbar-module__PPs6Na__closeModalBtn:hover{background:var(--button-hover)}.AppNavbar-module__PPs6Na__modalHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.25rem;display:flex}.AppNavbar-module__PPs6Na__modalIcon{color:var(--primary);filter:drop-shadow(0 2px 8px color-mix(in srgb, var(--primary) 30%, transparent));margin-bottom:.5rem}.AppNavbar-module__PPs6Na__modalHeader h2{color:var(--foreground);margin:0 0 .4rem;font-size:1.25rem;font-weight:800}.AppNavbar-module__PPs6Na__modalHeader p{color:var(--foreground-muted);margin:0;font-size:.8rem;line-height:1.4}.AppNavbar-module__PPs6Na__qrCodeContainer{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.AppNavbar-module__PPs6Na__qrCodeWrapper{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:.6rem;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000026}.AppNavbar-module__PPs6Na__qrCodeImg{object-fit:contain;border-radius:8px;display:block}.AppNavbar-module__PPs6Na__scanLine{background:linear-gradient(to right, transparent, var(--primary), transparent);opacity:.6;pointer-events:none;width:100%;height:3px;animation:3s linear infinite AppNavbar-module__PPs6Na__scan;position:absolute;top:0;left:0}.AppNavbar-module__PPs6Na__qrHint{color:var(--primary);letter-spacing:.05em;font-size:.75rem;font-weight:700}.AppNavbar-module__PPs6Na__modalFooter{border-top:1px solid var(--card-border);text-align:center;width:100%;margin-top:1.5rem;padding-top:.75rem}.AppNavbar-module__PPs6Na__modalFooter p{color:var(--foreground-muted);margin:0;font-size:.7rem;line-height:1.4}@keyframes AppNavbar-module__PPs6Na__scan{0%{top:0%}50%{top:100%}to{top:0%}}.focus-mode-active .AppNavbar-module__PPs6Na__appNavbar{display:none!important}
.MobileExportModal-module__TbJuOW__modalBackdrop{-webkit-backdrop-filter:blur(15px);z-index:9500;background:#00000073;position:fixed;inset:0}.MobileExportModal-module__TbJuOW__modalWrapper{z-index:9501;pointer-events:none;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.MobileExportModal-module__TbJuOW__modalCardMobile{background:var(--card-bg,#fff);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);pointer-events:auto;width:100%;max-width:450px;max-height:85vh;box-shadow:var(--shadow);will-change:transform, opacity;backface-visibility:hidden;border-radius:24px;flex-direction:column;padding:24px 20px 20px;display:flex;position:relative;overflow:hidden}.MobileExportModal-module__TbJuOW__mobileContentContainer{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.MobileExportModal-module__TbJuOW__mobileHeader{border-bottom:1px solid var(--card-border,#0000000d);background:0 0;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex;position:relative}.MobileExportModal-module__TbJuOW__mobileHeaderTitle{text-align:left}.MobileExportModal-module__TbJuOW__mobileHeaderTitle h3{color:var(--foreground,#1c1c1e);margin:0;font-size:17px;font-weight:800}.MobileExportModal-module__TbJuOW__mobileHeaderTitle p{color:var(--foreground-muted,#8e8e9f);margin:4px 0 0;font-size:11px}.MobileExportModal-module__TbJuOW__mobileCloseButton{width:32px;height:32px;color:var(--foreground-muted,#8e8e9f);background:var(--button-bg,#0000000a);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;margin-top:-2px;transition:background-color .2s;display:flex}.MobileExportModal-module__TbJuOW__mobileCloseButton:active{background-color:var(--button-hover,#00000014)}.MobileExportModal-module__TbJuOW__mobileSettingsBody{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.MobileExportModal-module__TbJuOW__settingsContainer{flex-direction:column;gap:20px;padding:16px 4px 8px;display:flex}.MobileExportModal-module__TbJuOW__section{flex-direction:column;gap:10px;display:flex}.MobileExportModal-module__TbJuOW__sectionTitle{color:var(--foreground,#1a1a2e);align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.MobileExportModal-module__TbJuOW__formatTabs{background-color:var(--button-bg,#f1f0f5);border-radius:10px;gap:4px;padding:4px;display:flex}.MobileExportModal-module__TbJuOW__tabBtn{color:var(--foreground-muted,#6e6e80);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px 8px;font-size:13px;font-weight:600;transition:background-color .2s,color .2s,box-shadow .2s;display:flex}.MobileExportModal-module__TbJuOW__tabActive{background-color:var(--popover-bg,#fff);color:var(--primary,#8c52ff);box-shadow:0 2px 6px #0000000d}.MobileExportModal-module__TbJuOW__inputGroup{flex-direction:column;gap:12px;display:flex}.MobileExportModal-module__TbJuOW__inputField{flex-direction:column;gap:6px;display:flex}.MobileExportModal-module__TbJuOW__inputLabel{color:var(--foreground-muted,#8e8e9f);font-size:11px;font-weight:600}.MobileExportModal-module__TbJuOW__textInput{background-color:var(--popover-bg,#fff);width:100%;color:var(--foreground,#1c1c1e);border:1.5px solid var(--card-border,#e2e2e9);border-radius:8px;outline:none;padding:10px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s}.MobileExportModal-module__TbJuOW__textInput:focus{border-color:var(--primary,#8c52ff);box-shadow:0 0 0 3px var(--glow1,#8c52ff1a)}.MobileExportModal-module__TbJuOW__switchList{flex-direction:column;gap:12px;display:flex}.MobileExportModal-module__TbJuOW__switchItem{justify-content:space-between;align-items:center;gap:16px;padding:4px 0;display:flex}.MobileExportModal-module__TbJuOW__switchText{flex-direction:column;gap:2px;display:flex}.MobileExportModal-module__TbJuOW__switchTitle{color:var(--foreground,#2a2a3e);font-size:13px;font-weight:600}.MobileExportModal-module__TbJuOW__switchDesc{color:var(--foreground-muted,#8e8e9f);font-size:11px}.MobileExportModal-module__TbJuOW__switchBtn{background-color:var(--button-hover,#e2e2e9);cursor:pointer;border:none;border-radius:12px;outline:none;flex-shrink:0;width:44px;height:24px;transition:background-color .25s cubic-bezier(.16,1,.3,1);position:relative}.MobileExportModal-module__TbJuOW__switchBtn:after{content:"";background-color:var(--popover-bg,#fff);will-change:transform;border-radius:50%;width:20px;height:20px;transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.MobileExportModal-module__TbJuOW__switchOn{background-color:var(--primary,#10b981)!important}.MobileExportModal-module__TbJuOW__switchOn:after{transform:translate(20px)}.MobileExportModal-module__TbJuOW__specsCard{background:linear-gradient(135deg, var(--button-bg,#8c52ff0d) 0%, var(--background,#faf8f5) 100%);border:1px solid var(--card-border,#8c52ff14);border-radius:12px;flex-direction:column;gap:10px;margin-top:4px;padding:14px;display:flex}.MobileExportModal-module__TbJuOW__specsHeader{color:var(--primary,#8c52ff);align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.MobileExportModal-module__TbJuOW__sparkIcon{color:var(--primary,#8c52ff)}.MobileExportModal-module__TbJuOW__specsBody{flex-direction:column;gap:6px;display:flex}.MobileExportModal-module__TbJuOW__specsItem{justify-content:space-between;font-size:12px;display:flex}.MobileExportModal-module__TbJuOW__specsLabel{color:var(--foreground-muted,#8e8e9f)}.MobileExportModal-module__TbJuOW__specsVal{color:var(--foreground,#2a2a3e);font-weight:600}.MobileExportModal-module__TbJuOW__exportSubmitBtn{color:#fff;background:var(--primary,#8c52ff);cursor:pointer;width:100%;box-shadow:var(--primary-shadow,0 4px 14px #8c52ff40);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:14px;font-size:14px;font-weight:700;transition:background-color .2s,box-shadow .2s,opacity .2s;display:flex}.MobileExportModal-module__TbJuOW__exportSubmitBtn:active{background-color:var(--primary-hover,#7a42e5)}.MobileExportModal-module__TbJuOW__exportSubmitBtn:disabled{background:var(--button-hover,#cbd5e1);color:var(--foreground-muted,#94a3b8);box-shadow:none;cursor:not-allowed}.MobileExportModal-module__TbJuOW__spin{animation:1s linear infinite MobileExportModal-module__TbJuOW__rotate}.MobileExportModal-module__TbJuOW__statusToast{color:#b45309;background-color:#fef3c7;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:8px;margin-top:4px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}@keyframes MobileExportModal-module__TbJuOW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.LanguageSelector-module__V7wBFG__container{display:inline-block;position:relative}.LanguageSelector-module__V7wBFG__trigger{background:var(--button-bg);border:1px solid var(--card-border);height:40px;color:var(--foreground);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.LanguageSelector-module__V7wBFG__trigger:hover,.LanguageSelector-module__V7wBFG__triggerActive{background:var(--button-hover);border-color:var(--primary);color:var(--primary);box-shadow:0 4px 12px rgba(var(--primary-rgb), .08)}.LanguageSelector-module__V7wBFG__globeIcon{opacity:.8;transition:transform .3s}.LanguageSelector-module__V7wBFG__trigger:hover .LanguageSelector-module__V7wBFG__globeIcon{opacity:1;transform:rotate(15deg)}.LanguageSelector-module__V7wBFG__langName{line-height:1;display:inline-block}.LanguageSelector-module__V7wBFG__arrow{opacity:.5;transition:transform .25s cubic-bezier(.4,0,.2,1)}.LanguageSelector-module__V7wBFG__arrowOpen{opacity:.8;transform:rotate(180deg)}.LanguageSelector-module__V7wBFG__dropdown{background:var(--popover-bg);background:color-mix(in srgb, var(--popover-bg) 95%, transparent);width:190px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);box-shadow:var(--shadow), 0 10px 30px #00000026;z-index:1000;border-radius:16px;flex-direction:column;gap:.15rem;padding:.4rem;display:flex;position:absolute;top:calc(100% + 10px);right:0}.LanguageSelector-module__V7wBFG__dropdownHeader{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid color-mix(in srgb, var(--card-border) 50%, transparent);margin-bottom:.3rem;padding:.4rem .6rem .25rem;font-size:.7rem;font-weight:700}.LanguageSelector-module__V7wBFG__list{flex-direction:column;gap:.15rem;display:flex}.LanguageSelector-module__V7wBFG__item{color:var(--foreground);border-radius:10px;justify-content:space-between;align-items:center;padding:.55rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.LanguageSelector-module__V7wBFG__item:hover{background:var(--button-hover);color:var(--primary);padding-left:.95rem}.LanguageSelector-module__V7wBFG__itemActive{background:color-mix(in srgb, var(--primary) 8%, transparent);color:var(--primary);font-weight:600}.LanguageSelector-module__V7wBFG__checkIcon{color:var(--primary);flex-shrink:0}@media (max-width:767px){.LanguageSelector-module__V7wBFG__trigger{border-radius:50%;justify-content:center;width:40px;padding:0}.LanguageSelector-module__V7wBFG__langName,.LanguageSelector-module__V7wBFG__arrow{display:none}}
.FaqSection-module__1dYZca__faqSection{background:color-mix(in srgb, var(--card-bg,#fff6) 40%, transparent);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border,#ffffff1a);width:100%;max-width:800px;box-shadow:0 8px 32px color-mix(in srgb, var(--primary) 2%, transparent);box-sizing:border-box;text-align:left;border-radius:24px;margin:2.5rem auto 1rem;padding:1.5rem}.FaqSection-module__1dYZca__header{color:var(--primary);align-items:center;gap:.6rem;margin-bottom:1.5rem;display:flex}.FaqSection-module__1dYZca__headerIcon{color:var(--primary);flex-shrink:0}.FaqSection-module__1dYZca__heading{letter-spacing:-.01em;background:linear-gradient(135deg, var(--foreground) 30%, var(--foreground-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.1rem;font-weight:850}.FaqSection-module__1dYZca__accordionContainer{flex-direction:column;gap:.75rem;display:flex}.FaqSection-module__1dYZca__faqCard{background:color-mix(in srgb, var(--popover-bg,#fff) 80%, transparent);border:1px solid var(--card-border,#ffffff14);border-radius:16px;transition:all .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.FaqSection-module__1dYZca__faqCard:hover{border-color:color-mix(in srgb, var(--primary) 20%, transparent);background:color-mix(in srgb, var(--popover-bg) 95%, transparent);transform:translateY(-1px)}.FaqSection-module__1dYZca__faqCardOpen{border-color:color-mix(in srgb, var(--primary) 30%, transparent);background:var(--popover-bg);box-shadow:0 4px 20px color-mix(in srgb, var(--primary) 4%, transparent)}.FaqSection-module__1dYZca__questionBtn{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.25rem;font-family:inherit;transition:background-color .2s;display:flex}.FaqSection-module__1dYZca__questionTitle{color:var(--foreground);letter-spacing:.01em;margin:0;font-size:.92rem;font-weight:750;line-height:1.4;transition:color .2s}.FaqSection-module__1dYZca__questionBtn:hover .FaqSection-module__1dYZca__questionTitle{color:var(--primary)}.FaqSection-module__1dYZca__chevron{color:var(--foreground-muted);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1),color .2s}.FaqSection-module__1dYZca__chevronOpen{color:var(--primary);transform:rotate(180deg)}.FaqSection-module__1dYZca__answerWrapper{max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.FaqSection-module__1dYZca__answerWrapperOpen{max-height:250px}.FaqSection-module__1dYZca__answerContent{color:var(--foreground-muted);padding:0 1.25rem 1.25rem;font-size:.82rem;line-height:1.6}.FaqSection-module__1dYZca__answerContent strong{color:var(--foreground);font-weight:700}.FaqSection-module__1dYZca__answerContent ul,.FaqSection-module__1dYZca__answerContent ol{flex-direction:column;gap:.3rem;margin:.5rem 0 0;padding-left:1.2rem;display:flex}.FaqSection-module__1dYZca__answerContent li{margin-bottom:0}@media (max-width:768px){.FaqSection-module__1dYZca__faqSection{border-radius:18px;margin:1.5rem 0 .5rem;padding:1.1rem}.FaqSection-module__1dYZca__heading{font-size:.95rem}.FaqSection-module__1dYZca__questionTitle{font-size:.85rem}.FaqSection-module__1dYZca__answerContent{padding:0 1.1rem 1.1rem;font-size:.78rem}}
.OfficialChoiceCarousel-module__KLISOa__carouselContainer{flex-direction:column;gap:1.1rem;width:100%;margin:2.2rem 0;display:flex}.OfficialChoiceCarousel-module__KLISOa__headerRow{justify-content:space-between;align-items:center;width:100%;display:flex}.OfficialChoiceCarousel-module__KLISOa__titleSection{align-items:center;gap:8px;display:flex}.OfficialChoiceCarousel-module__KLISOa__titleIcon{font-size:1.25rem;animation:8s linear infinite OfficialChoiceCarousel-module__KLISOa__rotateGently}.OfficialChoiceCarousel-module__KLISOa__titleText{color:var(--foreground,#1c1c1e);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.OfficialChoiceCarousel-module__KLISOa__exploreAllBtn{color:var(--primary,#8c52ff);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.OfficialChoiceCarousel-module__KLISOa__exploreAllBtn:hover{background:color-mix(in srgb, var(--primary,#8c52ff) 8%, transparent);transform:translate(2px)}.OfficialChoiceCarousel-module__KLISOa__carouselRow{grid-template-columns:repeat(5,1fr);gap:1.1rem;width:100%;display:grid}@media (max-width:1200px){.OfficialChoiceCarousel-module__KLISOa__carouselRow{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.OfficialChoiceCarousel-module__KLISOa__carouselRow{grid-template-columns:repeat(3,1fr)}}.OfficialChoiceCarousel-module__KLISOa__skeletonCard{aspect-ratio:.85;border:1px solid color-mix(in srgb, var(--card-border,#e5e5ea) 60%, transparent);border-radius:18px;animation:1.8s ease-in-out infinite OfficialChoiceCarousel-module__KLISOa__pulseGentle;position:relative;overflow:hidden}.OfficialChoiceCarousel-module__KLISOa__skeletonImage{width:100%;height:70%;animation:1.8s ease-in-out infinite OfficialChoiceCarousel-module__KLISOa__pulseGentle}.OfficialChoiceCarousel-module__KLISOa__skeletonInfo{flex-direction:column;gap:8px;padding:12px;display:flex}.OfficialChoiceCarousel-module__KLISOa__skeletonTitle{border-radius:4px;width:60%;height:12px;animation:1.8s ease-in-out infinite OfficialChoiceCarousel-module__KLISOa__pulseGentle}.OfficialChoiceCarousel-module__KLISOa__skeletonAuthor{border-radius:4px;width:40%;height:8px;animation:1.8s ease-in-out infinite OfficialChoiceCarousel-module__KLISOa__pulseGentle}.OfficialChoiceCarousel-module__KLISOa__drawingCard{aspect-ratio:.85;background:color-mix(in srgb, var(--popover-bg,#fff) 98%, transparent);border:1px solid var(--card-border,#e5e5eab3);cursor:pointer;border-radius:18px;flex-direction:column;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000005}.OfficialChoiceCarousel-module__KLISOa__drawingCard:hover{border-color:color-mix(in srgb, var(--primary,#8c52ff) 35%, transparent);transform:translateY(-5px);box-shadow:0 12px 30px #8c52ff1f}.OfficialChoiceCarousel-module__KLISOa__imageWrapper{background:color-mix(in srgb, var(--foreground,#fff) 2%, transparent);box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:72%;padding:12px;display:flex;position:relative;overflow:hidden}.OfficialChoiceCarousel-module__KLISOa__thumbnail{object-fit:contain;filter:drop-shadow(0 4px 10px #0000001a);max-width:90%;max-height:90%;transition:transform .35s cubic-bezier(.16,1,.3,1)}.OfficialChoiceCarousel-module__KLISOa__drawingCard:hover .OfficialChoiceCarousel-module__KLISOa__thumbnail{transform:scale(1.06)rotate(1deg)}.OfficialChoiceCarousel-module__KLISOa__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.05em;z-index:2;background:#8c52fff2;border-radius:6px;padding:3px 7px;font-size:.65rem;font-weight:600;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #8c52ff33}.OfficialChoiceCarousel-module__KLISOa__metaOverlay{opacity:0;pointer-events:none;background:#8c52ff0a;justify-content:center;align-items:center;width:100%;height:72%;transition:opacity .25s;display:flex;position:absolute;top:0;left:0}.OfficialChoiceCarousel-module__KLISOa__drawingCard:hover .OfficialChoiceCarousel-module__KLISOa__metaOverlay{opacity:1}.OfficialChoiceCarousel-module__KLISOa__hoverBtn{color:#fff;pointer-events:auto;background:#8c52ff;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.75rem;font-weight:600;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(10px);box-shadow:0 4px 12px #8c52ff66}.OfficialChoiceCarousel-module__KLISOa__drawingCard:hover .OfficialChoiceCarousel-module__KLISOa__hoverBtn{transform:translateY(0)}.OfficialChoiceCarousel-module__KLISOa__hoverBtn:hover{background:#793df2;transform:scale(1.05)}.OfficialChoiceCarousel-module__KLISOa__cardFooter{border-top:1px solid var(--card-border,#e5e5ea66);background:color-mix(in srgb, var(--popover-bg,#fff) 99%, transparent);flex-direction:column;flex:1;gap:2px;padding:10px 12px 12px;display:flex}.OfficialChoiceCarousel-module__KLISOa__cardTitle{color:var(--foreground,#1c1c1e);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.OfficialChoiceCarousel-module__KLISOa__cardMeta{color:#8e8e93;justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.OfficialChoiceCarousel-module__KLISOa__author{font-weight:500}.OfficialChoiceCarousel-module__KLISOa__spec{font-variant-numeric:tabular-nums;opacity:.8}.OfficialChoiceCarousel-module__KLISOa__exploreCard{background:color-mix(in srgb, var(--primary,#8c52ff) 2%, transparent);border:1px dashed color-mix(in srgb, var(--primary,#8c52ff) 35%, transparent);cursor:pointer;aspect-ratio:.85;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:all .3s;display:flex}.OfficialChoiceCarousel-module__KLISOa__exploreCard:hover{background:color-mix(in srgb, var(--primary,#8c52ff) 6%, transparent);border-style:solid;border-color:var(--primary,#8c52ff);transform:translateY(-3px);box-shadow:0 8px 24px #8c52ff14}.OfficialChoiceCarousel-module__KLISOa__exploreIconWrapper{background:color-mix(in srgb, var(--primary,#8c52ff) 10%, transparent);width:48px;height:48px;color:var(--primary,#8c52ff);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.OfficialChoiceCarousel-module__KLISOa__exploreCard:hover .OfficialChoiceCarousel-module__KLISOa__exploreIconWrapper{background:var(--primary,#8c52ff);color:#fff;transform:rotate(15deg)}.OfficialChoiceCarousel-module__KLISOa__exploreText{color:var(--primary,#8c52ff);font-size:.8rem;font-weight:600}@keyframes OfficialChoiceCarousel-module__KLISOa__rotateGently{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes OfficialChoiceCarousel-module__KLISOa__pulseGentle{0%{background-color:color-mix(in srgb, var(--foreground,#fff) 3%, transparent)}50%{background-color:color-mix(in srgb, var(--foreground,#fff) 8%, transparent)}to{background-color:color-mix(in srgb, var(--foreground,#fff) 3%, transparent)}}@media (max-width:600px){.OfficialChoiceCarousel-module__KLISOa__carouselRow{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:12px;width:100%;padding:4px 4px 10px;display:flex;overflow-x:auto}.OfficialChoiceCarousel-module__KLISOa__carouselRow::-webkit-scrollbar{display:none}.OfficialChoiceCarousel-module__KLISOa__drawingCard,.OfficialChoiceCarousel-module__KLISOa__exploreCard,.OfficialChoiceCarousel-module__KLISOa__skeletonCard{scroll-snap-align:start;aspect-ratio:.85;flex-shrink:0;width:140px}}
.LayersPanel-module__gyTCBa__container{background:0 0;border:none;flex-direction:column;gap:1rem;padding:0;display:flex}.LayersPanel-module__gyTCBa__header{color:var(--foreground);align-items:center;gap:.5rem;display:flex}.LayersPanel-module__gyTCBa__headerIcon{color:var(--primary)}.LayersPanel-module__gyTCBa__header h3{letter-spacing:.02em;margin:0;font-size:.95rem;font-weight:600}.LayersPanel-module__gyTCBa__toolbar{background:var(--button-bg);border:1px solid var(--card-border);border-radius:12px;align-items:center;gap:.4rem;padding:.3rem .5rem;display:flex}.LayersPanel-module__gyTCBa__toolButton{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}.LayersPanel-module__gyTCBa__toolButton:hover:not(:disabled){color:var(--foreground);background:#ffffff0d}.LayersPanel-module__gyTCBa__toolButton:disabled{opacity:.3;cursor:not-allowed}.LayersPanel-module__gyTCBa__danger:hover:not(:disabled){color:#ef4444!important;background:#ef444426!important}.LayersPanel-module__gyTCBa__divider{background:var(--card-border);width:1px;height:18px;margin:0 .25rem}.LayersPanel-module__gyTCBa__layerList{flex-direction:column;gap:.5rem;max-height:280px;padding-right:2px;display:flex;overflow-y:auto}.LayersPanel-module__gyTCBa__layerRow{background:var(--button-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.6rem .8rem;transition:all .2s;display:flex}.LayersPanel-module__gyTCBa__layerRow:hover{background:#ffffff05;border-color:#8c52ff33}.LayersPanel-module__gyTCBa__layerRowActive{background:color-mix(in srgb, var(--primary) 8%, var(--button-bg));border-color:var(--primary);box-shadow:0 0 10px #8c52ff1a}.LayersPanel-module__gyTCBa__visibilityBtn{width:28px;height:28px;color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin-top:2px;transition:all .2s;display:flex}.LayersPanel-module__gyTCBa__visibilityBtn:hover{color:var(--foreground);background:#ffffff14}.LayersPanel-module__gyTCBa__iconEye{color:var(--primary)}.LayersPanel-module__gyTCBa__iconEyeOff{color:var(--foreground-muted);opacity:.5}.LayersPanel-module__gyTCBa__layerMain{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.LayersPanel-module__gyTCBa__layerHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.LayersPanel-module__gyTCBa__layerName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:.85rem;font-weight:500;overflow:hidden}.LayersPanel-module__gyTCBa__nameInput{color:var(--foreground);background:var(--card-bg);border:1px solid var(--primary);border-radius:6px;outline:none;flex:1;padding:.1rem .4rem;font-size:.85rem;font-weight:500}.LayersPanel-module__gyTCBa__renameBtn{width:20px;height:20px;color:var(--foreground-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:opacity .2s,color .2s;display:flex}.LayersPanel-module__gyTCBa__layerRow:hover .LayersPanel-module__gyTCBa__renameBtn{opacity:1}.LayersPanel-module__gyTCBa__renameBtn:hover{color:var(--primary)}.LayersPanel-module__gyTCBa__opacityContainer{align-items:center;gap:.5rem;display:flex}.LayersPanel-module__gyTCBa__opacityLabel{color:var(--foreground-muted);font-variant-numeric:tabular-nums;min-width:28px;font-size:.75rem}.LayersPanel-module__gyTCBa__opacitySlider{background:var(--card-border);height:4px;accent-color:var(--primary);cursor:pointer;border-radius:2px;outline:none;flex:1}
