._container_1kuuk_2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px;min-height:200px}._spinner_1kuuk_13{position:relative;display:inline-block;border-radius:50%}._spinnerRing_1kuuk_19{position:relative;display:block;border-radius:50%;border:3px solid transparent;border-top-color:var(--theme-primary);border-right-color:var(--theme-primary);animation:_spin_1kuuk_13 1s linear infinite}._small_1kuuk_30 ._spinnerRing_1kuuk_19{width:24px;height:24px;border-width:2px}._medium_1kuuk_36 ._spinnerRing_1kuuk_19{width:40px;height:40px;border-width:3px}._large_1kuuk_42 ._spinnerRing_1kuuk_19{width:56px;height:56px;border-width:4px}._dots_1kuuk_49{display:flex;gap:8px;align-items:center}._dot_1kuuk_49{width:12px;height:12px;border-radius:50%;background-color:var(--theme-primary);animation:_bounce_1kuuk_1 1.4s ease-in-out infinite both}._dot_1kuuk_49:nth-child(1){animation-delay:-.32s}._dot_1kuuk_49:nth-child(2){animation-delay:-.16s}._dot_1kuuk_49:nth-child(3){animation-delay:0s}._message_1kuuk_76{margin:0;font-size:16px;font-weight:500;color:var(--theme-text);text-align:center}@keyframes _spin_1kuuk_13{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _bounce_1kuuk_1{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}._fullscreen_1kuuk_102{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center}._brandBg_1kuuk_114{background:var(--theme-background, #0f0f0f)}._brandCenter_1kuuk_118{display:flex;flex-direction:column;align-items:center;gap:28px;animation:_brandFadeIn_1kuuk_1 .6s ease-out both}._progressTrack_1kuuk_127{position:relative;width:200px;height:2px;border-radius:999px;background:#ffffff0f;overflow:hidden}._progressFill_1kuuk_137{position:absolute;top:0;bottom:0;left:0;width:0%;border-radius:999px;background:var(--theme-primary, #10b981);animation:_progressFill_1kuuk_137 1.8s cubic-bezier(.22,1,.36,1) forwards}._brandMessage_1kuuk_149{margin:0;font-size:13px;font-weight:400;color:var(--theme-text-secondary, rgba(255, 255, 255, .5));text-align:center;letter-spacing:.02em}@keyframes _progressFill_1kuuk_137{0%{width:0%}60%{width:70%}to{width:100%}}@keyframes _brandFadeIn_1kuuk_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._overlay_fysa9_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_fysa9_1 .2s ease-out}@keyframes _fadeIn_fysa9_1{0%{opacity:0}to{opacity:1}}._modal_fysa9_24{background-color:var(--theme-surface, #ffffff);border-radius:12px;box-shadow:0 4px 24px #00000026;border:2px solid #ffffff;width:400px;max-width:90vw;animation:_slideUp_fysa9_1 .3s ease-out;overflow:hidden}@keyframes _slideUp_fysa9_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_fysa9_46{padding:20px 24px;border-bottom:1px solid var(--theme-border, #e0e0e0)}._title_fysa9_51{margin:0;font-size:18px;font-weight:600;color:var(--theme-text, #121212)}._content_fysa9_58{padding:24px}._message_fysa9_62{margin:0;font-size:15px;line-height:1.6;color:var(--theme-text-secondary, #666666);text-align:center}._footer_fysa9_70{padding:16px 24px;border-top:1px solid var(--theme-border, #e0e0e0);display:flex;justify-content:center;gap:12px}._confirmButton_fysa9_78{padding:10px 32px;background-color:var(--theme-primary, #121212);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;min-width:100px}._confirmButton_fysa9_78:hover{background-color:var(--theme-primary-hover, #333333);transform:translateY(-1px)}._confirmButton_fysa9_78:active{transform:translateY(0)}._cancelButton_fysa9_99{padding:10px 32px;background-color:transparent;color:var(--theme-text, #1a1a1a);border:1px solid var(--theme-border, #e0e0e0);border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;min-width:100px}._cancelButton_fysa9_99:hover{background-color:var(--theme-background-hover, #f5f5f5);border-color:var(--theme-border-hover, #cccccc)}._cancelButton_fysa9_99:active{background-color:var(--theme-background-active, #eeeeee)}._errorContainer_1lwms_1{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;text-align:center;background:var(--theme-background);color:var(--theme-text)}._errorCard_1lwms_13{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:16px;padding:40px;max-width:500px;box-shadow:var(--theme-shadow)}._errorIcon_1lwms_22{font-size:48px;margin-bottom:20px}._errorTitle_1lwms_27{margin-bottom:16px;color:var(--theme-text);font-size:24px;font-weight:600}._errorMessage_1lwms_34{margin-bottom:24px;opacity:.9;color:var(--theme-text-secondary);line-height:1.5}._reloadButton_1lwms_41{background:var(--theme-primary);color:var(--theme-surface);border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:background .2s ease;font-family:Apple SD Gothic Neo,-apple-system,BlinkMacSystemFont,sans-serif}._reloadButton_1lwms_41:hover{background:var(--theme-primary-hover)}._developerInfo_1lwms_57{margin-top:20px;text-align:left}._developerSummary_1lwms_62{margin-bottom:10px;color:var(--theme-text-secondary);font-size:14px}._errorDetails_1lwms_68{background:var(--theme-background-secondary);border:1px solid var(--theme-border);padding:10px;border-radius:4px;font-size:12px;overflow:auto;max-height:200px;font-family:Monaco,Menlo,Courier New,monospace;color:var(--theme-text)}._container_ksj7q_1{display:flex;flex-direction:column;gap:8px}._fullWidth_ksj7q_7{width:100%}._label_ksj7q_11{color:var(--theme-text-secondary, #6b7280);font-size:14px;font-weight:500}._inputWrapper_ksj7q_17{position:relative;display:flex;align-items:center}._input_ksj7q_17{width:100%;border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;background-color:var(--theme-surface, #ffffff);color:var(--theme-text, #374151);transition:all .2s ease;font-family:inherit;box-shadow:0 1px 2px #0000000d}._input_ksj7q_17:hover{border-color:var(--theme-primary, #10b981);box-shadow:0 1px 3px #0000001a}._input_ksj7q_17:focus{outline:none;border-color:var(--theme-primary, #10b981);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(16, 185, 129, .1)),0 1px 3px #0000001a}._input_ksj7q_17::-moz-placeholder{color:var(--theme-text-muted, #9ca3af);font-size:inherit}._input_ksj7q_17::placeholder{color:var(--theme-text-muted, #9ca3af);font-size:inherit}._small_ksj7q_51{padding:8px 12px;font-size:14px;height:36px}._medium_ksj7q_57{padding:12px 16px;font-size:16px;height:44px}._large_ksj7q_63{padding:16px 20px;font-size:18px;height:52px}._error_ksj7q_70{border-color:var(--theme-error, #ef4444);box-shadow:0 1px 3px var(--theme-error-light, rgba(239, 68, 68, .1))}._error_ksj7q_70:hover,._error_ksj7q_70:focus{border-color:var(--theme-error, #ef4444);box-shadow:0 0 0 3px var(--theme-error-light, rgba(239, 68, 68, .1)),0 1px 3px var(--theme-error-light, rgba(239, 68, 68, .2))}._errorMessage_ksj7q_80{color:var(--theme-error, #ef4444);font-size:14px;font-weight:500}._leftIcon_ksj7q_87,._rightIcon_ksj7q_87{position:absolute;top:50%;transform:translateY(-50%);color:var(--theme-text-muted, #9ca3af);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}._leftIcon_ksj7q_87{left:12px}._rightIcon_ksj7q_87{right:12px}._hasLeftIcon_ksj7q_107{padding-left:44px}._hasRightIcon_ksj7q_111{padding-right:44px}._input_ksj7q_17:disabled{background-color:var(--theme-background-secondary, #f9fafb);border-color:var(--theme-border, #e5e7eb);cursor:not-allowed;color:var(--theme-text-muted, #9ca3af);box-shadow:none}._input_ksj7q_17:disabled::-moz-placeholder{color:var(--theme-text-disabled, #d1d5db)}._input_ksj7q_17:disabled::placeholder{color:var(--theme-text-disabled, #d1d5db)}._inputWrapper_ksj7q_17:focus-within ._leftIcon_ksj7q_87,._inputWrapper_ksj7q_17:focus-within ._rightIcon_ksj7q_87{color:var(--theme-primary, #10b981)}._container_amwo8_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._loadingOverlay_amwo8_17{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:1100;pointer-events:none}._modalContent_amwo8_32{background:#fff;border-radius:16px;width:90vw;max-width:1500px;max-height:92vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:_modalFadeIn_amwo8_1 .3s ease-out}@keyframes _modalFadeIn_amwo8_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}._header_amwo8_55{position:relative;padding:24px 32px;background:#fff;border-bottom:1px solid #e5e5e5}._closeButton_amwo8_62{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;color:#6b7280;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeButton_amwo8_62:hover{background:#e5e7eb;color:#374151}._header_amwo8_55 h1{margin:0 0 8px;font-size:24px;font-weight:600;color:var(--theme-primary)}._header_amwo8_55 p{margin:0;color:#6b7280;font-size:16px}._content_amwo8_98{display:flex;min-height:650px}._leftSection_amwo8_104{flex:1;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}._iconContainer_amwo8_114{display:flex;flex-direction:column;align-items:center;gap:20px}._stepIcon_amwo8_121{margin-bottom:8px}._stepIconSvg_amwo8_125{display:block}._iconBackground_amwo8_129{fill:var(--theme-primary)}._iconPaper_amwo8_133{fill:#fff}._iconAccent_amwo8_137{fill:var(--theme-primary)}._stepInfo_amwo8_141{text-align:center}._stepNumber_amwo8_145{font-size:14px;color:#6b7280;font-weight:500}._rightSection_amwo8_152{flex:1;padding:40px;background:#fff}._formSection_amwo8_158 h2{margin:0 0 24px;font-size:18px;font-weight:600;color:#374151}._form_amwo8_158{display:flex;flex-direction:column;gap:24px}._inputGroup_amwo8_171{display:flex;flex-direction:column;gap:8px}._fieldLabel_amwo8_177{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}._checkIcon_amwo8_187{color:var(--theme-primary);font-weight:700;font-size:14px}._inputWrapper_amwo8_194{position:relative;width:100%}._dropdownToggle_amwo8_200{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:color .2s ease}._dropdownToggle_amwo8_200:hover{color:var(--theme-primary)}._dropdown_amwo8_200{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;overflow:hidden}._dropdownOption_amwo8_234{width:100%;padding:10px 16px;text-align:left;background:none;border:none;color:#374151;font-size:14px;transition:background .2s ease}._dropdownOption_amwo8_234:hover{background:#f3f4f6;color:var(--theme-primary)}._dropdownOption_amwo8_234:first-child{border-top-left-radius:7px;border-top-right-radius:7px}._dropdownOption_amwo8_234:last-child{border-bottom-left-radius:7px;border-bottom-right-radius:7px}._footer_amwo8_261{padding:24px 32px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;align-items:center;background:#fff;position:sticky;bottom:0}._nextButton_amwo8_272{padding:12px 32px;background:var(--theme-primary)!important;color:#fff!important;border:none!important;border-radius:8px;font-size:16px;font-weight:600;transition:all .2s ease}._nextButton_amwo8_272:hover:not(:disabled){background:var(--theme-primary-dark)!important;transform:translateY(-1px)}._nextButton_amwo8_272:disabled{background:var(--theme-disabled-bg)!important;cursor:not-allowed;transform:none}@media (max-width: 768px){._modalContent_amwo8_32{width:95vw;max-height:95vh}._content_amwo8_98{flex-direction:column;min-height:auto}._leftSection_amwo8_104,._rightSection_amwo8_152{padding:24px}._header_amwo8_55{padding:20px 24px}._footer_amwo8_261{padding:16px 24px}}._toggleSection_amwo8_321{margin-top:8px}._toggleButtons_amwo8_325{display:flex;gap:8px;margin-bottom:12px}._toggleButton_amwo8_325{flex:1;padding:10px 16px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}._toggleButton_amwo8_325:hover{border-color:var(--theme-primary);color:var(--theme-primary)}._toggleButton_amwo8_325._active_amwo8_348{background:var(--theme-primary)!important;color:#fff!important;border-color:var(--theme-primary)!important}._active_amwo8_348{outline:0}._subOption_amwo8_358{margin-top:12px;padding:12px;background:#f9fafb;border-radius:8px}._subLabel_amwo8_365{font-size:13px;font-weight:500;color:#6b7280;margin-bottom:8px;display:block}._heightInput_amwo8_373{display:flex;align-items:center;gap:8px}._numberInput_amwo8_379{width:80px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;background:#fff;color:#374151;text-align:center}._numberInput_amwo8_379:focus{outline:none;border-color:var(--theme-primary)}._unit_amwo8_395{font-size:14px;color:#6b7280}._overlay_1tktc_7{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--theme-overlay, rgba(0, 0, 0, .55));z-index:2000;display:flex;align-items:center;justify-content:center;animation:_fadeIn_1tktc_1 .2s ease-out}._popup_1tktc_19{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:16px;box-shadow:var(--popup-shadow);width:800px;max-width:92vw;max-height:92vh;display:flex;flex-direction:column;animation:_slideUp_1tktc_1 .25s ease-out;overflow:hidden}._header_1tktc_36{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--theme-border);flex-shrink:0}._headerLeft_1tktc_45{display:flex;align-items:center;gap:12px}._headerIcon_1tktc_51{width:36px;height:36px;border-radius:10px;background:var(--theme-primary-light);color:var(--theme-primary);display:flex;align-items:center;justify-content:center;font-size:18px}._headerTitle_1tktc_63{font-size:16px;font-weight:700;color:var(--theme-text);margin:0}._headerDimensions_1tktc_70{font-size:12px;color:var(--theme-text-secondary);margin-top:2px}._closeBtn_1tktc_76{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--theme-text-muted);font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .15s}._closeBtn_1tktc_76:hover{background:var(--theme-secondary-bg-hover);color:var(--theme-text)}._body_1tktc_98{flex:1;min-height:0;overflow-y:auto;padding:8px 24px;display:flex;flex-direction:column;align-items:center;gap:6px}._configBar_1tktc_110{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:680px;padding:6px 14px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:8px;height:38px}._configDivider_1tktc_124{width:1px;height:22px;background:var(--theme-border);flex-shrink:0}._typeSelector_1tktc_132{display:flex;gap:4px;flex-shrink:0}._typeBtn_1tktc_138{display:flex;align-items:center;gap:5px;padding:4px 10px;height:26px;border:1.5px solid var(--theme-border);border-radius:6px;background:var(--theme-surface);transition:all .2s;color:var(--theme-text-muted);font-size:0}._typeBtn_1tktc_138:hover{border-color:var(--theme-primary);color:var(--theme-primary);background:var(--theme-primary-light)}._typeBtnActive_1tktc_158{border-color:var(--theme-primary)!important;background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}._typeBtnLabel_1tktc_164{font-size:11px;font-weight:700;line-height:1}._dimRow_1tktc_171{display:flex;align-items:center;gap:5px;flex-shrink:0}._dimLabel_1tktc_178{font-size:11px;font-weight:600;color:var(--theme-text-muted);flex-shrink:0}._dimInput_1tktc_185{width:56px;height:26px;padding:0 6px;border:1px solid var(--theme-border);border-radius:5px;background:var(--theme-surface);color:var(--theme-text);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;text-align:center;outline:none;transition:border-color .15s;-moz-appearance:textfield}._dimInput_1tktc_185::-webkit-inner-spin-button,._dimInput_1tktc_185::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._dimInput_1tktc_185:focus{border-color:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-primary-light)}._dimUnit_1tktc_213{font-size:11px;color:var(--theme-text-muted);font-weight:500;flex-shrink:0}._dimSeparator_1tktc_220{font-size:11px;font-weight:500;color:var(--theme-text-muted);flex-shrink:0}._guideHint_1tktc_228{font-size:14px;cursor:help;flex-shrink:0;opacity:.5;transition:opacity .15s;margin-left:auto}._guideHint_1tktc_228:hover{opacity:1}._canvasWrapper_1tktc_244{display:flex;justify-content:center;align-items:center;width:100%}._canvas_1tktc_244{display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:12px}._canvasInner_1tktc_259{position:relative;background:var(--theme-background-secondary);border:2px solid var(--theme-border-hover);border-radius:3px}._cell_1tktc_267{position:absolute;box-sizing:border-box;border:1px dashed var(--theme-border-hover);transition:all .15s ease;display:flex;align-items:center;justify-content:center;overflow:hidden}._cell_1tktc_267:hover{background:var(--theme-primary-light);border-color:var(--theme-primary);border-style:dashed}._cellSelected_1tktc_284{background:var(--theme-primary-light)!important;border:2px solid var(--theme-primary)!important;border-style:solid!important;z-index:1}._cellContent_1tktc_291{display:flex;flex-direction:column;align-items:center;gap:8px}._cellLabel_1tktc_298{font-size:10px;font-weight:500;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.5px}._cellDimension_1tktc_306{font-size:13px;font-weight:600;color:var(--theme-text);white-space:nowrap;font-variant-numeric:tabular-nums}._cellDimEditable_1tktc_314{cursor:text;border-bottom:1px dashed var(--theme-primary);padding-bottom:1px}._cellDimEditable_1tktc_314:hover{color:var(--theme-primary)}._cellDimInput_1tktc_324{width:52px;padding:1px 3px;border:1px solid var(--theme-primary);border-radius:3px;background:var(--theme-surface);color:var(--theme-text);font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;text-align:center;outline:none;-moz-appearance:textfield}._cellDimInput_1tktc_324::-webkit-inner-spin-button,._cellDimInput_1tktc_324::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._cellDimensionSub_1tktc_345{font-size:10px;font-weight:400;color:var(--theme-text-muted);white-space:nowrap}._cellActions_1tktc_353{display:flex;gap:6px;pointer-events:auto;margin-top:4px}._cellActionBtn_1tktc_360{padding:4px 10px;height:28px;border:1.5px solid var(--theme-border-hover);border-radius:6px;background:var(--theme-surface);font-size:11px;display:flex;align-items:center;justify-content:center;transition:all .15s;color:var(--theme-text-secondary)}._cellActionLabel_1tktc_374{font-size:11px;font-weight:600;letter-spacing:.3px}._cellActionBtn_1tktc_360:hover{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary);transform:scale(1.08);box-shadow:0 2px 8px var(--theme-primary-shadow)}._handle_1tktc_389{position:absolute;z-index:10;background:transparent;transition:background-color .1s}._handle_1tktc_389:after{content:"";position:absolute;border-radius:4px;background:var(--theme-primary);opacity:0;transition:opacity .15s}._handle_1tktc_389:hover:after{opacity:1}._handleH_1tktc_409{cursor:col-resize}._handleH_1tktc_409:after{width:4px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}._handleV_1tktc_421{cursor:row-resize}._handleV_1tktc_421:after{width:32px;height:4px;top:50%;left:50%;transform:translate(-50%,-50%)}._handle_1tktc_389:hover,._handle_1tktc_389:active{background:var(--theme-primary-light)}._handle_1tktc_389:active:after{opacity:1}._actionBar_1tktc_448{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:680px;padding:10px 14px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:10px}._actionBarLeft_1tktc_460{display:flex;align-items:center;gap:8px}._sectionBadge_1tktc_466{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;background:var(--theme-primary-light);color:var(--theme-primary);font-size:12px;font-weight:600}._selectionHint_1tktc_478{font-size:11px;color:var(--theme-text-muted)}._actionBarRight_1tktc_483{display:flex;align-items:center;gap:6px}._actionBtn_1tktc_489{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);font-size:12px;font-weight:500;transition:all .15s;color:var(--theme-text);white-space:nowrap}._actionBtn_1tktc_489:hover:not(:disabled){border-color:var(--theme-primary);color:var(--theme-primary);background:var(--theme-primary-light)}._actionBtn_1tktc_489:disabled{opacity:.35;cursor:not-allowed}._actionBtnIcon_1tktc_515{font-size:14px;line-height:1}._actionBtnDanger_1tktc_520{color:var(--theme-danger);border-color:var(--theme-danger-light)}._actionBtnDanger_1tktc_520:hover:not(:disabled){background:var(--theme-danger-light);border-color:var(--theme-danger);color:var(--theme-danger)}._resetBtn_1tktc_531{color:var(--theme-text-muted);border-color:transparent;background:transparent}._resetBtn_1tktc_531:hover:not(:disabled){background:var(--theme-secondary-bg-hover);border-color:transparent;color:var(--theme-text)}._footer_1tktc_546{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 24px;border-top:1px solid var(--theme-border);flex-shrink:0}._cancelBtn_1tktc_556{padding:9px 24px;border:1px solid var(--theme-border);border-radius:10px;background:var(--theme-surface);font-size:13px;font-weight:500;color:var(--theme-text);transition:all .15s}._cancelBtn_1tktc_556:hover{background:var(--theme-secondary-bg-hover);border-color:var(--theme-border-hover)}._confirmBtn_1tktc_572{padding:9px 28px;border:none;border-radius:10px;background:var(--theme-primary);color:#fff;font-size:13px;font-weight:600;transition:all .15s;box-shadow:0 2px 8px var(--theme-primary-shadow)}._confirmBtn_1tktc_572:hover{background:var(--theme-primary-hover);box-shadow:0 4px 16px var(--theme-primary-shadow)}@keyframes _fadeIn_1tktc_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1tktc_1{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._container_151br_1{display:flex;flex-direction:column;gap:12px;padding:4px 0}._item_151br_8{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--theme-border, #e0e0e0);border-radius:8px;transition:all .2s;background:var(--theme-surface, #fff)}._item_151br_8:hover{border-color:var(--theme-primary, #4a90d9);background:var(--theme-surface-hover, #f5f8ff)}._itemIcon_151br_24{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:6px;background:var(--theme-primary-light, rgba(59, 130, 246, .1));color:var(--theme-primary, #4a90d9);flex-shrink:0}._itemInfo_151br_36{display:flex;flex-direction:column;gap:4px}._itemLabel_151br_42{font-size:13px;font-weight:600;color:var(--theme-text, #333)}._itemDimension_151br_48{font-size:11px;color:var(--theme-text-secondary, #999)}._helpText_151br_53{font-size:11px;color:var(--theme-text-secondary, #999);line-height:1.5;margin:0;padding:0 4px}._slotSelector_6sisu_1{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;background:#fffffff2;padding:8px 12px;border-radius:8px;box-shadow:0 2px 8px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._slotButtons_6sisu_14{display:flex;gap:6px;align-items:center}._slotButton_6sisu_14{min-width:40px;height:32px;padding:0 12px;border:1px solid;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._slotButton_6sisu_14:hover{transform:translateY(-1px)}._slotButton_6sisu_14._active_6sisu_38{font-weight:600}._creditModal_1ob5c_2{position:relative;width:900px;max-width:95vw;max-height:90vh;overflow:hidden;border:2px solid #ffffff}._closeButton_1ob5c_12{position:absolute;top:20px;right:20px;width:36px;height:36px;border:none;background:var(--theme-surface, #ffffff);color:var(--theme-text-secondary, #666666);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;box-shadow:0 2px 4px #0000001a}._closeButton_1ob5c_12:hover{background:var(--theme-background-hover, #f5f5f5);color:var(--theme-text, #1a1a1a);box-shadow:0 2px 8px #00000026}._modalLayout_1ob5c_37{display:flex;gap:0;height:100%}._leftPanel_1ob5c_44{flex:0 0 340px;padding:40px 32px;background:var(--theme-background, #fafafa);border-right:1px solid var(--theme-border, #e8e8e8)}._currentPlanCard_1ob5c_51{display:flex;flex-direction:column;gap:24px}._planBadge_1ob5c_57{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e0e0e0);border-radius:16px;font-size:13px;font-weight:500;color:var(--theme-text-secondary, #666666);width:-moz-fit-content;width:fit-content}._badgeIcon_1ob5c_71{width:14px;height:14px}._planTitle_1ob5c_76{margin:0;font-size:28px;font-weight:700;color:var(--theme-text, #1a1a1a);letter-spacing:-.5px}._planSubtitle_1ob5c_84{margin:-12px 0 0;font-size:14px;line-height:1.5;color:var(--theme-text-secondary, #666666)}._creditStatus_1ob5c_91{padding:20px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e8e8e8);border-radius:8px}._creditRow_1ob5c_98{display:flex;justify-content:space-between;align-items:center;padding:10px 0}._creditLabel_1ob5c_105{font-size:14px;color:var(--theme-text-secondary, #666666)}._creditValue_1ob5c_110{font-size:16px;font-weight:600;color:var(--theme-text, #1a1a1a)}._dividerLine_1ob5c_116{height:1px;background:var(--theme-border, #e8e8e8);margin:8px 0}._creditLabelBold_1ob5c_122{font-size:14px;font-weight:700;color:var(--theme-text, #1a1a1a)}._creditValueBold_1ob5c_128{font-size:18px;font-weight:700;color:var(--theme-primary, #1a1a1a)}._upgradeInfo_1ob5c_134{padding:16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e8e8e8);border-radius:8px}._upgradeText_1ob5c_141{margin:0;font-size:14px;line-height:1.6;color:var(--theme-text-secondary, #666666)}._upgradeText_1ob5c_141 strong{color:var(--theme-primary, #1a1a1a);font-weight:700}._rightPanel_1ob5c_154{flex:1;padding:40px 32px;display:flex;flex-direction:column;overflow-y:auto}._comparisonTitle_1ob5c_162{margin:0 0 24px;font-size:20px;font-weight:700;color:var(--theme-text, #1a1a1a)}._comparisonTable_1ob5c_170{flex:1;border:1px solid var(--theme-border, #e8e8e8);border-radius:8px;overflow:hidden}._tableHeader_1ob5c_177{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--theme-background, #fafafa);border-bottom:2px solid var(--theme-border, #e8e8e8)}._featureCol_1ob5c_184{padding:16px 20px;font-size:13px;font-weight:700;color:var(--theme-text-secondary, #666666);text-transform:uppercase;letter-spacing:.5px}._planCol_1ob5c_193{padding:16px 20px;font-size:13px;font-weight:700;color:var(--theme-text-secondary, #666666);text-align:center;text-transform:uppercase;letter-spacing:.5px}._proPlanCol_1ob5c_203{background:var(--theme-primary, #1a1a1a);color:#fff;font-weight:800;opacity:.95}._tableBody_1ob5c_210{display:flex;flex-direction:column}._tableRow_1ob5c_215{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--theme-border, #e8e8e8)}._tableRow_1ob5c_215:last-child{border-bottom:none}._featureCell_1ob5c_225{padding:16px 20px;font-size:14px;font-weight:500;color:var(--theme-text, #1a1a1a);background:var(--theme-surface, #ffffff)}._valueCell_1ob5c_233{padding:16px 20px;font-size:14px;font-weight:600;color:var(--theme-text-secondary, #666666);text-align:center;background:var(--theme-surface, #ffffff);display:flex;align-items:center;justify-content:center}._proValue_1ob5c_245{background:var(--theme-primary, #1a1a1a);color:#fff;font-weight:700;opacity:.85}._priceSection_1ob5c_253{margin-top:32px;padding-top:24px;border-top:2px solid var(--theme-border, #e8e8e8);display:flex;align-items:center;justify-content:space-between}._priceTag_1ob5c_262{display:flex;align-items:baseline;gap:4px}._currency_1ob5c_268{font-size:18px;font-weight:600;color:var(--theme-text-secondary, #666666)}._price_1ob5c_253{font-size:36px;font-weight:700;color:var(--theme-text, #1a1a1a);letter-spacing:-1px}._period_1ob5c_281{font-size:16px;font-weight:500;color:var(--theme-text-secondary, #666666)}._upgradeButton_1ob5c_287{padding:14px 32px;background:var(--theme-primary, #1a1a1a);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;transition:all .2s ease;opacity:.95;box-shadow:0 4px 16px #0000004d}._upgradeButton_1ob5c_287:hover{background:var(--theme-primary-hover, #333333);transform:translateY(-2px);opacity:1;box-shadow:0 6px 20px #0006}._upgradeButton_1ob5c_287:active{transform:translateY(0);box-shadow:0 4px 16px #0000004d}@media (max-width: 768px){._creditModal_1ob5c_2{width:100vw;max-width:100vw;max-height:100vh}._modalLayout_1ob5c_37{flex-direction:column}._leftPanel_1ob5c_44{flex:0 0 auto;border-right:none;border-bottom:1px solid var(--theme-border, #e8e8e8)}._tableHeader_1ob5c_177,._tableRow_1ob5c_215{grid-template-columns:2fr 1fr 1fr}._priceSection_1ob5c_253{flex-direction:column;gap:16px;align-items:stretch}._priceTag_1ob5c_262{justify-content:center}._upgradeButton_1ob5c_287{width:100%}}._container_1ejzo_7{display:flex;flex-direction:column;gap:6px;margin-bottom:0}._section_1ejzo_14{display:flex;flex-direction:column;gap:4px}._row_1ejzo_20{display:flex;gap:16px;align-items:center}._column_1ejzo_26{display:flex;flex-direction:column;gap:8px}._inlineLayout_1ejzo_32{display:flex;gap:16px;align-items:flex-end}._titleField_1ejzo_38{flex:0 0 75%}._locationField_1ejzo_42{flex:0 0 calc(25% - 8px)}._label_1ejzo_47{color:var(--theme-text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:12px;font-weight:600;letter-spacing:-.01em}._inputLabel_1ejzo_55{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:var(--theme-text-muted);line-height:1.2;letter-spacing:.01em;text-transform:uppercase}._disabledMessage_1ejzo_65{color:var(--theme-text-muted);font-size:12px;font-style:normal;padding:10px 12px;background-color:var(--theme-background-secondary);border-radius:6px;text-align:center}._inputGroup_1ejzo_76{display:grid;grid-template-columns:1fr 1fr;gap:12px}._inputGroupThreeColumns_1ejzo_82{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}._inputGroupTwoColumns_1ejzo_88{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 768px){._inputGroupThreeColumns_1ejzo_82,._inputGroupTwoColumns_1ejzo_88,._inputGroup_1ejzo_76{grid-template-columns:1fr;gap:10px}}._dimensionsSummary_1ejzo_103{padding:8px 12px;background-color:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:6px;margin-bottom:8px}._summaryText_1ejzo_111{font-size:13px;color:var(--theme-text);font-weight:500}._inputWrapper_1ejzo_117{display:flex;flex-direction:column;gap:5px}._inputWithUnit_1ejzo_123{position:relative;display:flex;align-items:center}._input_1ejzo_55{width:100%;padding:7px 10px;border:1px solid var(--theme-border);border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:13px;font-weight:500;background-color:var(--theme-background-secondary);color:var(--theme-text);transition:border-color .15s ease,box-shadow .15s ease;-webkit-font-smoothing:antialiased}._input_1ejzo_55:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-primary-light)}._input_1ejzo_55:hover:not(:focus):not(:disabled){border-color:var(--theme-border-hover)}._inputWithUnitField_1ejzo_153{padding-right:36px}._unit_1ejzo_157{position:absolute;right:10px;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;pointer-events:none}._inputError_1ejzo_168{border-color:var(--theme-danger)!important;background-color:var(--theme-danger-light)}._errorMessage_1ejzo_173{font-size:11px;color:var(--theme-danger);margin-top:2px;font-weight:500}._toggleGroup_1ejzo_181{display:flex;gap:8px;align-items:center}._radioGroup_1ejzo_187{display:flex;gap:6px;flex-wrap:wrap}._radioOption_1ejzo_193{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--theme-border);border-radius:6px;transition:all .15s ease}._radioOption_1ejzo_193:hover{border-color:var(--theme-primary);background-color:var(--theme-primary-light)}._radioOptionSelected_1ejzo_208{border-color:var(--theme-primary);background-color:var(--theme-primary-light);color:var(--theme-primary)}._radioInput_1ejzo_214{margin:0}._radioLabel_1ejzo_218{font-size:13px;margin:0}._toggleButtonGroup_1ejzo_224{display:flex;background:var(--theme-background-secondary);border-radius:5px;padding:2px;overflow:hidden;border:none;gap:1px}._toggleButton_1ejzo_224{flex:1;padding:3px 4px;border:none;background:transparent;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;transition:all .15s ease;border-right:none;min-height:22px;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:0;border-radius:4px;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}._toggleButton_1ejzo_224:last-child{border-right:none}._toggleButton_1ejzo_224:hover:not(._toggleButtonActive_1ejzo_260){color:var(--theme-text);background:#ffffff0a}._toggleButton_1ejzo_224:active{transform:scale(.98)}._toggleButtonActive_1ejzo_260{background:var(--theme-background-secondary)!important;color:var(--theme-primary)!important;font-weight:600;border:1.5px solid var(--theme-primary)!important}._toggleButtonActive_1ejzo_260:hover{background:var(--theme-background-secondary)!important;color:var(--theme-primary)!important}._toggleButton_1ejzo_224:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}._button_1ejzo_288{padding:7px 12px;border:1px solid var(--theme-border);border-radius:6px;background-color:var(--theme-surface);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:13px;font-weight:500;transition:all .15s ease;color:var(--theme-text)}._button_1ejzo_288:hover{border-color:var(--theme-border-hover);background-color:var(--theme-background-secondary)}._button_1ejzo_288:active{transform:scale(.98)}._buttonActive_1ejzo_309{background:var(--theme-surface);color:var(--theme-text);box-shadow:0 1px 3px #00000014,0 .5px 1px #0000000a;border-color:var(--theme-border);font-weight:600}._description_1ejzo_318{font-size:11px;color:var(--theme-text-muted);margin-top:2px;line-height:1.4}._infoBox_1ejzo_326{background-color:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:6px;padding:8px 12px;margin:8px 0;display:flex;flex-direction:column;gap:3px}._infoDetail_1ejzo_337{font-size:11px;color:var(--theme-text-muted)}._slider_1ejzo_343{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--theme-border);border-radius:2px;outline:none;transition:background .2s}._slider_1ejzo_343:hover{background:var(--theme-border-hover)}._slider_1ejzo_343::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:var(--theme-primary);border-radius:50%;-webkit-transition:all .15s ease;transition:all .15s ease;box-shadow:0 1px 3px #00000026}._slider_1ejzo_343::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 6px #0003}._slider_1ejzo_343::-moz-range-thumb{width:14px;height:14px;background:var(--theme-primary);border-radius:50%;border:none;-moz-transition:all .15s ease;transition:all .15s ease}._slider_1ejzo_343::-moz-range-thumb:hover{transform:scale(1.15)}._disabledLabel_1ejzo_388{color:var(--theme-text-muted)!important;opacity:.5}._disabledText_1ejzo_393{font-size:11px;color:var(--theme-text-muted);font-weight:400}._input_1ejzo_55:disabled{background-color:var(--theme-background-secondary)!important;color:var(--theme-text-muted)!important;cursor:not-allowed;border-color:var(--theme-border)!important;opacity:.5}._button_1ejzo_288:disabled{background-color:var(--theme-background-secondary)!important;color:var(--theme-text-muted)!important;cursor:not-allowed;border-color:var(--theme-border)!important;opacity:.5}._button_1ejzo_288:disabled:hover{background-color:var(--theme-background-secondary)!important;border-color:var(--theme-border)!important;transform:none}._slider_1ejzo_343:disabled{background:var(--theme-background-secondary)!important;cursor:not-allowed;opacity:.5}._slider_1ejzo_343:disabled::-webkit-slider-thumb{background:var(--theme-border)!important;cursor:not-allowed}._slider_1ejzo_343:disabled::-moz-range-thumb{background:var(--theme-border)!important;cursor:not-allowed}._container_jndgz_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._loadingOverlay_jndgz_17{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:1100;pointer-events:none}._modalContent_jndgz_32{background:#fff;border-radius:16px;width:90vw;max-width:1500px;max-height:92vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:_modalSlideIn_jndgz_1 .3s ease-out}@keyframes _modalSlideIn_jndgz_1{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}._header_jndgz_55{position:relative;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e5e5}._closeButton_jndgz_62{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;color:#6b7280;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeButton_jndgz_62:hover{background:#e5e7eb;color:#374151}._header_jndgz_55 h1{margin:0;font-size:20px;font-weight:600;color:var(--theme-primary)}._content_jndgz_92{display:flex;height:calc(92vh - 120px);overflow:hidden}._leftSection_jndgz_99{flex:1.3;padding:16px;display:flex;flex-direction:column;background:#fff;position:relative;min-width:600px}._viewToggle_jndgz_110{display:flex;gap:2px;margin-bottom:20px;border-radius:8px;padding:3px;background:var(--theme-background-secondary, #f3f4f6);width:-moz-fit-content;width:fit-content}._toggleButton_jndgz_120{padding:8px 20px;border:none;background:transparent;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:13px;font-weight:500;transition:all .15s ease;border-radius:6px;min-width:60px}._editorViewer_jndgz_145{flex:1;display:flex;flex-direction:column;width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;min-height:500px}._rightSection_jndgz_158{flex:.7;background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden}._formContent_jndgz_168{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}._divider_jndgz_178{height:1px;background:#e5e7eb;margin:8px 0}._compactSection_jndgz_185{display:flex;align-items:center;gap:12px}._compactLabel_jndgz_191{font-size:13px;font-weight:600;color:#374151;min-width:40px}._sizeLabel_jndgz_198{font-size:11px;font-weight:500;color:#6b7280;margin:0 -4px}._toggleButtons_jndgz_206{display:flex;gap:2px;border-radius:8px;padding:3px;background:var(--theme-background-secondary, #f3f4f6)}._toggleButtonsWide_jndgz_215{display:flex;gap:2px;border-radius:8px;padding:3px;background:var(--theme-background-secondary, #f3f4f6);flex:1}._toggleButton_jndgz_120{padding:6px 12px;border:none;background:transparent;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:12px;font-weight:500;transition:all .15s ease;border-radius:6px;flex:1}._toggleButton_jndgz_120._active_jndgz_133{background:var(--theme-primary)!important;color:#fff!important;box-shadow:none;font-weight:600}._toggleButton_jndgz_120:hover:not(._active_jndgz_133){color:var(--theme-text-secondary)}._rangeWrapper_jndgz_249{flex:1;display:flex;flex-direction:column;gap:4px}._rangeInput_jndgz_256{width:100%;height:6px;background:#e5e7eb;border-radius:3px;outline:none;-webkit-appearance:none}._rangeInput_jndgz_256::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:var(--theme-primary);border:3px solid white;border-radius:50%;box-shadow:0 1px 4px #0003;-webkit-transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease}._rangeInput_jndgz_256::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 6px #00000040}._rangeInput_jndgz_256::-webkit-slider-thumb:active{transform:scale(1.05)}._rangeInput_jndgz_256::-moz-range-thumb{width:20px;height:20px;background:var(--theme-primary);border:3px solid white;border-radius:50%;box-shadow:0 1px 4px #0003}._rangeInput_jndgz_256::-moz-range-track{height:6px;background:#e5e7eb;border-radius:3px}._rangeTicks_jndgz_300{display:flex;justify-content:space-between;padding:0 2px}._rangeTick_jndgz_300{font-size:13px;color:#6b7280;font-weight:600;min-width:14px;text-align:center;transition:color .15s ease}._rangeTick_jndgz_300:hover{color:var(--theme-primary)}._rangeTickActive_jndgz_319{color:var(--theme-primary);font-weight:700}._rangeValue_jndgz_324{font-size:16px;font-weight:700;color:var(--theme-primary);min-width:28px;text-align:center;background:var(--theme-primary-light, rgba(16, 185, 129, .1));border-radius:6px;padding:2px 8px}._formContent_jndgz_168::-webkit-scrollbar{width:6px}._formContent_jndgz_168::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._formContent_jndgz_168::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._formContent_jndgz_168::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._formSection_jndgz_354{display:flex;flex-direction:column}._formSection_jndgz_354+._formSection_jndgz_354{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}._sectionTitle_jndgz_365{margin:0 0 12px;font-size:15px;font-weight:600;color:#374151}._form_jndgz_168{display:flex;flex-direction:column;gap:16px}._formGroup_jndgz_379{display:flex;flex-direction:column;gap:8px}._formLabel_jndgz_385{font-size:13px;font-weight:600;color:#374151;margin:0}._buttonGroup_jndgz_393{display:flex;gap:8px;flex-wrap:wrap}._typeButton_jndgz_399{padding:8px 16px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted);border-radius:6px;font-size:13px;font-weight:500;transition:all .2s ease;min-width:72px}._typeButton_jndgz_399._active_jndgz_133{background:var(--theme-primary);border-color:var(--theme-primary);color:#fff}._typeButton_jndgz_399:hover:not(._active_jndgz_133){background:var(--theme-background-secondary);border-color:var(--theme-primary)}._sizeInputs_jndgz_423{display:flex;align-items:center;gap:8px;flex:1}._inputGroup_jndgz_430{display:flex;flex-direction:column;gap:4px;flex:1}._inputLabel_jndgz_437{font-size:11px;font-weight:500;color:#6b7280}._inputWithUnit_jndgz_443{display:flex;align-items:center;gap:8px}._sizeInput_jndgz_423{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:13px;transition:all .2s ease}._sizeInput_jndgz_423:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._unit_jndgz_466{font-size:12px;font-weight:500;color:#6b7280;min-width:24px}._customSection_jndgz_474{display:flex;flex-direction:column;gap:20px}._customOption_jndgz_481{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}._customOption_jndgz_481:last-child{border-bottom:none}._optionLabel_jndgz_493{font-size:14px;font-weight:600;color:#374151}._selectInput_jndgz_499{padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:13px;transition:all .2s ease}._selectInput_jndgz_499:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._numberInput_jndgz_515{width:70px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:13px;transition:all .2s ease}._numberInput_jndgz_515:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._numberInput_jndgz_515:disabled{background:var(--theme-disabled-bg);color:var(--theme-disabled-text);cursor:not-allowed}._footer_jndgz_539{padding:16px 24px;border-top:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;bottom:0}._previousButton_jndgz_550{padding:10px 20px;background:var(--theme-secondary-bg);color:var(--theme-text);border:none;border-radius:6px;font-size:14px;font-weight:600;transition:all .2s ease}._previousButton_jndgz_550:hover{background:var(--theme-secondary-bg-hover);transform:translateY(-1px)}._confirmButton_jndgz_566{padding:10px 24px;background:var(--theme-primary)!important;color:#fff!important;border:none!important;border-radius:6px;font-size:14px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:8px}._confirmButton_jndgz_566:hover:not(._disabled_jndgz_580){background:var(--theme-primary-hover)!important;transform:translateY(-1px)}._confirmButton_jndgz_566._disabled_jndgz_580{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed}._readOnlyField_jndgz_592{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._readOnlyInput_jndgz_599{flex:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;color:#6b7280;font-size:14px;cursor:not-allowed}._zoneInfo_jndgz_611{margin-top:16px;padding:12px;background:#f3f4f6;border-radius:6px}._zoneInfoItem_jndgz_618{display:flex;justify-content:space-between;align-items:center;padding:4px 0}._zoneLabel_jndgz_625{font-size:13px;color:#6b7280}._zoneValue_jndgz_630{font-size:13px;font-weight:500;color:#374151}._confirmButton_jndgz_566._disabled_jndgz_580:hover{transform:none}._loadingOverlay_jndgz_17{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._labelText_jndgz_656{font-size:12px;color:#6b7280;min-width:20px}._unitText_jndgz_662{font-size:12px;color:#6b7280}._inputField_jndgz_667{width:60px;padding:4px 8px;border-radius:4px;border:1px solid #e5e7eb}._inputField_jndgz_667:disabled{background:var(--theme-disabled-bg);color:var(--theme-disabled-text);cursor:not-allowed}._wideInputField_jndgz_680{width:80px;padding:4px 8px;border-radius:4px;border:1px solid #e5e7eb}._wideInputField_jndgz_680:disabled{background:var(--theme-disabled-bg);color:var(--theme-disabled-text);cursor:not-allowed}._stepContainer_39rqh_2{width:100%;height:100%;display:flex;flex-direction:column}._stepContainer_39rqh_2 input,._stepContainer_39rqh_2 textarea,._stepContainer_39rqh_2 select{background-color:#fff!important;color:#374151!important;border-color:#e5e7eb!important}._stepContainer_39rqh_2 input:hover,._stepContainer_39rqh_2 textarea:hover,._stepContainer_39rqh_2 select:hover{border-color:var(--theme-primary)!important}._stepContainer_39rqh_2 input:focus,._stepContainer_39rqh_2 textarea:focus,._stepContainer_39rqh_2 select:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 3px var(--theme-primary-light)!important}._stepContainer_39rqh_2 input::-moz-placeholder,._stepContainer_39rqh_2 textarea::-moz-placeholder{color:#9ca3af!important}._stepContainer_39rqh_2 input::placeholder,._stepContainer_39rqh_2 textarea::placeholder{color:#9ca3af!important}._container_14iq4_1{padding:0;margin:0;background:var(--theme-surface)!important}._tabMenu_14iq4_8{display:flex;margin-bottom:4px;background:var(--theme-background-secondary);border-radius:5px;padding:2px;gap:1px}._tabButton_14iq4_17{flex:1;padding:4px 6px;border:none;background:transparent;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;border-radius:4px;transition:all .15s ease;min-height:24px;display:flex;align-items:center;justify-content:center;white-space:nowrap;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}._tabButton_14iq4_17:hover{color:var(--theme-text)}._tab_14iq4_8{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;padding:4px 6px;background:transparent;border:none;transition:all .15s ease;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;gap:0;white-space:nowrap;border-radius:4px;min-height:24px;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}._tab_14iq4_8:hover:not(._activeTab_14iq4_63){color:var(--theme-text);background:#ffffff0a}._tab_14iq4_8:active{transform:scale(.97)}._activeTab_14iq4_63{background:var(--theme-background-secondary)!important;color:var(--theme-primary)!important;font-weight:600;border:1.5px solid var(--theme-primary)!important}._activeTab_14iq4_63:hover{background:var(--theme-background-secondary)!important;color:var(--theme-primary)!important}._thumbnailGrid_14iq4_85{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-top:4px;padding:0 2px}._thumbnailItem_14iq4_94{display:flex;flex-direction:column;align-items:center;cursor:grab;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:0;width:100%}._thumbnailItem_14iq4_94 ._thumbnailImage_14iq4_105{position:relative;width:100%;aspect-ratio:4 / 5;background-color:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;overflow:hidden;padding:0}._thumbnailItem_14iq4_94:hover ._thumbnailImage_14iq4_105{border-color:var(--theme-border-hover);box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}._thumbnailItem_14iq4_94:active{cursor:grabbing}._thumbnailItem_14iq4_94:active ._thumbnailImage_14iq4_105{transform:translateY(0)}._thumbnailItem_14iq4_94 ._thumbnailImage_14iq4_105:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--theme-primary-light);border-radius:4px;opacity:0;transition:opacity .2s ease;pointer-events:none}._thumbnailItem_14iq4_94:active ._thumbnailImage_14iq4_105:after{opacity:1}._thumbnailItem_14iq4_94._selected_14iq4_150 ._thumbnailImage_14iq4_105{border-color:var(--theme-primary);border-width:2px;box-shadow:0 0 0 1px var(--theme-primary)}._thumbnailItem_14iq4_94._selected_14iq4_150:hover ._thumbnailImage_14iq4_105{transform:none;box-shadow:0 0 0 1px var(--theme-primary)}._thumbnailItem_14iq4_94._disabled_14iq4_162{opacity:.5;cursor:not-allowed}._thumbnailItem_14iq4_94._disabled_14iq4_162 ._thumbnailImage_14iq4_105{border-color:var(--theme-border)}._thumbnailItem_14iq4_94._disabled_14iq4_162:hover ._thumbnailImage_14iq4_105{border-color:var(--theme-border);box-shadow:none;transform:none}._thumbnailItem_14iq4_94._disabled_14iq4_162:active ._thumbnailImage_14iq4_105:after{opacity:0}._thumbnailName_14iq4_182{margin-top:4px;font-size:10px;font-weight:500;color:var(--theme-text);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.3}._thumbnailImage_14iq4_105{width:100%;display:flex;align-items:center;justify-content:center}._thumbnailImage_14iq4_105 img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}._thumbnailItem_14iq4_94[data-category=upper] ._thumbnailImage_14iq4_105 img,._thumbnailItem_14iq4_94[data-category=lower] ._thumbnailImage_14iq4_105 img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1)) brightness(.95) saturate(.9) hue-rotate(-5deg)}._disabledOverlay_14iq4_217{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffb3;display:flex;align-items:center;justify-content:center}._disabledOverlay_14iq4_217:before{content:"🚫";font-size:24px;opacity:.8}._emptyMessage_14iq4_236{grid-column:1 / -1;text-align:center;padding:0;color:var(--theme-text-secondary);font-size:14px;font-weight:400;background:none;border:none;display:flex;align-items:center;justify-content:center;height:200px;width:100%}@media (max-width: 1023px){._tabMenu_14iq4_8{margin-bottom:4px}._tab_14iq4_8{padding:4px 0;font-size:10px}}@media (min-resolution: 192dpi){._thumbnailImage_14iq4_105 img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}._container_1x7yx_1{display:flex;flex-direction:column;height:100%;background-color:var(--theme-surface)}._header_1x7yx_8{padding:16px 20px;border-bottom:1px solid var(--theme-border);flex-shrink:0}._title_1x7yx_14{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:var(--theme-text);margin:0;letter-spacing:-.02em}._tabNavigation_1x7yx_24{display:flex;background:var(--theme-background-secondary);border-radius:5px;padding:2px 2px 4px;gap:1px;margin:4px 12px 0;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}._tab_1x7yx_24{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;padding:4px 6px;border:none;background:transparent;transition:all .15s ease;color:var(--theme-text-muted);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;min-height:24px;border-radius:4px;white-space:nowrap;letter-spacing:-.01em;-webkit-font-smoothing:antialiased}._tab_1x7yx_24:hover:not(._activeTab_1x7yx_57){color:var(--theme-text-secondary);background:#ffffff0a}._tab_1x7yx_24:active{transform:scale(.97)}._tab_1x7yx_24._activeTab_1x7yx_57{background:var(--theme-background-secondary)!important;color:var(--theme-primary)!important;font-weight:600;border:1.5px solid var(--theme-primary)!important}._tab_1x7yx_24._activeTab_1x7yx_57:hover{background:var(--theme-background-secondary)!important;color:var(--theme-primary)!important}._tabIcon_1x7yx_78{font-size:16px}._tabLabel_1x7yx_82{font-size:11px;font-weight:500}._filterBar_1x7yx_88{display:flex;gap:4px;padding:6px 12px 0;overflow-x:auto;flex-shrink:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}._filterBar_1x7yx_88::-webkit-scrollbar{display:none}._filterChip_1x7yx_102{flex-shrink:0;padding:5px 12px;border:1px solid var(--theme-border, #e5e5e5);border-radius:14px;background:transparent;color:var(--theme-text-secondary, #888);font-size:11px;font-weight:500;transition:all .15s ease;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}._filterChip_1x7yx_102:hover{border-color:var(--theme-primary, #1abc9c);color:var(--theme-primary, #1abc9c)}._filterChipActive_1x7yx_121{background:var(--theme-primary, #1abc9c);border-color:var(--theme-primary, #1abc9c);color:#fff;font-weight:600}._filterChipActive_1x7yx_121:hover{background:var(--theme-primary, #1abc9c);border-color:var(--theme-primary, #1abc9c);color:#fff}._content_1x7yx_135{flex:1;overflow-y:auto;padding:0}._tabContent_1x7yx_141{padding:20px}._materialGrid_1x7yx_146{display:grid;grid-template-columns:1fr 1fr;gap:10px}._materialCard_1x7yx_152{background:var(--theme-surface);border:1.5px solid var(--theme-border-strong, #ccc);border-radius:8px;overflow:hidden;transition:border-color .15s,box-shadow .15s}._materialCard_1x7yx_152:hover{border-color:var(--theme-primary, #1abc9c);box-shadow:0 2px 8px #00000014}._materialCardSelected_1x7yx_165{border-color:var(--theme-primary, #1abc9c);box-shadow:0 0 0 2px #1abc9c33}._materialThumbnail_1x7yx_170{width:100%;aspect-ratio:1;overflow:hidden}._materialImage_1x7yx_176{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._materialColorSwatch_1x7yx_183{width:100%;height:100%}._materialInfo_1x7yx_188{border-top:1px solid var(--theme-border-strong, #ccc);padding:6px 8px}._materialType_1x7yx_193{display:block;font-size:10px;font-weight:600;color:var(--theme-primary, #1abc9c);line-height:1.3;letter-spacing:.02em}._materialName_1x7yx_202{display:block;font-size:12px;font-weight:700;color:var(--theme-text);margin-top:2px;line-height:1.3}._materialManufacturer_1x7yx_211{display:block;font-size:10px;color:var(--theme-text-secondary);margin-top:1px;line-height:1.3}@media (max-width: 768px){._container_1x7yx_1{height:auto}._header_1x7yx_8{padding:8px 12px}._title_1x7yx_14{font-size:13px}._tabNavigation_1x7yx_24{margin:4px 10px}._tab_1x7yx_24{padding:3px 6px;min-height:24px;font-size:10px}._filterBar_1x7yx_88{padding:4px 10px 0}._filterChip_1x7yx_102{padding:3px 8px;font-size:10px;border-radius:10px}._tabContent_1x7yx_141{padding:6px 10px}._materialGrid_1x7yx_146{grid-template-columns:repeat(4,1fr);max-height:none;gap:4px}._materialCard_1x7yx_152{border-radius:6px;border-width:1px}._materialThumbnail_1x7yx_170{aspect-ratio:1}._materialInfo_1x7yx_188{padding:2px 4px 3px}._materialType_1x7yx_193{font-size:8px}._materialName_1x7yx_202{font-size:9px;margin-top:1px}._materialManufacturer_1x7yx_211{font-size:8px}}._overlay_o2d4y_1{position:fixed;top:0;right:0;width:auto;height:100vh;background-color:transparent;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding-top:60px;padding-right:25px;pointer-events:none}._panel_o2d4y_17{background:var(--theme-surface);border-radius:12px;border:1.5px solid var(--theme-primary);box-shadow:var(--popup-shadow),0 0 12px rgba(var(--theme-primary-rgb, 16, 185, 129),.15);width:350px;max-height:calc(100vh - 120px);overflow:hidden;display:flex;flex-direction:column;animation:_slideIn_o2d4y_1 .2s ease-out;pointer-events:auto}._header_o2d4y_42{display:flex;align-items:stretch;position:relative;border-bottom:2px solid var(--theme-border)}._headerTabs_o2d4y_49{display:flex;flex:1}._tabButton_o2d4y_54{flex:1;padding:10px 14px;border:none;background:var(--theme-surface-variant);color:var(--theme-text-secondary);font-size:13px;font-weight:500;border-bottom:3px solid transparent;transition:all .2s ease;position:relative}._tabButton_o2d4y_54:first-child{border-top-left-radius:12px}._tabButton_o2d4y_54:hover:not(._activeTab_o2d4y_71){background:var(--theme-surface-hover);color:var(--theme-text)}._tabButton_o2d4y_54._activeTab_o2d4y_71{background:var(--theme-background-secondary);color:var(--theme-primary);font-weight:600;border-bottom-color:var(--theme-primary);border:1.5px solid var(--theme-primary)}._title_o2d4y_84{font-size:16px;font-weight:600;margin:0;color:#fff}._headerButtons_o2d4y_91{display:flex;align-items:center;gap:8px}._deleteButton_o2d4y_97{width:28px;height:28px;border:none;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--theme-surface);transition:all .2s ease}._deleteButton_o2d4y_97:hover{background:#ffffff4d;transform:scale(1.1)}._content_o2d4y_117 ._deleteButton_o2d4y_97{width:100%;height:40px;background:var(--theme-background-secondary);color:var(--theme-primary);border:1px solid var(--theme-primary);border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}._content_o2d4y_117 ._deleteButton_o2d4y_97:hover{background:var(--theme-primary-light);color:var(--theme-primary);border-color:var(--theme-primary);transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-primary-light)}._content_o2d4y_117 ._deleteButton_o2d4y_97:active{transform:translateY(0);box-shadow:0 2px 6px var(--theme-primary-light)}._content_o2d4y_117 ._deleteButton_o2d4y_97 svg{width:16px;height:16px}._closeButton_o2d4y_152{width:50px;min-width:50px;border:none;background:var(--theme-surface-variant);border-top-right-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--theme-text-secondary);transition:all .2s ease;position:relative}._closeButton_o2d4y_152:before{content:"✕";width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;transition:all .2s ease}._closeButton_o2d4y_152:hover:before{background:var(--theme-error);color:#fff;transform:scale(1.1)}._content_o2d4y_117{flex:1;overflow-y:auto;padding:12px 14px}._moduleInfo_o2d4y_191{display:flex;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--theme-border);align-items:flex-start}._modulePreview_o2d4y_200{flex-shrink:0;width:80px;height:100px;display:flex;align-items:center;justify-content:center;background-color:var(--theme-background-secondary);border-radius:6px;border:1px solid var(--theme-border);overflow:hidden;padding:3px}._moduleImage_o2d4y_214{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:4px}._detailsButton_o2d4y_222{padding:8px 16px;background:var(--theme-primary);color:var(--theme-surface);border:none;border-radius:6px;font-size:13px;font-weight:500;transition:all .2s ease;margin-left:12px;white-space:nowrap}._detailsButton_o2d4y_222:hover{background:var(--theme-primary-hover);transform:translateY(-1px);box-shadow:0 2px 8px var(--theme-primary-light)}._detailsButton_o2d4y_222:active{transform:translateY(0)}._detailsSection_o2d4y_246{background:var(--theme-background-secondary);border-radius:8px;padding:16px;margin-bottom:20px;margin-top:-8px}._panelList_o2d4y_254{display:flex;flex-direction:column;gap:8px;margin-top:12px}._panelSectionHeader_o2d4y_261{padding:10px 0 6px;margin-top:12px;border-bottom:2px solid var(--theme-primary);color:var(--theme-primary);font-size:13px;font-weight:600}._panelSectionHeader_o2d4y_261:first-child{margin-top:0}._panelItem_o2d4y_274{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--theme-border);font-size:12px;transition:all .2s ease}._panelItem_o2d4y_274:last-child{border-bottom:none}._panelItemSelected_o2d4y_288{background:var(--theme-primary-light, rgba(59, 130, 246, .1));padding:8px 12px;margin:0 -12px;border-radius:6px;opacity:1!important;font-weight:600}._panelItemDimmed_o2d4y_297{opacity:.35}._panelName_o2d4y_301{font-weight:500;color:var(--theme-text);min-width:80px}._panelSize_o2d4y_307{color:var(--theme-text-secondary);text-align:right;font-family:monospace}._moduleBox_o2d4y_313{width:45px;height:45px;border-radius:3px;border:1px solid rgba(0,0,0,.1)}._moduleDetails_o2d4y_320{flex:1}._moduleName_o2d4y_324{font-size:13px;font-weight:600;color:var(--theme-text);margin:0 0 6px}._property_o2d4y_331{display:flex;margin-bottom:8px;align-items:flex-start}._property_o2d4y_331:last-child{margin-bottom:0}._propertyLabel_o2d4y_341{flex-shrink:0;width:60px;font-size:12px;font-weight:500;color:var(--theme-text-secondary)}._propertyValue_o2d4y_349{flex:1;font-size:12px;color:var(--theme-text);word-break:break-word}._propertySection_o2d4y_356{margin-bottom:14px}._propertySection_o2d4y_356:last-child{margin-bottom:0}._sectionTitle_o2d4y_364{font-size:13px;font-weight:600;color:var(--theme-text);margin:0 0 6px;padding-bottom:4px;border-bottom:1px solid var(--theme-border)}._depthInputWrapper_o2d4y_374{display:flex;flex-direction:column;gap:8px}._inputWithUnit_o2d4y_380{position:relative;display:flex;align-items:center}._depthInput_o2d4y_374{width:100%;padding:6px 34px 6px 10px;border:1px solid var(--theme-border)!important;border-radius:5px;font-size:13px;background-color:var(--theme-background-secondary)!important;color:var(--theme-text)!important;-webkit-text-fill-color:var(--theme-text)!important;caret-color:var(--theme-text)!important;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:textfield}._depthInput_o2d4y_374:focus{outline:none;border-color:var(--theme-primary)!important;box-shadow:0 0 0 3px #10b9811a;background-color:var(--theme-background-secondary)!important;color:var(--theme-text)!important;-webkit-text-fill-color:var(--theme-text)!important}._depthInput_o2d4y_374._inputError_o2d4y_410{border-color:#ef4444!important;background-color:#ef44441a!important}._unit_o2d4y_415{position:absolute;right:8px;font-size:11px;color:var(--theme-text-secondary);pointer-events:none}._errorMessage_o2d4y_423{font-size:12px;color:var(--theme-danger);margin-top:4px}._depthRange_o2d4y_429{font-size:10px;color:var(--theme-text-tertiary);margin-top:3px}._epCheckboxRow_o2d4y_436{display:flex;gap:16px;margin-bottom:10px}._epCheckboxLabel_o2d4y_442{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--theme-text)}._epCheckboxLabel_o2d4y_442 input[type=checkbox]{width:15px;height:15px;accent-color:var(--theme-primary)}._epFieldLabel_o2d4y_456{display:block;margin-bottom:3px;font-size:11px;font-weight:500;color:var(--theme-text-secondary)}._epToggleGroup_o2d4y_464{display:flex;border:1px solid var(--theme-border);border-radius:6px;overflow:hidden}._epToggleBtn_o2d4y_471{flex:1;padding:5px 8px;font-size:12px;border:none;background-color:var(--theme-bg-secondary);color:var(--theme-text-secondary);font-weight:400;transition:all .15s ease}._epToggleBtn_o2d4y_471._active_o2d4y_71{background-color:var(--theme-primary);color:#fff;font-weight:600}._epRow_o2d4y_488{display:flex;gap:8px;margin-top:8px}._epField_o2d4y_456{flex:1;min-width:0}._epInput_o2d4y_499{width:100%;padding:5px 30px 5px 8px;border:1px solid var(--theme-border);border-radius:5px;font-size:13px;background-color:var(--theme-background-secondary);color:var(--theme-text);-webkit-text-fill-color:var(--theme-text);caret-color:var(--theme-text);transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:textfield}._epInput_o2d4y_499:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 2px #10b9811a}._epHint_o2d4y_520{font-size:10px;color:var(--theme-text-tertiary);margin-top:2px}._doorTabSelector_o2d4y_527{display:flex;gap:8px;margin-bottom:16px}._doorTab_o2d4y_527{flex:1;padding:12px 16px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-surface);transition:all .2s ease;font-size:14px;font-weight:500;color:var(--theme-text);text-align:center}._doorTab_o2d4y_527:hover{border-color:var(--theme-primary);background-color:var(--theme-primary-light)}._doorTab_o2d4y_527._activeDoorTab_o2d4y_551{border-color:var(--theme-primary);background-color:var(--theme-background-secondary);color:var(--theme-primary)}._countertopThicknessTabs_o2d4y_557{gap:6px}._countertopThicknessTabs_o2d4y_557 ._doorTab_o2d4y_527{min-width:0;padding:8px 6px;white-space:nowrap;word-break:keep-all;line-height:1.2}._doorTabSubtitle_o2d4y_569{display:block;font-size:11px;font-weight:400;opacity:.7;margin-top:2px}._doorTab_o2d4y_527._activeDoorTab_o2d4y_551 ._doorTabSubtitle_o2d4y_569{opacity:.9}._hingeTabSelector_o2d4y_582{display:flex;gap:8px}._hingeTab_o2d4y_582{flex:1;padding:10px 12px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-surface);transition:all .2s ease;font-size:13px;font-weight:500;color:var(--theme-text);text-align:center;display:flex;flex-direction:column;align-items:center}._hingeTab_o2d4y_582:hover{border-color:var(--theme-primary);background-color:var(--theme-primary-light)}._hingeTab_o2d4y_582._activeHingeTab_o2d4y_608{border-color:var(--theme-primary);background-color:var(--theme-background-secondary);color:var(--theme-primary)}._hingeTabSubtitle_o2d4y_614{font-size:10px;font-weight:400;opacity:.7;margin-top:2px}._hingeTab_o2d4y_582._activeHingeTab_o2d4y_608 ._hingeTabSubtitle_o2d4y_614{opacity:.9}._coverDoorNote_o2d4y_625{margin-top:12px;padding:8px 12px;background-color:var(--theme-primary-light);border:1px solid var(--theme-primary);border-radius:4px;font-size:12px;color:var(--theme-success)}._backPanelDisabledNote_o2d4y_635{margin-top:8px;padding:12px;background-color:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:6px;font-size:13px;color:var(--theme-text-secondary);text-align:center}._warningOverlay_o2d4y_647{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_o2d4y_1 .2s ease-out}._warningModal_o2d4y_661{background:var(--theme-surface);border-radius:12px;padding:24px;text-align:center;max-width:300px;animation:_slideIn_o2d4y_1 .2s ease-out}._warningIcon_o2d4y_670{font-size:32px;margin-bottom:16px}._warningMessage_o2d4y_675{font-size:14px;color:var(--theme-text);margin-bottom:20px;line-height:1.4}._warningCloseButton_o2d4y_682{padding:10px 24px;background-color:var(--theme-primary);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease}._warningCloseButton_o2d4y_682:hover{background-color:var(--theme-primary-hover)}._deleteConfirmOverlay_o2d4y_698{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_o2d4y_1 .2s ease-out}._deleteConfirmModal_o2d4y_712{background:var(--theme-surface);border-radius:12px;padding:24px;text-align:center;max-width:320px;animation:_slideIn_o2d4y_1 .2s ease-out}._deleteConfirmIcon_o2d4y_721{font-size:32px;margin-bottom:16px}._deleteConfirmTitle_o2d4y_726{font-size:18px;font-weight:600;color:var(--theme-text);margin-bottom:12px}._deleteConfirmMessage_o2d4y_733{font-size:14px;color:var(--theme-text-secondary);margin-bottom:24px;line-height:1.4}._deleteConfirmButtons_o2d4y_740{display:flex;gap:12px;justify-content:center}._deleteConfirmCancelButton_o2d4y_746{padding:10px 20px;background-color:var(--theme-background-secondary);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease}._deleteConfirmCancelButton_o2d4y_746:hover{background-color:var(--theme-border)}._deleteConfirmDeleteButton_o2d4y_761{padding:10px 20px;background-color:var(--theme-danger);color:var(--theme-surface);border:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease}._deleteConfirmDeleteButton_o2d4y_761:hover{background-color:var(--theme-danger-hover)}@keyframes _fadeIn_o2d4y_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_o2d4y_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._hingeSubSection_o2d4y_796{margin-top:16px}._subSectionTitle_o2d4y_800{font-size:13px;font-weight:600;color:var(--theme-text);margin:0 0 8px}._doorGapContainer_o2d4y_808{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}._doorGapField_o2d4y_815{display:flex;flex-direction:column;gap:8px}._doorGapLabel_o2d4y_821{font-size:12px;font-weight:500;color:var(--theme-text-secondary)}._sectionDepthContainer_o2d4y_828{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}._sectionDepthField_o2d4y_835{display:flex;flex-direction:column;gap:8px}._sectionDepthLabel_o2d4y_841{font-size:12px;font-weight:500;color:var(--theme-text-secondary)}._sectionDepthNote_o2d4y_847{margin-top:8px;font-size:11px;color:var(--theme-text-tertiary);font-style:italic}._editGuide_o2d4y_854{margin-top:24px;padding:16px;background-color:var(--theme-background-secondary);border-radius:8px}._editGuide_o2d4y_854 p{font-size:12px;color:var(--theme-text-secondary);margin:0 0 6px;line-height:1.4}._editGuide_o2d4y_854 p:last-child{margin-bottom:0}._confirmButtons_o2d4y_873{display:flex;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid var(--theme-border)}._cancelButton_o2d4y_881{flex:1;padding:12px 16px;background-color:var(--theme-background-secondary);color:var(--theme-text-secondary);border:1px solid var(--theme-border);border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease}._cancelButton_o2d4y_881:hover{background-color:var(--theme-border);border-color:var(--theme-text-muted)}._confirmButton_o2d4y_873{flex:1;padding:12px 16px;background:linear-gradient(135deg,var(--theme-primary),var(--theme-primary-hover));color:var(--theme-surface);border:none;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease}._confirmButton_o2d4y_873:hover{background:linear-gradient(135deg,var(--theme-primary-hover),var(--theme-primary-hover));transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-primary-light)}._confirmButton_o2d4y_873:active{transform:translateY(0);box-shadow:0 2px 6px var(--theme-primary-light)}._splitButton_o2d4y_922{width:100%;height:44px;background:var(--theme-surface);color:var(--theme-primary);border:2px solid var(--theme-primary);border-radius:8px;font-size:14px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}._splitButton_o2d4y_922:hover{background:var(--theme-primary);color:var(--theme-surface);transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-primary-light)}._splitButton_o2d4y_922:active{transform:translateY(0);box-shadow:0 2px 6px var(--theme-primary-light)}._splitButton_o2d4y_922 svg{width:18px;height:18px}._splitDescription_o2d4y_956{font-size:12px;color:var(--theme-text-secondary);text-align:center;line-height:1.4}@media (max-width: 768px){._overlay_o2d4y_1{width:100%;padding-top:20px}._panel_o2d4y_17{width:90%;max-width:350px}._depthSelector_o2d4y_974{flex-direction:column}}._overlay_o2d4y_1 ._panel_o2d4y_17 input[type=text],._overlay_o2d4y_1 ._panel_o2d4y_17 input[type=number],._depthInputWrapper_o2d4y_374 input,._inputWithUnit_o2d4y_380 input,._furniture-depth-input_o2d4y_984{color:var(--theme-text)!important;-webkit-text-fill-color:var(--theme-text)!important;opacity:1!important;background-color:var(--theme-background-secondary)!important;caret-color:var(--theme-text)!important}._panel_o2d4y_17 input,._panel_o2d4y_17 input:focus,._panel_o2d4y_17 input:hover,._panel_o2d4y_17 input:active{color:var(--theme-text)!important;-webkit-text-fill-color:var(--theme-text)!important;background-color:var(--theme-background-secondary)!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._panel_o2d4y_17 input[type=number]{-moz-appearance:textfield}._depthInput_o2d4y_374::-moz-placeholder{color:var(--theme-text-muted)!important;-webkit-text-fill-color:var(--theme-text-muted)!important;opacity:1!important}._depthInput_o2d4y_374::placeholder{color:var(--theme-text-muted)!important;-webkit-text-fill-color:var(--theme-text-muted)!important;opacity:1!important}.mobile-editor-root [class*=thumbnailGrid],.ipad-editor-root [class*=thumbnailGrid]{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.mobile-editor-root [class*=thumbnailItem] img,.mobile-editor-root [class*=thumbnailItem]>div:first-child{max-width:100%;height:auto}.mobile-editor-root [class*=thumbnailLabel],.mobile-editor-root [class*=thumbnailName]{font-size:11px!important}.mobile-editor-root .mobile-landscape-panel [class*=thumbnailGrid]{grid-template-columns:repeat(2,1fr)!important;gap:4px!important}.mobile-editor-root [style*="width: 44px"][style*="top: 44px"] svg{width:16px!important;height:16px!important}.mobile-editor-root .mobile-material-panel-scope [class*=tab_],.mobile-editor-root .mobile-material-panel-scope [class*=filterChip_]{padding:0 8px!important;font-size:11px!important;font-weight:500!important;min-height:24px!important;height:24px!important;line-height:1!important;border-radius:4px!important;border-width:1px!important}.mobile-editor-root .mobile-material-panel-scope [class*=tabNavigation_]{gap:4px!important;margin-bottom:6px!important;padding:0!important;border:none!important}.mobile-editor-root .mobile-material-panel-scope [class*=filterBar_]{gap:4px!important;margin-bottom:6px!important;padding:0!important}.mobile-editor-root .mobile-material-panel-scope [class*=tabIcon_],.mobile-editor-root .mobile-material-panel-scope [class*=header_]{display:none!important}.mobile-editor-root .mobile-landscape-panel [class*=thumbnailLabel],.mobile-editor-root .mobile-landscape-panel [class*=thumbnailName]{font-size:10px!important}.mobile-furniture-popup-skin [class*=overlay_]{padding-top:0!important;padding-right:0!important;height:100vh!important}.mobile-furniture-popup-skin [class*=panel_]{width:min(340px,92vw)!important;max-height:100vh!important;height:100vh!important;border-radius:0!important;border-right:none!important;border-top:none!important;border-bottom:none!important}.mobile-furniture-popup-skin [class*=modulePreview_],.mobile-furniture-popup-skin [class*=headerTabs_],.mobile-editor-root button[style*="top: 10px"][style*=right],.mobile-editor-root button[style*="top:10px"][style*=right],.mobile-editor-root button[style*="top: 56px"][style*=right],.mobile-editor-root button[style*="top:56px"][style*=right],.mobile-editor-root button[style*="top: 102px"][style*=right],.mobile-editor-root button[style*="top:102px"][style*=right],.ipad-editor-root button[style*="top: 10px"][style*=right],.ipad-editor-root button[style*="top:10px"][style*=right],.ipad-editor-root button[style*="top: 56px"][style*=right],.ipad-editor-root button[style*="top:56px"][style*=right],.ipad-editor-root button[style*="top: 102px"][style*=right],.ipad-editor-root button[style*="top:102px"][style*=right]{display:none!important}.mobile-editor-root button[style*="top: 148px"][style*=right],.mobile-editor-root button[style*="top:148px"][style*=right],.ipad-editor-root button[style*="top: 148px"][style*=right],.ipad-editor-root button[style*="top:148px"][style*=right]{top:10px!important}._sectionTitle_15adz_2{font-size:12px;font-weight:600;color:var(--theme-text-secondary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._checkIcon_15adz_11{color:#fff;font-weight:700;font-size:10px}._active_15adz_17{background-color:var(--theme-primary)!important;color:#fff!important}._dropdownContainer_15adz_23{position:relative}._trigger_15adz_27{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--theme-surface);border:1px solid var(--theme-primary);border-radius:6px;color:var(--theme-text);transition:all .2s ease;font-size:14px}._trigger_15adz_27:hover{background:var(--theme-background-secondary);border-color:var(--theme-primary)}._overlay_15adz_45{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}._dropdown_15adz_23{position:absolute;top:100%;right:0;margin-top:8px;min-width:280px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;box-shadow:0 8px 24px var(--theme-shadow);z-index:1000;overflow:hidden}._dropdownHeader_15adz_68{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--theme-border);background:var(--theme-background-secondary)}._dropdownHeader_15adz_68 h3{margin:0;font-size:16px;font-weight:600;color:var(--theme-text)}._closeButton_15adz_84{background:none;border:none;color:var(--theme-text-secondary);font-size:20px;line-height:1;padding:4px;border-radius:4px;transition:all .2s ease}._closeButton_15adz_84:hover{background:var(--theme-border);color:var(--theme-text)}._section_15adz_2{padding:16px 20px;border-bottom:1px solid var(--theme-border)}._section_15adz_2:last-child{border-bottom:none}._modeList_15adz_110{display:flex;flex-direction:column;gap:8px}._modeItem_15adz_116{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--theme-background);border:1px solid var(--theme-primary);border-radius:8px;color:var(--theme-text);transition:all .2s ease;font-size:14px;text-align:left;width:100%}._modeItem_15adz_116:hover{background:var(--theme-background-secondary);border-color:var(--theme-primary)}._modeIcon_15adz_136{font-size:16px}._colorList_15adz_141{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:8px}._colorItem_15adz_148{aspect-ratio:1;padding:0;background:transparent;border:2px solid transparent;border-radius:50%;transition:all .2s ease;position:relative;overflow:hidden}._colorItem_15adz_148:hover{transform:scale(1.1);box-shadow:0 2px 8px #0003}._colorItem_15adz_148._active_15adz_17{border-color:var(--theme-text);transform:scale(1.05)}._colorItem_15adz_148._active_15adz_17:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:2px solid var(--theme-primary);border-radius:50%;pointer-events:none}._colorPreview_15adz_178{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center}._quickToggle_15adz_188{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:var(--theme-primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}._quickToggle_15adz_188:hover{background:var(--theme-primary-hover)}._sidebarContainer_15adz_209{padding:16px;border-top:1px solid var(--theme-border)}._sidebarLabel_15adz_214{font-size:14px;font-weight:600;color:var(--theme-text);margin-bottom:16px}._sidebarSection_15adz_221{margin-bottom:20px}._sidebarSection_15adz_221:last-child{margin-bottom:0}._modeToggleTab_15adz_230{display:flex;border-radius:8px;overflow:hidden;border:1px solid var(--theme-primary)}._modeTabButton_15adz_237{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:var(--theme-background);border:1px solid var(--theme-primary);color:var(--theme-text);transition:all .2s ease;font-size:12px;text-align:center;position:relative}._modeTabButton_15adz_237:first-child{border-right:none}._modeTabButton_15adz_237:hover:not(._active_15adz_17){background:var(--theme-background-secondary);border-color:var(--theme-primary)}._modeTabButton_15adz_237._active_15adz_17{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}._modeName_15adz_268{font-size:12px}._colorGrid_15adz_273{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:4px}._colorButton_15adz_280{aspect-ratio:1;border:2px solid transparent;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-height:32px;position:relative}._colorButton_15adz_280:hover{transform:scale(1.1);box-shadow:0 2px 8px #0003}._colorButton_15adz_280._active_15adz_17{border-color:var(--theme-text);transform:scale(1.05);box-shadow:0 2px 12px #0000004d}._colorButton_15adz_280._active_15adz_17:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:2px solid var(--theme-primary);border-radius:50%;pointer-events:none}@media (max-width: 768px){._dropdown_15adz_23{min-width:260px;right:-20px}._sidebarContainer_15adz_209{padding:12px}._colorGrid_15adz_273{grid-template-columns:repeat(7,1fr);gap:6px}._colorButton_15adz_280{min-height:28px}._colorList_15adz_141{grid-template-columns:repeat(7,1fr);gap:6px}}._overlay_37tbv_5{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000073;z-index:10002;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._modal_37tbv_16{background:var(--theme-surface, white);border-radius:12px;width:520px;max-height:85vh;overflow:hidden;box-shadow:0 20px 40px #0003;animation:_modalIn_37tbv_1 .2s ease-out;display:flex;flex-direction:column}@keyframes _modalIn_37tbv_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._header_37tbv_34{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid var(--theme-border);flex-shrink:0}._title_37tbv_43{margin:0;font-size:14px;font-weight:600;color:var(--theme-text)}._closeButton_37tbv_50{background:transparent;border:none;color:var(--theme-text-muted);font-size:18px;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .12s}._closeButton_37tbv_50:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._body_37tbv_70{flex:1;overflow-y:auto;padding:10px 20px 12px;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:var(--theme-border) transparent}._body_37tbv_70::-webkit-scrollbar{width:3px}._body_37tbv_70::-webkit-scrollbar-track{background:transparent}._body_37tbv_70::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}._notice_37tbv_85{font-size:11px;color:var(--theme-text-muted);background:var(--theme-background-secondary);padding:5px 10px;border-radius:5px}._section_37tbv_94{display:flex;flex-direction:column;gap:4px}._section_37tbv_94+._section_37tbv_94{padding-top:8px;border-top:1px solid var(--theme-border)}._sectionLabel_37tbv_105{font-size:11px;font-weight:600;color:var(--theme-text);letter-spacing:-.01em}._row_37tbv_113{display:grid;grid-template-columns:1fr 1fr;gap:8px}._row_37tbv_113+._row_37tbv_113{margin-top:2px}._numberInput_37tbv_124{display:flex;flex-direction:column;gap:2px}._inputLabel_37tbv_130{font-size:10px;font-weight:500;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.03em}._inputGroup_37tbv_138{display:flex;align-items:center;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:5px;overflow:hidden}._inputButton_37tbv_147{background:transparent;border:none;width:26px;min-width:26px;height:26px;font-size:13px;font-weight:400;color:var(--theme-text-muted);display:flex;align-items:center;justify-content:center;transition:all .12s}._inputButton_37tbv_147:hover{background:var(--theme-border);color:var(--theme-text)}._inputButton_37tbv_147:active{transform:scale(.95)}._inputButton_37tbv_147:disabled{opacity:.3;cursor:not-allowed}._inputButton_37tbv_147:disabled:hover{background:transparent;transform:none}._inputField_37tbv_179{flex:1;position:relative}._inputField_37tbv_179 input{width:100%;padding:3px 4px;border:none;border-left:1px solid var(--theme-border);border-right:1px solid var(--theme-border);outline:none;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:var(--theme-text);background:var(--theme-surface);text-align:center;-moz-appearance:textfield}._inputField_37tbv_179 input::-webkit-outer-spin-button,._inputField_37tbv_179 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._inputUnit_37tbv_206{position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:9px;color:var(--theme-text-muted);pointer-events:none;font-weight:500}._footer_37tbv_218{padding:10px 20px;border-top:1px solid var(--theme-border);flex-shrink:0;display:flex;flex-direction:column;gap:4px}._footerButtons_37tbv_227{display:flex;gap:8px}._resetButton_37tbv_232{flex:1;padding:7px 12px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-surface);color:var(--theme-text-muted);font-size:11px;font-weight:500;transition:all .12s}._resetButton_37tbv_232:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._saveButton_37tbv_249{flex:1;background:var(--theme-primary);color:#fff;border:none;padding:7px 12px;border-radius:6px;font-size:11px;font-weight:600;transition:all .12s}._saveButton_37tbv_249:hover{opacity:.9}._saveButton_37tbv_249:active{transform:scale(.98)}._saveButton_37tbv_249:disabled{opacity:.5;cursor:not-allowed}._message_37tbv_265{font-size:10px;text-align:center;font-weight:500}._success_37tbv_271{color:var(--theme-success, #10b981)}._error_37tbv_272{color:var(--theme-danger, #ef4444)}._overlay_rbxsm_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--theme-overlay, rgba(0, 0, 0, .5));z-index:10000}._panel_rbxsm_13{position:fixed;top:0;right:0;height:100vh;width:400px;background:var(--theme-surface, white);box-shadow:-4px 0 20px var(--theme-shadow, rgba(0, 0, 0, .15));z-index:10001;display:flex;flex-direction:column;animation:_slideIn_rbxsm_1 .3s ease-out}@keyframes _slideIn_rbxsm_1{0%{transform:translate(100%)}to{transform:translate(0)}}._header_rbxsm_37{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--theme-border, #e5e7eb);background:var(--theme-background-secondary, #f9fafb)}._title_rbxsm_46{margin:0;font-size:20px;font-weight:600;color:var(--theme-text, #111827)}._closeButton_rbxsm_53{background:none;border:none;color:var(--theme-text-secondary, #6b7280);font-size:24px;line-height:1;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}._closeButton_rbxsm_53:hover{background:var(--theme-background-secondary, #e5e7eb);color:var(--theme-text, #374151)}._content_rbxsm_75{flex:1;overflow-y:auto;padding:0}._section_rbxsm_81{padding:24px;border-bottom:1px solid var(--theme-border, #f3f4f6)}._section_rbxsm_81:last-child{border-bottom:none}._sectionTitle_rbxsm_90{font-size:16px;font-weight:600;color:var(--theme-text, #111827);margin:0 0 16px}._themeContainer_rbxsm_98{padding:0}._settingGroup_rbxsm_103{display:flex;flex-direction:column;gap:20px}._settingItem_rbxsm_109{display:flex;justify-content:space-between;align-items:center}._settingInfo_rbxsm_115{display:flex;flex-direction:column;gap:2px}._settingLabel_rbxsm_121{font-size:14px;font-weight:500;color:var(--theme-text, #111827)}._settingDescription_rbxsm_127{font-size:12px;color:var(--theme-text-secondary, #6b7280)}._switch_rbxsm_133{position:relative;display:inline-block;width:44px;height:24px}._switch_rbxsm_133 input{opacity:0;width:0;height:0}._slider_rbxsm_146{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--theme-border, #d1d5db);transition:.3s;border-radius:24px}._slider_rbxsm_146:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 3px #0000004d}input:checked+._slider_rbxsm_146{background-color:var(--theme-primary, #10b981)}input:checked+._slider_rbxsm_146:before{transform:translate(20px)}._languageSelect_rbxsm_179{padding:8px 36px 8px 12px;border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;background-color:var(--theme-surface, white);color:var(--theme-text, #374151);font-size:14px;transition:all .2s ease;min-width:120px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M5.997 7.853l-3.5-3.5a.5.5 0 0 0-.707.707l4 4a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0-.707-.707l-3.5 3.5a.5.5 0 0 1-.293.147z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}._languageSelect_rbxsm_179:hover{border-color:var(--theme-primary, #10b981);background-color:var(--theme-background-secondary, #f9fafb)}._languageSelect_rbxsm_179:focus{border-color:var(--theme-primary, #10b981);box-shadow:0 0 0 3px #10b9811a}._shortcutList_rbxsm_207{display:flex;flex-direction:column;gap:12px}._shortcutItem_rbxsm_213{display:flex;justify-content:space-between;align-items:center;padding:8px 0}._shortcutAction_rbxsm_220{font-size:14px;color:var(--theme-text, #374151)}._shortcutKey_rbxsm_225{background:var(--theme-background-secondary, #f3f4f6);border:1px solid var(--theme-border, #d1d5db);border-radius:4px;padding:4px 8px;font-size:12px;color:var(--theme-text, #374151);font-family:Monaco,Menlo,Ubuntu Mono,monospace}._infoList_rbxsm_236{display:flex;flex-direction:column;gap:12px}._infoItem_rbxsm_242{display:flex;justify-content:space-between;align-items:center;padding:8px 0}._infoLabel_rbxsm_249{font-size:14px;color:var(--theme-text, #374151)}._infoValue_rbxsm_254{font-size:14px;color:var(--theme-text-secondary, #6b7280);font-family:Monaco,Menlo,Ubuntu Mono,monospace}._segmentedControl_rbxsm_261{display:flex;background:var(--theme-background-secondary, #f3f4f6);border-radius:8px;padding:2px;gap:2px}._segmentButton_rbxsm_269{flex:1;padding:6px 12px;border:none;border-radius:6px;background:transparent;color:var(--theme-text-secondary, #6b7280);font-size:12px;font-weight:500;transition:all .2s ease;white-space:nowrap}._segmentButton_rbxsm_269:hover{color:var(--theme-text, #374151)}._segmentActive_rbxsm_286{background:var(--theme-surface, white);color:var(--theme-text, #111827);box-shadow:0 1px 3px #0000001a}._actionButton_rbxsm_293{padding:6px 16px;border:1px solid var(--theme-border, #d1d5db);border-radius:8px;background:var(--theme-background-secondary, #f3f4f6);color:var(--theme-text, #374151);font-size:13px;font-weight:500;transition:all .2s ease;white-space:nowrap}._actionButton_rbxsm_293:hover{border-color:var(--theme-primary, #10b981);color:var(--theme-primary, #10b981);background:var(--theme-primary-light, rgba(16, 185, 129, .1))}@media (max-width: 768px){._panel_rbxsm_13{width:100%;right:0}}@media (max-width: 480px){._header_rbxsm_37{padding:16px 20px}._section_rbxsm_81{padding:20px}._title_rbxsm_46{font-size:18px}}._modalOverlay_1yor0_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}._modalOverlay_1yor0_2._fullscreen_1yor0_16{padding:0}._modalContent_1yor0_21{background:var(--theme-surface, #ffffff);border-radius:32px;width:100%;max-width:1200px;height:80vh;max-height:800px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d;border:2px solid #ffffff}._modalContent_1yor0_21._fullscreenContent_1yor0_35{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;border:none}._modalHeader_1yor0_45{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#fff;position:relative;min-height:60px}._headerLeft_1yor0_56{display:flex;flex-direction:column;gap:6px;min-width:200px}._headerCenter_1yor0_63{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px}._modalTitle_1yor0_72{margin:0;font-size:18px;font-weight:600;color:#1f2937}._projectInfo_1yor0_79{font-size:14px;color:#6b7280}._viewModeToggle_1yor0_84{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;gap:2px}._viewModeButton_1yor0_92{padding:8px 16px;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:14px;font-weight:500;transition:all .2s ease;min-width:50px}._viewModeButton_1yor0_92._active_1yor0_104{background:#fff;color:var(--theme-primary, #10b981);box-shadow:0 1px 3px #0000001a}._viewModeButton_1yor0_92:hover:not(._active_1yor0_104){color:#374151}._headerActions_1yor0_114{display:flex;align-items:center;gap:8px}._actionButton_1yor0_120,._closeButton_1yor0_121{width:36px;height:36px;border:none;border-radius:8px;background:#f3f4f6;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._actionButton_1yor0_120:hover,._closeButton_1yor0_121:hover{background:#e5e7eb;color:#374151}._closeButton_1yor0_121:hover{background:#374151;color:#fff}._modalBody_1yor0_146{flex:1;position:relative;overflow:hidden;background:var(--theme-background, #f9fafb)}._viewerContainer_1yor0_153{width:100%;height:100%;position:relative;display:flex;min-height:400px}._loadingState_1yor0_162{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280}._spinner_1yor0_171{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #10b981;border-radius:50%;animation:_spin_1yor0_171 1s linear infinite;margin-bottom:16px}@keyframes _spin_1yor0_171{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingState_1yor0_162 p{margin:0;font-size:16px}._errorState_1yor0_192{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}._errorMessage_1yor0_202{margin:0 0 20px;font-size:16px;color:#6b7280}._retryButton_1yor0_208{padding:10px 20px;background:var(--theme-primary, #10b981);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:background-color .2s ease}._retryButton_1yor0_208:hover{background:var(--theme-primary-hover, #059669)}._modalFooter_1yor0_224{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid #e5e7eb;background:#fff}._projectMeta_1yor0_233{font-size:14px;color:#6b7280}._editButton_1yor0_238{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--theme-primary, #10b981);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}._editButton_1yor0_238:hover{background:var(--theme-primary-hover, #059669);transform:translateY(-1px)}._shareButton_1yor0_257{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--theme-primary, #3b82f6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}._shareButton_1yor0_257:hover{background:var(--theme-primary-hover, #2563eb);transform:translateY(-1px)}@media (max-width: 768px){._modalOverlay_1yor0_2{padding:10px}._modalContent_1yor0_21{height:90vh;max-height:none}._modalHeader_1yor0_45{padding:16px 20px;flex-wrap:wrap}._headerLeft_1yor0_56{width:100%;margin-bottom:8px}._titleRow_1yor0_297{flex-direction:column;align-items:flex-start;gap:8px}._modalTitle_1yor0_72{font-size:18px}._viewModeToggle_1yor0_84{width:100%}._viewModeButton_1yor0_92{flex:1}._headerActions_1yor0_114{width:100%;justify-content:flex-end}._modalFooter_1yor0_224{padding:12px 20px;flex-direction:column;gap:12px;align-items:stretch}._editButton_1yor0_238,._shareButton_1yor0_257{width:100%;justify-content:center}}._overlay_4sc0i_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;animation:_fadeIn_4sc0i_1 .2s ease-out}@keyframes _fadeIn_4sc0i_1{0%{opacity:0}to{opacity:1}}._popup_4sc0i_22{position:fixed;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;width:360px;max-height:calc(100vh - 100px);overflow:hidden;display:flex;flex-direction:column;z-index:9999;animation:_slideIn_4sc0i_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideIn_4sc0i_1{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._header_4sc0i_52{background:linear-gradient(135deg,var(--theme-primary, #10b981) 0%,var(--theme-primary-dark, #047857) 100%);padding:16px;position:relative}._headerContent_4sc0i_58{display:flex;align-items:center;justify-content:space-between}._headerLeft_4sc0i_64{display:flex;align-items:center;gap:12px;flex:1}._headerAvatar_4sc0i_71{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #00000026}._headerAvatarPlaceholder_4sc0i_80{width:48px;height:48px;border-radius:50%;background-color:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid rgba(255,255,255,.3)}._headerInfo_4sc0i_92{flex:1;min-width:0}._headerName_4sc0i_97{font-size:18px;font-weight:600;color:#fff;margin:0 0 2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._headerEmail_4sc0i_108{font-size:13px;color:#ffffffe6;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._closeButton_4sc0i_117{background:#fff3;border:none;color:#fff;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._closeButton_4sc0i_117:hover{background-color:#ffffff4d;transform:scale(1.05)}._content_4sc0i_136{padding:16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;min-height:0}._content_4sc0i_136::-webkit-scrollbar{width:6px}._content_4sc0i_136::-webkit-scrollbar-track{background:transparent}._content_4sc0i_136::-webkit-scrollbar-thumb{background:var(--theme-border, #e5e7eb);border-radius:3px}._content_4sc0i_136::-webkit-scrollbar-thumb:hover{background:var(--theme-text-secondary, #6b7280)}._section_4sc0i_164{display:flex;flex-direction:column;gap:12px}._sectionTitle_4sc0i_170{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.05em;margin:0;padding-bottom:6px;border-bottom:1px solid var(--theme-border, #e5e7eb)}._infoSection_4sc0i_182{display:flex;flex-direction:column;gap:8px}._infoRow_4sc0i_188{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--theme-background, #f9fafb);border-radius:8px;transition:all .2s ease}._infoRow_4sc0i_188:hover{background:var(--theme-background-secondary, #f3f4f6);transform:translate(2px)}._infoLabel_4sc0i_203{display:flex;align-items:center;gap:10px;color:var(--theme-text-secondary, #6b7280);font-size:14px;font-weight:500}._infoLabel_4sc0i_203 svg{color:var(--theme-primary, #10b981)}._infoValue_4sc0i_216{font-size:14px;color:var(--theme-text, #111827);font-weight:600}._menuSection_4sc0i_223{display:flex;flex-direction:column;gap:6px}._menuItem_4sc0i_229{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;background:transparent;border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;transition:all .2s ease;font-size:14px;color:var(--theme-text, #111827)}._menuItem_4sc0i_229:hover{background:var(--theme-primary-light, #d1fae5);border-color:var(--theme-primary, #10b981);transform:translate(2px)}._menuItem_4sc0i_229:hover svg{color:var(--theme-primary, #10b981)}._adminMenuItem_4sc0i_253{background:linear-gradient(135deg,var(--theme-primary-light, #d1fae5) 0%,var(--theme-background, #f9fafb) 100%);border-color:var(--theme-primary, #10b981);color:var(--theme-primary-dark, #047857)}._adminMenuItem_4sc0i_253:hover{background:linear-gradient(135deg,var(--theme-primary-light, #d1fae5) 0%,var(--theme-primary-light, #a7f3d0) 100%);border-color:var(--theme-primary-hover, #059669)}._adminMenuItem_4sc0i_253 ._menuLeft_4sc0i_264 svg{color:var(--theme-primary, #10b981)}._menuLeft_4sc0i_264{display:flex;align-items:center;gap:10px;font-weight:500}._menuLeft_4sc0i_264 svg{color:var(--theme-text-secondary, #6b7280);transition:color .2s ease}._subscriptionSection_4sc0i_281{margin-top:0;padding:12px;background:linear-gradient(135deg,var(--theme-primary-light, #d1fae5) 0%,var(--theme-background, #f9fafb) 100%);border:1px solid var(--theme-primary, #10b981);border-radius:10px;display:flex;flex-direction:column;gap:10px}._subscriptionHeader_4sc0i_292{display:flex;align-items:center;gap:8px}._subscriptionHeader_4sc0i_292 svg{color:var(--theme-primary, #10b981)}._subscriptionLabel_4sc0i_302{font-size:13px;color:var(--theme-text-secondary, #6b7280);font-weight:600;text-transform:uppercase;letter-spacing:.05em}._subscriptionContent_4sc0i_310{display:flex;flex-direction:column;gap:8px}._planBadge_4sc0i_316{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;background:var(--theme-primary, #10b981);color:#fff;font-size:12px;font-weight:600;border-radius:5px;align-self:flex-start}._creditInfo_4sc0i_329{padding:10px 12px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;display:flex;align-items:center;justify-content:space-between}._creditLeft_4sc0i_339{display:flex;flex-direction:column;gap:2px}._creditHeader_4sc0i_345{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--theme-text-secondary, #6b7280);font-weight:500}._creditHeader_4sc0i_345 svg{color:var(--theme-primary, #10b981)}._creditAmount_4sc0i_358{font-size:20px;font-weight:700;color:var(--theme-text, #111827);font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}._creditUnit_4sc0i_365{font-size:11px;font-weight:500;color:var(--theme-text-secondary, #6b7280);margin-left:4px}._creditNote_4sc0i_372{font-size:10px;color:var(--theme-text-secondary, #6b7280)}._planStats_4sc0i_377{display:flex;flex-direction:column;gap:6px}._planStat_4sc0i_377{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:var(--theme-background-secondary, rgba(255, 255, 255, .7));border-radius:5px}._statLabel_4sc0i_392{font-size:12px;color:var(--theme-text-secondary, #6b7280);font-weight:500}._statValue_4sc0i_398{font-size:13px;color:var(--theme-text, #111827);font-weight:600;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}._upgradeButton_4sc0i_405{width:100%;padding:10px 16px;background:var(--theme-primary, #10b981);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s ease;margin-top:4px}._upgradeButton_4sc0i_405:hover{background:var(--theme-primary-dark, #059669);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._upgradeButton_4sc0i_405:active{transform:translateY(0)}@media (prefers-color-scheme: dark){._popup_4sc0i_22{box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0003,0 0 0 1px #ffffff1a}._overlay_4sc0i_1{background-color:#0009}}._theme-dark_4sc0i_443 ._header_4sc0i_52{background:linear-gradient(135deg,var(--theme-primary, #10b981) 0%,var(--theme-primary-hover, #059669) 100%)}@media (max-width: 400px){._popup_4sc0i_22{width:calc(100vw - 32px);margin:16px;right:16px!important}}._overlay_1t69n_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1t69n_1 .2s ease}@keyframes _fadeIn_1t69n_1{0%{opacity:0}to{opacity:1}}._modal_1t69n_25{background:var(--theme-surface);border-radius:16px;width:90%;max-width:560px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:_slideIn_1t69n_1 .3s ease;border:1px solid var(--theme-border)}@keyframes _slideIn_1t69n_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_1t69n_51{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--theme-border)}._headerTitle_1t69n_59{display:flex;align-items:center;gap:12px;color:var(--theme-text)}._headerTitle_1t69n_59 h2{margin:0;font-size:20px;font-weight:600}._closeButton_1t69n_72{background:none;border:none;color:var(--theme-text-secondary);padding:8px;border-radius:8px;transition:all .2s}._closeButton_1t69n_72:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._body_1t69n_87{padding:24px;overflow-y:auto;flex:1}._description_1t69n_93{margin:0 0 24px;color:var(--theme-text-secondary);font-size:14px;line-height:1.6}._section_1t69n_101{margin-bottom:24px}._label_1t69n_105{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--theme-text);margin-bottom:12px;font-size:14px}._permissionButtons_1t69n_116{display:flex;flex-direction:column;gap:8px}._permissionButton_1t69n_116{display:flex;align-items:center;gap:12px;padding:16px;background:var(--theme-background-secondary);border:2px solid var(--theme-border);border-radius:12px;transition:all .2s;text-align:left}._permissionButton_1t69n_116:hover{border-color:var(--theme-primary);background:var(--theme-background)}._permissionButton_1t69n_116._active_1t69n_139{border-color:var(--theme-primary);background:var(--theme-primary-light)}._permissionTitle_1t69n_144{font-weight:600;color:var(--theme-text);font-size:15px;margin-bottom:4px}._permissionDesc_1t69n_151{font-size:13px;color:var(--theme-text-secondary)}._expiryButtons_1t69n_157{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}._expiryButton_1t69n_157{padding:12px;background:var(--theme-background-secondary);border:2px solid var(--theme-border);border-radius:8px;transition:all .2s;font-weight:500;color:var(--theme-text)}._expiryButton_1t69n_157:hover{border-color:var(--theme-primary)}._expiryButton_1t69n_157._active_1t69n_139{border-color:var(--theme-primary);background:var(--theme-primary);color:#fff}._advancedToggle_1t69n_184{background:none;border:none;color:var(--theme-primary);padding:8px 0;font-weight:500;font-size:14px;transition:opacity .2s}._advancedToggle_1t69n_184:hover{opacity:.8}._advancedOptions_1t69n_198{margin-top:16px;padding-top:16px;border-top:1px solid var(--theme-border)}._optionGroup_1t69n_204{margin-bottom:16px}._checkboxLabel_1t69n_208{display:flex;align-items:center;gap:8px;color:var(--theme-text);font-size:14px;margin-bottom:8px}._checkboxLabel_1t69n_208 input[type=checkbox]{width:18px;height:18px}._input_1t69n_222{width:100%;padding:10px 12px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text);font-size:14px;transition:border-color .2s}._input_1t69n_222:focus{outline:none;border-color:var(--theme-primary)}._generateButton_1t69n_239{width:100%;padding:14px;background:var(--theme-primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;transition:all .2s}._generateButton_1t69n_239:hover{background:var(--theme-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-primary-light)}._generateButton_1t69n_239:disabled{opacity:.6;cursor:not-allowed;transform:none}._successSection_1t69n_264{text-align:center;margin-bottom:24px}._successIcon_1t69n_269{width:64px;height:64px;margin:0 auto 16px;background:var(--theme-success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}._successTitle_1t69n_281{margin:0 0 8px;font-size:20px;font-weight:600;color:var(--theme-text)}._successDesc_1t69n_288{margin:0;color:var(--theme-text-secondary);font-size:14px}._linkSection_1t69n_295{display:flex;gap:8px;margin-bottom:20px}._linkInput_1t69n_301{flex:1;padding:12px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text);font-size:14px;font-family:monospace}._copyButton_1t69n_312{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--theme-primary);color:#fff;border:none;border-radius:8px;font-weight:500;transition:all .2s;white-space:nowrap}._copyButton_1t69n_312:hover{background:var(--theme-primary-hover)}._copyButton_1t69n_312._copied_1t69n_330{background:var(--theme-success)}._linkInfo_1t69n_335{background:var(--theme-background-secondary);border-radius:12px;padding:16px;margin-bottom:16px}._infoItem_1t69n_342{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--theme-border)}._infoItem_1t69n_342:last-child{border-bottom:none}._infoLabel_1t69n_354{color:var(--theme-text-secondary);font-size:14px}._infoValue_1t69n_359{color:var(--theme-text);font-weight:500;font-size:14px}._newLinkButton_1t69n_366{width:100%;padding:12px;background:var(--theme-background-secondary);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:8px;font-weight:500;transition:all .2s}._newLinkButton_1t69n_366:hover{background:var(--theme-background);border-color:var(--theme-text-secondary)}@media (max-width: 768px){._modal_1t69n_25{width:95%;max-height:95vh}._header_1t69n_51,._body_1t69n_87{padding:20px}._expiryButtons_1t69n_157{grid-template-columns:repeat(2,1fr)}._linkSection_1t69n_295{flex-direction:column}._copyButton_1t69n_312{width:100%;justify-content:center}}._modalOverlay_1s628_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px}._modalContent_1s628_17{background:var(--theme-surface, #ffffff);border-radius:16px;width:100%;max-width:440px;box-shadow:0 20px 60px #0000004d;overflow:hidden;border:1px solid var(--theme-border, #e5e7eb)}._modalHeader_1s628_28{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border, #e5e7eb)}._modalTitle_1s628_36{margin:0;font-size:18px;font-weight:600;color:var(--theme-text, #1f2937)}._closeButton_1s628_43{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--theme-text-secondary, #6b7280);transition:all .2s ease;display:flex;align-items:center;justify-content:center}._closeButton_1s628_43:hover{background:var(--theme-hover, #f3f4f6);color:var(--theme-text, #374151)}._modalBody_1s628_62{padding:24px}._label_1s628_66{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--theme-text-secondary, #374151)}._input_1s628_74{width:100%;padding:12px 16px;border:1px solid var(--theme-border, #d1d5db);border-radius:8px;font-size:15px;color:var(--theme-text, #1f2937);background:var(--theme-input-bg, var(--theme-surface, #ffffff));transition:all .2s ease;outline:none;box-sizing:border-box}._input_1s628_74:focus{border-color:var(--theme-primary, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}._input_1s628_74::-moz-placeholder{color:var(--theme-text-muted, #9ca3af)}._input_1s628_74::placeholder{color:var(--theme-text-muted, #9ca3af)}._modalFooter_1s628_97{display:flex;gap:12px;margin-top:24px}._cancelButton_1s628_103,._confirmButton_1s628_104{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:500;transition:all .2s ease}._cancelButton_1s628_103{background:var(--theme-hover, #f3f4f6);color:var(--theme-text, #374151)}._cancelButton_1s628_103:hover{background:var(--theme-border, #e5e7eb)}._confirmButton_1s628_104{background:var(--theme-primary, #3b82f6);color:#fff}._confirmButton_1s628_104:hover:not(:disabled){background:var(--theme-primary-hover, #2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._confirmButton_1s628_104:disabled{background:var(--theme-border, #d1d5db);color:var(--theme-text-muted, #9ca3af);cursor:not-allowed}@media (max-width: 640px){._modalContent_1s628_17{max-width:100%}._modalHeader_1s628_28{padding:16px 20px}._modalBody_1s628_62{padding:20px}._modalTitle_1s628_36{font-size:16px}}._overlay_5zq51_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_5zq51_1 .2s ease}@keyframes _fadeIn_5zq51_1{0%{opacity:0}to{opacity:1}}._popup_5zq51_26{position:relative;background:var(--theme-surface, #ffffff);border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:_slideUp_5zq51_1 .3s ease}@keyframes _slideUp_5zq51_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_5zq51_49{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:50%;color:#fff;transition:all .2s ease;z-index:10}._closeButton_5zq51_49:hover{background:#000000b3;transform:scale(1.1)}._imageContainer_5zq51_72{width:100%;max-height:400px;overflow:hidden;background:var(--theme-background, #f9fafb)}._imageContainer_5zq51_72 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._content_5zq51_86{padding:32px;overflow-y:auto;max-height:calc(80vh - 400px)}._popup_5zq51_26:not(:has(._imageContainer_5zq51_72)) ._content_5zq51_86{max-height:calc(80vh - 64px)}._title_5zq51_97{margin:0 0 16px;font-size:24px;font-weight:700;color:var(--theme-text, #1f2937);line-height:1.3}._message_5zq51_105{margin:0;font-size:16px;color:var(--theme-text-secondary, #6b7280);line-height:1.6;white-space:pre-wrap}@media (max-width: 768px){._overlay_5zq51_1{padding:16px}._popup_5zq51_26{max-height:90vh;border-radius:12px}._closeButton_5zq51_49{top:12px;right:12px;width:36px;height:36px}._closeButton_5zq51_49 svg{width:20px;height:20px}._imageContainer_5zq51_72{max-height:300px}._content_5zq51_86{padding:24px;max-height:calc(90vh - 300px)}._popup_5zq51_26:not(:has(._imageContainer_5zq51_72)) ._content_5zq51_86{max-height:calc(90vh - 48px)}._title_5zq51_97{font-size:20px}._message_5zq51_105{font-size:14px}}._container_1uirx_1{position:relative}._bellButton_1uirx_6{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:50%;color:var(--theme-text);transition:all .2s}._bellButton_1uirx_6:hover{background:var(--theme-background-secondary)}._badge_1uirx_24{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;background:var(--theme-primary, #667eea);color:#fff;border-radius:9px;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;animation:_pulse_1uirx_1 2s infinite}@keyframes _pulse_1uirx_1{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}._dropdown_1uirx_55{position:fixed;top:73px;right:24px;width:400px;max-height:600px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:_slideDown_1uirx_1 .2s ease;z-index:999999!important;pointer-events:auto}._dropdownOverlay_1uirx_73{position:fixed;top:0;left:0;right:0;bottom:0;background:#0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999996!important;animation:_fadeIn_1uirx_1 .2s ease;pointer-events:auto}@keyframes _slideDown_1uirx_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._header_1uirx_98{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--theme-border)}._title_1uirx_106{margin:0;font-size:18px;font-weight:600;color:var(--theme-text)}._markAllButton_1uirx_113{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-secondary, #6b7280);font-size:13px;font-weight:500;transition:all .2s ease}._markAllButton_1uirx_113:hover{background:var(--theme-background-secondary, rgba(255, 255, 255, .05));color:var(--theme-primary, #3b82f6)}._list_1uirx_133{flex:1;overflow-y:auto;max-height:480px}._list_1uirx_133::-webkit-scrollbar{width:6px}._list_1uirx_133::-webkit-scrollbar-track{background:transparent}._list_1uirx_133::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}._list_1uirx_133::-webkit-scrollbar-thumb:hover{background:var(--theme-text-secondary)}._empty_1uirx_157{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;color:var(--theme-text-secondary)}._emptyIcon_1uirx_166{margin-bottom:12px;opacity:.5}._empty_1uirx_157 p{margin:0;font-size:14px}._item_1uirx_177{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid var(--theme-border, rgba(255, 255, 255, .05));transition:all .2s ease}._item_1uirx_177:hover{background:var(--theme-background-secondary, rgba(255, 255, 255, .03))}._item_1uirx_177:last-child{border-bottom:none}._item_1uirx_177._unread_1uirx_194{background:transparent}._item_1uirx_177._unread_1uirx_194:hover{background:var(--theme-background-secondary, rgba(255, 255, 255, .03))}._itemContent_1uirx_202{flex:1}._itemHeader_1uirx_206{display:flex;align-items:center;gap:8px;margin-bottom:4px}._itemTitle_1uirx_213{margin:0;font-size:14px;font-weight:600;color:var(--theme-text)}._newBadge_1uirx_220{display:inline-flex;align-items:center;padding:2px 6px;background:var(--theme-primary, #3b82f6);color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;border-radius:4px;text-transform:uppercase}._unreadDot_1uirx_233{width:8px;height:8px;background:var(--theme-primary);border-radius:50%;flex-shrink:0}._itemMessage_1uirx_241{margin:0 0 8px;font-size:13px;color:var(--theme-text-secondary);line-height:1.5}._itemTime_1uirx_248{font-size:12px;color:var(--theme-text-muted)}._itemActions_1uirx_253{display:flex;align-items:center;gap:6px;flex-shrink:0}._viewButton_1uirx_260{display:flex;align-items:center;justify-content:center;padding:6px 12px;background:var(--theme-primary, #3b82f6);border:none;border-radius:6px;color:#fff;font-size:13px;font-weight:500;transition:all .2s ease;white-space:nowrap}._viewButton_1uirx_260:hover{background:var(--theme-primary-dark, #2563eb);transform:translateY(-1px)}._deleteButton_1uirx_280{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-secondary, rgba(255, 255, 255, .4));transition:all .2s ease;flex-shrink:0}._deleteButton_1uirx_280:hover{background:#ffffff1a;color:var(--theme-text, rgba(255, 255, 255, .8))}._footer_1uirx_300{padding:12px 20px;border-top:1px solid var(--theme-border, rgba(255, 255, 255, .1));background:var(--theme-background-secondary, rgba(0, 0, 0, .02))}._footerText_1uirx_306{font-size:13px;color:var(--theme-text-secondary, #6b7280);text-align:center}._modalOverlay_1uirx_313{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:999999!important;animation:_fadeIn_1uirx_1 .2s ease;padding:20px}@keyframes _fadeIn_1uirx_1{0%{opacity:0}to{opacity:1}}._modal_1uirx_313{background:var(--theme-surface, #ffffff);border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:_slideUp_1uirx_1 .3s ease;margin:auto;position:relative;z-index:1000000!important}@keyframes _slideUp_1uirx_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalHeader_1uirx_365{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border, #e5e7eb)}._modalTitle_1uirx_373{margin:0;font-size:20px;font-weight:700;color:var(--theme-text, #1f2937)}._modalClose_1uirx_380{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-secondary, #6b7280);transition:all .2s}._modalClose_1uirx_380:hover{background:var(--theme-background, #f9fafb);color:var(--theme-text, #1f2937)}._modalBody_1uirx_398{flex:1;padding:24px;overflow-y:auto}._modalBody_1uirx_398::-webkit-scrollbar{width:6px}._modalBody_1uirx_398::-webkit-scrollbar-track{background:transparent}._modalBody_1uirx_398::-webkit-scrollbar-thumb{background:var(--theme-border, #e5e7eb);border-radius:3px}._messageContent_1uirx_417{font-size:15px;line-height:1.7;color:var(--theme-text, #1f2937);white-space:pre-wrap;word-break:break-word}._messageMeta_1uirx_425{display:flex;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--theme-border, #e5e7eb);font-size:13px;color:var(--theme-text-secondary, #6b7280)}._messageSender_1uirx_436{display:flex;align-items:center;gap:6px}._modalFooter_1uirx_442{display:flex;align-items:center;justify-content:flex-end;padding:16px 24px;border-top:1px solid var(--theme-border, #e5e7eb);background:var(--theme-background, #f9fafb)}._confirmButton_1uirx_451{display:flex;align-items:center;justify-content:center;padding:10px 24px;background:var(--theme-primary, #3b82f6);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}._confirmButton_1uirx_451:hover{background:var(--theme-primary-dark, #2563eb);transform:translateY(-1px);box-shadow:0 4px 8px #00000026}._confirmButton_1uirx_451:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){._dropdown_1uirx_55{width:calc(100vw - 32px);max-width:400px;right:-16px}._modal_1uirx_313{max-width:calc(100% - 32px)}}@media (max-width: 480px){._dropdown_1uirx_55{position:fixed;top:auto;bottom:0;right:0;left:0;width:100%;max-width:100%;max-height:80vh;border-radius:16px 16px 0 0}._modal_1uirx_313{max-width:100%;width:100%;max-height:90vh;border-radius:16px 16px 0 0}}._header_ad6hl_1{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 20px;background:var(--theme-surface);border-bottom:1px solid var(--theme-border);flex-shrink:0;z-index:11}._left_ad6hl_13{display:flex;align-items:center;gap:24px;flex-shrink:0;padding-right:20px}._logoWrap_ad6hl_21{display:flex;align-items:center;justify-content:center;min-width:160px}._nav_ad6hl_28{display:flex;align-items:center;gap:2px}._navBtn_ad6hl_34{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:6px;background:transparent;color:var(--theme-text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;position:relative}._navBtn_ad6hl_34:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._navBtn_ad6hl_34._active_ad6hl_55{color:var(--theme-primary);font-weight:600;background:color-mix(in srgb,var(--theme-primary) 10%,transparent)}._navBtn_ad6hl_34._active_ad6hl_55:after{content:"";position:absolute;left:14px;right:14px;bottom:-10px;height:2px;background:var(--theme-primary);border-radius:2px}._right_ad6hl_72{display:flex;align-items:center;gap:8px}._themeToggleBtn_ad6hl_78{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--theme-text-muted);transition:all .15s}._themeToggleBtn_ad6hl_78:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._settingsBtn_ad6hl_96{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--theme-text-muted);transition:all .15s}._settingsBtn_ad6hl_96:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._profileBtn_ad6hl_114{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid var(--theme-border);border-radius:50%;background:transparent;padding:0;overflow:hidden;flex-shrink:0;transition:border-color .15s}._profileBtn_ad6hl_114:hover{border-color:var(--theme-primary)}._avatar_ad6hl_133{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}._avatarFallback_ad6hl_141{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--theme-background-secondary);color:var(--theme-text-muted)}._searchBox_ad6hl_153{display:flex;align-items:center;gap:6px;height:30px;padding:0 10px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:6px;transition:border-color .15s}._searchBox_ad6hl_153:focus-within{border-color:var(--theme-primary)}._searchIcon_ad6hl_169{color:var(--theme-text-muted);flex-shrink:0}._searchInput_ad6hl_174{border:none;background:transparent;color:var(--theme-text);font-size:13px;outline:none;width:140px;min-width:0}._searchInput_ad6hl_174::-moz-placeholder{color:var(--theme-text-muted)}._searchInput_ad6hl_174::placeholder{color:var(--theme-text-muted)}@media (max-width: 767px){._header_ad6hl_1{height:44px;padding:0 12px;border-bottom:none;background:var(--theme-surface)}._left_ad6hl_13{width:auto;padding-right:0;gap:8px}._logoWrap_ad6hl_21{min-width:0}._nav_ad6hl_28{gap:0}._navBtn_ad6hl_34{padding:6px 10px;font-size:12px}._navBtn_ad6hl_34._active_ad6hl_55:after{bottom:-6px;left:10px;right:10px}._right_ad6hl_72{gap:2px}._searchBox_ad6hl_153,._settingsBtn_ad6hl_96{display:none}._themeToggleBtn_ad6hl_78{width:34px;height:34px;border-radius:50%}._profileBtn_ad6hl_114{width:32px;height:32px;border-width:1.5px}}._pane_a4nnk_1{display:flex;flex-direction:column;flex-shrink:0;height:100%;background:var(--theme-surface);border-right:1px solid var(--theme-border);position:relative;overflow:hidden}._content_a4nnk_12{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 0}._content_a4nnk_12::-webkit-scrollbar{width:4px}._content_a4nnk_12::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:2px}._paneToolbar_a4nnk_29{display:flex;align-items:center;height:48px;padding:0 14px;border-bottom:1px solid var(--theme-border);flex-shrink:0}._paneCreateBtn_a4nnk_38{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:28px;border:1.5px solid var(--theme-primary);border-radius:6px;background:transparent;color:var(--theme-primary);font-size:13px;font-weight:600;transition:all .15s}._paneCreateBtn_a4nnk_38:hover{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}._divider_a4nnk_60{border:none;border-top:1px solid var(--theme-border);margin:4px 12px}._section_a4nnk_66{margin-bottom:12px}._sectionTitle_a4nnk_70{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-text-muted);padding:12px 16px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._sectionDivider_a4nnk_80{height:1px;background:var(--theme-border, #e5e7eb);margin:12px 16px 8px}._menuItem_a4nnk_86{display:flex;align-items:center;gap:10px;width:100%;padding:10px 16px;border:none;background:transparent;color:var(--theme-text-secondary);font-size:13px;transition:all .12s;text-align:left}._menuItem_a4nnk_86:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._menuItemActive_a4nnk_105{background:var(--theme-primary);color:#fff;font-weight:500}._menuItemActive_a4nnk_105 ._menuIcon_a4nnk_111{color:#fff}._menuIcon_a4nnk_111{display:flex;align-items:center;flex-shrink:0;color:var(--theme-primary)}._menuLabel_a4nnk_122{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._menuBadge_a4nnk_129{margin-left:auto;padding:2px 8px;background:var(--theme-background-secondary);border-radius:10px;font-size:12px;color:var(--theme-text-muted);font-weight:500}._menuItemActive_a4nnk_105 ._menuBadge_a4nnk_129{background:#fff3;color:#fff}._treeItem_a4nnk_145{display:flex;align-items:center;gap:4px;width:100%;padding:5px 12px;border:none;background:transparent;color:var(--theme-text-secondary);font-size:13px;transition:all .12s;text-align:left}._treeItem_a4nnk_145:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._treeItemActive_a4nnk_164{background:var(--theme-primary);color:#fff;font-weight:500}._treeItemActive_a4nnk_164 ._folderIcon_a4nnk_170,._treeItemActive_a4nnk_164 ._projectIcon_a4nnk_171{color:#fff}._treeItemNested_a4nnk_175{padding-left:36px}._treeItemDeep_a4nnk_179{padding-left:56px}._projectIcon_a4nnk_171{flex-shrink:0;color:var(--theme-primary)}._designIcon_a4nnk_188{width:14px;height:14px;background:var(--theme-primary);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._treeBadge_a4nnk_199{margin-left:auto;padding:1px 6px;background:var(--theme-background-secondary);border-radius:10px;font-size:10px;color:var(--theme-text-muted);font-weight:500}._expandIcon_a4nnk_209{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;color:var(--theme-text-muted)}._folderIcon_a4nnk_170{flex-shrink:0;color:var(--theme-text-muted)}._fileIcon_a4nnk_224{flex-shrink:0;color:var(--theme-text-secondary, #6b7280)}._treeLabel_a4nnk_229{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}@media (max-width: 767px){._pane_a4nnk_1{display:none}}._resizeHandle_a4nnk_248{position:absolute;top:0;right:-2px;width:4px;height:100%;cursor:col-resize;z-index:20;transition:background .15s}._resizeHandle_a4nnk_248:hover,._resizeActive_a4nnk_260{background:var(--theme-primary);opacity:.4}._toolbar_1noqc_1{display:flex;align-items:center;gap:8px;height:48px;padding:0 16px;border-bottom:1px solid var(--theme-border);flex-shrink:0}._selectAllCheckbox_1noqc_12{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}._selectAllCheckbox_1noqc_12 input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--theme-primary)}._navGroup_1noqc_29{display:flex;align-items:center;gap:2px;flex:1;min-width:0}._navBtn_1noqc_37{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:4px;background:transparent;color:var(--theme-text-secondary);transition:all .12s;flex-shrink:0}._navBtn_1noqc_37:hover:not(:disabled){background:var(--theme-background-secondary);color:var(--theme-text)}._navBtn_1noqc_37:disabled{opacity:.3;cursor:default}._breadcrumb_1noqc_62{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:2px;flex:1;min-width:0;margin-left:4px;padding:0 8px;height:30px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-background);overflow:visible}._breadcrumbSep_1noqc_79{color:var(--theme-text-muted);font-size:11px;flex-shrink:0;margin:0 2px}._breadcrumbIcon_1noqc_86{display:inline-flex;align-items:center;margin-right:4px;color:var(--theme-primary)}._breadcrumbItem_1noqc_93{display:inline-flex;align-items:center;background:none;border:none;color:var(--theme-text-secondary);font-size:12px;padding:2px 6px;border-radius:4px;white-space:nowrap;transition:all .12s}._breadcrumbItem_1noqc_93:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._breadcrumbCurrent_1noqc_111,._breadcrumbCurrent_1noqc_111:hover{color:var(--theme-primary)!important;font-weight:600!important;background:transparent!important;border:none!important;box-shadow:none!important;border-color:transparent!important}._breadcrumbCurrent_1noqc_111 ._breadcrumbIcon_1noqc_86,._breadcrumbCurrent_1noqc_111:hover ._breadcrumbIcon_1noqc_86{color:var(--theme-primary)!important}._breadcrumbSegment_1noqc_127{display:inline-flex;align-items:center;flex-shrink:0}._breadcrumbChevron_1noqc_134{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:3px;background:transparent;color:var(--theme-text-muted);padding:0;margin-left:auto;transition:all .12s;flex-shrink:0}._breadcrumbChevron_1noqc_134:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._breadcrumbDropdown_1noqc_157{position:absolute;top:calc(100% + 1px);left:-1px;right:-1px;max-height:400px;overflow-y:auto;background:var(--theme-surface);border:1px solid var(--theme-border);border-top:none;border-radius:0 0 6px 6px;box-shadow:0 6px 16px #0000001f;padding:4px 0;z-index:200}._breadcrumbDropdownItem_1noqc_173{display:flex;align-items:center;gap:0;width:100%;height:24px;padding:0;border:none;border-radius:0;background:transparent;color:var(--theme-text);font-size:12px}._breadcrumbDropdownItem_1noqc_173:hover{background:var(--theme-primary);color:#fff}._breadcrumbDropdownItem_1noqc_173:hover svg{color:#fff}._breadcrumbDropdownItemActive_1noqc_196>._treeItemLabel_1noqc_196{font-weight:600;color:var(--theme-primary)}._treeToggle_1noqc_202{display:inline-flex;align-items:center;justify-content:center;width:16px;height:24px;border:none;background:transparent;color:inherit;padding:0;flex-shrink:0}._treeToggleSpacer_1noqc_215{display:inline-block;width:16px;flex-shrink:0}._treeItemLabel_1noqc_196{display:flex;align-items:center;gap:6px;flex:1;min-width:0;height:24px;border:none;background:transparent;color:inherit;font-size:12px;cursor:default;padding:0 8px 0 2px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._treeItemDate_1noqc_242{margin-left:auto;padding-right:20px;font-size:11px;color:var(--theme-text-muted);white-space:nowrap;flex-shrink:0}._breadcrumbDropdownItem_1noqc_173:hover ._treeItemDate_1noqc_242{color:#ffffffb3}._selectionBar_1noqc_256{display:flex;align-items:center;gap:12px;padding:4px 12px;border-radius:6px;background:var(--theme-primary);color:#fff;font-size:12px;height:28px}._selectionBarLabel_1noqc_268{display:flex;align-items:center;gap:6px;font-weight:500}._selectionBarLabel_1noqc_268 input[type=checkbox]{width:14px;height:14px;margin:0;accent-color:white}._selectionBarCount_1noqc_282{opacity:.85;font-size:12px}._actions_1noqc_288{display:flex;gap:6px}._createBtn_1noqc_293{display:flex;align-items:center;justify-content:center;gap:6px;height:28px;padding:0 14px;border:1px solid var(--theme-border);border-radius:6px;background:transparent;color:var(--theme-text-secondary);font-size:13px;transition:all .15s}._createBtn_1noqc_293:hover{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}._dangerBtn_1noqc_314{color:#ef4444;border-color:#ef4444}._dangerBtn_1noqc_314:hover{background:#ef4444;color:#fff;border-color:#ef4444}._createBtnPrimary_1noqc_325{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}._createBtnPrimary_1noqc_325:hover{filter:brightness(1.15)}._spacer_1noqc_335{flex:1}._viewDropdown_1noqc_340{position:relative}._viewDropdownBtn_1noqc_344{display:flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:1px solid var(--theme-border);border-radius:6px;background:transparent;color:var(--theme-text-secondary);font-size:12px;transition:all .12s;white-space:nowrap}._viewDropdownBtn_1noqc_344:hover{border-color:var(--theme-primary);color:var(--theme-text)}._chevronUp_1noqc_364{transform:rotate(180deg)}._viewMenu_1noqc_368{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 8px 24px #00000026;padding:4px;z-index:100;animation:_menuFadeIn_1noqc_1 .12s ease}@keyframes _menuFadeIn_1noqc_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._viewMenuItem_1noqc_387{display:flex;align-items:center;gap:8px;width:100%;height:32px;padding:0 10px;border:none;border-radius:4px;background:transparent;color:var(--theme-text-secondary);font-size:12px;transition:all .1s;text-align:left}._viewMenuItem_1noqc_387:hover{background:var(--theme-background-secondary);color:var(--theme-text)}._viewMenuItemActive_1noqc_408{background:var(--theme-primary-light);color:var(--theme-primary);font-weight:600}._sortSelect_1noqc_415{height:28px;padding:0 8px;border:1px solid var(--theme-border);border-radius:6px;background:transparent;color:var(--theme-text-secondary);font-size:12px;outline:none}._sortSelect_1noqc_415 option{background:var(--theme-background-secondary);color:var(--theme-text)}._sortSelect_1noqc_415:focus{border-color:var(--theme-primary)}._searchBox_1noqc_436{position:relative;display:flex;align-items:center}._searchIcon_1noqc_442{position:absolute;left:10px;color:var(--theme-text-muted);pointer-events:none}._searchInput_1noqc_449{height:36px;width:260px;padding:0 12px 0 32px;border:1px solid var(--theme-border);border-radius:8px;background:transparent;color:var(--theme-text);font-size:13px;outline:none;transition:all .15s}._searchInput_1noqc_449:focus{border-color:var(--theme-primary);width:320px}._searchInput_1noqc_449::-moz-placeholder{color:var(--theme-text-muted)}._searchInput_1noqc_449::placeholder{color:var(--theme-text-muted)}@media (max-width: 767px){._toolbar_1noqc_1{height:40px;padding:0 12px;gap:6px;flex-wrap:nowrap;overflow-x:auto;border-bottom:.5px solid var(--theme-border)}._viewDropdown_1noqc_340,._sortSelect_1noqc_415,._navBtn_1noqc_37{display:none}._navGroup_1noqc_29{flex:1;min-width:0}._breadcrumb_1noqc_62{overflow:hidden;height:28px;border:none;background:transparent;padding:0 4px;gap:1px}._breadcrumbItem_1noqc_93{font-size:13px;padding:2px 4px}._breadcrumbCurrent_1noqc_111,._breadcrumbCurrent_1noqc_111:hover{font-size:13px;font-weight:600!important}._breadcrumbSep_1noqc_79{font-size:10px;margin:0 1px}._searchBox_1noqc_436{display:none}._searchBoxMobileVisible_1noqc_533{display:flex;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;background:var(--theme-surface);padding:0 12px}._searchBoxMobileVisible_1noqc_533 ._searchInput_1noqc_449{width:100%;flex:1;font-size:16px}._createBtn_1noqc_293 span{display:none}._createBtn_1noqc_293{padding:0;min-width:28px;width:28px;height:28px;border-radius:8px}._createBtnPrimary_1noqc_325 span{display:none}._selectionBar_1noqc_256{height:26px;padding:2px 8px;font-size:11px}._actions_1noqc_288{gap:4px}}._mobileSearchBtn_1noqc_582,._mobileActionRow_1noqc_586,._mobileActionBtn_1noqc_590{display:none}@media (max-width: 767px){._mobileSearchBtn_1noqc_582{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:transparent;color:var(--theme-text-muted);flex-shrink:0;-webkit-tap-highlight-color:transparent}._mobileSearchBtn_1noqc_582:active{background:var(--theme-background-secondary)}._toolbarMobileTwoRow_1noqc_614{flex-wrap:wrap;height:auto;padding:8px 12px;gap:8px}._mobileActionRow_1noqc_586{display:flex;align-items:center;gap:8px;width:100%;order:10}._mobileActionBtn_1noqc_590{display:flex;align-items:center;gap:6px;height:32px;padding:0 14px;border:1px solid var(--theme-border);border-radius:8px;background:transparent;color:var(--theme-text-secondary);font-size:13px;font-weight:500;-webkit-tap-highlight-color:transparent;transition:all .15s}._mobileActionBtn_1noqc_590:active{opacity:.7}._mobileActionBtnPrimary_1noqc_650{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}}._emptyState_ibv4y_2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;color:var(--theme-text-muted);font-size:14px}._emptyIcon_ibv4y_13{opacity:.3}._welcomeState_ibv4y_18{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:100%;padding:40px 20px}._welcomeIcon_ibv4y_28{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--theme-primary, #3b82f6) 0%,#8b5cf6 100%);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:12px}._welcomeTitle_ibv4y_40{font-size:22px;font-weight:700;color:var(--theme-text-primary);margin:0}._welcomeSubtitle_ibv4y_47{font-size:14px;color:var(--theme-text-muted);margin:0 0 16px}._welcomeButton_ibv4y_53{padding:10px 28px;border-radius:8px;border:none;background:var(--theme-primary, #3b82f6);color:#fff;font-size:14px;font-weight:600;transition:background .15s,transform .1s}._welcomeButton_ibv4y_53:hover{background:var(--theme-primary-hover, #2563eb);transform:translateY(-1px)}._spinner_ibv4y_69{width:32px;height:32px;border:3px solid var(--theme-border);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_ibv4y_69 .8s linear infinite}@keyframes _spin_ibv4y_69{to{transform:rotate(360deg)}}._dragOver_ibv4y_82{outline:2px dashed var(--theme-primary);outline-offset:-2px;background:var(--theme-primary-light)!important}._dragOver_ibv4y_82 *{pointer-events:none}._itemIconFolder_ibv4y_93{color:#f0b429}._itemIconProject_ibv4y_97{color:var(--theme-primary)}._projectName_ibv4y_101{color:var(--theme-primary)!important;font-weight:700}._itemIconDesign_ibv4y_106{color:var(--theme-primary)}._designPlaceholder_ibv4y_111{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,var(--theme-background-secondary) 0%,var(--theme-surface) 100%);border:1px solid var(--theme-border);border-radius:6px;color:var(--theme-text-muted)}._designPlaceholderLabel_ibv4y_125{font-size:10px;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;color:var(--theme-text-muted);opacity:.7}._itemCheckbox_ibv4y_137{position:absolute;top:4px;left:4px;width:16px;height:16px;margin:0;opacity:0;transition:opacity .12s;z-index:2;accent-color:var(--theme-primary)}._itemCheckboxVisible_ibv4y_150{opacity:1}._tableRow_ibv4y_155 ._itemCheckbox_ibv4y_137,._listItem_ibv4y_156 ._itemCheckbox_ibv4y_137{position:relative;top:auto;left:auto;flex-shrink:0}._iconCard_ibv4y_164:hover ._itemCheckbox_ibv4y_137,._tileCard_ibv4y_165:hover ._itemCheckbox_ibv4y_137,._saasCard_ibv4y_166:hover ._itemCheckbox_ibv4y_137,._tableRow_ibv4y_155:hover ._itemCheckbox_ibv4y_137,._listItem_ibv4y_156:hover ._itemCheckbox_ibv4y_137,._iconCardSelected_ibv4y_173 ._itemCheckbox_ibv4y_137,._tileCardSelected_ibv4y_174 ._itemCheckbox_ibv4y_137,._saasCardSelected_ibv4y_175 ._itemCheckbox_ibv4y_137,._tableRowSelected_ibv4y_176 ._itemCheckbox_ibv4y_137,._listItemSelected_ibv4y_177 ._itemCheckbox_ibv4y_137{opacity:1}._marqueeOverlay_ibv4y_182{position:absolute;border:1px solid var(--theme-primary);background:#3b82f61a;pointer-events:none;z-index:10}._iconGrid_ibv4y_191{display:grid;gap:8px;padding:16px;overflow-y:auto}._iconCard_ibv4y_164{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:6px;border-radius:8px;transition:all .12s;border:1px solid var(--theme-border)}._iconCard_ibv4y_164:hover{background:var(--theme-background-secondary);border-color:var(--theme-text-muted)}._iconCardSelected_ibv4y_173{background:var(--theme-primary-light);border-color:var(--theme-primary)}._iconThumbnail_ibv4y_220{display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;background:var(--theme-background);flex-shrink:0;width:100%!important;aspect-ratio:1 / 1}._iconThumbnail_ibv4y_220 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._iconInfo_ibv4y_238{display:flex;flex-direction:column;align-items:center;gap:2px;width:100%}._iconName_ibv4y_246{font-size:13px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--theme-text);line-height:1.3;width:100%}._iconMeta_ibv4y_257{font-size:11px;color:var(--theme-text-muted);text-align:center;white-space:nowrap}._iconSpaceSize_ibv4y_264{font-size:10px;color:var(--theme-text-muted);text-align:center;opacity:.7}._iconFileCount_ibv4y_271{font-size:11px;font-weight:500;color:var(--theme-primary);text-align:center;margin-top:2px}._tileGrid_ibv4y_280{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;padding:16px;overflow-y:auto}._tileCard_ibv4y_165{position:relative;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;transition:all .12s;border:2px solid transparent}._tileCard_ibv4y_165:hover{background:var(--theme-background-secondary)}._tileCardSelected_ibv4y_174{background:var(--theme-primary-light);border-color:var(--theme-primary)}._tileThumbnail_ibv4y_308{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;background:var(--theme-background);flex-shrink:0}._tileThumbnail_ibv4y_308 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._tileInfo_ibv4y_326{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._tileName_ibv4y_334{font-size:13px;font-weight:500;color:var(--theme-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tileMeta_ibv4y_343{font-size:11px;color:var(--theme-text-muted)}._detailsTable_ibv4y_349{display:flex;flex-direction:column;overflow-y:auto;font-size:13px}._tableHeader_ibv4y_356{display:flex;align-items:center;height:32px;padding:0 12px;border-bottom:1px solid var(--theme-border);background:var(--theme-background-secondary);font-size:12px;font-weight:500;color:var(--theme-text-muted);position:sticky;top:0;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}._tableRow_ibv4y_155{position:relative;display:flex;align-items:center;height:36px;padding:0 12px;border-bottom:1px solid var(--theme-border);transition:background .1s}._tableRow_ibv4y_155:hover{background:var(--theme-background-secondary)}._tableRowSelected_ibv4y_176{background:var(--theme-primary-light)}._colName_ibv4y_390{flex:3;display:flex;align-items:center;gap:8px;min-width:0}._rowName_ibv4y_398{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._colType_ibv4y_404{flex:1;color:var(--theme-text-muted)}._colSize_ibv4y_409,._colDate_ibv4y_414{flex:1.5;color:var(--theme-text-muted)}._colActions_ibv4y_419{width:36px;display:flex;justify-content:center}._moreBtn_ibv4y_425{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--theme-text-muted);opacity:0;transition:all .12s}._tableRow_ibv4y_155:hover ._moreBtn_ibv4y_425{opacity:1}._moreBtn_ibv4y_425:hover{background:var(--theme-background);color:var(--theme-text)}._listView_ibv4y_449{display:flex;flex-direction:column;overflow-y:auto;padding:4px 0}._listItem_ibv4y_156{display:flex;align-items:center;gap:8px;height:32px;padding:0 16px;transition:background .1s;font-size:13px}._listItem_ibv4y_156:hover{background:var(--theme-background-secondary)}._listItemSelected_ibv4y_177{background:var(--theme-primary-light)}._listName_ibv4y_474{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._listDate_ibv4y_481{color:var(--theme-text-muted);font-size:12px;flex-shrink:0}._projectGrid_ibv4y_488{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;height:100%;gap:2px;border-radius:6px;overflow:hidden}._projectGridItem_ibv4y_499{overflow:hidden;position:relative;border:.5px solid var(--theme-border, rgba(0,0,0,.1))}._projectGridItem_ibv4y_499 img,._projectGridImg_ibv4y_506{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._projectGridItemEmpty_ibv4y_512{background:var(--theme-background-secondary);border:.5px solid var(--theme-border, rgba(0,0,0,.1))}._projectGridEmpty_ibv4y_517{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--theme-text-muted);background:var(--theme-background-secondary);border-radius:6px}._saasfolderCard_ibv4y_531{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 10px 14px;border-radius:8px;transition:all .12s;border:1px solid transparent}._saasfolderCard_ibv4y_531:hover{background:var(--theme-background-secondary);border-color:var(--theme-border)}._saasfolderCard_ibv4y_531:hover ._itemCheckbox_ibv4y_137{opacity:1}._saasGrid_ibv4y_553{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px;overflow-y:auto}._saasCard_ibv4y_166{position:relative;display:flex;flex-direction:column;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:12px;overflow:hidden;transition:box-shadow .2s,border-color .2s,transform .15s;box-shadow:0 1px 4px #0000001a}._saasCard_ibv4y_166:hover{border-color:var(--theme-text-muted);box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}._saasCardSelected_ibv4y_175{border-color:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-primary-light)}._saasThumbnailArea_ibv4y_585{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--theme-background)}._saasFolderIcon_ibv4y_592{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-background)}._saasSingleThumb_ibv4y_601{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._saasProjectGrid_ibv4y_608{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;height:100%;gap:2px;padding:0}._saasProjectGridItem_ibv4y_618{overflow:hidden;position:relative;border-radius:4px;border:1px solid var(--theme-border, rgba(0, 0, 0, .08));background:var(--theme-background)}._saasProjectGridItem_ibv4y_618 img,._saasProjectGridItem_ibv4y_618 ._projectGridImg_ibv4y_506{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._saasProjectGridItemEmpty_ibv4y_633{display:flex;align-items:center;justify-content:center;background:var(--theme-background);border-radius:4px;border:1px solid var(--theme-border, rgba(0, 0, 0, .08));color:var(--theme-text-muted);opacity:.4}._saasInfoArea_ibv4y_645{padding:14px 16px;display:flex;flex-direction:column;gap:4px;border-top:1px solid var(--theme-border)}._saasName_ibv4y_653{font-size:15px;font-weight:600;color:var(--theme-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}._saasDate_ibv4y_663{font-size:13px;color:var(--theme-text-secondary);line-height:1.4}._saasOwner_ibv4y_669{display:flex;align-items:center;gap:6px;margin-top:4px}._saasAvatar_ibv4y_676{width:20px;height:20px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}._saasAvatarFallback_ibv4y_684{width:20px;height:20px;border-radius:50%;background:var(--theme-primary-light, #e0e7ff);color:var(--theme-primary, #6366f1);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}._saasOwnerName_ibv4y_698{font-size:13px;color:var(--theme-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 767px){._iconGrid_ibv4y_191{display:flex!important;flex-direction:column;gap:4px;padding:8px 8px 90px}._iconCard_ibv4y_164{flex-direction:row;align-items:center;gap:14px;padding:10px 12px;min-height:76px;border-radius:12px}._iconCard_ibv4y_164:active{transform:scale(.98);transition:transform .1s ease}._iconThumbnail_ibv4y_220{width:64px!important;height:64px!important;min-width:64px;aspect-ratio:unset!important;flex-shrink:0;border-radius:10px}._iconInfo_ibv4y_238{align-items:flex-start!important;flex:1;min-width:0;max-width:none!important}._iconName_ibv4y_246{text-align:left;font-size:14px}._iconMeta_ibv4y_257,._iconSpaceSize_ibv4y_264,._iconFileCount_ibv4y_271{text-align:left}._detailsTable_ibv4y_349,._listView_ibv4y_449{padding-bottom:90px}._tileGrid_ibv4y_280{grid-template-columns:1fr!important;padding-bottom:90px}._saasGrid_ibv4y_553{grid-template-columns:1fr!important;gap:12px;padding:12px 8px 90px}._saasCard_ibv4y_166:hover{transform:none}._saasCard_ibv4y_166:active{transform:scale(.98);transition:transform .1s ease}._welcomeState_ibv4y_18,._emptyState_ibv4y_2{padding-bottom:90px}._iconCard_ibv4y_164 ._itemCheckbox_ibv4y_137{opacity:.6}}._statusBar_1mr4q_1{display:flex;align-items:center;gap:8px;height:28px;padding:0 16px;background:var(--theme-surface);border-top:1px solid var(--theme-border);font-size:12px;color:var(--theme-text-muted);flex-shrink:0}._divider_1mr4q_14{color:var(--theme-border)}@media (max-width: 767px){._statusBar_1mr4q_1{display:none}}._bottomNav_lbkns_2{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:stretch;justify-content:space-around;border-top:.5px solid var(--theme-border);padding-bottom:env(safe-area-inset-bottom,0px);z-index:1000;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:color-mix(in srgb,var(--theme-surface) 85%,transparent)}._tabItem_lbkns_18{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;padding:8px 0 6px;border:none;background:none;color:var(--theme-text-muted);font-size:10px;transition:color .2s;-webkit-tap-highlight-color:transparent;position:relative}._tabItem_lbkns_18:active{opacity:.6}._tabItemActive_lbkns_39{color:var(--theme-primary)}._tabIcon_lbkns_43{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:14px;transition:background .2s}._tabItemActive_lbkns_39 ._tabIcon_lbkns_43{background:color-mix(in srgb,var(--theme-primary) 12%,transparent)}._tabLabel_lbkns_57{font-weight:500;line-height:1;letter-spacing:-.3px}._tabItemActive_lbkns_39 ._tabLabel_lbkns_57{font-weight:600}._explorerLayout_1utqm_2{display:flex;flex-direction:column;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Apple SD Gothic Neo,sans-serif;background:var(--theme-background);color:var(--theme-text);overflow:hidden}._explorerBody_1utqm_12{display:flex;flex:1;overflow:hidden}._leftColumn_1utqm_18{display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;height:100%}._explorerContent_1utqm_26{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}._mobileNavToggle_1utqm_36{position:fixed;bottom:16px;left:16px;z-index:1500;width:44px;height:44px;border-radius:50%;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:background .2s,transform .2s}._mobileNavToggle_1utqm_36:hover{background:var(--theme-background-secondary);transform:scale(1.05)}._mobileNavOverlay_1utqm_59{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1400;display:flex}._mobileNavBackdrop_1utqm_69{flex:1;background:#0000004d}._modalOverlay_1utqm_76{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--theme-overlay);display:flex;align-items:center;justify-content:center;z-index:2000}._modal_1utqm_76{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;box-shadow:0 20px 40px #0000004d;width:90%;max-width:400px;padding:24px}._modalTitle_1utqm_99{font-size:18px;font-weight:600;color:var(--theme-text);margin:0 0 20px;text-align:center}._modalInput_1utqm_107{width:100%;padding:12px 16px;border:1px solid var(--theme-border);background:var(--theme-background-secondary);color:var(--theme-text);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s,background-color .2s;margin-bottom:20px;box-sizing:border-box}._modalInput_1utqm_107:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._modalActions_1utqm_126{display:flex;gap:12px;justify-content:center;margin-top:24px}._modalCancelBtn_1utqm_133,._modalCreateBtn_1utqm_134{padding:10px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;transition:background-color .2s;min-width:100px}._modalCancelBtn_1utqm_133{background:var(--theme-background-secondary);color:var(--theme-text);border:1px solid var(--theme-border)}._modalCancelBtn_1utqm_133:hover:not(:disabled){background:var(--theme-border);border-color:var(--theme-primary)}._modalCreateBtn_1utqm_134{background:var(--theme-primary);color:var(--theme-surface);border:1px solid var(--theme-primary)}._modalCreateBtn_1utqm_134:hover:not(:disabled){background:var(--theme-primary-hover);border-color:var(--theme-primary-hover)}._modalCancelBtn_1utqm_133:disabled,._modalCreateBtn_1utqm_134:disabled{opacity:.5;cursor:not-allowed}._comingSoonModal_1utqm_174{background:var(--theme-surface);border-radius:16px;padding:40px;max-width:360px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:_modalSlideIn_1utqm_1 .3s ease}@keyframes _modalSlideIn_1utqm_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._comingSoonIcon_1utqm_196{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--theme-primary-light) 0%,var(--theme-primary) 100%);border-radius:50%;color:#fff}._comingSoonIcon_1utqm_196 svg{width:40px;height:40px}._comingSoonTitle_1utqm_213{font-size:20px;font-weight:600;color:var(--theme-text);margin:0 0 12px}._comingSoonDesc_1utqm_220{font-size:14px;line-height:1.6;color:var(--theme-text-secondary);margin:0 0 24px}._comingSoonBtn_1utqm_227{width:100%;padding:14px 24px;background:var(--theme-primary);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;transition:all .2s ease}._comingSoonBtn_1utqm_227:hover{background:var(--theme-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 767px){._modalOverlay_1utqm_76{align-items:flex-end}._modal_1utqm_76{width:100%;max-width:100%;border-radius:16px 16px 0 0;padding:20px 16px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));animation:_mobileModalSlideUp_1utqm_1 .3s ease}@keyframes _mobileModalSlideUp_1utqm_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}._modalInput_1utqm_107{font-size:16px;min-height:48px;border-radius:10px}._modalActions_1utqm_126{flex-direction:column;gap:8px}._modalCancelBtn_1utqm_133,._modalCreateBtn_1utqm_134{width:100%;min-height:48px;border-radius:10px;font-size:15px}._mobileNavToggle_1utqm_36,._mobileNavOverlay_1utqm_59,._mobileNavBackdrop_1utqm_69{display:none}._comingSoonModal_1utqm_174{width:100%;max-width:100%;border-radius:16px 16px 0 0;padding:32px 20px;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px));animation:_mobileModalSlideUp_1utqm_1 .3s ease}}@keyframes _spin_1utqm_1{to{transform:rotate(360deg)}}._root_ko0mk_3{min-height:100vh;background:var(--theme-background, #ffffff);color:var(--theme-text, #1f2937);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,system-ui,sans-serif;display:flex;flex-direction:column}._header_ko0mk_13{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid var(--theme-border, #e5e7eb);background:var(--theme-surface, #ffffff);position:sticky;top:0;z-index:10}._headerLeft_ko0mk_25{display:flex;align-items:center;gap:12px}._brand_ko0mk_31{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--theme-text, #1f2937)}._modeBadge_ko0mk_38{font-size:11px;font-weight:600;letter-spacing:.04em;padding:3px 8px;border-radius:999px;background:var(--theme-primary, #10b981);color:#fff;text-transform:uppercase}._headerRight_ko0mk_49{display:flex;align-items:center;gap:8px}._iconBtn_ko0mk_55{background:transparent;border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;padding:6px 10px;cursor:pointer;color:var(--theme-text-secondary, #6b7280);font-size:13px;transition:background .15s,border-color .15s}._iconBtn_ko0mk_55:hover{background:var(--theme-surface-hover, #f9fafb);border-color:var(--theme-border-strong, #d1d5db)}._userChip_ko0mk_70{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:999px;background:var(--theme-surface-2, #f3f4f6);font-size:13px;color:var(--theme-text, #1f2937)}._avatar_ko0mk_80{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--theme-border, #e5e7eb)}._avatarFallback_ko0mk_87{width:24px;height:24px;border-radius:50%;background:var(--theme-primary, #10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}._body_ko0mk_101{flex:1;padding:28px 24px 40px;max-width:1400px;width:100%;margin:0 auto;box-sizing:border-box}._titleBar_ko0mk_110{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}._pageTitle_ko0mk_117{font-size:22px;font-weight:700;margin:0;letter-spacing:-.02em;color:var(--theme-text, #1f2937)}._pageSubtitle_ko0mk_125{font-size:13px;color:var(--theme-text-tertiary, #9ca3af);margin-top:4px}._refreshBtn_ko0mk_131{background:transparent;border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;padding:6px 14px;font-size:13px;cursor:pointer;color:var(--theme-text-secondary, #6b7280)}._refreshBtn_ko0mk_131:hover{background:var(--theme-surface-hover, #f9fafb)}._grid_ko0mk_145{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._card_ko0mk_151{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s,transform .15s,box-shadow .15s}._card_ko0mk_151:hover{border-color:var(--theme-primary, #10b981);transform:translateY(-2px);box-shadow:0 8px 20px -10px #00000026}._thumb_ko0mk_166{width:100%;aspect-ratio:4 / 3;background:var(--theme-surface-2, #f3f4f6);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._thumb_ko0mk_166 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._thumbPlaceholder_ko0mk_181{font-size:12px;color:var(--theme-text-tertiary, #9ca3af)}._cardBody_ko0mk_186{padding:12px 14px;display:flex;flex-direction:column;gap:4px}._cardTitle_ko0mk_192{font-size:14px;font-weight:600;margin:0;color:var(--theme-text, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardMeta_ko0mk_201{font-size:11px;color:var(--theme-text-tertiary, #9ca3af)}._cardActions_ko0mk_206{padding:0 14px 14px;display:flex;gap:8px}._primaryBtn_ko0mk_212{flex:1;background:var(--theme-primary, #10b981);color:#fff;border:none;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}._primaryBtn_ko0mk_212:hover{background:var(--theme-primary-hover, #059669)}._primaryBtn_ko0mk_212:disabled{opacity:.5;cursor:not-allowed}._secondaryBtn_ko0mk_232{background:transparent;color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;padding:8px 10px;font-size:13px;cursor:pointer;transition:background .15s,color .15s}._secondaryBtn_ko0mk_232:hover{background:var(--theme-surface-hover, #f9fafb);color:var(--theme-text, #1f2937)}._stateBox_ko0mk_248{border:1px dashed var(--theme-border, #e5e7eb);border-radius:12px;padding:60px 20px;text-align:center;color:var(--theme-text-tertiary, #9ca3af);font-size:14px}._footerHint_ko0mk_258{margin-top:32px;padding-top:16px;border-top:1px solid var(--theme-border, #e5e7eb);font-size:12px;color:var(--theme-text-tertiary, #9ca3af);line-height:1.6}._overlay_ko0mk_268{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}._overlayCard_ko0mk_277{background:var(--theme-surface, #ffffff);border-radius:12px;padding:28px 36px;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:280px}._spinner_ko0mk_287{width:36px;height:36px;border:3px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary, #10b981);border-radius:50%;animation:_spin_ko0mk_287 .8s linear infinite}@keyframes _spin_ko0mk_287{to{transform:rotate(360deg)}}._overlayText_ko0mk_298{font-size:14px;color:var(--theme-text, #1f2937);font-weight:500}._overlaySubtext_ko0mk_303{font-size:12px;color:var(--theme-text-tertiary, #9ca3af)}._viewerPage_jlvdw_2{width:100vw;height:100vh;display:flex;flex-direction:column;background:var(--theme-background, #f9fafb);overflow:hidden}._viewerHeader_jlvdw_12{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff;position:relative;z-index:100}._headerLeft_jlvdw_23{display:flex;flex-direction:column;gap:4px}._projectTitle_jlvdw_29{margin:0;font-size:20px;font-weight:600;color:#1f2937}._projectInfo_jlvdw_36{font-size:14px;color:#6b7280}._headerCenter_jlvdw_41{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px}._viewModeToggle_jlvdw_50{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;gap:2px}._viewModeButton_jlvdw_58{padding:8px 16px;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:14px;font-weight:500;transition:all .2s ease;min-width:50px}._viewModeButton_jlvdw_58._active_jlvdw_70{background:#fff;color:var(--theme-primary, #10b981);box-shadow:0 1px 3px #0000001a}._viewModeButton_jlvdw_58:hover:not(._active_jlvdw_70){color:#374151}._headerActions_jlvdw_80{display:flex;align-items:center;gap:8px}._actionButton_jlvdw_86{width:40px;height:40px;border:none;border-radius:8px;background:#f3f4f6;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._actionButton_jlvdw_86:hover{background:#e5e7eb;color:#374151}._shareButton_jlvdw_104{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--theme-primary, #3b82f6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}._shareButton_jlvdw_104:hover{background:var(--theme-primary-hover, #2563eb);transform:translateY(-1px)}._viewerContent_jlvdw_124{flex:1;position:relative;overflow:hidden;background:var(--theme-background, #f9fafb);min-height:0}._viewerFooter_jlvdw_133{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff}._projectMeta_jlvdw_142{font-size:14px;color:#6b7280}._errorState_jlvdw_148{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:40px;text-align:center}._errorMessage_jlvdw_158{margin:0 0 20px;font-size:16px;color:#6b7280}._retryButton_jlvdw_164{padding:10px 20px;background:var(--theme-primary, #10b981);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;transition:background-color .2s ease}._retryButton_jlvdw_164:hover{background:var(--theme-primary-hover, #059669)}@media (max-width: 768px){._viewerHeader_jlvdw_12{padding:16px 20px}._projectTitle_jlvdw_29{font-size:18px}._viewerFooter_jlvdw_133{padding:12px 20px}._shareButton_jlvdw_104{padding:8px 16px;font-size:13px}}._root_1ernc_1{min-height:100vh;background:var(--theme-background, #f7f7f7);color:var(--theme-text, #121212);display:flex;flex-direction:column}._body_1ernc_9{flex:1;max-width:960px;width:100%;margin:0 auto;padding:24px;box-sizing:border-box}._titleBar_1ernc_18{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap}._pageTitle_1ernc_27{font-size:22px;font-weight:700;margin:0}._tabs_1ernc_33{display:flex;gap:6px;border-bottom:1px solid var(--theme-border, #e0e0e0);margin-bottom:16px}._tab_1ernc_33{padding:10px 18px;font-size:14px;font-weight:500;border:none;background:transparent;color:var(--theme-text-secondary, #666);cursor:pointer;border-bottom:2px solid transparent;transition:all .15s ease}._tab_1ernc_33:hover{color:var(--theme-text, #121212)}._tab_1ernc_33._active_1ernc_53{color:var(--theme-primary, #121212);border-bottom-color:var(--theme-primary, #121212);font-weight:600}._toolbar_1ernc_59{display:flex;justify-content:flex-end;gap:8px;margin-bottom:12px}._primaryBtn_1ernc_66{padding:8px 16px;font-size:13px;font-weight:500;background:var(--theme-primary, #121212);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}._primaryBtn_1ernc_66:hover{background:var(--theme-primary-hover, #333)}._secondaryBtn_1ernc_79{padding:8px 16px;font-size:13px;font-weight:500;background:var(--theme-surface, #fff);color:var(--theme-text, #121212);border:1px solid var(--theme-border, #e0e0e0);border-radius:6px;cursor:pointer;transition:all .15s ease}._secondaryBtn_1ernc_79:hover{background:var(--theme-background-hover, #f5f5f5)}._dangerBtn_1ernc_92{padding:8px 16px;font-size:13px;font-weight:500;background:transparent;color:#d32f2f;border:1px solid #d32f2f;border-radius:6px;cursor:pointer;transition:all .15s ease}._dangerBtn_1ernc_92:hover{background:#d32f2f14}._list_1ernc_105{background:var(--theme-surface, #fff);border:1px solid var(--theme-border, #e0e0e0);border-radius:8px;overflow:hidden}._listItem_1ernc_112{padding:16px 20px;border-bottom:1px solid var(--theme-border, #eee);cursor:pointer;transition:background .1s ease;display:flex;gap:12px;align-items:center}._listItem_1ernc_112:last-child{border-bottom:none}._listItem_1ernc_112:hover{background:var(--theme-background-hover, #fafafa)}._categoryBadge_1ernc_125{font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;flex-shrink:0}._categoryNotice_1ernc_133{background:#d32f2f1a;color:#d32f2f}._categoryUpdate_1ernc_138{background:#1976d21a;color:#1976d2}._itemTitle_1ernc_143{flex:1;font-size:14px;font-weight:500;color:var(--theme-text, #121212);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._itemDate_1ernc_153{font-size:12px;color:var(--theme-text-tertiary, #999);flex-shrink:0}._empty_1ernc_159{padding:60px 20px;text-align:center;color:var(--theme-text-tertiary, #999);font-size:14px}._detailCard_1ernc_166{background:var(--theme-surface, #fff);border:1px solid var(--theme-border, #e0e0e0);border-radius:8px;padding:28px}._detailTitle_1ernc_173{font-size:20px;font-weight:700;margin:0 0 8px}._detailMeta_1ernc_179{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--theme-border, #eee);font-size:12px;color:var(--theme-text-secondary, #666)}._detailBody_1ernc_190{font-size:14px;line-height:1.7;color:var(--theme-text, #121212);white-space:pre-wrap;word-break:break-word;min-height:200px}._detailActions_1ernc_199{display:flex;justify-content:space-between;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid var(--theme-border, #eee)}._formCard_1ernc_208{background:var(--theme-surface, #fff);border:1px solid var(--theme-border, #e0e0e0);border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:14px}._formRow_1ernc_218{display:flex;flex-direction:column;gap:6px}._label_1ernc_224{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #555)}._input_1ernc_230,._textarea_1ernc_230,._select_1ernc_230{padding:10px 12px;font-size:14px;border:1px solid var(--theme-border, #e0e0e0);border-radius:6px;background:var(--theme-surface, #fff);color:var(--theme-text, #121212);outline:none;font-family:inherit}._input_1ernc_230:focus,._textarea_1ernc_230:focus,._select_1ernc_230:focus{border-color:var(--theme-primary, #121212)}._textarea_1ernc_230{min-height:280px;resize:vertical;line-height:1.6}._formActions_1ernc_251{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}._loadingWrap_1ernc_258{padding:60px 20px;text-align:center;color:var(--theme-text-secondary, #666)}._container_3fswr_1{display:flex;height:100vh;background:var(--theme-background, #f9fafb);overflow:hidden}._loading_3fswr_9{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px;width:100%}._spinner_3fswr_19{width:48px;height:48px;border:4px solid var(--theme-border);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_3fswr_19 1s linear infinite}@keyframes _spin_3fswr_19{to{transform:rotate(360deg)}}._loading_3fswr_9 p{margin:0;font-size:16px;color:var(--theme-text-secondary, #6b7280)}._sidebar_3fswr_41{width:280px;background:var(--theme-surface, #ffffff);border-right:1px solid var(--theme-border, #e5e7eb);display:flex;flex-direction:column;height:100vh;overflow-y:auto;flex-shrink:0}._sidebarHeader_3fswr_52{border-bottom:1px solid var(--theme-border, #e5e7eb);display:flex;flex-direction:column}._headerTop_3fswr_58{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;background:var(--theme-primary)}._logo_3fswr_67{color:var(--theme-surface);flex-shrink:0}._title_3fswr_72{margin:0;font-size:18px;font-weight:700;color:var(--theme-surface)}._profileSection_3fswr_79{display:flex;align-items:center;gap:12px;padding:24px;background:var(--theme-surface, #ffffff)}._crownIcon_3fswr_87{font-size:24px;color:var(--theme-primary);filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));flex-shrink:0;width:24px;height:24px}._crownIcon_3fswr_87 path{fill:var(--theme-primary)}._profileAvatar_3fswr_100{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--theme-primary)}._profileAvatar_3fswr_100 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_3fswr_115{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);font-weight:700;font-size:16px}._profileInfo_3fswr_127{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._profileNameRow_3fswr_135{display:flex;align-items:center;gap:8px}._profileName_3fswr_135{font-size:14px;font-weight:700;color:var(--theme-text, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._superAdminBadge_3fswr_150{display:inline-block;padding:4px 10px;background:var(--theme-primary);color:var(--theme-surface);border-radius:12px;font-size:10px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px var(--theme-shadow);flex-shrink:0}._profileEmail_3fswr_163{font-size:12px;color:var(--theme-text-secondary, #6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._nav_3fswr_172{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}._navItem_3fswr_180{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:var(--theme-text-secondary, #6b7280);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}._navItem_3fswr_180 svg{color:var(--theme-text-secondary, #6b7280);transition:all .2s ease}._navItem_3fswr_180:hover{background:var(--theme-background-hover, #f3f4f6);color:var(--theme-text, #1f2937)}._navItem_3fswr_180:hover svg{color:var(--theme-primary)}._navItemActive_3fswr_207{background:var(--theme-primary-light);color:var(--theme-primary);font-weight:600;position:relative}._navItemActive_3fswr_207:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--theme-primary);border-radius:0 4px 4px 0}._navItemActive_3fswr_207 svg{color:var(--theme-primary)}._main_3fswr_230{flex:1;height:100vh;overflow-y:auto;background:var(--theme-background, #f9fafb);position:relative}._backButton_3fswr_238{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;background:var(--theme-primary);border:none;border-radius:50%;color:var(--theme-surface);transition:all .2s ease;box-shadow:0 4px 12px var(--theme-shadow);z-index:1000}._backButton_3fswr_238 span{display:none}._backButton_3fswr_238 svg{color:var(--theme-surface);transition:all .2s ease}._backButton_3fswr_238:hover{transform:scale(1.1);box-shadow:0 6px 20px var(--theme-shadow)}@media (max-width: 1024px){._sidebar_3fswr_41{width:240px}._backButton_3fswr_238{bottom:20px;right:20px;width:52px;height:52px}}@media (max-width: 768px){._container_3fswr_1{flex-direction:column}._sidebar_3fswr_41{width:100%;height:auto;position:relative}._nav_3fswr_172{flex-direction:row;overflow-x:auto;padding:12px}._navItem_3fswr_180 span{display:none}._backButton_3fswr_238{bottom:16px;right:16px;width:48px;height:48px}}._container_dxb1m_1{padding:40px;max-width:1400px;margin:0 auto}._header_dxb1m_8{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px}._title_dxb1m_16{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_dxb1m_23{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._headerActions_dxb1m_29{display:flex;gap:12px;flex-shrink:0}._actionButton_dxb1m_35{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--theme-primary);border:none;border-radius:8px;color:var(--theme-surface);font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px var(--theme-shadow)}._actionButton_dxb1m_35:hover{background:var(--theme-primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px var(--theme-shadow)}._statsGrid_dxb1m_58{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px}._statCard_dxb1m_65{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;transition:all .2s ease}._statCard_dxb1m_65:hover{box-shadow:0 8px 24px var(--theme-shadow);transform:translateY(-2px);border-color:var(--theme-primary)}._statCard_dxb1m_65:active{transform:translateY(0);border-color:var(--theme-primary)}._statIcon_dxb1m_87{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);border-radius:16px;box-shadow:0 4px 16px var(--theme-shadow);flex-shrink:0}._statContent_dxb1m_100{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}._statLabel_dxb1m_108{margin:0;font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px;line-height:1}._statValue_dxb1m_118{margin:0;font-size:36px;font-weight:700;color:var(--theme-primary);line-height:1}._statChange_dxb1m_126{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:var(--theme-text-secondary, #6b7280);line-height:1}._statChange_dxb1m_126 svg{color:var(--theme-primary)}._chartsGrid_dxb1m_141{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:40px}._chartCard_dxb1m_148{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;transition:all .2s ease}._chartCard_dxb1m_148:hover{box-shadow:0 8px 24px var(--theme-shadow);border-color:var(--theme-primary)}._chartTitle_dxb1m_161{margin:0 0 20px;font-size:16px;font-weight:700;color:var(--theme-text, #1f2937)}._section_dxb1m_169{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;margin-bottom:24px}._sectionTitle_dxb1m_177{margin:0 0 20px;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._activityList_dxb1m_184{min-height:200px;overflow-x:auto}._activityTable_dxb1m_190{width:100%;border-collapse:collapse}._activityTable_dxb1m_190 thead{background:var(--theme-background, #f9fafb);border-bottom:2px solid var(--theme-border, #e5e7eb)}._activityTable_dxb1m_190 th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._activityTable_dxb1m_190 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background-color .2s ease}._activityTable_dxb1m_190 tbody tr:hover{background:var(--theme-background, #f9fafb)}._activityTable_dxb1m_190 tbody tr:last-child{border-bottom:none}._activityTable_dxb1m_190 td{padding:16px;font-size:14px;color:var(--theme-text, #1f2937)}._activityIcon_dxb1m_229{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);border-radius:8px;box-shadow:0 2px 8px var(--theme-shadow)}._activityUser_dxb1m_241{display:flex;flex-direction:column;gap:4px}._userName_dxb1m_247{font-weight:600;color:var(--theme-text, #1f2937)}._userEmail_dxb1m_252{font-size:12px;color:var(--theme-text-secondary, #6b7280)}._timestamp_dxb1m_257{color:var(--theme-text-secondary, #6b7280);font-size:13px;white-space:nowrap}._emptyState_dxb1m_263{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--theme-text-secondary, #6b7280);font-size:14px}._emptyState_dxb1m_263 p{margin:0}@media (max-width: 768px){._container_dxb1m_1{padding:20px}._header_dxb1m_8{flex-direction:column;align-items:stretch}._headerActions_dxb1m_29{flex-direction:column}._actionButton_dxb1m_35{justify-content:center}._title_dxb1m_16{font-size:24px}._statsGrid_dxb1m_58{grid-template-columns:1fr}._statCard_dxb1m_65{gap:16px;padding:20px}._statIcon_dxb1m_87{width:56px;height:56px;border-radius:12px}._statValue_dxb1m_118{font-size:32px}._activityTable_dxb1m_190{font-size:12px}._activityTable_dxb1m_190 th,._activityTable_dxb1m_190 td{padding:12px 8px}._chartsGrid_dxb1m_141{grid-template-columns:1fr}}._container_1bkw9_1{padding:40px;max-width:1600px;margin:0 auto}._header_1bkw9_7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._title_1bkw9_14{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_1bkw9_21{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._toolbar_1bkw9_28{margin-bottom:24px;display:flex;gap:20px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}._searchBox_1bkw9_37{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;width:100%;transition:all .2s ease}._searchBox_1bkw9_37:focus-within{border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}._searchBox_1bkw9_37 svg{color:var(--theme-text-secondary, #6b7280);flex-shrink:0}._searchInput_1bkw9_59{flex:1;border:none;background:transparent;color:var(--theme-text, #1f2937);font-size:14px;outline:none}._searchInput_1bkw9_59::-moz-placeholder{color:var(--theme-text-secondary, #6b7280)}._searchInput_1bkw9_59::placeholder{color:var(--theme-text-secondary, #6b7280)}._filters_1bkw9_73{display:flex;gap:12px;align-items:flex-end}._filterGroup_1bkw9_79{display:flex;flex-direction:column;gap:6px;min-width:180px}._filterGroup_1bkw9_79:first-child{flex:1;max-width:500px}._filterLabel_1bkw9_91{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._customFilterDropdown_1bkw9_100{position:relative;min-width:180px}._filterButton_1bkw9_105{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;font-weight:500;transition:all .2s ease}._filterButton_1bkw9_105:hover{border-color:var(--theme-primary, #667eea);background:var(--theme-background, #f9fafb)}._filterButton_1bkw9_105:focus{outline:none;border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}._filterButton_1bkw9_105 span{flex:1;text-align:left}._dropdownIcon_1bkw9_137{color:var(--theme-text-secondary, #6b7280);transition:transform .2s ease;flex-shrink:0}._dropdownIconOpen_1bkw9_143{transform:rotate(180deg)}._filterDropdownMenu_1bkw9_147{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--theme-surface, white);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow:hidden;animation:_filterDropdownSlideDown_1bkw9_1 .2s ease}@keyframes _filterDropdownSlideDown_1bkw9_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._filterDropdownItem_1bkw9_172{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:transparent;border:none;color:var(--theme-text, #1f2937);font-size:14px;font-weight:500;text-align:left;transition:all .2s ease}._filterDropdownItem_1bkw9_172:hover{background:var(--theme-primary-light, rgba(102, 126, 234, .1));color:var(--theme-primary, #667eea)}._filterDropdownItemActive_1bkw9_193{background:var(--theme-primary-light, rgba(102, 126, 234, .15));color:var(--theme-primary, #667eea)}._filterDropdownItem_1bkw9_172 svg{color:var(--theme-primary, #667eea);flex-shrink:0}._tableContainer_1bkw9_209{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;overflow:hidden}._table_1bkw9_209{width:100%;border-collapse:collapse}._table_1bkw9_209 thead{background:var(--theme-background, #f9fafb);border-bottom:1px solid var(--theme-border, #e5e7eb)}._table_1bkw9_209 th{padding:16px;text-align:left;font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._table_1bkw9_209 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background .2s ease}._table_1bkw9_209 tbody tr:last-child{border-bottom:none}._table_1bkw9_209 tbody tr:hover{background:var(--theme-primary-light, rgba(102, 126, 234, .1))}._table_1bkw9_209 td{padding:16px;font-size:14px;color:var(--theme-text, #1f2937)}._userInfo_1bkw9_259{display:flex;align-items:center;gap:12px}._userInfo_1bkw9_259>svg,._userInfo_1bkw9_259>._crownIcon_1bkw9_266,._userInfo_1bkw9_259>._userIcon_1bkw9_267{width:24px;min-width:24px}._avatar_1bkw9_272{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}._avatar_1bkw9_272 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_1bkw9_286{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary, #3b82f6);color:#fff;font-weight:600;font-size:16px}._displayName_1bkw9_298{font-weight:500;color:var(--theme-text, #1f2937)}._uid_1bkw9_303{font-family:Courier New,monospace;font-size:12px;padding:4px 8px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:4px;color:var(--theme-text-secondary, #6b7280)}._actionButton_1bkw9_313{padding:6px 12px;background:transparent;border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text, #1f2937);font-size:13px;font-weight:500;transition:all .2s ease}._actionButton_1bkw9_313:hover{background:var(--theme-background-hover, #f3f4f6);border-color:var(--theme-primary, #10b981);color:var(--theme-primary, #10b981)}._loading_1bkw9_331{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}._spinner_1bkw9_340{width:40px;height:40px;border:3px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary, #10b981);border-radius:50%;animation:_spin_1bkw9_340 1s linear infinite}@keyframes _spin_1bkw9_340{to{transform:rotate(360deg)}}._loading_1bkw9_331 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1bkw9_361{display:flex;align-items:center;justify-content:center;padding:80px 20px;color:var(--theme-text-secondary, #6b7280);font-size:14px}._emptyState_1bkw9_361 p{margin:0}._roleBadges_1bkw9_375{display:flex;gap:6px}._superAdminBadge_1bkw9_380,._adminBadge_1bkw9_381,._enterpriseBadge_1bkw9_382,._userBadge_1bkw9_383{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}._superAdminBadge_1bkw9_380{background:#000;color:#fff;box-shadow:0 2px 8px #00000026}._crownIcon_1bkw9_266{font-size:24px;color:#000;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));flex-shrink:0;width:24px;height:24px}._medalIcon_1bkw9_407{font-size:24px;color:var(--theme-primary, #10b981);filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));flex-shrink:0;width:24px;height:24px}._userIcon_1bkw9_267{font-size:24px;color:var(--theme-text-secondary, #6b7280);flex-shrink:0;width:24px;height:24px}._iconPlaceholder_1bkw9_424{width:24px;min-width:24px;height:24px;flex-shrink:0}._adminBadge_1bkw9_381{background:var(--theme-primary, #10b981);color:#fff;box-shadow:0 2px 8px #10b98133}._enterpriseBadge_1bkw9_382{background:#f59e0b;color:#fff;box-shadow:0 2px 8px #f59e0b40}._userBadge_1bkw9_383{background:var(--theme-background, #f3f4f6);color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb)}._grantButton_1bkw9_450,._revokeButton_1bkw9_451{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;border:none;transition:all .2s ease}._grantButton_1bkw9_450{background:var(--theme-success);color:var(--theme-surface)}._grantButton_1bkw9_450:hover{background:var(--theme-success-hover);box-shadow:0 2px 8px var(--theme-shadow)}._revokeButton_1bkw9_451{background:var(--theme-danger);color:var(--theme-surface)}._revokeButton_1bkw9_451:hover{background:var(--theme-danger-hover);box-shadow:0 2px 8px var(--theme-shadow)}._disabledText_1bkw9_480{font-size:13px;color:var(--theme-text-secondary, #9ca3af)}._superAdminText_1bkw9_485{display:inline-block;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;color:var(--theme-primary);border:1px solid var(--theme-primary);background:transparent}._planBadge_1bkw9_497{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;box-shadow:0 2px 8px #00000026;background:var(--theme-text-secondary, #6b7280)}._planBadgeFree_1bkw9_509{background:var(--theme-text-secondary, #6b7280);color:#fff}._changePlanButton_1bkw9_515{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;border:none;background:var(--theme-primary, #10b981);color:#fff;transition:all .2s ease}._changePlanButton_1bkw9_515:hover{background:var(--theme-primary-hover, #059669);box-shadow:0 2px 8px #10b9814d}._dialogOverlay_1bkw9_532{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1bkw9_1 .2s ease}@keyframes _fadeIn_1bkw9_1{0%{opacity:0}to{opacity:1}}._dialog_1bkw9_532{background:var(--theme-surface, white);border:2px solid white;border-radius:12px;padding:24px;max-width:600px;width:90%;box-shadow:0 20px 60px #0000004d;animation:_slideUp_1bkw9_1 .3s ease}@keyframes _slideUp_1bkw9_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._dialogTitle_1bkw9_574{margin:0 0 16px;font-size:20px;font-weight:700;color:var(--theme-text, #1f2937)}._dialogMessage_1bkw9_581{margin:0 0 24px;font-size:14px;line-height:1.6;color:var(--theme-text-secondary, #6b7280)}._dialogMessage_1bkw9_581 strong{color:var(--theme-text, #1f2937);font-weight:600}._dialogActions_1bkw9_593{display:flex;gap:12px;justify-content:flex-end}._cancelButton_1bkw9_599,._confirmButton_1bkw9_600,._confirmRevokeButton_1bkw9_601{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;transition:all .2s ease}._cancelButton_1bkw9_599{background:var(--theme-background, #f3f4f6);color:var(--theme-text, #1f2937)}._cancelButton_1bkw9_599:hover{background:var(--theme-background-hover, #e5e7eb)}._confirmButton_1bkw9_600{background:var(--theme-success);color:var(--theme-surface)}._confirmButton_1bkw9_600:hover{background:var(--theme-success-hover);box-shadow:0 2px 12px var(--theme-shadow)}._confirmButton_1bkw9_600:disabled{background:var(--theme-background, #e5e7eb);color:var(--theme-text-secondary, #9ca3af);cursor:not-allowed;box-shadow:none}._confirmRevokeButton_1bkw9_601{background:var(--theme-danger);color:var(--theme-surface)}._confirmRevokeButton_1bkw9_601:hover{background:var(--theme-danger-hover);box-shadow:0 2px 12px var(--theme-shadow)}._planSelector_1bkw9_647{margin:20px 0;display:flex;flex-direction:column;gap:24px}._sectionLabel_1bkw9_654{display:block;margin-bottom:12px;font-size:13px;font-weight:600;color:var(--theme-text, #1f2937);text-transform:uppercase;letter-spacing:.5px}._currentPlanSection_1bkw9_665{display:flex;flex-direction:column}._planCardSmall_1bkw9_670{padding:12px 16px;background:var(--theme-background, #f9fafb);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;display:inline-flex;align-items:center;max-width:-moz-fit-content;max-width:fit-content}._planName_1bkw9_680{font-size:15px;font-weight:700;color:var(--theme-text, #1f2937)}._planGridSection_1bkw9_687{display:flex;flex-direction:column}._planGrid_1bkw9_687{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}._planCard_1bkw9_670{padding:16px;background:var(--theme-surface, white);border:2px solid var(--theme-border, #e5e7eb);border-radius:12px;transition:all .2s ease;display:flex;flex-direction:column;gap:12px}._planCard_1bkw9_670:hover{border-color:var(--theme-primary, #10b981);box-shadow:0 4px 12px #10b98126;transform:translateY(-2px)}._planCardActive_1bkw9_716{border-color:var(--theme-primary, #10b981);background:var(--theme-primary-light, rgba(16, 185, 129, .05));box-shadow:0 4px 12px #10b98133}._planCardHeader_1bkw9_722{display:flex;align-items:center;justify-content:space-between;gap:8px}._planCardName_1bkw9_729{font-size:15px;font-weight:700;color:var(--theme-text, #1f2937)}._checkIcon_1bkw9_735{color:var(--theme-primary, #10b981);flex-shrink:0}._planCardFeatures_1bkw9_740{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}._planCardFeatures_1bkw9_740 li{font-size:12px;color:var(--theme-text-secondary, #6b7280);line-height:1.5;padding-left:16px;position:relative}._planCardFeatures_1bkw9_740 li:before{content:"•";position:absolute;left:4px;color:var(--theme-primary, #10b981);font-weight:700}@media (max-width: 1024px){._container_1bkw9_1{padding:20px}._table_1bkw9_209{font-size:13px}._table_1bkw9_209 th,._table_1bkw9_209 td{padding:12px}._customFilterDropdown_1bkw9_100{min-width:160px}}@media (max-width: 768px){._header_1bkw9_7{flex-direction:column;gap:16px}._toolbar_1bkw9_28{flex-direction:column;align-items:stretch}._filters_1bkw9_73{width:100%;flex-wrap:wrap}._filterGroup_1bkw9_79{flex:1;min-width:140px}._customFilterDropdown_1bkw9_100{min-width:100%}._searchBox_1bkw9_37{width:100%}._table_1bkw9_209{display:block;overflow-x:auto;white-space:nowrap}._userDetailsDialog_1bkw9_824{width:95%;max-height:95vh}._userDetailsHeader_1bkw9_829,._userDetailsContent_1bkw9_833{padding:20px}._userDetailsGrid_1bkw9_837{grid-template-columns:1fr}}._container_itdkn_1{padding:40px;max-width:1400px;margin:0 auto;animation:_fadeIn_itdkn_1 .3s ease-in-out}@keyframes _fadeIn_itdkn_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._header_itdkn_19{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid var(--theme-border, #e5e7eb)}._header_itdkn_19 h1{margin:0;font-size:32px;font-weight:700;background:linear-gradient(135deg,var(--theme-text, #1f2937) 0%,var(--theme-text-secondary, #6b7280) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._backButton_itdkn_38{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--theme-surface, white);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;color:var(--theme-text, #1f2937);font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}._backButton_itdkn_38:hover{background:var(--theme-background, #f9fafb);border-color:var(--theme-text-secondary, #6b7280);color:var(--theme-text, #1f2937);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._backButton_itdkn_38:active{transform:translateY(0)}._loading_itdkn_65,._error_itdkn_66{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:var(--theme-text-secondary, #6b7280);animation:_fadeIn_itdkn_1 .3s ease-in-out}._error_itdkn_66 p{margin:0;font-size:16px;color:var(--theme-text, #1f2937);font-weight:500}._profileCard_itdkn_84{display:flex;gap:32px;padding:40px;background:linear-gradient(135deg,var(--theme-surface, white) 0%,var(--theme-background, #f9fafb) 100%);border:2px solid var(--theme-border, #e5e7eb);border-radius:20px;margin-bottom:32px;box-shadow:0 10px 40px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}._profileCard_itdkn_84:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--theme-primary, #3b82f6)}._profileCard_itdkn_84:hover{box-shadow:0 15px 50px #00000014;transform:translateY(-2px)}._profileImageWrapper_itdkn_113{position:relative;flex-shrink:0}._profileImage_itdkn_113{width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid white;box-shadow:0 8px 24px #0000001f;transition:all .3s ease}._profileImage_itdkn_113:hover{transform:scale(1.05);box-shadow:0 12px 32px #00000026}._profileImage_itdkn_113 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._profilePlaceholder_itdkn_139{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary, #3b82f6);color:#fff}._statusIndicator_itdkn_149{position:absolute;bottom:10px;right:10px;width:24px;height:24px;border-radius:50%;border:4px solid white;box-shadow:0 2px 8px #00000026}._statusIndicator_itdkn_149[data-status=active]{background:var(--theme-primary, #3b82f6)}._statusIndicator_itdkn_149[data-status=inactive]{background:var(--theme-text-secondary, #6b7280)}._profileInfo_itdkn_168{flex:1;display:flex;flex-direction:column;gap:16px;justify-content:center}._profileInfo_itdkn_168 h2{margin:0;font-size:32px;font-weight:700;color:var(--theme-text, #1f2937);line-height:1.2}._emailRow_itdkn_184{display:flex;align-items:center;gap:10px;color:var(--theme-text-secondary, #6b7280);font-size:16px}._emailRow_itdkn_184 p{margin:0}._profileBadges_itdkn_196{display:flex;gap:12px;align-items:center;flex-wrap:wrap}._badge_itdkn_203{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;transition:all .2s ease;cursor:default}._badge_itdkn_203:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._badge_itdkn_203[data-variant=success],._badge_itdkn_203[data-variant=danger],._badge_itdkn_203[data-variant=info],._badge_itdkn_203[data-variant=warning]{background:var(--theme-background, #f9fafb);color:var(--theme-text, #1f2937);border:1px solid var(--theme-border, #e5e7eb)}._planBadge_itdkn_244{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;color:#fff;font-weight:700;font-size:14px;box-shadow:0 4px 12px #00000026;transition:all .2s ease}._planBadge_itdkn_244:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0003}._content_itdkn_262{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}._section_itdkn_268{background:var(--theme-surface, white);border:2px solid var(--theme-border, #e5e7eb);border-radius:16px;padding:28px;transition:all .3s ease;box-shadow:0 2px 8px #00000008}._section_itdkn_268:hover{border-color:var(--theme-primary, #3b82f6);box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}._sectionHeader_itdkn_283{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--theme-border, #e5e7eb);color:var(--theme-primary, #3b82f6)}._sectionHeader_itdkn_283 h2{margin:0;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._infoGrid_itdkn_300{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}._infoItem_itdkn_306{display:flex;flex-direction:column;gap:10px}._infoItem_itdkn_306 label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.8px}._infoItem_itdkn_306>div{font-size:15px;font-weight:600;color:var(--theme-text, #1f2937);word-break:break-word;line-height:1.5}._monospace_itdkn_331{font-family:Monaco,Menlo,Courier New,monospace;font-size:13px;background:var(--theme-background, #f9fafb);padding:10px 14px;border-radius:8px;border:2px solid var(--theme-border, #e5e7eb);color:var(--theme-text-secondary, #6b7280);font-weight:500;transition:all .2s ease}._monospace_itdkn_331:hover{background:var(--theme-surface, white);border-color:var(--theme-primary, #3b82f6)}._planInfo_itdkn_348{display:flex;flex-direction:column;gap:20px}._planBadgeLarge_itdkn_354{display:flex;align-items:center;gap:12px;padding:16px 24px;border-radius:12px;color:#fff;font-weight:700;font-size:18px;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 16px #00000026;transition:all .3s ease}._planBadgeLarge_itdkn_354:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}._planFeatures_itdkn_373{display:flex;flex-direction:column;gap:12px}._planFeature_itdkn_373{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:var(--theme-text, #1f2937);padding:10px;background:var(--theme-background, #f9fafb);border-radius:8px;transition:all .2s ease}._planFeature_itdkn_373:hover{background:var(--theme-surface, white);transform:translate(4px)}._statsGrid_itdkn_397{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}._statCard_itdkn_403{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,var(--theme-background, #f9fafb) 0%,var(--theme-surface, white) 100%);border:2px solid var(--theme-border, #e5e7eb);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default}._statCard_itdkn_403:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:currentColor}._statIcon_itdkn_421{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;flex-shrink:0;transition:all .3s ease}._statCard_itdkn_403:hover ._statIcon_itdkn_421{transform:scale(1.1) rotate(5deg)}._statIcon_itdkn_421[data-color=blue],._statIcon_itdkn_421[data-color=purple],._statIcon_itdkn_421[data-color=green],._statIcon_itdkn_421[data-color=orange],._statIcon_itdkn_421[data-color=indigo],._statIcon_itdkn_421[data-color=yellow]{background:var(--theme-background, #f9fafb);color:var(--theme-primary, #3b82f6);border:2px solid var(--theme-border, #e5e7eb)}._statInfo_itdkn_447{flex:1;min-width:0}._statLabel_itdkn_452{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._statValue_itdkn_461{font-size:24px;font-weight:700;color:var(--theme-text, #1f2937);line-height:1.2}._listContainer_itdkn_468{display:flex;flex-direction:column;gap:12px}._listItem_itdkn_474{padding:20px;background:var(--theme-background, #f9fafb);border:2px solid var(--theme-border, #e5e7eb);border-radius:12px;transition:all .3s ease}._listItem_itdkn_474:hover{background:var(--theme-surface, white);border-color:var(--theme-primary, #3b82f6);transform:translate(4px);box-shadow:0 4px 16px #0000000f}._listItemHeader_itdkn_489{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}._listItemHeader_itdkn_489 strong{font-size:15px;font-weight:700;color:var(--theme-text, #1f2937);word-break:break-word}._listItemSize_itdkn_504{font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);flex-shrink:0;padding:4px 12px;background:var(--theme-surface, white);border-radius:6px}._listItemMeta_itdkn_514{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--theme-text-secondary, #6b7280);font-weight:500}._fileUrl_itdkn_523{color:var(--theme-primary, #3b82f6);text-decoration:none;transition:all .2s ease;font-weight:600;word-break:break-all}._fileUrl_itdkn_523:hover{color:var(--theme-text, #1f2937);text-decoration:underline}._statusBadge_itdkn_536{display:inline-flex;align-items:center;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:700;transition:all .2s ease}._statusBadge_itdkn_536[data-status=active]{background:var(--theme-background, #f9fafb);color:var(--theme-text, #1f2937);border:1px solid var(--theme-border, #e5e7eb)}._statusBadge_itdkn_536[data-status=disabled]{background:var(--theme-background, #f9fafb);color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb)}._emptyState_itdkn_558{padding:60px 20px;text-align:center;color:var(--theme-text-secondary, #6b7280);font-size:15px;font-weight:500;background:var(--theme-background, #f9fafb);border-radius:12px;border:2px dashed var(--theme-border, #e5e7eb)}._projectItem_itdkn_569{display:flex;flex-direction:column}._projectItemRight_itdkn_574{display:flex;align-items:center;gap:12px}._fileCount_itdkn_580{font-size:13px;color:var(--theme-text-secondary, #6b7280);font-weight:600;padding:4px 10px;background:var(--theme-surface, white);border-radius:6px}._expandIcon_itdkn_589{font-size:14px;color:var(--theme-text-secondary, #6b7280);transition:transform .2s ease}._projectFiles_itdkn_595{margin-top:12px;margin-left:20px;padding-left:20px;border-left:3px solid var(--theme-primary, #3b82f6);display:flex;flex-direction:column;gap:10px;animation:_slideDown_itdkn_1 .3s ease-in-out}@keyframes _slideDown_itdkn_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._fileItem_itdkn_617{padding:16px;background:var(--theme-surface, white);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;transition:all .3s ease}._fileItem_itdkn_617:hover{border-color:var(--theme-primary, #3b82f6);box-shadow:0 4px 12px #0000000d;transform:translate(4px)}._fileItemHeader_itdkn_631{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}._fileName_itdkn_639{font-size:14px;font-weight:600;color:var(--theme-primary, #3b82f6);transition:all .2s ease}._fileName_itdkn_639:hover{color:var(--theme-text, #1f2937)}._fileSize_itdkn_650{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);flex-shrink:0;padding:4px 10px;background:var(--theme-background, #f9fafb);border-radius:6px}._fileItemMeta_itdkn_660{font-size:12px;color:var(--theme-text-secondary, #6b7280);font-weight:500;margin-top:8px}@media (max-width: 1024px){._content_itdkn_262{grid-template-columns:1fr}._statsGrid_itdkn_397{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width: 768px){._container_itdkn_1{padding:20px}._header_itdkn_19{flex-direction:column;align-items:flex-start;gap:12px}._header_itdkn_19 h1{font-size:24px}._profileCard_itdkn_84{flex-direction:column;align-items:center;text-align:center;padding:32px 24px}._profileImage_itdkn_113{width:120px;height:120px}._profileInfo_itdkn_168{align-items:center}._profileInfo_itdkn_168 h2{font-size:24px}._emailRow_itdkn_184,._profileBadges_itdkn_196{justify-content:center}._infoGrid_itdkn_300,._statsGrid_itdkn_397{grid-template-columns:1fr}._section_itdkn_268{padding:20px}._listItemHeader_itdkn_489{flex-direction:column;align-items:flex-start}._content_itdkn_262{grid-template-columns:1fr}}._container_1xv02_1{padding:40px;max-width:1600px;margin:0 auto}._header_1xv02_7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._title_1xv02_14{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_1xv02_21{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._accessDenied_1xv02_28{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 20px;text-align:center}._accessDenied_1xv02_28 h2{margin:0 0 16px;font-size:24px;font-weight:700;color:#ef4444}._accessDenied_1xv02_28 p{margin:0;font-size:16px;color:var(--theme-text-secondary, #6b7280)}._toolbar_1xv02_51{margin-bottom:24px;display:flex;gap:20px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}._searchBox_1xv02_60{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;width:100%;transition:all .2s ease}._searchBox_1xv02_60 svg{color:var(--theme-text-secondary, #6b7280);flex-shrink:0}._searchInput_1xv02_77{flex:1;border:none;background:transparent;color:var(--theme-text, #1f2937);font-size:14px;outline:none}._searchInput_1xv02_77::-moz-placeholder{color:var(--theme-text-secondary, #6b7280)}._searchInput_1xv02_77::placeholder{color:var(--theme-text-secondary, #6b7280)}._filters_1xv02_91{display:flex;gap:12px;align-items:flex-end}._filterGroup_1xv02_97{display:flex;flex-direction:column;gap:6px;min-width:180px}._filterGroup_1xv02_97:first-child{flex:1;max-width:500px}._filterLabel_1xv02_109{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._customFilterDropdown_1xv02_118{position:relative;min-width:180px}._filterButton_1xv02_123{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;font-weight:500;transition:all .2s ease}._filterButton_1xv02_123:hover{border-color:var(--theme-primary);background:var(--theme-background)}._filterButton_1xv02_123:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._filterButton_1xv02_123 span{flex:1;text-align:left}._dropdownIcon_1xv02_155{color:var(--theme-text-secondary, #6b7280);transition:transform .2s ease;flex-shrink:0}._dropdownIconOpen_1xv02_161{transform:rotate(180deg)}._filterDropdownMenu_1xv02_165{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--theme-surface, white);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow:hidden;animation:_filterDropdownSlideDown_1xv02_1 .2s ease}@keyframes _filterDropdownSlideDown_1xv02_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._filterDropdownItem_1xv02_190{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:transparent;border:none;color:var(--theme-text, #1f2937);font-size:14px;font-weight:500;text-align:left;transition:all .2s ease}._filterDropdownItem_1xv02_190:hover{background:var(--theme-background, #f9fafb)}._filterDropdownItemActive_1xv02_210{background:var(--theme-primary-light);color:var(--theme-primary)}._filterDropdownItem_1xv02_190 svg{color:var(--theme-primary);flex-shrink:0}._tableContainer_1xv02_221{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;overflow:hidden}._table_1xv02_221{width:100%;border-collapse:collapse}._table_1xv02_221 thead{background:var(--theme-background, #f9fafb);border-bottom:1px solid var(--theme-border, #e5e7eb)}._table_1xv02_221 th{padding:16px;text-align:left;font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._table_1xv02_221 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background .2s ease}._table_1xv02_221 tbody tr:last-child{border-bottom:none}._table_1xv02_221 tbody tr:hover{background:var(--theme-primary-light)}._table_1xv02_221 td{padding:16px;font-size:14px;color:var(--theme-text, #1f2937)}._userInfo_1xv02_268{display:flex;align-items:center;gap:12px}._userInfo_1xv02_268>svg,._userInfo_1xv02_268>._crownIcon_1xv02_275,._userInfo_1xv02_268>._userIcon_1xv02_276{width:24px;min-width:24px}._avatar_1xv02_281{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}._avatar_1xv02_281 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_1xv02_295{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);font-weight:600;font-size:16px}._displayName_1xv02_307{font-weight:500;color:var(--theme-text, #1f2937)}._uid_1xv02_312{font-family:Courier New,monospace;font-size:12px;padding:4px 8px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:4px;color:var(--theme-text-secondary, #6b7280)}._roleBadges_1xv02_323{display:flex;gap:6px}._superAdminBadge_1xv02_328,._adminBadge_1xv02_329,._userBadge_1xv02_330{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}._superAdminBadge_1xv02_328{background:var(--theme-primary);color:var(--theme-surface);box-shadow:0 2px 8px var(--theme-shadow)}._adminBadge_1xv02_329{background:var(--theme-success);color:var(--theme-surface);box-shadow:0 2px 8px var(--theme-shadow)}._userBadge_1xv02_330{background:var(--theme-background, #f3f4f6);color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb)}._grantButton_1xv02_358,._revokeButton_1xv02_359{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;border:none;transition:all .2s ease}._grantButton_1xv02_358{background:var(--theme-success);color:var(--theme-surface)}._grantButton_1xv02_358:hover{background:var(--theme-success-hover);box-shadow:0 2px 8px var(--theme-shadow)}._revokeButton_1xv02_359{background:transparent;color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb)}._revokeButton_1xv02_359:hover{background:var(--theme-background, #f3f4f6);color:var(--theme-text, #1f2937);border-color:var(--theme-text-secondary, #6b7280)}._disabledText_1xv02_390{font-size:13px;color:var(--theme-text-secondary, #9ca3af)}._crownIcon_1xv02_275{font-size:24px;color:var(--theme-primary);filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));flex-shrink:0;width:24px;height:24px}._medalIcon_1xv02_404{font-size:24px;color:var(--theme-success);filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));flex-shrink:0;width:24px;height:24px}._userIcon_1xv02_276{font-size:24px;color:var(--theme-text-secondary, #6b7280);flex-shrink:0;width:24px;height:24px}._iconPlaceholder_1xv02_421{width:24px;min-width:24px;height:24px;flex-shrink:0}._superAdminText_1xv02_428{display:inline-block;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;color:var(--theme-primary);border:1px solid var(--theme-primary);background:transparent}._dialogOverlay_1xv02_440{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1xv02_1 .2s ease}@keyframes _fadeIn_1xv02_1{0%{opacity:0}to{opacity:1}}._dialog_1xv02_440{background:var(--theme-surface, white);border-radius:12px;padding:24px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;animation:_slideUp_1xv02_1 .3s ease}@keyframes _slideUp_1xv02_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._dialogTitle_1xv02_481{margin:0 0 16px;font-size:20px;font-weight:700;color:var(--theme-text, #1f2937)}._dialogMessage_1xv02_488{margin:0 0 24px;font-size:14px;line-height:1.6;color:var(--theme-text-secondary, #6b7280)}._dialogMessage_1xv02_488 strong{color:var(--theme-text, #1f2937);font-weight:600}._permissionsBox_1xv02_501{margin-bottom:24px;padding:16px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px}._permissionsTitle_1xv02_509{margin:0 0 12px;font-size:13px;font-weight:600;color:var(--theme-text, #1f2937);text-transform:uppercase;letter-spacing:.5px}._permissionsList_1xv02_518{display:flex;flex-direction:column;gap:8px}._permissionItem_1xv02_524{display:flex;align-items:flex-start;gap:12px;padding:12px;background:var(--theme-surface, white);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;transition:all .2s ease}._permissionItem_1xv02_524:hover{background:var(--theme-primary-light);border-color:var(--theme-primary)}._permissionCheckbox_1xv02_540{margin-top:2px;width:18px;height:18px;flex-shrink:0;accent-color:var(--theme-primary)}._permissionInfo_1xv02_548{flex:1;display:flex;flex-direction:column;gap:4px}._permissionLabel_1xv02_555{font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._permissionDescription_1xv02_561{font-size:12px;color:var(--theme-text-secondary, #6b7280);line-height:1.4}._dialogActions_1xv02_567{display:flex;gap:12px;justify-content:flex-end;margin-top:28px}._cancelButton_1xv02_574,._confirmButton_1xv02_575,._confirmRevokeButton_1xv02_576{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;transition:all .2s ease}._cancelButton_1xv02_574{background:transparent;color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb)}._cancelButton_1xv02_574:hover{background:var(--theme-background, #f3f4f6);color:var(--theme-text, #1f2937);border-color:var(--theme-text-secondary, #6b7280)}._confirmButton_1xv02_575{background:var(--theme-success);color:var(--theme-surface);border:1px solid var(--theme-success)}._confirmButton_1xv02_575:hover{background:var(--theme-success-hover);border-color:var(--theme-success-hover);box-shadow:0 2px 12px var(--theme-shadow)}._confirmRevokeButton_1xv02_576{background:transparent;color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb)}._confirmRevokeButton_1xv02_576:hover{background:var(--theme-background, #f3f4f6);color:var(--theme-text, #1f2937);border-color:var(--theme-text-secondary, #6b7280)}._loading_1xv02_622{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}._spinner_1xv02_631{width:40px;height:40px;border:3px solid var(--theme-border);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_1xv02_631 1s linear infinite}@keyframes _spin_1xv02_631{to{transform:rotate(360deg)}}._loading_1xv02_622 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1xv02_652{display:flex;align-items:center;justify-content:center;padding:80px 20px;color:var(--theme-text-secondary, #6b7280);font-size:14px}._emptyState_1xv02_652 p{margin:0}@media (max-width: 1024px){._container_1xv02_1{padding:20px}._table_1xv02_221{font-size:13px}._table_1xv02_221 th,._table_1xv02_221 td{padding:12px}}@media (max-width: 768px){._header_1xv02_7{flex-direction:column;gap:16px}._searchBox_1xv02_60{max-width:100%}._table_1xv02_221{display:block;overflow-x:auto;white-space:nowrap}}._container_1b8ei_1{padding:40px;max-width:1600px;margin:0 auto}._header_1b8ei_7{margin-bottom:32px}._title_1b8ei_11{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_1b8ei_18{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._content_1b8ei_25{display:grid;grid-template-columns:1fr 1fr;gap:24px}._loading_1b8ei_32{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_1b8ei_41{width:40px;height:40px;border:4px solid var(--theme-border);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_1b8ei_41 1s linear infinite}@keyframes _spin_1b8ei_41{to{transform:rotate(360deg)}}._loading_1b8ei_32 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._teamsSection_1b8ei_63,._detailSection_1b8ei_64{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;min-height:600px}._sectionHeader_1b8ei_72{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}._sectionTitle_1b8ei_80{margin:0;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._searchInput_1b8ei_87{flex:1;max-width:300px;padding:8px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._searchInput_1b8ei_87:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._searchInput_1b8ei_87::-moz-placeholder{color:var(--theme-text-muted, #9ca3af)}._searchInput_1b8ei_87::placeholder{color:var(--theme-text-muted, #9ca3af)}._teamsList_1b8ei_110{display:flex;flex-direction:column;gap:12px}._teamCard_1b8ei_116{background:var(--theme-surface, #ffffff);border:2px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:20px;transition:all .2s ease}._teamCard_1b8ei_116:hover{border-color:var(--theme-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--theme-shadow)}._teamCardActive_1b8ei_130{border-color:var(--theme-primary);border-width:3px;box-shadow:0 0 0 3px var(--theme-primary-light)}._teamCardHeader_1b8ei_136{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}._teamIcon_1b8ei_143{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);border-radius:12px;flex-shrink:0}._teamInfo_1b8ei_155{flex:1;min-width:0}._teamName_1b8ei_160{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--theme-text, #1f2937)}._teamDescription_1b8ei_167{margin:0;font-size:13px;color:var(--theme-text-secondary, #6b7280);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._teamStats_1b8ei_178{display:flex;gap:16px;margin-bottom:12px}._stat_1b8ei_184{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--theme-text-secondary, #6b7280)}._stat_1b8ei_184 svg{color:var(--theme-primary)}._teamMeta_1b8ei_196{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--theme-border, #e5e7eb)}._teamId_1b8ei_204,._teamDate_1b8ei_205{font-size:12px;color:var(--theme-text-muted, #9ca3af)}._membersTable_1b8ei_211{overflow-x:auto}._membersTable_1b8ei_211 table{width:100%;border-collapse:collapse}._membersTable_1b8ei_211 thead{background:var(--theme-background, #f9fafb);border-bottom:2px solid var(--theme-border, #e5e7eb)}._membersTable_1b8ei_211 th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._membersTable_1b8ei_211 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background-color .2s ease}._membersTable_1b8ei_211 tbody tr:hover{background:var(--theme-background, #f9fafb)}._membersTable_1b8ei_211 tbody tr:last-child{border-bottom:none}._membersTable_1b8ei_211 td{padding:16px;font-size:14px;color:var(--theme-text, #1f2937)}._memberInfo_1b8ei_254{display:flex;align-items:center;gap:12px}._memberAvatar_1b8ei_260{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--theme-primary)}._memberAvatar_1b8ei_260 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_1b8ei_275{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);font-weight:600;font-size:16px}._memberName_1b8ei_287{font-weight:600;color:var(--theme-text, #1f2937)}._uid_1b8ei_292{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;padding:4px 8px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:4px;color:var(--theme-text-muted, #9ca3af);display:inline-block}._memberEmail_1b8ei_303,._memberDate_1b8ei_308{color:var(--theme-text-secondary, #6b7280);font-size:13px}._badge_1b8ei_314{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}._roleOwner_1b8ei_322{background:var(--theme-primary);color:var(--theme-surface)}._roleAdmin_1b8ei_327{background:var(--theme-primary-light);color:var(--theme-primary)}._roleMember_1b8ei_332{background:var(--theme-background, #f3f4f6);color:var(--theme-text-secondary, #6b7280)}._roleViewer_1b8ei_337{background:var(--theme-background, #f3f4f6);color:var(--theme-text-muted, #9ca3af)}._statusActive_1b8ei_342{background:var(--theme-success-light);color:var(--theme-success)}._statusInactive_1b8ei_347{background:var(--theme-background, #f3f4f6);color:var(--theme-text-muted, #9ca3af)}._statusPending_1b8ei_352{background:var(--theme-warning-light);color:var(--theme-warning)}._emptyState_1b8ei_358{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1b8ei_358 svg{color:var(--theme-text-muted, #9ca3af)}._emptyState_1b8ei_358 p{margin:0;font-size:14px}@media (max-width: 1200px){._content_1b8ei_25{grid-template-columns:1fr}}@media (max-width: 768px){._container_1b8ei_1{padding:20px}._title_1b8ei_11{font-size:24px}._sectionHeader_1b8ei_72{flex-direction:column;align-items:stretch}._searchInput_1b8ei_87{max-width:100%}._membersTable_1b8ei_211{font-size:12px}._membersTable_1b8ei_211 th,._membersTable_1b8ei_211 td{padding:12px 8px}}._container_1ty8c_1{padding:40px;max-width:1600px;margin:0 auto;animation:_fadeIn_1ty8c_1 .3s ease-in-out}@keyframes _fadeIn_1ty8c_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._header_1ty8c_19{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid var(--theme-border, #e5e7eb)}._headerContent_1ty8c_25{display:flex;align-items:center;gap:16px}._headerIcon_1ty8c_31{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--theme-background, #f9fafb) 0%,var(--theme-surface, white) 100%);border:2px solid var(--theme-border, #e5e7eb);border-radius:16px;color:var(--theme-primary, #3b82f6);box-shadow:0 4px 12px #0000000d;transition:all .3s ease}._headerIcon_1ty8c_31:hover{transform:scale(1.05) rotate(5deg);box-shadow:0 6px 16px #00000014}._title_1ty8c_50{margin:0 0 8px;font-size:32px;font-weight:700;background:linear-gradient(135deg,var(--theme-text, #1f2937) 0%,var(--theme-text-secondary, #6b7280) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_1ty8c_60{margin:0;font-size:15px;font-weight:500;color:var(--theme-text-secondary, #6b7280)}._content_1ty8c_68{display:grid;grid-template-columns:1fr 1fr;gap:24px}._loading_1ty8c_75{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}._spinner_1ty8c_84{width:48px;height:48px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_1ty8c_84 1s linear infinite}@keyframes _spin_1ty8c_84{to{transform:rotate(360deg)}}._loading_1ty8c_75 p{margin:0;font-size:15px;font-weight:500;color:var(--theme-text-secondary, #6b7280)}._projectsSection_1ty8c_107,._detailSection_1ty8c_108{background:var(--theme-surface, #ffffff);border:2px solid var(--theme-border, #e5e7eb);border-radius:16px;padding:28px;min-height:600px;transition:all .3s ease;box-shadow:0 2px 8px #00000008}._projectsSection_1ty8c_107:hover,._detailSection_1ty8c_108:hover{border-color:var(--theme-primary, #3b82f6);box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}._sectionHeader_1ty8c_125{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;gap:16px;border-bottom:2px solid var(--theme-border, #e5e7eb)}._sectionTitleWrapper_1ty8c_135{display:flex;align-items:center;gap:12px;color:var(--theme-primary, #3b82f6)}._sectionTitle_1ty8c_135{margin:0;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._searchWrapper_1ty8c_149{position:relative;flex:1;max-width:320px}._searchIcon_1ty8c_155{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--theme-text-secondary, #6b7280);pointer-events:none}._searchInput_1ty8c_164{width:100%;padding:10px 16px 10px 44px;background:var(--theme-background, #f9fafb);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;color:var(--theme-text, #1f2937);font-size:14px;font-weight:500;transition:all .3s ease}._searchInput_1ty8c_164:focus{outline:none;background:var(--theme-surface, white);border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}._searchInput_1ty8c_164::-moz-placeholder{color:var(--theme-text-secondary, #6b7280)}._searchInput_1ty8c_164::placeholder{color:var(--theme-text-secondary, #6b7280)}._projectsList_1ty8c_188{display:flex;flex-direction:column;gap:14px}._projectCard_1ty8c_194{background:linear-gradient(135deg,var(--theme-surface, white) 0%,var(--theme-background, #f9fafb) 100%);border:2px solid var(--theme-border, #e5e7eb);border-radius:14px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._projectCard_1ty8c_194:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--theme-border, #e5e7eb);transition:all .3s ease}._projectCard_1ty8c_194:hover{border-color:var(--theme-primary);transform:translate(4px) translateY(-2px);box-shadow:0 8px 24px #00000014}._projectCard_1ty8c_194:hover:before{background:var(--theme-primary, #3b82f6)}._projectCardActive_1ty8c_225{border-color:var(--theme-primary);border-width:3px;box-shadow:0 8px 24px #0000001a}._projectCardActive_1ty8c_225:before{background:var(--theme-primary, #3b82f6);height:4px}._projectCardHeader_1ty8c_236{display:flex;align-items:flex-start;gap:20px;margin-bottom:20px}._projectIcon_1ty8c_243{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--theme-background, #f9fafb);color:var(--theme-primary, #3b82f6);border:2px solid var(--theme-border, #e5e7eb);border-radius:14px;flex-shrink:0;transition:all .3s ease}._projectCard_1ty8c_194:hover ._projectIcon_1ty8c_243{transform:scale(1.1) rotate(5deg);background:var(--theme-surface, white);border-color:var(--theme-primary, #3b82f6)}._projectInfo_1ty8c_263{flex:1;min-width:0}._projectName_1ty8c_268{margin:0 0 12px;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937);line-height:1.3}._projectOwnerInfo_1ty8c_276{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--theme-surface, white);border-radius:10px;border:2px solid var(--theme-border, #e5e7eb);transition:all .2s ease}._projectOwnerInfo_1ty8c_276:hover{border-color:var(--theme-primary, #3b82f6);box-shadow:0 2px 8px #0000000a}._ownerAvatar_1ty8c_292{width:44px;height:44px;flex-shrink:0;border-radius:50%;overflow:hidden;border:2px solid var(--theme-primary);box-shadow:0 2px 8px #0000001a}._ownerAvatar_1ty8c_292 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._ownerAvatarPlaceholder_1ty8c_308{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:#fff}._ownerDetails_1ty8c_318{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._ownerName_1ty8c_326{font-size:15px;font-weight:700;color:var(--theme-text, #1f2937);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ownerEmail_1ty8c_335{font-size:13px;font-weight:500;color:var(--theme-text-secondary, #6b7280);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ownerUid_1ty8c_344{font-size:11px;color:var(--theme-text-secondary, #6b7280);font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:var(--theme-background, #f9fafb);padding:3px 8px;border-radius:6px;display:inline-block;width:-moz-fit-content;width:fit-content;border:1px solid var(--theme-border, #e5e7eb)}._projectStats_1ty8c_356{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:16px}._stat_1ty8c_363{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--theme-background, #f9fafb);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;transition:all .2s ease}._stat_1ty8c_363:hover{background:var(--theme-surface, white);border-color:var(--theme-primary, #3b82f6);transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}._statIcon_1ty8c_381{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0;background:var(--theme-background, #f9fafb);color:var(--theme-primary, #3b82f6);border:2px solid var(--theme-border, #e5e7eb);transition:all .2s ease}._stat_1ty8c_363:hover ._statIcon_1ty8c_381{transform:scale(1.1) rotate(5deg)}._statInfo_1ty8c_399{display:flex;flex-direction:column;gap:2px;min-width:0}._statLabel_1ty8c_406{font-size:11px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._statValue_1ty8c_414{font-size:16px;font-weight:700;color:var(--theme-text, #1f2937);line-height:1.2}._projectMeta_1ty8c_421{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid var(--theme-border, #e5e7eb)}._projectId_1ty8c_429,._projectDate_1ty8c_430{font-size:12px;font-weight:600;color:var(--theme-text-secondary, #6b7280)}._filesTable_1ty8c_437{overflow-x:auto;border-radius:10px;border:2px solid var(--theme-border, #e5e7eb)}._filesTable_1ty8c_437 table{width:100%;border-collapse:collapse}._filesTable_1ty8c_437 thead{background:var(--theme-background, #f9fafb)}._filesTable_1ty8c_437 th{padding:14px 18px;text-align:left;font-size:12px;font-weight:700;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.8px;border-bottom:2px solid var(--theme-border, #e5e7eb)}._filesTable_1ty8c_437 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:all .2s ease}._filesTable_1ty8c_437 tbody tr:hover{background:var(--theme-background, #f9fafb)}._filesTable_1ty8c_437 tbody tr:last-child{border-bottom:none}._filesTable_1ty8c_437 td{padding:18px;font-size:14px;font-weight:500;color:var(--theme-text, #1f2937)}._fileInfo_1ty8c_483{display:flex;align-items:center;gap:14px}._fileIcon_1ty8c_489{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--theme-background, #f9fafb);color:var(--theme-primary, #3b82f6);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;flex-shrink:0;transition:all .2s ease}._filesTable_1ty8c_437 tbody tr:hover ._fileIcon_1ty8c_489{background:var(--theme-surface, white);border-color:var(--theme-primary, #3b82f6);transform:scale(1.1)}._fileName_1ty8c_509{font-weight:700;color:var(--theme-text, #1f2937)}._fileSize_1ty8c_514,._fileDate_1ty8c_520{color:var(--theme-text-secondary, #6b7280);font-size:13px;font-weight:600}._openButton_1ty8c_527{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--theme-primary, #3b82f6);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;transition:all .2s ease;white-space:nowrap}._openButton_1ty8c_527:hover{background:var(--theme-primary-dark, #2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._emptyState_1ty8c_549{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px}._emptyIcon_1ty8c_558{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background:var(--theme-background, #f9fafb);border:3px dashed var(--theme-border, #e5e7eb);border-radius:20px;color:var(--theme-text-secondary, #6b7280);animation:_pulse_1ty8c_1 2s ease-in-out infinite}@keyframes _pulse_1ty8c_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}._emptyState_1ty8c_549 p{margin:0;font-size:16px;font-weight:600;color:var(--theme-text-secondary, #6b7280)}@media (max-width: 1200px){._content_1ty8c_68{grid-template-columns:1fr}}@media (max-width: 768px){._container_1ty8c_1{padding:20px}._title_1ty8c_50{font-size:24px}._headerIcon_1ty8c_31{width:48px;height:48px}._sectionHeader_1ty8c_125{flex-direction:column;align-items:stretch}._searchWrapper_1ty8c_149{max-width:100%}._projectStats_1ty8c_356{grid-template-columns:1fr}._filesTable_1ty8c_437{font-size:12px}._filesTable_1ty8c_437 th,._filesTable_1ty8c_437 td{padding:12px 8px}}._container_1ijud_1{padding:40px;max-width:1600px;margin:0 auto}._header_1ijud_7{margin-bottom:24px}._title_1ijud_11{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_1ijud_18{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._stats_1ijud_25{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}._statCard_1ijud_32{display:flex;align-items:center;gap:16px;padding:20px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;color:var(--theme-primary);transition:all .2s ease}._statCard_1ijud_32:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}._statValue_1ijud_49{font-size:24px;font-weight:700;color:var(--theme-text, #1f2937)}._statLabel_1ijud_55{font-size:13px;color:var(--theme-text-secondary, #6b7280)}._content_1ijud_61{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;min-height:600px}._searchBar_1ijud_70{margin-bottom:20px}._searchInput_1ijud_74{width:100%;max-width:500px;padding:10px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._searchInput_1ijud_74:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._searchInput_1ijud_74::-moz-placeholder{color:var(--theme-text-muted, #9ca3af)}._searchInput_1ijud_74::placeholder{color:var(--theme-text-muted, #9ca3af)}._loading_1ijud_97{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_1ijud_106{width:40px;height:40px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_1ijud_106 1s linear infinite}@keyframes _spin_1ijud_106{to{transform:rotate(360deg)}}._loading_1ijud_97 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._projectList_1ijud_128{display:flex;flex-direction:column;gap:16px}._projectCard_1ijud_135{background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;overflow:hidden;transition:all .2s ease}._projectCard_1ijud_135:hover{box-shadow:0 4px 6px #0000000d}._projectHeader_1ijud_148{display:flex;align-items:center;justify-content:space-between;padding:20px;background:var(--theme-surface, #ffffff);transition:background-color .2s ease}._projectHeader_1ijud_148:hover{background:var(--theme-background, #f9fafb)}._projectHeaderLeft_1ijud_161{display:flex;align-items:center;gap:12px;flex:1}._projectHeaderRight_1ijud_168{display:flex;align-items:center;gap:12px}._chevron_1ijud_174{color:var(--theme-text-secondary, #6b7280);transition:transform .2s ease;flex-shrink:0}._projectMeta_1ijud_180{font-size:13px;color:var(--theme-text-secondary, #6b7280)}._ownerInfo_1ijud_185{color:var(--theme-text-secondary, #6b7280)}._projectDetails_1ijud_190{padding:20px;background:var(--theme-surface, #ffffff);border-top:1px solid var(--theme-border, #e5e7eb)}._section_1ijud_196{margin-bottom:24px}._section_1ijud_196:last-child{margin-bottom:0}._sectionTitle_1ijud_204{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:15px;font-weight:600;color:var(--theme-text, #1f2937)}._tableContainer_1ijud_215{overflow-x:auto}._table_1ijud_215{width:100%;border-collapse:collapse}._table_1ijud_215 thead{background:var(--theme-background, #f9fafb);border-bottom:2px solid var(--theme-border, #e5e7eb)}._table_1ijud_215 th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._table_1ijud_215 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background-color .2s ease}._table_1ijud_215 tbody tr:hover{background:var(--theme-background, #f9fafb)}._table_1ijud_215 tbody tr:last-child{border-bottom:none}._table_1ijud_215 td{padding:16px;font-size:14px;color:var(--theme-text, #1f2937)}._projectInfo_1ijud_259{display:flex;align-items:center;gap:12px}._projectIcon_1ijud_265{color:var(--theme-primary);flex-shrink:0}._projectName_1ijud_270{font-weight:600;color:var(--theme-text, #1f2937)}._userInfo_1ijud_276{display:flex;flex-direction:column;gap:4px}._userName_1ijud_282{font-weight:600;color:var(--theme-text, #1f2937)}._userEmail_1ijud_287{font-size:13px;color:var(--theme-text-secondary, #6b7280)}._token_1ijud_293{font-family:Courier New,monospace;font-size:12px;color:var(--theme-text-secondary, #6b7280);white-space:nowrap}._token_1ijud_293 code{background:var(--theme-background, #f3f4f6);padding:4px 8px;border-radius:4px;border:1px solid var(--theme-border, #e5e7eb)}._count_1ijud_308{font-weight:600;color:var(--theme-text, #1f2937)}._date_1ijud_314{color:var(--theme-text-secondary, #6b7280);font-size:13px}._sharedVia_1ijud_320{font-size:13px;color:var(--theme-text-secondary, #6b7280)}._linkUrl_1ijud_326{color:var(--theme-primary);text-decoration:none;font-size:13px;word-break:break-all;transition:color .2s ease}._linkUrl_1ijud_326:hover{color:var(--theme-primary-dark);text-decoration:underline}._noLink_1ijud_339{color:var(--theme-text-muted, #9ca3af);font-size:13px;font-style:italic}._badge_1ijud_346{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:12px;font-size:13px;font-weight:600;background:var(--theme-background, #f3f4f6);color:var(--theme-text-secondary, #6b7280)}._permissionOwner_1ijud_359{background:var(--theme-primary-light);color:var(--theme-primary)}._permissionEditor_1ijud_364{background:var(--theme-success-light);color:var(--theme-success)}._permissionViewer_1ijud_369{background:var(--theme-background, #f3f4f6);color:var(--theme-text-muted, #9ca3af)}._statusActive_1ijud_375{background:var(--theme-success-light);color:var(--theme-success)}._statusInactive_1ijud_380{background:var(--theme-background, #f3f4f6);color:var(--theme-text-muted, #9ca3af)}._statusExpired_1ijud_385{background:var(--theme-danger-light);color:var(--theme-danger)}._emptyState_1ijud_391{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1ijud_391 svg{color:var(--theme-text-muted, #9ca3af)}._emptyState_1ijud_391 p{margin:0;font-size:14px}@media (max-width: 768px){._container_1ijud_1{padding:20px}._title_1ijud_11{font-size:24px}._stats_1ijud_25{grid-template-columns:1fr}._searchInput_1ijud_74{max-width:100%}._projectHeader_1ijud_148{flex-direction:column;align-items:flex-start;gap:12px}._projectHeaderLeft_1ijud_161{width:100%}._projectHeaderRight_1ijud_168{width:100%;justify-content:flex-start}._table_1ijud_215{font-size:12px}._table_1ijud_215 th,._table_1ijud_215 td{padding:12px 8px}}._container_1p0q1_1{padding:40px;max-width:1600px;margin:0 auto}._header_1p0q1_7{margin-bottom:24px}._title_1p0q1_11{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_1p0q1_18{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._tabs_1p0q1_25{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid var(--theme-border, #e5e7eb);overflow-x:auto}._tab_1p0q1_25{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;color:var(--theme-text-secondary, #6b7280);font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap}._tab_1p0q1_25:hover{color:var(--theme-primary)}._tabActive_1p0q1_53{color:var(--theme-primary);border-bottom-color:var(--theme-primary)}._content_1p0q1_59{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;min-height:600px}._searchBar_1p0q1_68{margin-bottom:20px}._searchInput_1p0q1_72{width:100%;max-width:500px;padding:10px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._searchInput_1p0q1_72:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._searchInput_1p0q1_72::-moz-placeholder{color:var(--theme-text-muted, #9ca3af)}._searchInput_1p0q1_72::placeholder{color:var(--theme-text-muted, #9ca3af)}._loading_1p0q1_95{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_1p0q1_104{width:40px;height:40px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_1p0q1_104 1s linear infinite}@keyframes _spin_1p0q1_104{to{transform:rotate(360deg)}}._loading_1p0q1_95 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._tableContainer_1p0q1_126{overflow-x:auto}._table_1p0q1_126{width:100%;border-collapse:collapse}._table_1p0q1_126 thead{background:var(--theme-background, #f9fafb);border-bottom:2px solid var(--theme-border, #e5e7eb)}._table_1p0q1_126 th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}._table_1p0q1_126 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background-color .2s ease}._table_1p0q1_126 tbody tr:hover{background:var(--theme-background, #f9fafb)}._table_1p0q1_126 tbody tr:last-child{border-bottom:none}._table_1p0q1_126 td{padding:16px;font-size:14px;color:var(--theme-text, #1f2937)}._userEmail_1p0q1_170{font-weight:600;color:var(--theme-text, #1f2937)}._timestamp_1p0q1_175{color:var(--theme-text-secondary, #6b7280);font-size:13px}._ipAddress_1p0q1_180{font-family:Courier New,monospace;font-size:13px;color:var(--theme-text-secondary, #6b7280)}._userAgent_1p0q1_186{font-size:13px;color:var(--theme-text-muted, #9ca3af);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._message_1p0q1_195{color:var(--theme-text, #1f2937);max-width:400px}._action_1p0q1_200{font-weight:600;color:var(--theme-text, #1f2937)}._resource_1p0q1_205{color:var(--theme-text-secondary, #6b7280)}._resourceId_1p0q1_209{font-family:Courier New,monospace;font-size:13px;color:var(--theme-text-muted, #9ca3af)}._projectName_1p0q1_215{font-weight:600;color:var(--theme-text, #1f2937)}._token_1p0q1_220{font-family:Courier New,monospace;font-size:13px;color:var(--theme-text-secondary, #6b7280)}._token_1p0q1_220 code{background:var(--theme-background, #f3f4f6);padding:4px 8px;border-radius:4px}._shareLink_1p0q1_232{max-width:500px;overflow:hidden;text-overflow:ellipsis}._linkUrl_1p0q1_238{color:var(--theme-primary);text-decoration:none;font-size:13px;word-break:break-all;transition:color .2s ease}._linkUrl_1p0q1_238:hover{color:var(--theme-primary-dark);text-decoration:underline}._noLink_1p0q1_251{color:var(--theme-text-muted, #9ca3af);font-size:13px;font-style:italic}._badge_1p0q1_258{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}._statusSuccess_1p0q1_267{background:var(--theme-success-light);color:var(--theme-success)}._statusFailed_1p0q1_272{background:var(--theme-danger-light);color:var(--theme-danger)}._statusRead_1p0q1_277{background:var(--theme-background, #f3f4f6);color:var(--theme-text-muted, #9ca3af)}._statusUnread_1p0q1_282,._typeInfo_1p0q1_288{background:var(--theme-primary-light);color:var(--theme-primary)}._typeWarning_1p0q1_293{background:var(--theme-warning-light);color:var(--theme-warning)}._typeError_1p0q1_298{background:var(--theme-danger-light);color:var(--theme-danger)}._typeSuccess_1p0q1_303{background:var(--theme-success-light);color:var(--theme-success)}._emptyState_1p0q1_309{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1p0q1_309 svg{color:var(--theme-text-muted, #9ca3af)}._emptyState_1p0q1_309 p{margin:0;font-size:14px}@media (max-width: 768px){._container_1p0q1_1{padding:20px}._title_1p0q1_11{font-size:24px}._searchInput_1p0q1_72{max-width:100%}._table_1p0q1_126{font-size:12px}._table_1p0q1_126 th,._table_1p0q1_126 td{padding:12px 8px}._userAgent_1p0q1_186{max-width:150px}._message_1p0q1_195{max-width:200px}}._container_135m5_1{padding:40px;max-width:1600px;margin:0 auto}._header_135m5_7{margin-bottom:32px}._title_135m5_11{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_135m5_18{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._content_135m5_25,._contentSplit_135m5_31{display:grid;grid-template-columns:1fr 1fr;gap:24px}._composeSection_135m5_38,._historySection_135m5_39,._userSelectionSection_135m5_40{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px}._sectionTitle_135m5_47{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._form_135m5_58{display:flex;flex-direction:column;gap:20px}._formGroup_135m5_64{display:flex;flex-direction:column;gap:8px}._label_135m5_70{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._radioGroup_135m5_79{display:flex;gap:16px}._radioLabel_135m5_84{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--theme-background, #f9fafb);border:2px solid var(--theme-border, #e5e7eb);border-radius:8px;transition:all .2s ease}._radioLabel_135m5_84:hover{border-color:var(--theme-primary);background:var(--theme-surface, #ffffff)}._radioLabel_135m5_84 input[type=radio]{width:18px;height:18px;accent-color:var(--theme-primary)}._radioLabel_135m5_84 input[type=radio]:checked+svg{color:var(--theme-primary)}._radioLabel_135m5_84 span{font-size:14px;color:var(--theme-text, #1f2937)}._searchBox_135m5_116{display:flex;align-items:center;gap:12px;padding:10px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;margin-bottom:12px}._searchBox_135m5_116 svg{color:var(--theme-text-muted, #9ca3af);flex-shrink:0}._searchInput_135m5_132{flex:1;border:none;background:transparent;color:var(--theme-text, #1f2937);font-size:14px}._searchInput_135m5_132:focus{outline:none}._searchInput_135m5_132::-moz-placeholder{color:var(--theme-text-muted, #9ca3af)}._searchInput_135m5_132::placeholder{color:var(--theme-text-muted, #9ca3af)}._selectAllRow_135m5_149{padding:12px;background:var(--theme-background, #f9fafb);border-radius:8px;margin-bottom:12px}._checkboxLabel_135m5_156{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._checkboxLabel_135m5_156 input[type=checkbox]{width:18px;height:18px;accent-color:var(--theme-primary)}._userList_135m5_172{max-height:300px;overflow-y:auto;border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;padding:8px}._userItem_135m5_180{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;transition:background .2s ease}._userItem_135m5_180:hover{background:var(--theme-background, #f9fafb)}._userItem_135m5_180 input[type=checkbox]{width:18px;height:18px;accent-color:var(--theme-primary)}._userAvatar_135m5_199{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}._userAvatar_135m5_199 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._avatarPlaceholder_135m5_213{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);font-weight:600;font-size:14px}._userInfo_135m5_225{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}._userName_135m5_233{font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._userEmail_135m5_239{font-size:12px;color:var(--theme-text-secondary, #6b7280);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._input_135m5_248{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._input_135m5_248:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}select._input_135m5_248{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23667eea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}select._input_135m5_248:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%235568d3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3E%3C/svg%3E")}._imageUploadContainer_135m5_279{display:flex;gap:12px;align-items:center}._imageUploadContainer_135m5_279 ._input_135m5_248{flex:1}._uploadButton_135m5_289{display:flex;align-items:center;gap:6px;padding:12px 20px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap}._uploadButton_135m5_289:hover:not(:disabled){background:var(--theme-background, #f9fafb);border-color:var(--theme-primary);color:var(--theme-primary)}._uploadButton_135m5_289:disabled{opacity:.6;cursor:not-allowed}._imagePreview_135m5_315{margin-top:12px;border-radius:8px;overflow:hidden;max-width:300px;border:1px solid var(--theme-border, #e5e7eb)}._imagePreview_135m5_315 img{width:100%;height:auto;display:block}._dateDisplay_135m5_330{margin-left:auto;font-size:13px;font-weight:400;color:var(--theme-primary)}._dateInput_135m5_337{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._dateInput_135m5_337:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._dateInput_135m5_337::-webkit-calendar-picker-indicator{border-radius:4px;padding:4px;-webkit-transition:all .2s ease;transition:all .2s ease}._dateInput_135m5_337::-webkit-calendar-picker-indicator:hover{background:var(--theme-background, #f9fafb)}._dateInput_135m5_337::-webkit-datetime-edit-fields-wrapper{padding:0}._dateInput_135m5_337::-webkit-datetime-edit{padding:0}._dateInput_135m5_337::-webkit-datetime-edit-text{color:var(--theme-text-secondary, #6b7280);padding:0 2px}._textarea_135m5_377{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease}._textarea_135m5_377:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}._sendButton_135m5_396{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:var(--theme-primary);color:var(--theme-surface);border:none;border-radius:8px;font-size:15px;font-weight:600;transition:all .2s ease}._sendButton_135m5_396:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px var(--theme-shadow)}._sendButton_135m5_396:disabled{opacity:.6;cursor:not-allowed}._loading_135m5_422{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_135m5_431{width:40px;height:40px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_135m5_431 1s linear infinite}@keyframes _spin_135m5_431{to{transform:rotate(360deg)}}._loading_135m5_422 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._emptyState_135m5_453{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--theme-text-secondary, #6b7280)}._emptyState_135m5_453 svg{color:var(--theme-text-muted, #9ca3af)}._emptyState_135m5_453 p{margin:0;font-size:14px}._messageList_135m5_473{display:flex;flex-direction:column;gap:16px;max-height:600px;overflow-y:auto}._messageCard_135m5_481{padding:20px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;transition:all .2s ease}._messageCard_135m5_481:hover{border-color:var(--theme-primary);box-shadow:0 2px 8px #0000000d}._messageHeader_135m5_494{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}._messageTitle_135m5_502{margin:0;font-size:16px;font-weight:600;color:var(--theme-text, #1f2937)}._messageBadge_135m5_509{display:inline-block;padding:4px 12px;background:var(--theme-primary-light);color:var(--theme-primary);border-radius:12px;font-size:12px;font-weight:600;white-space:nowrap}._messageContent_135m5_520{margin:0 0 12px;font-size:14px;color:var(--theme-text-secondary, #6b7280);line-height:1.6;white-space:pre-wrap}._messageMeta_135m5_528{display:flex;gap:16px;padding-top:12px;border-top:1px solid var(--theme-border, #e5e7eb);font-size:12px;color:var(--theme-text-muted, #9ca3af)}._tabs_135m5_538{display:flex;gap:12px;margin-top:24px;border-bottom:2px solid var(--theme-border, #e5e7eb)}._tab_135m5_538{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;color:var(--theme-text-secondary, #6b7280);font-size:15px;font-weight:600;transition:all .2s ease}._tab_135m5_538:hover{color:var(--theme-text, #1f2937);background:var(--theme-background, #f9fafb)}._tabActive_135m5_565{color:var(--theme-primary);border-bottom-color:var(--theme-primary)}._formRow_135m5_571{display:grid;grid-template-columns:1fr 1fr;gap:16px}._popupCard_135m5_578{padding:20px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;transition:all .2s ease}._popupCard_135m5_578:hover{border-color:var(--theme-primary);box-shadow:0 2px 8px #0000000d}._popupBadges_135m5_592{display:flex;gap:8px;flex-wrap:wrap}._badgeActive_135m5_598{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-primary);color:var(--theme-primary);border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}._badgeInactive_135m5_612{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);color:var(--theme-text-secondary, #6b7280);border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}._badgePriority_135m5_626,._badgeOnce_135m5_640{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);color:var(--theme-text-secondary, #6b7280);border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}._popupImage_135m5_655{margin:12px 0;border-radius:8px;overflow:hidden;max-height:200px}._popupImage_135m5_655 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._popupActions_135m5_669{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--theme-border, #e5e7eb)}._actionButton_135m5_677{padding:8px 16px;background:var(--theme-surface, #ffffff);color:var(--theme-primary);border:1px solid var(--theme-primary);border-radius:6px;font-size:13px;font-weight:600;transition:all .2s ease}._actionButton_135m5_677:hover{background:var(--theme-primary);color:var(--theme-surface)}._deleteButton_135m5_693{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--theme-surface, #ffffff);color:var(--theme-text-secondary, #6b7280);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;font-size:13px;font-weight:600;transition:all .2s ease}._deleteButton_135m5_693:hover{background:var(--theme-background, #f9fafb);color:var(--theme-text, #1f2937);border-color:var(--theme-text-secondary, #6b7280)}@media (max-width: 1200px){._content_135m5_25,._contentSplit_135m5_31{grid-template-columns:1fr}}@media (max-width: 768px){._container_135m5_1{padding:20px}._title_135m5_11{font-size:24px}._radioGroup_135m5_79{flex-direction:column}._messageMeta_135m5_528{flex-direction:column;gap:8px}._formRow_135m5_571{grid-template-columns:1fr}._tabs_135m5_538{overflow-x:auto}._popupBadges_135m5_592{flex-wrap:wrap}}._container_1la5i_1{padding:40px;max-width:1600px;margin:0 auto}._header_1la5i_7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px}._title_1la5i_15{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_1la5i_22{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._addButton_1la5i_28{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--theme-primary, #667eea);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px var(--theme-primary-shadow, rgba(102, 126, 234, .25))}._addButton_1la5i_28:hover{background:var(--theme-primary-dark, #5568d3);transform:translateY(-2px);box-shadow:0 6px 16px var(--theme-primary-shadow, rgba(102, 126, 234, .4))}._greetingSection_1la5i_51{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;margin-bottom:24px}._greetingHeader_1la5i_59{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._editButton_1la5i_66{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text-secondary, #6b7280);transition:all .2s ease}._editButton_1la5i_66 svg{width:18px;height:18px}._editButton_1la5i_66 span{display:none}._editButton_1la5i_66:hover{background:var(--theme-primary-light, rgba(102, 126, 234, .1));border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea);transform:translateY(-1px)}._editButton_1la5i_66:active{transform:translateY(0)}._greetingDisplay_1la5i_99{padding:20px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;color:var(--theme-text, #1f2937);font-size:15px;line-height:1.8;white-space:pre-wrap;font-weight:500}._greetingForm_1la5i_111{display:flex;flex-direction:column;gap:12px}._greetingActions_1la5i_117{display:flex;gap:12px}._saveButton_1la5i_122{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--theme-primary-gradient, linear-gradient(135deg, #667eea 0%, #764ba2 100%));border:none;border-radius:8px;color:#fff!important;font-size:15px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 8px var(--theme-shadow);white-space:nowrap}._saveButton_1la5i_122 svg{color:var(--theme-surface);flex-shrink:0}._saveButton_1la5i_122 span{color:var(--theme-surface)}._saveButton_1la5i_122:hover{transform:translateY(-2px);box-shadow:0 6px 16px var(--theme-shadow)}._saveButton_1la5i_122:active{transform:translateY(0)}._filters_1la5i_157{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px}._searchBox_1la5i_168{flex:1}._searchInput_1la5i_172{width:100%;padding:12px 16px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._searchInput_1la5i_172:focus{outline:none;border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}._categoryFilters_1la5i_189{display:flex;gap:8px;flex-wrap:wrap}._categoryButton_1la5i_195{padding:8px 16px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text-secondary, #6b7280);font-size:13px;font-weight:600;transition:all .2s ease}._categoryButton_1la5i_195:hover{background:var(--theme-surface, #ffffff);border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea)}._categoryButton_1la5i_195._active_1la5i_212{background:var(--theme-primary, #667eea);border-color:var(--theme-primary, #667eea);color:#fff}._importButton_1la5i_218{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--theme-success, #10b981);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px var(--theme-shadow)}._importButton_1la5i_218:hover:not(:disabled){background:var(--theme-success-hover);transform:translateY(-2px);box-shadow:0 6px 16px var(--theme-shadow)}._importButton_1la5i_218:disabled{opacity:.5;cursor:not-allowed}._content_1la5i_246{display:flex;flex-direction:column;gap:24px}._formSection_1la5i_253{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px}._formHeader_1la5i_260{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._sectionTitle_1la5i_267{display:flex;align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._cancelButton_1la5i_277{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:15px;font-weight:600;transition:all .2s ease;white-space:nowrap}._cancelButton_1la5i_277 svg{color:var(--theme-text, #1f2937);flex-shrink:0}._cancelButton_1la5i_277 span{color:var(--theme-text, #1f2937)}._cancelButton_1la5i_277:hover{background:var(--theme-background, #f9fafb);border-color:var(--theme-primary, #667eea);transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}._cancelButton_1la5i_277:active{transform:translateY(0)}._form_1la5i_253{display:flex;flex-direction:column;gap:20px}._formGroup_1la5i_318{display:flex;flex-direction:column;gap:8px}._formRow_1la5i_324{display:grid;grid-template-columns:1fr 1fr;gap:16px}._label_1la5i_330{font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._input_1la5i_336{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._input_1la5i_336:focus{outline:none;border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}select._input_1la5i_336{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23667eea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}._textarea_1la5i_361{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease}._textarea_1la5i_361:focus{outline:none;border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}._checkboxLabel_1la5i_379{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._checkboxLabel_1la5i_379 input[type=checkbox]{width:18px;height:18px;accent-color:var(--theme-primary, #667eea)}._submitButton_1la5i_394{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:var(--theme-primary-gradient, linear-gradient(135deg, #667eea 0%, #764ba2 100%));color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;transition:all .2s ease}._submitButton_1la5i_394:hover{transform:translateY(-2px);box-shadow:0 8px 16px var(--theme-primary-shadow, rgba(102, 126, 234, .3))}._listSection_1la5i_415{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px}._qaList_1la5i_422{display:flex;flex-direction:column;gap:16px;max-height:600px;overflow-y:auto}._qaCard_1la5i_430{padding:20px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;transition:all .2s ease}._qaCard_1la5i_430:hover{border-color:var(--theme-primary, #667eea);box-shadow:0 2px 8px #0000000d}._qaHeader_1la5i_443{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}._qaBadges_1la5i_451{display:flex;gap:8px;flex-wrap:wrap}._categoryBadge_1la5i_457{display:inline-block;padding:4px 12px;background:var(--theme-primary-light, rgba(102, 126, 234, .2));color:var(--theme-primary, #667eea);border-radius:12px;font-size:12px;font-weight:600}._badgeActive_1la5i_467{display:inline-block;padding:4px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-primary, #667eea);color:var(--theme-primary, #667eea);border-radius:6px;font-size:12px;font-weight:600}._badgeInactive_1la5i_478,._priorityBadge_1la5i_489{display:inline-block;padding:4px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);color:var(--theme-text-secondary, #6b7280);border-radius:6px;font-size:12px;font-weight:600}._qaActions_1la5i_500{display:flex;gap:8px}._toggleButton_1la5i_505,._editButton_1la5i_66,._deleteButton_1la5i_507{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text-secondary, #6b7280);transition:all .2s ease}._toggleButton_1la5i_505:hover{background:var(--theme-primary-light, rgba(102, 126, 234, .1));border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea)}._editButton_1la5i_66:hover{background:var(--theme-background, #f9fafb);border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea)}._deleteButton_1la5i_507:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}._qaContent_1la5i_538{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}._qaQuestion_1la5i_545{font-size:15px;font-weight:600;color:var(--theme-text, #1f2937);line-height:1.5}._qaQuestion_1la5i_545 strong{color:var(--theme-primary, #667eea);margin-right:8px}._qaAnswer_1la5i_557{font-size:14px;color:var(--theme-text-secondary, #6b7280);line-height:1.6;white-space:pre-wrap}._qaAnswer_1la5i_557 strong{color:var(--theme-primary, #667eea);margin-right:8px}._qaMeta_1la5i_569{display:flex;gap:16px;padding-top:12px;border-top:1px solid var(--theme-border, #e5e7eb);font-size:12px;color:var(--theme-text-muted, #9ca3af)}._loading_1la5i_579{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_1la5i_588{width:40px;height:40px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary, #667eea);border-radius:50%;animation:_spin_1la5i_588 1s linear infinite}@keyframes _spin_1la5i_588{to{transform:rotate(360deg)}}._loading_1la5i_579 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1la5i_609{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--theme-text-secondary, #6b7280)}._emptyState_1la5i_609 svg{color:var(--theme-text-muted, #9ca3af)}._emptyState_1la5i_609 p{margin:0;font-size:14px}@media (max-width: 768px){._container_1la5i_1{padding:20px}._header_1la5i_7{flex-direction:column;align-items:stretch}._addButton_1la5i_28{justify-content:center}._title_1la5i_15{font-size:24px}._formRow_1la5i_324{grid-template-columns:1fr}._categoryFilters_1la5i_189,._qaActions_1la5i_500{flex-direction:column}}._container_3f5u7_1{padding:40px;max-width:1200px;margin:0 auto}._header_3f5u7_7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px}._title_3f5u7_15{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_3f5u7_22{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._saveButton_3f5u7_28{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--theme-primary);border:none;border-radius:8px;color:var(--theme-surface);font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px var(--theme-shadow)}._saveButton_3f5u7_28:hover:not(:disabled){background:var(--theme-primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px var(--theme-shadow)}._saveButton_3f5u7_28:disabled{opacity:.6;cursor:not-allowed;transform:none}._tabs_3f5u7_57{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid var(--theme-border, #e5e7eb)}._tab_3f5u7_57{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--theme-text-secondary, #6b7280);font-size:14px;font-weight:600;transition:all .2s ease}._tab_3f5u7_57:hover{color:var(--theme-primary);background:var(--theme-background, #f9fafb)}._tabActive_3f5u7_83{color:var(--theme-primary);border-bottom-color:var(--theme-primary)}._content_3f5u7_89{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:32px}._section_3f5u7_96{display:flex;flex-direction:column;gap:24px}._sectionTitle_3f5u7_102{margin:0 0 16px;font-size:20px;font-weight:700;color:var(--theme-text, #1f2937)}._warning_3f5u7_109{margin:0;padding:12px 16px;background:var(--theme-warning-light);border:1px solid var(--theme-warning);border-radius:8px;color:var(--theme-warning);font-size:13px;font-weight:600}._form_3f5u7_121{display:flex;flex-direction:column;gap:20px}._formGroup_3f5u7_127{display:flex;flex-direction:column;gap:8px}._label_3f5u7_133{font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._input_3f5u7_139{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._input_3f5u7_139:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}select._input_3f5u7_139{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23667eea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}._checkboxLabel_3f5u7_164{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._checkboxLabel_3f5u7_164 input[type=checkbox]{width:18px;height:18px;accent-color:var(--theme-primary)}._hint_3f5u7_179{margin:0;font-size:12px;color:var(--theme-text-muted, #9ca3af);font-weight:400}._loading_3f5u7_187{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_3f5u7_196{width:40px;height:40px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_3f5u7_196 1s linear infinite}@keyframes _spin_3f5u7_196{to{transform:rotate(360deg)}}._loading_3f5u7_187 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}@media (max-width: 768px){._container_3f5u7_1{padding:20px}._header_3f5u7_7{flex-direction:column;align-items:stretch}._saveButton_3f5u7_28{justify-content:center}._title_3f5u7_15{font-size:24px}._tabs_3f5u7_57{overflow-x:auto;flex-wrap:nowrap}._tab_3f5u7_57{flex-shrink:0}._content_3f5u7_89{padding:20px}}._container_19fmu_1{padding:40px;max-width:1200px;margin:0 auto}._header_19fmu_7{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px}._title_19fmu_15{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--theme-text, #1f2937)}._subtitle_19fmu_22{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}._createButton_19fmu_28{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--theme-primary, #667eea);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px var(--theme-primary-shadow, rgba(102, 126, 234, .25))}._createButton_19fmu_28:hover{background:var(--theme-primary-dark, #5568d3);transform:translateY(-2px);box-shadow:0 6px 16px var(--theme-primary-shadow, rgba(102, 126, 234, .4))}._createForm_19fmu_51{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:24px;margin-bottom:24px}._formGroup_19fmu_59{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._label_19fmu_66{font-size:14px;font-weight:600;color:var(--theme-text, #1f2937)}._input_19fmu_72{padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._input_19fmu_72:focus{outline:none;border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}._formActions_19fmu_88{display:flex;gap:12px;justify-content:flex-end}._cancelButton_19fmu_94{padding:10px 20px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text-secondary, #6b7280);font-size:14px;font-weight:600;transition:all .2s ease}._cancelButton_19fmu_94:hover{background:var(--theme-background, #f9fafb);border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea)}._submitButton_19fmu_111{padding:10px 20px;background:var(--theme-primary, #667eea);border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease}._submitButton_19fmu_111:hover{background:var(--theme-primary-dark, #5568d3)}._customSelect_19fmu_127{position:relative}._selectTrigger_19fmu_131{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._selectTrigger_19fmu_131:hover{border-color:var(--theme-primary, #667eea)}._selectTrigger_19fmu_131 svg{color:var(--theme-text-secondary, #6b7280);transition:transform .2s ease}._selectDropdown_19fmu_153{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:100;max-height:300px;overflow-y:auto}._selectOption_19fmu_167{padding:12px 16px;font-size:14px;color:var(--theme-text, #1f2937);transition:all .15s ease}._selectOption_19fmu_167:hover{background:var(--theme-primary-light, rgba(102, 126, 234, .1));color:var(--theme-primary, #667eea)}._selectDivider_19fmu_179{height:1px;background:var(--theme-border, #e5e7eb);margin:8px 0}._customInputWrapper_19fmu_185{padding:8px}._customInput_19fmu_185{width:100%;padding:10px 12px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text, #1f2937);font-size:14px;transition:all .2s ease}._customInput_19fmu_185:focus{outline:none;border-color:var(--theme-primary, #667eea);box-shadow:0 0 0 3px var(--theme-primary-light, rgba(102, 126, 234, .1))}._customInput_19fmu_185::-moz-placeholder{color:var(--theme-text-muted, #9ca3af)}._customInput_19fmu_185::placeholder{color:var(--theme-text-muted, #9ca3af)}._radioGroup_19fmu_211{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}._radioLabel_19fmu_218{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 20px;background:var(--theme-surface, #ffffff);border:2px solid var(--theme-border, #e5e7eb);border-radius:10px;transition:all .2s ease;min-height:60px}._radioLabel_19fmu_218:hover{border-color:var(--theme-primary, #667eea);background:var(--theme-primary-light, rgba(102, 126, 234, .05));transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._radioLabel_19fmu_218 input[type=radio]{position:absolute;opacity:0;width:0;height:0}._radioLabel_19fmu_218 input[type=radio]:checked+span{color:var(--theme-primary, #667eea);font-weight:700}._radioLabel_19fmu_218:has(input[type=radio]:checked){border-color:var(--theme-primary, #667eea);background:var(--theme-primary-light, rgba(102, 126, 234, .1));box-shadow:0 4px 16px var(--theme-primary-shadow, rgba(102, 126, 234, .3))}._radioLabel_19fmu_218 span{font-size:15px;font-weight:600;color:var(--theme-text, #1f2937);transition:all .2s ease;text-align:center}._notice_19fmu_265{display:flex;gap:16px;padding:20px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;margin-bottom:24px}._notice_19fmu_265 svg{color:var(--theme-primary, #667eea);flex-shrink:0}._noticeTitle_19fmu_280{margin:0 0 8px;font-size:15px;font-weight:700;color:var(--theme-text, #1f2937)}._noticeText_19fmu_287{margin:0;font-size:13px;line-height:1.6;color:var(--theme-text-secondary, #6b7280)}._keysList_19fmu_295{display:flex;flex-direction:column;gap:16px}._keyCard_19fmu_301{background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;padding:20px;transition:all .2s ease}._keyCard_19fmu_301:hover{border-color:var(--theme-primary, #667eea);box-shadow:0 2px 8px #0000000d}._keyHeader_19fmu_314{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}._keyInfo_19fmu_321{display:flex;flex-direction:column;gap:8px}._keyName_19fmu_327{margin:0;font-size:18px;font-weight:700;color:var(--theme-text, #1f2937)}._keyDates_19fmu_334{display:flex;flex-direction:column;gap:4px}._keyDate_19fmu_334{font-size:12px;color:var(--theme-text-muted, #9ca3af)}._keyExpiry_19fmu_345{font-size:12px;color:var(--theme-text-secondary, #6b7280);font-weight:500}._expiredBadge_19fmu_351{color:#ef4444;font-weight:700}._scopeBadge_19fmu_356{display:inline-block;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;background:var(--theme-primary-light, rgba(102, 126, 234, .1));color:var(--theme-primary, #667eea)}._scopeBadge_19fmu_356[data-scope=all]{background:var(--theme-primary);color:var(--theme-surface)}._scopeBadge_19fmu_356[data-scope=configurator]{background:var(--theme-success-light);color:var(--theme-success)}._scopeBadge_19fmu_356[data-scope=optimizer]{background:var(--theme-warning-light);color:var(--theme-warning)}._deleteButton_19fmu_381{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text-secondary, #6b7280);transition:all .2s ease}._deleteButton_19fmu_381:hover{background:var(--theme-danger-light);border-color:var(--theme-danger);color:var(--theme-danger)}._keyContent_19fmu_400{display:flex;align-items:center;gap:12px;margin-bottom:12px}._keyValue_19fmu_407{flex:1;padding:12px 16px;background:var(--theme-background, #f9fafb);border:1px solid var(--theme-border, #e5e7eb);border-radius:8px;overflow-x:auto}._keyCode_19fmu_416{font-family:Monaco,Menlo,Courier New,monospace;font-size:13px;color:var(--theme-text, #1f2937);white-space:nowrap}._keyActions_19fmu_423{display:flex;gap:8px}._actionButton_19fmu_428{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:6px;color:var(--theme-text-secondary, #6b7280);transition:all .2s ease}._actionButton_19fmu_428:hover{background:var(--theme-primary-light, rgba(102, 126, 234, .1));border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea)}._keyFooter_19fmu_447{padding-top:12px;border-top:1px solid var(--theme-border, #e5e7eb);font-size:12px;color:var(--theme-text-muted, #9ca3af)}._emptyState_19fmu_455{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;color:var(--theme-text-secondary, #6b7280)}._emptyState_19fmu_455 p{margin:0;font-size:14px}._emptyButton_19fmu_473{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--theme-primary, #667eea);border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;margin-top:8px}._emptyButton_19fmu_473:hover{background:var(--theme-primary-dark, #5568d3)}._loading_19fmu_493{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._spinner_19fmu_502{width:40px;height:40px;border:4px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary, #667eea);border-radius:50%;animation:_spin_19fmu_502 1s linear infinite}@keyframes _spin_19fmu_502{to{transform:rotate(360deg)}}._loading_19fmu_493 p{margin:0;font-size:14px;color:var(--theme-text-secondary, #6b7280)}@media (max-width: 768px){._container_19fmu_1{padding:20px}._header_19fmu_7{flex-direction:column;align-items:stretch}._createButton_19fmu_28{justify-content:center}._title_19fmu_15{font-size:24px}._keyContent_19fmu_400{flex-direction:column;align-items:stretch}._keyActions_19fmu_423{width:100%;justify-content:flex-end}}._container_1ft40_1{padding:32px;max-width:1400px;margin:0 auto}._header_1ft40_7{margin-bottom:32px}._titleSection_1ft40_11{margin-bottom:24px}._title_1ft40_11{font-size:28px;font-weight:700;color:var(--theme-text, #111827);margin:0 0 8px}._subtitle_1ft40_22{font-size:14px;color:var(--theme-text-secondary, #6b7280);margin:0}._statsGrid_1ft40_29{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}._statCard_1ft40_36{background:var(--theme-surface, #ffffff);border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid var(--theme-border, #e5e7eb);display:flex;align-items:center;gap:16px;transition:all .2s ease}._statCard_1ft40_36:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}._statIcon_1ft40_53{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--theme-surface);flex-shrink:0;background:var(--theme-primary)}._statContent_1ft40_65{flex:1;min-width:0}._statLabel_1ft40_70{font-size:13px;color:var(--theme-text-secondary, #6b7280);margin-bottom:8px;font-weight:500}._statValue_1ft40_77{font-size:24px;font-weight:700;color:var(--theme-text, #111827);margin-bottom:4px}._statChange_1ft40_84{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--theme-text-secondary, #6b7280)}._statChange_1ft40_84 svg{flex-shrink:0}._chartsGrid_1ft40_97{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:32px}._chartCard_1ft40_104{background:var(--theme-surface, #ffffff);border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid var(--theme-border, #e5e7eb)}._chartTitle_1ft40_112{font-size:16px;font-weight:600;color:var(--theme-text, #111827);margin:0 0 20px}._emptyChart_1ft40_119{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:var(--theme-text-secondary, #9ca3af)}._emptyChart_1ft40_119 svg{margin-bottom:12px;opacity:.5}._emptyChart_1ft40_119 p{margin:0;font-size:14px;font-weight:500}._filterSection_1ft40_140{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}._searchBox_1ft40_147{flex:1;min-width:250px;position:relative}._searchIcon_1ft40_153{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--theme-text-secondary, #9ca3af);width:18px;height:18px}._searchInput_1ft40_163{width:100%;padding:12px 16px 12px 44px;border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;font-size:14px;background:var(--theme-surface, #ffffff);color:var(--theme-text, #111827);transition:all .2s}._searchInput_1ft40_163:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px #667eea1a}._filterControls_1ft40_180{display:flex;gap:12px}._customFilterDropdown_1ft40_185{position:relative}._filterButton_1ft40_189{padding:12px 20px;border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;background:var(--theme-surface, #ffffff);color:var(--theme-text, #111827);font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}._filterButton_1ft40_189:hover{background:var(--theme-surface-hover, #f9fafb);border-color:var(--theme-primary)}._dropdownArrow_1ft40_209{font-size:10px;color:var(--theme-text-secondary, #6b7280)}._dropdownMenu_1ft40_214{position:absolute;top:calc(100% + 8px);left:0;background:var(--theme-surface, #ffffff);border:1px solid var(--theme-border, #e5e7eb);border-radius:12px;box-shadow:0 4px 12px #0000001a;min-width:160px;z-index:100;overflow:hidden;animation:_dropdownFadeIn_1ft40_1 .2s ease}@keyframes _dropdownFadeIn_1ft40_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownMenu_1ft40_214 button{width:100%;padding:12px 16px;border:none;background:transparent;color:var(--theme-text, #111827);font-size:14px;text-align:left;transition:background .2s}._dropdownMenu_1ft40_214 button:hover{background:var(--theme-surface-hover, #f9fafb)}._tableCard_1ft40_255{background:var(--theme-surface, #ffffff);border-radius:16px;box-shadow:0 2px 8px #00000014;border:1px solid var(--theme-border, #e5e7eb);overflow:hidden}._tableHeader_1ft40_263{padding:20px 24px;border-bottom:1px solid var(--theme-border, #e5e7eb);display:flex;align-items:center;justify-content:space-between}._tableHeader_1ft40_263 h3{font-size:16px;font-weight:600;color:var(--theme-text, #111827);margin:0}._tableCount_1ft40_278{font-size:13px;color:var(--theme-text, #6b7280);font-weight:500;background:var(--theme-background, #f9fafb);padding:4px 12px;border-radius:8px}._tableWrapper_1ft40_287{overflow-x:auto}._table_1ft40_255{width:100%;border-collapse:collapse}._table_1ft40_255 thead{background:var(--theme-background, #f9fafb)}._table_1ft40_255 th{padding:16px 24px;text-align:left;font-size:13px;font-weight:600;color:var(--theme-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._table_1ft40_255 tbody tr{border-bottom:1px solid var(--theme-border, #e5e7eb);transition:background .2s}._table_1ft40_255 tbody tr:hover{background:var(--theme-surface-hover, #f9fafb)}._table_1ft40_255 tbody tr:last-child{border-bottom:none}._table_1ft40_255 td{padding:20px 24px;font-size:14px;color:var(--theme-text, #111827)}._userInfo_1ft40_330{display:flex;flex-direction:column;gap:4px}._userName_1ft40_336{font-weight:600;color:var(--theme-text, #111827)}._userEmail_1ft40_341{font-size:13px;color:var(--theme-text-secondary, #6b7280)}._planBadge_1ft40_346{display:inline-block;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600;color:var(--theme-surface);white-space:nowrap}._statusBadge_1ft40_356{display:inline-block;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap}._statusActive_1ft40_365{background:var(--theme-success-light);color:var(--theme-success)}._statusCancelled_1ft40_370{background:var(--theme-danger-light);color:var(--theme-danger)}._statusExpired_1ft40_375{background:var(--theme-background);color:var(--theme-text-secondary)}._amount_1ft40_380{font-weight:600;color:var(--theme-primary)}._intervalBadge_1ft40_385{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;background:var(--theme-surface-hover, #f3f4f6);color:var(--theme-text-secondary, #6b7280)}._emptyState_1ft40_395{padding:60px 24px;text-align:center;color:var(--theme-text-secondary, #6b7280)}._emptyState_1ft40_395 svg{margin-bottom:16px;opacity:.3}._emptyState_1ft40_395 p{margin:0;font-size:14px}._loading_1ft40_412{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:var(--theme-text-secondary, #6b7280)}._spinner_1ft40_421{width:40px;height:40px;border:3px solid var(--theme-border, #e5e7eb);border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_1ft40_421 .8s linear infinite;margin-bottom:16px}@keyframes _spin_1ft40_421{to{transform:rotate(360deg)}}@media (max-width: 768px){._container_1ft40_1{padding:20px}._statsGrid_1ft40_29,._chartsGrid_1ft40_97{grid-template-columns:1fr}._filterSection_1ft40_140{flex-direction:column}._searchBox_1ft40_147{width:100%}._filterControls_1ft40_180{width:100%;justify-content:space-between}._filterButton_1ft40_189{flex:1}._table_1ft40_255{font-size:12px}._table_1ft40_255 th,._table_1ft40_255 td{padding:12px}}._container_f9mtl_1{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:40px}._content_f9mtl_9{text-align:center;max-width:400px}._icon_f9mtl_14{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:var(--theme-primary);color:var(--theme-surface);border-radius:20px;box-shadow:0 8px 24px #667eea4d}._title_f9mtl_27{margin:0 0 12px;font-size:32px;font-weight:700;color:var(--theme-text, #1f2937)}._description_f9mtl_34{margin:0 0 24px;font-size:16px;color:var(--theme-text-secondary, #6b7280);line-height:1.6}._badge_f9mtl_41{display:inline-block;padding:8px 20px;background:var(--theme-background, #f9fafb);border:2px dashed var(--theme-border, #e5e7eb);border-radius:20px;color:var(--theme-text-secondary, #6b7280);font-size:14px;font-weight:600}._button_1nxcy_1{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-weight:600;transition:all .2s ease;text-align:center;text-decoration:none;line-height:1;gap:8px}._button_1nxcy_1:focus{outline:none;box-shadow:0 0 0 3px var(--theme-primary-light)}._primary_1nxcy_21{background-color:var(--theme-primary);color:#fff}._primary_1nxcy_21:hover:not(._disabled_1nxcy_26){background-color:var(--theme-primary-hover)}._secondary_1nxcy_30{background-color:var(--theme-background-secondary);color:var(--theme-text);border:1px solid var(--theme-border)}._secondary_1nxcy_30:hover:not(._disabled_1nxcy_26){background-color:var(--theme-border-hover)}._danger_1nxcy_40{background-color:var(--theme-danger);color:#fff}._danger_1nxcy_40:hover:not(._disabled_1nxcy_26){background-color:var(--theme-danger-hover)}._small_1nxcy_50{padding:8px 12px;font-size:14px}._medium_1nxcy_55{padding:10px 16px;font-size:14px}._large_1nxcy_60{padding:12px 24px;font-size:16px}._disabled_1nxcy_26{opacity:.5;cursor:not-allowed;pointer-events:none}._loginForm_owgl6_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;position:relative;overflow:hidden;color-scheme:light!important}._loginForm_owgl6_1,._loginForm_owgl6_1 *{color-scheme:light!important}._loginForm_owgl6_1:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_rotate_owgl6_1 30s linear infinite}@keyframes _rotate_owgl6_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_owgl6_36{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:48px;border-radius:24px;box-shadow:0 20px 50px #00000026;width:100%;max-width:420px;position:relative;z-index:1;border:1px solid rgba(255,255,255,.2)}._container_owgl6_36 *{color-scheme:light!important}._loginForm_owgl6_1 input,._loginForm_owgl6_1 input[type=email],._loginForm_owgl6_1 input[type=password],._loginForm_owgl6_1 input[type=text],._container_owgl6_36 input,._container_owgl6_36 input[type=email],._container_owgl6_36 input[type=password],._container_owgl6_36 input[type=text],._input_owgl6_63{background-color:#fff!important;background:#fff!important;color:#333!important;-webkit-text-fill-color:#333!important;opacity:1!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}._loginForm_owgl6_1 input,._loginForm_owgl6_1 textarea,._loginForm_owgl6_1 select{background-color:#fff!important;background:#fff!important;color:#333!important;border:2px solid #e1e8ed!important;-webkit-text-fill-color:#333!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}body[class*=dark] ._loginForm_owgl6_1 input,body[class*=dark] ._loginForm_owgl6_1 textarea,body[class*=dark] ._loginForm_owgl6_1 select{background-color:#fff!important;background:#fff!important;color:#333!important;border:2px solid #e1e8ed!important;-webkit-text-fill-color:#333!important}._container_owgl6_36 input,._container_owgl6_36 textarea,._container_owgl6_36 select{background-color:#fff!important;background:#fff!important;color:#333!important;border:2px solid #e1e8ed!important;-webkit-text-fill-color:#333!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}._container_owgl6_36 input[type=email]::-moz-placeholder,._container_owgl6_36 input[type=password]::-moz-placeholder,._container_owgl6_36 input[type=text]::-moz-placeholder{color:#999!important;-webkit-text-fill-color:#999!important;opacity:1!important}._container_owgl6_36 input[type=email]::placeholder,._container_owgl6_36 input[type=password]::placeholder,._container_owgl6_36 input[type=text]::placeholder{color:#999!important;-webkit-text-fill-color:#999!important;opacity:1!important}._container_owgl6_36 input:-webkit-autofill,._container_owgl6_36 input:-webkit-autofill:hover,._container_owgl6_36 input:-webkit-autofill:focus,._container_owgl6_36 input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#333!important;box-shadow:0 0 0 30px #fff inset!important}._logoSection_owgl6_128{text-align:center;margin-bottom:30px}._logo_owgl6_128{display:flex;align-items:center;justify-content:center;gap:8px;font-size:24px;font-weight:700}._logoIcon_owgl6_142{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 8px 20px #667eea4d}._logoText_owgl6_156{color:#333;font-size:24px}._title_owgl6_162{text-align:center;margin-bottom:30px;color:#333;font-size:28px;font-weight:600}._form_owgl6_170{display:flex;flex-direction:column;gap:20px}._inputGroup_owgl6_177{display:flex;flex-direction:column;gap:8px}._label_owgl6_183{font-size:14px;color:#333;font-weight:500}._input_owgl6_63{padding:14px 18px!important;border:2px solid #e1e8ed!important;border-radius:12px!important;font-size:16px!important;transition:all .3s ease!important;background:#fff!important;background-color:#fff!important;color:#333!important;-webkit-text-fill-color:#333!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}._input_owgl6_63:focus{outline:none!important;border-color:#667eea!important;background:#fff!important;background-color:#fff!important;box-shadow:0 0 0 4px #667eea1a!important;transform:translateY(-1px)!important}._passwordWrapper_owgl6_213{position:relative}._passwordToggle_owgl6_217{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:16px;color:#666}._passwordToggle_owgl6_217:hover{color:#667eea}._optionsRow_owgl6_233{display:flex;justify-content:space-between;align-items:center;margin-top:8px}._checkboxLabel_owgl6_240{display:flex;align-items:center;gap:8px}._checkbox_owgl6_240{width:18px;height:18px;accent-color:#667eea;position:relative}._checkbox_owgl6_240:checked{accent-color:#667eea}._checkboxText_owgl6_257{font-size:14px;color:#666}._forgotPassword_owgl6_262{background:none;border:none;color:#667eea;font-size:14px;text-decoration:none;font-weight:500;transition:all .2s ease}._forgotPassword_owgl6_262:hover{color:#764ba2;transform:translate(2px)}._error_owgl6_278{background:#fee;color:#c33;padding:12px;border-radius:8px;border:1px solid #fcc;font-size:14px;text-align:center}._loginButton_owgl6_289{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:600;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 15px #667eea4d;position:relative;overflow:hidden}._loginButton_owgl6_289:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._loginButton_owgl6_289:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._loginButton_owgl6_289:hover:before{left:100%}._loginButton_owgl6_289:disabled{background:#bbb;cursor:not-allowed;box-shadow:none}._divider_owgl6_331{text-align:center;margin:24px 0;position:relative;color:#666;font-size:14px}._divider_owgl6_331:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ddd;z-index:1}._divider_owgl6_331 span{background:#fff;padding:0 15px;position:relative;z-index:2}._snsSection_owgl6_358{text-align:center;margin-bottom:20px}._snsTitle_owgl6_363{font-size:14px;color:#666;margin-bottom:16px}._snsButtons_owgl6_369{display:flex;justify-content:center;gap:12px}._snsButton_owgl6_369{width:52px;height:52px;border:none;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative}._snsButton_owgl6_369:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:inherit;filter:blur(8px);opacity:0;transition:opacity .3s ease;z-index:-1}._snsButton_owgl6_369:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #0003}._snsButton_owgl6_369:hover:before{opacity:.6}._snsIcon_owgl6_411{font-size:20px;color:#fff;font-weight:700}._demoButton_owgl6_418{width:100%;background:transparent;color:#667eea;border:2px solid #667eea;padding:14px;border-radius:12px;font-size:16px;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}._demoButton_owgl6_418:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#667eea1a;transform:translate(-50%,-50%);transition:width .6s,height .6s}._demoButton_owgl6_418:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}._demoButton_owgl6_418:hover:before{width:300px;height:300px;background:#667eea}._demoButton_owgl6_418:disabled{background:#ccc;border-color:#ccc;color:#999;cursor:not-allowed}@media (max-width: 480px){._container_owgl6_36{padding:30px 20px;margin:10px}._title_owgl6_162{font-size:24px}._logoText_owgl6_156{font-size:20px}._loginButton_owgl6_289{font-size:14px;padding:14px}._snsButton_owgl6_369{width:44px;height:44px}._snsIcon_owgl6_411{font-size:18px}}._container_xrv97_3{max-width:1400px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;min-height:100vh}._container_xrv97_3 h1{color:#2c3e50;margin-bottom:30px;text-align:center}._projectSelector_xrv97_18{background:#fff;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}._projectSelector_xrv97_18 h2{color:#34495e;margin-bottom:15px;border-bottom:2px solid #3498db;padding-bottom:8px}._projectList_xrv97_33{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px}._projectButton_xrv97_39{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:15px;transition:all .2s ease;text-align:left}._projectButton_xrv97_39:hover{border-color:#3498db;transform:translateY(-2px);box-shadow:0 4px 12px #3498db26}._projectButton_xrv97_39._selected_xrv97_54{border-color:#3498db;background:#e3f2fd}._projectInfo_xrv97_59{margin-bottom:10px}._projectInfo_xrv97_59 strong{display:block;font-size:16px;color:#2c3e50;margin-bottom:4px}._projectInfo_xrv97_59 small{color:#7f8c8d;font-family:Courier New,monospace}._projectStats_xrv97_75{display:flex;gap:10px}._missingCount_xrv97_80{background:#ffe6e6;color:#d63031;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}._unexpectedCount_xrv97_89{background:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}._selectedProject_xrv97_98{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #0000001a}._selectedProject_xrv97_98 h2{color:#2c3e50;margin-bottom:25px;border-bottom:2px solid #3498db;padding-bottom:10px}._analysisContainer_xrv97_112{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}._analysisSection_xrv97_119{background:#f8f9fa;border-radius:8px;padding:20px}._analysisSection_xrv97_119 h4{margin:0 0 15px;color:#2c3e50}._missingFields_xrv97_130,._unexpectedFields_xrv97_130{list-style:none;padding:0;margin:0}._missingFields_xrv97_130 li{background:#ffe6e6;color:#d63031;padding:8px 12px;margin-bottom:5px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}._unexpectedFields_xrv97_130 li{background:#fff3cd;color:#856404;padding:8px 12px;margin-bottom:5px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}._noIssues_xrv97_156{color:#27ae60;font-weight:700;margin:0;padding:10px;background:#d5f4e6;border-radius:4px}._tabContainer_xrv97_165{margin-bottom:30px}._tabHeader_xrv97_169{background:#3498db;color:#fff;padding:15px 20px;border-radius:8px;font-weight:700;font-size:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}._tabHeader_xrv97_169:hover{background:#2980b9}._comparisonContainer_xrv97_184{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:15px}._comparisonSection_xrv97_191{background:#f8f9fa;border-radius:8px;padding:15px}._comparisonSection_xrv97_191 h3{margin:0 0 15px;color:#2c3e50}._actualData_xrv97_202,._expectedData_xrv97_202{background:#2c3e50;color:#ecf0f1;padding:15px;border-radius:6px;font-family:Courier New,monospace;font-size:12px;overflow-x:auto;max-height:500px;overflow-y:auto;margin:0;white-space:pre-wrap;word-break:break-word}._expectedData_xrv97_202{background:#27ae60}._recommendations_xrv97_221{background:#e8f5e8;border:1px solid #27ae60;border-radius:8px;padding:20px}._recommendations_xrv97_221 h3{color:#27ae60;margin:0 0 15px}._recommendations_xrv97_221 ul{margin:0;padding-left:20px}._recommendations_xrv97_221 li{margin-bottom:8px;color:#2c3e50}._recommendations_xrv97_221 code{background:#f1c40f;color:#2c3e50;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace}._container_1elqh_1{padding:20px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._container_1elqh_1 h1{text-align:center;color:var(--theme-text);margin-bottom:30px}._testArea_1elqh_14{display:flex;justify-content:center;margin-bottom:30px}._gestureArea_1elqh_20{width:600px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}._testTarget_1elqh_33{background:#fffffff2;border-radius:15px;padding:30px;box-shadow:0 8px 25px #00000026;transition:transform .1s ease;cursor:grab;max-width:400px;text-align:center}._testTarget_1elqh_33:active{cursor:grabbing}._targetContent_1elqh_48 h3{margin:0 0 15px;color:#333;font-size:20px}._targetContent_1elqh_48 p{margin:0 0 20px;color:#666;font-size:14px}._targetContent_1elqh_48 ul{text-align:left;margin:0;padding-left:20px}._targetContent_1elqh_48 li{margin:8px 0;color:#555;font-size:13px}._infoPanel_1elqh_72{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}._currentState_1elqh_79,._eventLog_1elqh_80{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:20px}._currentState_1elqh_79 h3,._eventLog_1elqh_80 h3{margin:0 0 15px;color:var(--theme-text);font-size:18px}._currentState_1elqh_79 p{margin:8px 0;font-family:monospace;font-size:14px;color:var(--theme-text-secondary)}._logContainer_1elqh_101{max-height:200px;overflow-y:auto;background:#0000000d;border-radius:8px;padding:10px}._logEntry_1elqh_109{padding:8px;margin:4px 0;background:#fffc;border-radius:6px;font-family:monospace;font-size:12px;color:#333;border-left:3px solid #646cff}._noEvents_1elqh_120{text-align:center;color:#999;font-style:italic;padding:20px}._instructions_1elqh_127{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:20px}._instructions_1elqh_127 h3{margin:0 0 20px;color:var(--theme-text);font-size:18px}._instructionGrid_1elqh_140{display:grid;grid-template-columns:1fr 1fr;gap:30px}._instruction_1elqh_127 h4{margin:0 0 15px;color:var(--theme-text);font-size:16px}._instruction_1elqh_127 ul,._instruction_1elqh_127 ol{margin:0;padding-left:20px}._instruction_1elqh_127 li{margin:8px 0;color:var(--theme-text-secondary);font-size:14px;line-height:1.4}@media (hover: none) and (pointer: coarse){._gestureArea_1elqh_20{width:100%;height:300px}._testTarget_1elqh_33{padding:20px;max-width:300px}._infoPanel_1elqh_72,._instructionGrid_1elqh_140{grid-template-columns:1fr;gap:20px}}@media (min-width: 768px) and (max-width: 1024px){._gestureArea_1elqh_20{width:500px;height:350px}._testTarget_1elqh_33{padding:25px;max-width:350px}}._container_5y9ov_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--theme-background);padding:20px}._card_5y9ov_10{background:var(--theme-surface);border-radius:16px;padding:48px 40px;max-width:480px;width:100%;box-shadow:var(--theme-shadow);border:1px solid var(--theme-border);text-align:center;animation:_fadeInUp_5y9ov_1 .4s ease}@keyframes _fadeInUp_5y9ov_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._spinIcon_5y9ov_34{color:var(--theme-primary);animation:_spin_5y9ov_34 1s linear infinite;margin-bottom:24px}@keyframes _spin_5y9ov_34{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successIcon_5y9ov_49{color:var(--theme-success);margin-bottom:24px}._errorIcon_5y9ov_54{color:var(--theme-danger);margin-bottom:24px}._iconWrapper_5y9ov_59{width:80px;height:80px;margin:0 auto 24px;background:var(--theme-primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--theme-primary)}._title_5y9ov_72{margin:0 0 12px;font-size:24px;font-weight:600;color:var(--theme-text);line-height:1.4}._description_5y9ov_80{margin:0 0 24px;color:var(--theme-text-secondary);line-height:1.6;font-size:15px}._projectInfo_5y9ov_88{background:var(--theme-background-secondary);border-radius:12px;padding:20px;margin-bottom:24px;text-align:left}._infoItem_5y9ov_96{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--theme-border)}._infoItem_5y9ov_96:last-child{border-bottom:none}._infoLabel_5y9ov_108{color:var(--theme-text-secondary);font-size:14px}._infoValue_5y9ov_113{color:var(--theme-text);font-weight:500;font-size:14px}._form_5y9ov_120{width:100%}._input_5y9ov_124{width:100%;padding:14px 16px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text);font-size:15px;margin-bottom:16px;transition:border-color .2s}._input_5y9ov_124:focus{outline:none;border-color:var(--theme-primary)}._input_5y9ov_124:disabled{opacity:.6;cursor:not-allowed}._errorText_5y9ov_146{color:var(--theme-danger);font-size:14px;margin:-8px 0 16px;text-align:left}._button_5y9ov_154{width:100%;padding:14px;background:var(--theme-primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;transition:all .2s}._button_5y9ov_154:hover{background:var(--theme-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-primary-light)}._button_5y9ov_154:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){._card_5y9ov_10{padding:32px 24px}._title_5y9ov_72{font-size:20px}._description_5y9ov_80{font-size:14px}._iconWrapper_5y9ov_59{width:64px;height:64px}}._section_1ofj9_1{background:var(--theme-surface);border:1px solid hsl(var(--theme) / .15);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0;flex-grow:0}._section_1ofj9_1:has(._tableContainer_1ofj9_13){flex:1;min-height:0}._section_1ofj9_1:has(._stockTableContainer_1ofj9_19){height:180px;min-height:180px;max-height:180px}._section_1ofj9_1:has(._options_1ofj9_26){flex:1;min-height:0;display:flex;flex-direction:column}._sectionHeader_1ofj9_34{display:flex;align-items:center;gap:8px;padding:10px 14px;background:linear-gradient(to bottom,#fff,#f8f9fa);border-bottom:1px solid rgba(0,0,0,.06)}._sectionHeader_1ofj9_34 svg{width:16px;height:16px;color:hsl(var(--theme))}._sectionHeader_1ofj9_34 h3{font-size:14px;font-weight:600;color:var(--theme-text);margin:0;flex:1}._addButton_1ofj9_57{display:flex;align-items:center;gap:4px;padding:4px 8px;background:hsl(var(--theme) / .1);border:1px solid hsl(var(--theme) / .2);border-radius:4px;color:hsl(var(--theme));font-size:12px;transition:all .2s}._addButton_1ofj9_57 svg{color:hsl(var(--theme));width:14px;height:14px}._addButton_1ofj9_57:hover{background:hsl(var(--theme) / .15);border-color:hsl(var(--theme) / .3)}._addButton_1ofj9_57:hover svg{color:hsl(var(--theme))}._tableContainer_1ofj9_13{padding:0 4px 0 0;flex:1;min-height:0;overflow-y:overlay;overflow-x:hidden;position:relative}._stockTableContainer_1ofj9_19{padding:0;height:120px;min-height:120px;max-height:120px;overflow-y:auto;overflow-x:hidden}._tableContainer_1ofj9_13::-webkit-scrollbar,._stockTableContainer_1ofj9_19::-webkit-scrollbar{width:6px;height:6px}._tableContainer_1ofj9_13::-webkit-scrollbar-track,._stockTableContainer_1ofj9_19::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:3px}._tableContainer_1ofj9_13::-webkit-scrollbar-thumb,._stockTableContainer_1ofj9_19::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}._tableContainer_1ofj9_13::-webkit-scrollbar-thumb:hover,._stockTableContainer_1ofj9_19::-webkit-scrollbar-thumb:hover{background:#aaa}._table_1ofj9_13{width:100%;min-width:0;font-size:11px;border-collapse:separate;border-spacing:0;table-layout:fixed}._table_1ofj9_13 th:nth-child(1),._table_1ofj9_13 td:nth-child(1){width:20px;text-align:center;padding:0 2px!important}._table_1ofj9_13 th:nth-child(3),._table_1ofj9_13 td:nth-child(3){width:110px;padding:0 2px!important}._table_1ofj9_13 th:nth-child(4),._table_1ofj9_13 td:nth-child(4){width:30px;text-align:center;padding:0 2px!important}._table_1ofj9_13 th:nth-child(5),._table_1ofj9_13 td:nth-child(5){width:40px;padding:0 2px!important;overflow:hidden}._table_1ofj9_13 th:nth-child(6),._table_1ofj9_13 td:nth-child(6){width:32px;text-align:center;padding:0 2px!important;overflow:visible}._stockTable_1ofj9_19 th:first-child,._stockTable_1ofj9_19 td:first-child{width:110px}._stockTable_1ofj9_19 th:nth-child(2),._stockTable_1ofj9_19 td:nth-child(2){width:110px}._stockTable_1ofj9_19 th:nth-child(3),._stockTable_1ofj9_19 td:nth-child(3){width:60px}._stockTable_1ofj9_19 th:nth-child(4),._stockTable_1ofj9_19 td:nth-child(4){width:60px}._table_1ofj9_13 thead,._stockTable_1ofj9_19 thead{position:sticky;top:0;background:var(--theme-background-secondary);z-index:1}._table_1ofj9_13 th{padding:4px 2px;color:hsl(var(--theme) / .7);font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid hsl(var(--theme) / .2);background:hsl(var(--theme) / .03)}._table_1ofj9_13 tbody tr{transition:all .15s;border-bottom:1px solid #f3f4f6}._table_1ofj9_13 tbody tr:hover{background:hsl(var(--theme) / .04)}._table_1ofj9_13 tbody tr._selected_1ofj9_239{background:hsl(var(--theme) / .06)}._table_1ofj9_13 tbody tr._selected_1ofj9_239 td{color:hsl(var(--theme));font-weight:700}._table_1ofj9_13 tbody tr._selected_1ofj9_239 td ._input_1ofj9_248{color:hsl(var(--theme));font-weight:700;border-color:hsl(var(--theme) / .4);background:hsl(var(--theme) / .06)}._table_1ofj9_13 tbody tr._selected_1ofj9_239 td ._dimensions_1ofj9_255,._table_1ofj9_13 tbody tr._selected_1ofj9_239 td ._inputSmall_1ofj9_256,._table_1ofj9_13 tbody tr._selected_1ofj9_239 td ._inputTiny_1ofj9_257,._table_1ofj9_13 tbody tr._selected_1ofj9_239 td ._select_1ofj9_239{color:hsl(var(--theme));font-weight:600}._table__unused_hidden_overlay_1ofj9_264:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px dashed #d0d0d0;pointer-events:none;z-index:1}._table_1ofj9_13 tbody tr._newPanel_1ofj9_278{background:hsl(var(--theme) / .08);animation:_highlight_1ofj9_1 1s ease-in-out;border:2px solid hsl(var(--theme) / .3)!important;box-shadow:0 2px 8px hsl(var(--theme) / .15)}@keyframes _highlight_1ofj9_1{0%{background:hsl(var(--theme) / .2);transform:scale(1.02)}50%{background:hsl(var(--theme) / .15);transform:scale(1.01)}to{background:hsl(var(--theme) / .08);transform:scale(1)}}._table_1ofj9_13 td{padding:3px 2px;color:var(--theme-text-secondary);vertical-align:middle;font-size:11px}._input_1ofj9_248{width:100%;padding:3px 6px;border:1px solid var(--theme-border);background:#fff;color:#333;font-size:11px;transition:all .2s;border-radius:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._input_1ofj9_248:-moz-placeholder{background:hsl(var(--theme) / .05)!important;border-color:hsl(var(--theme) / .3);border-width:2px;box-shadow:0 0 0 2px hsl(var(--theme) / .1)}._input_1ofj9_248:placeholder-shown{background:hsl(var(--theme) / .05)!important;border-color:hsl(var(--theme) / .3);border-width:2px;box-shadow:0 0 0 2px hsl(var(--theme) / .1)}._input_1ofj9_248:focus{outline:none;border-color:hsl(var(--theme) / .3);background:#fff;color:#333}._inputSmall_1ofj9_256{width:42px;padding:2px 1px;border:1px solid var(--theme-border);background:#fff;color:#333;font-size:11px;text-align:center;transition:all .2s;border-radius:3px}._inputSmall_1ofj9_256:-moz-placeholder{background:hsl(var(--theme) / .05)!important;border-color:hsl(var(--theme) / .3);border-width:2px;box-shadow:0 0 0 2px hsl(var(--theme) / .1)}._inputSmall_1ofj9_256:placeholder-shown{background:hsl(var(--theme) / .05)!important;border-color:hsl(var(--theme) / .3);border-width:2px;box-shadow:0 0 0 2px hsl(var(--theme) / .1)}._inputSmall_1ofj9_256:focus{outline:none;border-color:hsl(var(--theme) / .3);background:#fff;color:#333}._inputTiny_1ofj9_257{width:32px;padding:3px 2px;border:1px solid var(--theme-border);background:#fff;color:#333;font-size:11px;text-align:center;transition:all .2s;border-radius:3px}._inputTiny_1ofj9_257:-moz-placeholder{background:hsl(var(--theme) / .05)!important;border-color:hsl(var(--theme) / .3)}._inputTiny_1ofj9_257:placeholder-shown{background:hsl(var(--theme) / .05)!important;border-color:hsl(var(--theme) / .3)}._inputTiny_1ofj9_257:focus{outline:none;border-color:hsl(var(--theme) / .3);background:#fff;color:#333}._select_1ofj9_239{width:100%;max-width:36px;padding:2px 0;border:1px solid var(--theme-border);background:#fff;color:#333;font-size:10px;transition:all .2s;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center}._select_1ofj9_239:focus{outline:none;border-color:hsl(var(--theme) / .3);background:#fff;color:#333}._dimensions_1ofj9_255{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--theme-text-muted);justify-content:center}._deleteButton_1ofj9_417{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--theme-text-muted);border-radius:3px;transition:all .2s}._radioGroup_1ofj9_431{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}._radioGroup_1ofj9_431>span{font-size:11px;font-weight:500;color:var(--theme-text-secondary);margin-bottom:4px}._radioButtons_1ofj9_445{display:flex;flex-direction:column;gap:6px}._radioButton_1ofj9_445{display:flex;align-items:center;gap:6px;padding:6px 8px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;transition:all .2s;font-size:11px}._radioButton_1ofj9_445:hover{background:hsl(var(--theme) / .05);border-color:hsl(var(--theme) / .2)}._radioButton_1ofj9_445 input[type=radio]{margin:0;width:14px;height:14px}._radioButton_1ofj9_445 input[type=radio]:checked{accent-color:hsl(var(--theme))}._radioButton_1ofj9_445 input[type=radio]:checked+span{color:hsl(var(--theme));font-weight:500}._radioButton_1ofj9_445 span{flex:1;color:var(--theme-text-secondary);transition:all .2s}._deleteButton_1ofj9_417:hover{background:#fee;color:red}._grainSelector_1ofj9_494{display:flex;gap:2px;align-items:center}._grainButton_1ofj9_500{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--theme-surface);border:1px solid #d0d0d0;border-radius:3px;color:var(--theme-text-muted);font-size:14px;font-weight:700;transition:all .2s;padding:0}._grainButton_1ofj9_500:hover{background:var(--theme-surface);border-color:var(--theme-text-muted);color:var(--theme-text-muted)}._grainButton_1ofj9_500._active_1ofj9_522{background:hsl(var(--theme) / .1);border-color:hsl(var(--theme) / .3);color:hsl(var(--theme))}._grainButton_1ofj9_500._active_1ofj9_522:hover{background:hsl(var(--theme) / .15);border-color:hsl(var(--theme) / .4)}._grainToggle_1ofj9_533{width:24px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:3px;color:var(--theme-text-muted);font-size:12px;font-weight:600;transition:all .15s;padding:0}._grainToggle_1ofj9_533:hover{background:hsl(var(--theme) / .08);border-color:hsl(var(--theme) / .3);color:hsl(var(--theme))}._grainToggle_1ofj9_533:active{transform:scale(.95)}._grainToggleV_1ofj9_559{background:#308ce81f;border-color:#308ce859;color:#1773cf}._grainToggleV_1ofj9_559:hover{background:#308ce833;border-color:#308ce880;color:#1466b8}._grainToggleH_1ofj9_571{background:#f26c0d1f;border-color:#f26c0d59;color:#cb5b0b}._grainToggleH_1ofj9_571:hover{background:#f26c0d33;border-color:#f26c0d80;color:#b8520a}._panelCheckbox_1ofj9_584{width:13px;height:13px;accent-color:hsl(var(--theme));margin:0;flex-shrink:0}._excludedRow_1ofj9_592{opacity:.4!important}._excludedRow_1ofj9_592 td{opacity:1!important}._empty_1ofj9_600{text-align:center;color:var(--theme-text-muted);font-style:italic;padding:32px 16px;font-size:13px}._options_1ofj9_26{padding:6px 8px;display:flex;flex-direction:column;gap:2px;flex:1;overflow-y:auto}._options_1ofj9_26::-webkit-scrollbar{width:6px}._options_1ofj9_26::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:3px}._options_1ofj9_26::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}._options_1ofj9_26::-webkit-scrollbar-thumb:hover{background:#aaa}._optionGroup_1ofj9_636{margin:0;padding:2px 4px;transition:all .2s ease;border-radius:4px}._optionGroup_1ofj9_636:hover{background:hsl(var(--theme) / .05)}._optionGroup_1ofj9_636 label{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--theme-text);transition:all .2s ease;height:20px}._optionGroup_1ofj9_636 label:hover{color:hsl(var(--theme))}._optionGroup_1ofj9_636 label span{flex:1;font-weight:500}._numberInput_1ofj9_666{justify-content:space-between!important}._inlineNumberInput_1ofj9_670{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--theme-text)}._inlineNumberInput_1ofj9_670 span{font-weight:500;flex-shrink:0}._inputWrapper_1ofj9_683{display:flex;align-items:center;gap:3px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;padding:2px 6px 2px 4px;transition:all .2s ease}._inputWrapper_1ofj9_683:hover{border-color:hsl(var(--theme) / .4)}._inputWrapper_1ofj9_683:focus-within{border-color:hsl(var(--theme));box-shadow:0 0 0 3px hsl(var(--theme) / .1)}._optionGroup_1ofj9_636 input[type=number]{width:35px;padding:4px 2px;border:none;background:transparent;font-size:12px;font-weight:600;color:hsl(var(--theme));outline:none}._unit_1ofj9_714{font-size:11px;color:var(--theme-text-muted);font-weight:500}._marginGrid_1ofj9_721{display:flex;flex-direction:column;gap:3px;padding:4px;background:var(--theme-background-secondary);border-radius:4px;margin:2px 0}._marginRow_1ofj9_731{display:flex;gap:6px}._numberInputCompact_1ofj9_736{display:flex;align-items:center;gap:3px;flex:1}._numberInputCompact_1ofj9_736 span{font-size:10px;color:var(--theme-text-muted);min-width:24px}._numberInputCompact_1ofj9_736 ._inputWrapper_1ofj9_683{flex:1}._numberInputCompact_1ofj9_736 input[type=number]{width:100%}._gapToggleButton_1ofj9_758{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 8px;margin:4px 0;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-secondary);font-size:11px;font-weight:500;transition:all .15s}._gapToggleButton_1ofj9_758:hover{background:var(--theme-secondary-bg);border-color:var(--theme-border)}._gapToggleButton_1ofj9_758:active{background:var(--theme-secondary-bg-hover)}._gapToggleButton_1ofj9_758 svg{width:14px;height:14px;color:var(--theme-text-muted)}._checkboxGrid_1ofj9_790{display:flex;flex-direction:column;gap:3px;margin:4px 0}._checkboxRow_1ofj9_797{display:flex;gap:8px}._checkboxCompact_1ofj9_802{display:flex;align-items:center;gap:4px;flex:1;min-width:0;padding:3px 4px;border-radius:3px;transition:all .15s}._checkboxCompact_1ofj9_802:hover{background:hsl(var(--theme) / .05)}._checkboxCompact_1ofj9_802 input[type=checkbox]{width:14px;height:14px;flex-shrink:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--theme-surface);border:1px solid #d0d0d0;border-radius:2px;transition:all .2s ease;position:relative}._checkboxCompact_1ofj9_802 input[type=checkbox]:checked{background-color:var(--theme-surface);border-color:hsl(var(--theme));border-width:1px}._checkboxCompact_1ofj9_802 input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:hsl(var(--theme));font-size:11px;font-weight:700;line-height:1}._checkboxCompact_1ofj9_802 input[type=checkbox]:hover{border-color:hsl(var(--theme) / .6)}._checkboxCompact_1ofj9_802 span{font-size:10px;font-weight:500;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._optionGroup_1ofj9_636 input[type=checkbox]{width:14px;height:14px;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--theme-surface);border:1px solid #d0d0d0;border-radius:2px;transition:all .2s ease}._optionGroup_1ofj9_636 input[type=checkbox]:checked{background-color:var(--theme-surface);border-color:hsl(var(--theme));border-width:1px}._optionGroup_1ofj9_636 input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:hsl(var(--theme));font-size:11px;font-weight:700;line-height:1}._optionGroup_1ofj9_636 input[type=checkbox]:hover{border-color:hsl(var(--theme) / .6);transform:scale(1.05)}._resetLink_1ofj9_898{margin-top:8px;padding-top:8px;border-top:1px solid var(--theme-border);display:flex;justify-content:center}._link_1ofj9_906{display:flex;align-items:center;gap:8px;background:hsl(var(--theme) / .08);border:1px solid hsl(var(--theme) / .2);border-radius:6px;color:hsl(var(--theme));font-size:13px;font-weight:500;transition:all .2s;padding:8px 16px;width:100%;justify-content:center}._link_1ofj9_906:hover{background:hsl(var(--theme) / .15);border-color:hsl(var(--theme) / .4);color:hsl(var(--theme));transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._link_1ofj9_906 svg{width:14px;height:14px}._exportDropdown_1i0tl_1{position:relative;display:inline-block}._exportMainButton_1i0tl_6{display:flex;align-items:center;gap:6px;padding:8px 16px;background:hsl(var(--theme) / .9);border:1px solid hsl(var(--theme));border-radius:6px;color:#fff;font-size:13px;font-weight:600;transition:all .2s ease;position:relative}._exportMainButton_1i0tl_6:hover:not(:disabled){background:hsl(var(--theme));transform:translateY(-1px);box-shadow:0 2px 8px hsl(var(--theme) / .3)}._exportMainButton_1i0tl_6:disabled{opacity:.5;cursor:not-allowed;background:var(--theme-secondary-bg-hover);border-color:var(--theme-border);color:var(--theme-text-muted)}._chevron_1i0tl_35{transition:transform .2s ease;margin-left:2px}._chevron_1i0tl_35._open_1i0tl_40{transform:rotate(180deg)}._dropdownMenu_1i0tl_44{position:absolute;top:calc(100% + 6px);right:0;min-width:280px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000f;z-index:1000;animation:_slideDown_1i0tl_1 .2s ease;overflow:hidden}@keyframes _slideDown_1i0tl_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._menuHeader_1i0tl_69{padding:10px 14px;background:var(--theme-background-secondary);border-bottom:1px solid var(--theme-border);font-size:11px;font-weight:600;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.5px}._menuItem_1i0tl_80{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;background:var(--theme-surface);border:none;text-align:left;transition:all .15s ease;position:relative}._menuItem_1i0tl_80:hover:not(:disabled){background:hsl(var(--theme) / .05)}._menuItem_1i0tl_80:active:not(:disabled){background:hsl(var(--theme) / .08)}._menuItem_1i0tl_80:disabled{opacity:.4;cursor:not-allowed;background:#fafafa}._menuItem_1i0tl_80 svg{flex-shrink:0;color:hsl(var(--theme) / .7)}._menuItem_1i0tl_80:hover:not(:disabled) svg{color:hsl(var(--theme))}._menuItemContent_1i0tl_116{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}._menuItemTitle_1i0tl_124{font-size:13px;font-weight:500;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._menuItemDesc_1i0tl_133{font-size:11px;color:var(--theme-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._menuItem_1i0tl_80:hover:not(:disabled) ._menuItemTitle_1i0tl_124{color:hsl(var(--theme))}._menuDivider_1i0tl_145{height:1px;background:var(--theme-secondary-bg-hover);margin:4px 0}._recommended_1i0tl_151{position:relative}._recommended_1i0tl_151:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:hsl(var(--theme))}._badge_1i0tl_165{padding:2px 6px;background:hsl(var(--theme) / .1);color:hsl(var(--theme));border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}@media (prefers-color-scheme: dark){._dropdownMenu_1i0tl_44{background:#1f2937;border-color:var(--theme-text-secondary);box-shadow:0 10px 25px #0000004d,0 4px 10px #0003}._menuHeader_1i0tl_69{background:#111827;border-color:var(--theme-text-secondary);color:var(--theme-text-muted)}._menuItem_1i0tl_80{background:#1f2937}._menuItem_1i0tl_80:hover:not(:disabled){background:hsl(var(--theme) / .1)}._menuItem_1i0tl_80:disabled{background:#111827}._menuItemTitle_1i0tl_124{color:#f3f4f6}._menuItemDesc_1i0tl_133{color:var(--theme-text-muted)}._menuDivider_1i0tl_145{background:#374151}}@media (max-width: 768px){._dropdownMenu_1i0tl_44{min-width:240px;right:auto;left:0}._menuItem_1i0tl_80{padding:8px 12px}._menuItemTitle_1i0tl_124{font-size:12px}._menuItemDesc_1i0tl_133{font-size:10px}}._overlay_8iarj_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_8iarj_1 .2s ease-out}@keyframes _fadeIn_8iarj_1{0%{opacity:0}to{opacity:1}}._modal_8iarj_25{background:var(--theme-surface);border-radius:12px;width:520px;max-width:90vw;max-height:80vh;box-shadow:0 20px 40px #00000026;animation:_scaleIn_8iarj_1 .3s ease-out;overflow:hidden;display:flex;flex-direction:column}@keyframes _scaleIn_8iarj_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._header_8iarj_49{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border);flex-shrink:0}._title_8iarj_58{font-size:18px;font-weight:600;color:var(--theme-text);margin:0}._closeButton_8iarj_65{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-muted);transition:all .2s}._closeButton_8iarj_65:hover{background:var(--theme-secondary-bg);color:var(--theme-text)}._content_8iarj_83{padding:16px 24px 24px;overflow-y:auto;max-height:calc(80vh - 80px);display:flex;flex-direction:column;gap:12px}._container_amgko_1{width:100%;height:100%;background:linear-gradient(135deg,#fafbfc,#f3f4f6);border:none;border-radius:0;position:relative;overflow:hidden!important;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}._canvas_amgko_15{width:100%;height:100%;cursor:crosshair;display:block;position:absolute;top:0;left:0}._emptyState_amgko_25{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--theme-text-muted)}._emptyIcon_amgko_34{font-size:48px;margin-bottom:16px;opacity:.5}._emptyState_amgko_25 p{font-size:14px;margin:0}._headerToolbar_amgko_46{display:flex;align-items:center;gap:6px;justify-content:flex-end;padding-right:8px}._headerToolButton_amgko_54{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:var(--theme-text-muted);transition:all .15s}._headerToolButton_amgko_54:hover{background:var(--theme-secondary-bg);color:var(--theme-text-secondary)}._headerToolButton_amgko_54:active{transform:scale(.95)}._headerToolButton_amgko_54._active_amgko_76{background:#eff6ff;color:#2563eb}._headerDivider_amgko_81{width:1px;height:20px;background:var(--theme-secondary-bg-hover);margin:0 4px}._textSizeControlSmall_amgko_88{display:flex;align-items:stretch;height:28px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:4px;overflow:hidden}._textSizeBtnSmall_amgko_98{display:flex;align-items:center;justify-content:center;gap:1px;padding:0 8px;background:transparent;border:none;color:var(--theme-text-muted);transition:all .15s;font-family:system-ui,-apple-system,sans-serif}._textSizeBtnSmall_amgko_98:hover{background:var(--theme-secondary-bg);color:var(--theme-text-secondary)}._textSizeBtnSmall_amgko_98:active{background:var(--theme-secondary-bg-hover)}._textSizeBtnSmall_amgko_98 ._textSmall_amgko_120{font-size:10px;font-weight:500;color:var(--theme-text-muted)}._textSizeBtnSmall_amgko_98 ._textLarge_amgko_126{font-size:14px;font-weight:500}._zoomLevel_amgko_131{font-size:11px;font-weight:600;color:var(--theme-text-muted);min-width:40px;text-align:center;padding:2px 4px;background:var(--theme-background-secondary);border-radius:3px}._textSizeControl_amgko_88{display:flex;align-items:stretch;height:34px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:6px;overflow:hidden}._textSizeBtn_amgko_98{display:flex;align-items:center;justify-content:center;gap:2px;padding:0 10px;background:transparent;border:none;color:var(--theme-text-muted);transition:all .2s;font-family:system-ui,-apple-system,sans-serif}._textSizeBtn_amgko_98:hover{background:var(--theme-secondary-bg);color:var(--theme-text-secondary)}._textSizeBtn_amgko_98:active{background:var(--theme-secondary-bg-hover)}._textSizeBtn_amgko_98 ._textSmall_amgko_120{font-size:12px;font-weight:500;color:var(--theme-text-muted)}._textSizeBtn_amgko_98 ._textLarge_amgko_126{font-size:16px;font-weight:500}._divider_amgko_185{width:1px;background:var(--theme-secondary-bg-hover);margin:4px 0}._viewControls_amgko_191{position:absolute;bottom:20px;right:20px;display:flex;gap:8px;z-index:10}._rotateButton_amgko_200{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text-muted);transition:all .2s;box-shadow:0 2px 4px #0000001a}._rotateButton_amgko_200:hover{background:var(--theme-background-secondary);border-color:var(--theme-text-muted);color:var(--theme-text);transform:rotate(45deg)}._resetButton_amgko_221{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text-muted);transition:all .2s;box-shadow:0 2px 4px #0000001a}._resetButton_amgko_221:hover{background:var(--theme-background-secondary);border-color:var(--theme-text-muted);color:var(--theme-text);transform:scale(1.1)}._headerBar_amgko_242{position:absolute;top:0;left:0;right:0;height:44px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between;padding:0 12px;z-index:10;box-shadow:0 1px 2px #0000000a}._sheetNavSection_amgko_259{display:flex;align-items:center;gap:8px;flex:1}._headerNavButton_amgko_266{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:4px;color:var(--theme-text-muted);transition:all .15s}._headerNavButton_amgko_266:hover:not(:disabled){background:var(--theme-secondary-bg);color:var(--theme-text-secondary)}._headerNavButton_amgko_266:disabled{opacity:.3;cursor:not-allowed}._sheetTitle_amgko_289{display:flex;align-items:center;font-size:13px;font-weight:600;color:var(--theme-text);white-space:nowrap;min-width:150px;text-align:center;justify-content:center}._sheetInfo_amgko_301{font-size:12px;font-weight:400;color:var(--theme-text-muted);margin-left:4px}._optimizationTypeLabel_amgko_308{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--theme-text-muted);font-weight:500;padding:2px 4px;border-radius:3px;transition:all .15s}._optimizationTypeLabel_amgko_308:hover{background:var(--theme-background-secondary)}._optimizationTypeLabel_amgko_308 input[type=radio]{width:12px;height:12px;margin:0;accent-color:hsl(var(--theme))}._optimizationTypeLabel_amgko_308 span{white-space:nowrap}._optimizeButton_amgko_335{height:28px;padding:0 10px;display:flex;align-items:center;gap:4px;background:hsl(var(--theme) / .1);border:1px solid hsl(var(--theme) / .2);border-radius:4px;color:hsl(var(--theme));font-size:11px;font-weight:600;transition:all .15s}._optimizeButton_amgko_335:hover:not(:disabled){background:hsl(var(--theme) / .15);border-color:hsl(var(--theme) / .3);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._optimizeButton_amgko_335:disabled{opacity:.6;cursor:not-allowed}._optimizeButton_amgko_335 svg{width:16px;height:16px}._simulationControls_amgko_368{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--theme-border);border-radius:12px;box-shadow:0 4px 12px #00000014;z-index:20}._simulationControls_amgko_368 button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:6px;color:var(--theme-text-muted);transition:all .2s}._simulationControls_amgko_368 button:hover:not(:disabled){background:var(--theme-secondary-bg);border-color:var(--theme-text-muted);color:var(--theme-text-secondary)}._simulationControls_amgko_368 button:disabled{opacity:.4;cursor:not-allowed}._simulationControls_amgko_368 ._playButton_amgko_409{width:40px;height:40px;background:hsl(var(--theme) / .1);border-color:hsl(var(--theme) / .3);color:hsl(var(--theme))}._simulationControls_amgko_368 ._playButton_amgko_409:hover{background:hsl(var(--theme) / .15);border-color:hsl(var(--theme) / .4)}._speedControl_amgko_422{display:flex;align-items:center;gap:8px;padding:0 12px;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}._speedControl_amgko_422 label{font-size:12px;font-weight:500;color:var(--theme-text-muted);white-space:nowrap}._speedControl_amgko_422 input[type=range]{width:80px;height:4px;accent-color:hsl(var(--theme))}._cutInfo_amgko_444{font-size:13px;font-weight:600;color:var(--theme-text-secondary);white-space:nowrap}@keyframes _dashAnimation_amgko_1{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}._animatedCut_amgko_461{animation:_dashAnimation_amgko_1 .5s linear infinite}._container_sxsmo_1{width:100%;height:100vh;display:flex;flex-direction:column;background:var(--theme-background-secondary);overflow:hidden}._header_sxsmo_10{height:56px;background:var(--theme-surface);border-bottom:1px solid var(--theme-border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-shadow:0 1px 2px #0000000a}._headerLeft_sxsmo_21{display:flex;align-items:center;gap:12px}._headerLeft_sxsmo_21 h1{font-size:18px;font-weight:600;color:var(--theme-text);margin:0;letter-spacing:-.02em;padding-left:4px;border-left:1px solid rgba(0,0,0,.08)}._projectName_sxsmo_37{color:var(--theme-text-muted);font-size:13px;padding-left:16px;border-left:1px solid rgba(0,0,0,.08)}._headerRight_sxsmo_44{display:flex;align-items:center;gap:0}._exportGroup_sxsmo_50{display:flex;align-items:center;gap:6px}._divider_sxsmo_56{width:1px;height:24px;background:#00000014;margin:0 12px}._calculateButton_sxsmo_63{display:flex;align-items:center;gap:6px;padding:8px 16px;margin-right:8px;background:var(--theme-primary);border:1px solid var(--theme-primary-dark);border-radius:4px;color:#fff;font-size:14px;font-weight:600;transition:all .2s}._calculateButton_sxsmo_63:hover:not(:disabled){background:var(--theme-primary-hover);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._calculateButton_sxsmo_63:disabled{opacity:.5;cursor:not-allowed}._calculateButton_sxsmo_63._highlighted_sxsmo_89{background:hsl(var(--theme));border-color:hsl(var(--theme) / .8);animation:_pulse_sxsmo_1 2s ease-in-out infinite}._calculateButton_sxsmo_63._highlighted_sxsmo_89:hover{background:hsl(var(--theme) / .9)}@keyframes _pulse_sxsmo_1{0%,to{box-shadow:0 0 hsl(var(--theme) / .4)}50%{box-shadow:0 0 0 8px hsl(var(--theme) / 0)}}._calculateButton_sxsmo_63 svg{width:16px;height:16px}._simulationButton_sxsmo_113{display:flex;align-items:center;gap:6px;padding:8px 16px;margin-right:8px;background:var(--theme-success);border:1px solid var(--theme-success-hover);border-radius:4px;color:#fff;font-size:14px;font-weight:600;transition:all .2s}._simulationButton_sxsmo_113:hover:not(:disabled){background:var(--theme-success-hover);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}._simulationButton_sxsmo_113:disabled{opacity:.5;cursor:not-allowed;background:var(--theme-disabled-bg);border-color:var(--theme-disabled-bg)}._simulationButton_sxsmo_113._simulating_sxsmo_141{background:var(--theme-danger-hover);border-color:var(--theme-danger-hover);animation:_simulationPulse_sxsmo_1 1s ease-in-out infinite}._simulationButton_sxsmo_113._simulating_sxsmo_141:hover{background:var(--theme-danger-hover)}@keyframes _simulationPulse_sxsmo_1{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 6px #dc262600}}._simulationButton_sxsmo_113 svg{width:16px;height:16px}._dropdownContainer_sxsmo_165{position:relative}._dropdownButton_sxsmo_169{display:flex;align-items:center;gap:6px;padding:8px 14px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-secondary);font-size:13px;font-weight:500;transition:all .2s}._dropdownButton_sxsmo_169:hover{background:var(--theme-background-secondary);border-color:var(--theme-border)}._dropdownButton_sxsmo_169 svg{transition:transform .2s}._dropdownButton_sxsmo_169 svg._rotated_sxsmo_192{transform:rotate(180deg)}._modalOverlay_sxsmo_197{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}._modal_sxsmo_197{background:var(--theme-surface);border-radius:8px;padding:24px;min-width:400px;box-shadow:0 4px 20px #00000026}._modal_sxsmo_197 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:var(--theme-text)}._modal_sxsmo_197 p{margin:8px 0;font-size:14px;color:var(--theme-text-muted);line-height:1.5}._modalButtons_sxsmo_232{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}._modalCancelButton_sxsmo_239,._modalConfirmButton_sxsmo_240{padding:8px 20px;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s;border:none}._modalCancelButton_sxsmo_239{background:var(--theme-secondary-bg);color:var(--theme-text-muted)}._modalCancelButton_sxsmo_239:hover{background:var(--theme-secondary-bg-hover)}._modalConfirmButton_sxsmo_240{background:hsl(var(--theme));color:#fff}._modalConfirmButton_sxsmo_240:hover{background:hsl(var(--theme) / .9);transform:translateY(-1px);box-shadow:0 2px 8px hsl(var(--theme) / .3)}._dropdownMenu_sxsmo_269{position:absolute;top:100%;right:0;margin-top:4px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:140px}._dropdownItem_sxsmo_282{width:100%;padding:10px 16px;background:var(--theme-surface);border:none;text-align:left;font-size:13px;color:var(--theme-text-secondary);transition:background .2s}._dropdownItem_sxsmo_282:first-child{border-radius:4px 4px 0 0}._dropdownItem_sxsmo_282:last-child{border-radius:0 0 4px 4px}._dropdownItem_sxsmo_282:hover{background:var(--theme-background-secondary)}._dropdownItem_sxsmo_282._active_sxsmo_305{background:var(--theme-secondary-bg);color:var(--theme-text);font-weight:600}._settingsButton_sxsmo_311{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-muted);transition:all .2s}._settingsButton_sxsmo_311:hover{background:var(--theme-secondary-bg);color:var(--theme-text);border-color:var(--theme-border)}._exitButton_sxsmo_330{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;margin-left:12px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-muted);font-size:13px;font-weight:500;transition:all .2s;text-decoration:none;position:relative;z-index:10}._exitButton_sxsmo_330:hover{background:var(--theme-secondary-bg);color:var(--theme-text);border-color:var(--theme-border);transform:translate(-2px);text-decoration:none}._button_sxsmo_356{display:flex;align-items:center;gap:6px;padding:8px 14px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text);font-size:13px;font-weight:500;transition:all .2s}._button_sxsmo_356._primary_sxsmo_370{background:hsl(var(--theme) / .9);border-color:hsl(var(--theme));color:#fff;padding:10px 20px;font-size:14px;font-weight:600}._button_sxsmo_356._primary_sxsmo_370:hover:not(:disabled){background:hsl(var(--theme));transform:translateY(-1px);box-shadow:0 2px 8px hsl(var(--theme) / .3)}._button_sxsmo_356:disabled{opacity:.5;cursor:not-allowed}._main_sxsmo_390{flex:1;display:grid;grid-template-columns:460px 1fr 380px;grid-template-rows:1fr;gap:8px;padding:8px;overflow:hidden;max-height:calc(100vh - 56px);height:calc(100vh - 56px);align-items:start}._mainSwapped_sxsmo_404{grid-template-columns:460px 4fr 3fr}._leftSidebar_sxsmo_408{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;height:calc(100vh - 72px);overflow:hidden}._leftSidebar_sxsmo_408::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}._leftSidebar_sxsmo_408::-webkit-scrollbar-thumb:hover{background:var(--theme-border-hover)}._centerPanel_sxsmo_427{display:flex;flex-direction:column;gap:0;height:100%;min-width:0;overflow-y:auto;overflow-x:hidden}._viewerContainer_sxsmo_437{display:flex;flex-direction:column;height:calc(100vh - 80px);gap:12px;position:relative}._keyboardHint_sxsmo_445{position:absolute;top:10px;right:20px;background:#fffffff2;color:var(--theme-text-muted);padding:4px 12px;border-radius:6px;font-size:11px;font-weight:500;z-index:10;pointer-events:none;border:1px solid var(--theme-border);animation:_fadeInDown_sxsmo_1 .4s ease-out;box-shadow:0 2px 4px #0000000d}._keyboardHint_sxsmo_445 span{display:flex;align-items:center;gap:6px;letter-spacing:.3px}@keyframes _fadeInDown_sxsmo_1{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._mainViewer_sxsmo_480{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}._viewerHeader_sxsmo_491{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--theme-background-secondary);border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}._sheetNavLeft_sxsmo_501{display:flex;align-items:center;gap:12px}._sheetNavLeft_sxsmo_501 button{display:flex;align-items:center;gap:4px;padding:6px 10px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-muted);font-size:12px;font-weight:500;transition:all .2s}._sheetNavLeft_sxsmo_501 button:hover:not(:disabled){background:var(--theme-secondary-bg);border-color:var(--theme-text-muted);color:var(--theme-text)}._sheetNavLeft_sxsmo_501 button:disabled{opacity:.4;cursor:not-allowed}._sheetTitle_sxsmo_532{font-size:13px;font-weight:600;color:var(--theme-text);padding:0 8px;min-width:100px;text-align:center}._thumbnailBar_sxsmo_541{height:140px;min-height:140px;max-height:140px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;padding:12px;overflow:hidden;flex-shrink:0}._thumbnailScroll_sxsmo_553{display:flex;gap:10px;height:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;align-items:center}._thumbnailScroll_sxsmo_553::-webkit-scrollbar{height:6px}._thumbnailScroll_sxsmo_553::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:3px}._thumbnailScroll_sxsmo_553::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}._thumbnailScroll_sxsmo_553::-webkit-scrollbar-thumb:hover{background:var(--theme-border-hover)}._viewerContainerPortrait_sxsmo_582{flex-direction:row}._viewerContainerPortrait_sxsmo_582 ._mainViewer_sxsmo_480{flex:1;min-width:0}._thumbnailBarVertical_sxsmo_591{height:auto;min-height:unset;max-height:unset;width:86px;min-width:86px;max-width:86px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;padding:6px;overflow:hidden;flex-shrink:0}._thumbnailScrollVertical_sxsmo_606{display:flex;flex-direction:column;gap:10px;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding-right:4px;align-items:center}._thumbnailScrollVertical_sxsmo_606::-webkit-scrollbar{width:4px}._thumbnailScrollVertical_sxsmo_606::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:2px}._thumbnailScrollVertical_sxsmo_606::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:2px}._thumbnailScrollVertical_sxsmo_606::-webkit-scrollbar-thumb:hover{background:var(--theme-border-hover)}._sheetThumbnailItem_sxsmo_637{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:4px;transition:all .2s;white-space:nowrap;flex-shrink:0;height:40px}._sheetThumbnailItem_sxsmo_637:hover{background:hsl(var(--theme) / .03);border-color:hsl(var(--theme) / .2)}._sheetThumbnailItem_sxsmo_637._active_sxsmo_305{background:hsl(var(--theme) / .08);border-color:hsl(var(--theme) / .4);border-width:1px;box-shadow:none}._sheetThumbnailItem_sxsmo_637 ._sheetNumber_sxsmo_663{font-weight:600;color:var(--theme-text);font-size:13px}._sheetThumbnailItem_sxsmo_637 ._sheetSize_sxsmo_669{font-size:11px;color:var(--theme-text-muted);padding:0 8px;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08)}._sheetThumbnailItem_sxsmo_637 ._sheetPanels_sxsmo_677{font-size:12px;color:var(--theme-text-secondary)}._sheetThumbnailItem_sxsmo_637 ._sheetEfficiency_sxsmo_682{font-size:12px;font-weight:500;color:var(--theme-success);margin-left:auto}._thumbnailWrapper_sxsmo_689{display:flex;flex-direction:column;gap:3px;flex-shrink:0;align-items:flex-start;width:128px}._thumbnailBarVertical_sxsmo_591 ._thumbnailWrapper_sxsmo_689{width:68px;align-items:center}._thumbnailTitle_sxsmo_704{font-size:10px;font-weight:600;color:var(--theme-text-secondary);padding-left:2px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;height:14px}._thumbnail_sxsmo_541{position:relative;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;transition:all .2s;flex-shrink:0;display:inline-block;padding:4px}._thumbnail_sxsmo_541:hover{border-color:hsl(var(--theme) / .3);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}._activeThumbnail_sxsmo_734{border-color:hsl(var(--theme) / .6);border-width:1px;box-shadow:0 0 0 2px hsl(var(--theme) / .1)}._activeThumbnail_sxsmo_734:hover{border-color:hsl(var(--theme));transform:none}._thumbnailCanvas_sxsmo_745{display:block;border-radius:4px}._thumbnailInfo_sxsmo_750{padding:4px 8px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:3px;display:flex;justify-content:space-between;align-items:center;height:20px;font-size:10px}._thumbnailNumber_sxsmo_762{font-size:11px;font-weight:600;color:var(--theme-text)}._thumbnailStats_sxsmo_768{font-size:10px;color:var(--theme-text-muted)}._sheetNav_sxsmo_501{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px}._sheetNavLeft_sxsmo_501{display:flex;align-items:center;gap:16px}._sheetNav_sxsmo_501 button{padding:6px 12px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-muted);font-size:13px;transition:all .2s}._sheetNav_sxsmo_501 button:hover:not(:disabled){background:var(--theme-background-secondary);border-color:var(--theme-text-muted);color:var(--theme-text)}._sheetNav_sxsmo_501 button:disabled{opacity:.4;cursor:not-allowed}._sheetNav_sxsmo_501 span{font-size:14px;font-weight:500;color:var(--theme-text);min-width:120px;text-align:center}._optimizeButton_sxsmo_819{display:flex;align-items:center;gap:6px;padding:8px 16px;background:hsl(var(--theme) / .9);border:1px solid hsl(var(--theme));border-radius:4px;color:#fff;font-size:13px;font-weight:600;transition:all .2s}._optimizeButton_sxsmo_819:hover:not(:disabled){background:hsl(var(--theme));transform:translateY(-1px);box-shadow:0 2px 8px hsl(var(--theme) / .3)}._optimizeButton_sxsmo_819:disabled{opacity:.5;cursor:not-allowed}._optimizeButtonLarge_sxsmo_844{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;margin-top:24px;background:hsl(var(--theme) / .9);border:1px solid hsl(var(--theme));border-radius:8px;color:#fff;font-size:15px;font-weight:600;transition:all .2s}._optimizeButtonLarge_sxsmo_844:hover:not(:disabled){background:hsl(var(--theme));transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--theme) / .3)}._optimizeButtonLarge_sxsmo_844:disabled{opacity:.5;cursor:not-allowed}._emptyPreview_sxsmo_870{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;color:var(--theme-text-muted)}._emptyPreview_sxsmo_870 svg{color:var(--theme-border);margin-bottom:16px}._emptyPreview_sxsmo_870 h3{font-size:16px;font-weight:500;color:var(--theme-text-muted);margin:0 0 8px}._emptyPreview_sxsmo_870 p{font-size:13px;color:var(--theme-text-muted);margin:0}._rightSidebar_sxsmo_900{display:flex;flex-direction:column;height:100%;overflow:hidden}._rightSidebar_sxsmo_900::-webkit-scrollbar{width:6px}._rightSidebar_sxsmo_900::-webkit-scrollbar-track{background:var(--theme-secondary-bg);border-radius:3px}._rightSidebar_sxsmo_900::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:3px}._rightSidebar_sxsmo_900::-webkit-scrollbar-thumb:hover{background:var(--theme-border-hover)}._viewer3dContainer_sxsmo_926{position:relative;width:100%;aspect-ratio:16 / 9;flex-shrink:0;border-radius:8px;border:1px solid var(--theme-border);overflow:hidden;background:var(--theme-background-secondary)}._swappedViewerRow_sxsmo_938{display:flex;flex-direction:row;gap:8px;flex:1;min-height:0}._viewer3dContainerSwapped_sxsmo_947{aspect-ratio:unset;flex:1;min-height:0}._swapButton_sxsmo_953{position:absolute;top:6px;left:6px;z-index:10;background:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;padding:4px;display:flex;align-items:center;justify-content:center;transition:background .2s}._swapButton_sxsmo_953:hover{background:#000000b3}._statsCard_sxsmo_973{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;padding:10px;flex-shrink:0;transition:all .2s ease}._statsCard_sxsmo_973 h3{font-size:13px;font-weight:600;color:var(--theme-text);margin:0;flex:1}._statsCardTitle_sxsmo_990{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid var(--theme-border)}._statsCardTitle_sxsmo_990:has(+*){margin-bottom:8px}._foldButton_sxsmo_1002{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-muted);transition:all .15s}._foldButton_sxsmo_1002:hover{background:var(--theme-primary-light);border-color:var(--theme-border-hover);color:var(--theme-text-secondary)}._statsCardHeader_sxsmo_1021{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}._statsCardHeader_sxsmo_1021 h3{font-size:13px;font-weight:600;color:var(--theme-text);margin:0;flex:1;text-align:center;text-decoration:none;border-bottom:none!important;padding-bottom:0!important}._statsNavButton_sxsmo_1041{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-text-muted);transition:all .15s}._statsNavButton_sxsmo_1041:hover:not(:disabled){background:var(--theme-secondary-bg);border-color:var(--theme-text-muted);color:var(--theme-text-secondary)}._statsNavButton_sxsmo_1041:disabled{opacity:.3;cursor:not-allowed}._playButton_sxsmo_1065{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--theme-success);border:1px solid var(--theme-success-hover);border-radius:4px;color:#fff;transition:all .15s;margin-left:8px}._playButton_sxsmo_1065:hover:not(:disabled){background:var(--theme-success-hover);transform:scale(1.05)}._playButton_sxsmo_1065:disabled{opacity:.5;cursor:not-allowed}._playButton_sxsmo_1065._playing_sxsmo_1089{background:var(--theme-danger);border-color:var(--theme-danger-hover)}._playButton_sxsmo_1065._playing_sxsmo_1089:hover{background:var(--theme-danger-hover)}._stats_sxsmo_973{display:grid;grid-template-columns:1fr 1fr;gap:8px}._statItem_sxsmo_1104{display:flex;flex-direction:column;gap:2px}._statItem_sxsmo_1104 span{font-size:11px;color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.5px}._statItem_sxsmo_1104 strong{font-size:13px;color:var(--theme-text);font-weight:500}._rightSidebarContent_sxsmo_1123{display:flex;flex-direction:column;gap:8px;height:100%;overflow-y:auto;padding-right:4px}._sheetListCard_sxsmo_1132{flex:1;display:flex;flex-direction:column;min-height:300px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}._sheetList_sxsmo_1132{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px}._sheetList_sxsmo_1132::-webkit-scrollbar{width:4px}._sheetList_sxsmo_1132::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:2px}._sheetList_sxsmo_1132::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:2px}._sheetList_sxsmo_1132::-webkit-scrollbar-thumb:hover{background:var(--theme-border-hover)}._sheetItemContainer_sxsmo_1171{display:flex;flex-direction:column;margin-bottom:4px}._sheetItem_sxsmo_1171{display:grid;grid-template-columns:20px 24px 1fr 40px 40px;align-items:center;gap:6px;padding:8px 10px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:4px;transition:all .15s;font-size:11px;color:var(--theme-text-muted);white-space:nowrap;margin-right:2px}._expandButton_sxsmo_1193{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:transparent;border:none;color:var(--theme-text-muted);transition:all .15s}._expandButton_sxsmo_1193:hover{color:var(--theme-text-secondary);background:var(--theme-primary-light);border-radius:3px}._sheetItem_sxsmo_1171:hover{background:var(--theme-secondary-bg);border-color:var(--theme-text-muted)}._sheetItem_sxsmo_1171._active_sxsmo_305{background:hsl(var(--theme) / .1);border-color:hsl(var(--theme) / .5);color:var(--theme-text);font-weight:500}._sheetListHeader_sxsmo_1224{display:flex;align-items:center;padding:4px;background:var(--theme-background-secondary);border-bottom:1px solid var(--theme-border)}._tabButtons_sxsmo_1232{display:flex;width:100%;background:var(--theme-secondary-bg-hover);border-radius:4px;padding:2px;gap:2px}._tabButton_sxsmo_1232{flex:1;padding:6px 12px;background:transparent;border:none;border-radius:4px;color:var(--theme-text-muted);font-size:12px;font-weight:500;transition:all .2s;white-space:nowrap}._tabButton_sxsmo_1232:hover:not(._active_sxsmo_305){background:#ffffff80;color:var(--theme-text-secondary)}._tabButton_sxsmo_1232._active_sxsmo_305{background:var(--theme-surface);color:var(--theme-text);font-weight:600;box-shadow:0 1px 2px #0000000d}._tabButton_sxsmo_1232:active{transform:scale(.98)}._sheetNumber_sxsmo_663{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--theme-secondary-bg-hover);border-radius:3px;font-weight:600;font-size:10px;color:var(--theme-text-secondary)}._sheetItem_sxsmo_1171._active_sxsmo_305 ._sheetNumber_sxsmo_663{background:hsl(var(--theme) / .2);color:hsl(var(--theme))}._sheetPanels_sxsmo_677{text-align:center;font-size:11px;color:var(--theme-text-muted)}._sheetEfficiency_sxsmo_682{text-align:right;font-weight:600;font-size:12px;color:hsl(var(--theme))}._sheetItem_sxsmo_1171._active_sxsmo_305 ._sheetEfficiency_sxsmo_682{color:hsl(var(--theme))}._sheetPlayButton_sxsmo_1305{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;margin-left:6px;background:hsl(var(--theme) / .1);border:1px solid hsl(var(--theme) / .3);border-radius:4px;color:hsl(var(--theme));transition:all .15s ease;flex-shrink:0}._sheetPlayButton_sxsmo_1305:hover{background:hsl(var(--theme) / .2);border-color:hsl(var(--theme) / .5)}._sheetPlayButton_sxsmo_1305._playing_sxsmo_1089{background:hsl(var(--theme));color:#fff;animation:_pulse_sxsmo_1 1s ease-in-out infinite}@keyframes _pulse_sxsmo_1{0%,to{opacity:1}50%{opacity:.7}}._sheetInfo_sxsmo_1341{display:flex;flex-direction:column;gap:2px;font-size:10px;color:var(--theme-text-secondary);overflow:hidden;text-overflow:ellipsis}._sheetInfo_sxsmo_1341 small{font-size:9px;color:var(--theme-text-muted);font-weight:600}._panelListContainer_sxsmo_1357{display:flex;flex-direction:column;gap:2px;padding:4px 8px 4px 28px;background:var(--theme-secondary-bg);border-left:2px solid hsl(var(--theme) / .2);border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid var(--theme-border);border-radius:0 0 5px 5px;margin-top:-1px;margin-right:2px}._panelItem_sxsmo_1371{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;transition:all .15s;font-size:10px}._panelItem_sxsmo_1371:hover{background:var(--theme-background-secondary);border-color:hsl(var(--theme) / .3);transform:translate(2px)}._panelItem_sxsmo_1371._selectedPanel_sxsmo_1389{background:hsl(var(--theme) / .1);border-color:hsl(var(--theme) / .5);font-weight:500}._panelName_sxsmo_1395{color:var(--theme-text-secondary);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._panelSize_sxsmo_1404{color:var(--theme-text-muted);font-size:10px;white-space:nowrap;margin-left:8px}._cutsList_sxsmo_1412{display:flex;flex-direction:column;flex:1;overflow:hidden}._cutsTableHeader_sxsmo_1419{display:grid;grid-template-columns:28px 80px 65px 40px;gap:3px;padding:8px;background:var(--theme-background-secondary);border-bottom:1px solid var(--theme-border);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--theme-text-muted);position:sticky;top:0;z-index:1}._cutsTableBody_sxsmo_1436{flex:1;overflow-y:auto;overflow-x:hidden;padding:4px}._cutsTableBody_sxsmo_1436::-webkit-scrollbar{width:4px}._cutsTableBody_sxsmo_1436::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:2px}._cutsTableBody_sxsmo_1436::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:2px}._cutsTableBody_sxsmo_1436::-webkit-scrollbar-thumb:hover{background:var(--theme-border-hover)}._cutsRow_sxsmo_1461{display:grid;grid-template-columns:28px 80px 65px 40px;gap:3px;padding:6px 8px;background:var(--theme-background-secondary);border:1px solid var(--theme-border);border-radius:4px;margin-bottom:3px;margin-right:2px;font-size:11px;color:var(--theme-text-secondary);transition:all .15s}._cutsRow_sxsmo_1461:hover{background:var(--theme-secondary-bg);border-color:var(--theme-text-muted);transform:translate(2px)}._cutsRow_sxsmo_1461._selected_sxsmo_1389{background:hsl(var(--theme) / .1);border-color:hsl(var(--theme) / .4);font-weight:500}._cutsCol1_sxsmo_1488{font-weight:600;color:var(--theme-text-muted);text-align:center}._cutsCol2_sxsmo_1494{color:var(--theme-text);font-weight:500}._cutsCol3_sxsmo_1499{color:var(--theme-text-muted);font-size:10px}._cutsCol4_sxsmo_1504{font-weight:600;color:hsl(var(--theme));text-align:center}._statsDetail_sxsmo_1511{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 0}._statRow_sxsmo_1518{display:flex;flex-direction:column;gap:2px;padding:4px;background:var(--theme-background-secondary);border-radius:4px;min-height:36px}._statRow_sxsmo_1518 span{color:var(--theme-text-muted);font-weight:500;font-size:10px;text-transform:uppercase;letter-spacing:.3px}._statValue_sxsmo_1536{display:flex;align-items:center;gap:4px;color:var(--theme-text);font-weight:600;font-size:12px}._statValue_sxsmo_1536 strong{color:var(--theme-text);font-size:12px}._statPercent_sxsmo_1550{padding:1px 4px;background:hsl(var(--theme) / .1);color:hsl(var(--theme));border-radius:3px;font-size:10px;font-weight:600}._statDivider_sxsmo_1559{grid-column:1 / -1;height:1px;background:#00000014;margin:2px 0}._statRowFull_sxsmo_1567{grid-column:1 / -1;display:flex;flex-direction:column;gap:2px;padding:4px;background:var(--theme-background-secondary);border-radius:4px}._overlay_1put7_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1put7_1 .3s ease-out}@keyframes _fadeIn_1put7_1{0%{opacity:0}to{opacity:1}}._modal_1put7_25{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:24px;padding:48px;min-width:500px;max-width:600px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 100px #00ffcc1a;animation:_scaleIn_1put7_1 .4s ease-out;border:1px solid rgba(0,255,204,.2)}@keyframes _scaleIn_1put7_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._aiIconContainer_1put7_51{position:relative;width:100px;height:100px;margin:0 auto 32px}._aiIcon_1put7_51{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:linear-gradient(135deg,hsl(var(--theme)),hsl(var(--theme) / .6));border-radius:50%;display:flex;align-items:center;justify-content:center;animation:_rotate_1put7_1 4s linear infinite;box-shadow:0 0 40px hsl(var(--theme) / .5)}._aiIcon_1put7_51 svg{width:32px;height:32px;color:#fff}@keyframes _rotate_1put7_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._pulseRing_1put7_90,._pulseRing2_1put7_91{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:2px solid hsl(var(--theme) / .4);border-radius:50%;animation:_pulse_1put7_90 2s ease-out infinite}._pulseRing2_1put7_91{animation-delay:1s}@keyframes _pulse_1put7_90{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}._title_1put7_119{color:#fff;font-size:24px;font-weight:700;text-align:center;margin:0 0 12px;letter-spacing:-.5px;text-shadow:0 2px 20px rgba(0,255,204,.3)}._dots_1put7_129{display:inline-block;width:30px;text-align:left;color:hsl(var(--theme))}._phase_1put7_137{color:#ffffffb3;font-size:14px;text-align:center;margin:0 0 32px;font-weight:500;animation:_fadeInOut_1put7_1 3s ease-in-out infinite}@keyframes _fadeInOut_1put7_1{0%,to{opacity:.5}50%{opacity:1}}._progressContainer_1put7_156{position:relative;margin:32px 0}._progressBar_1put7_161{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;position:relative}._progressFill_1put7_169{height:100%;background:linear-gradient(90deg,hsl(var(--theme) / .8),hsl(var(--theme)),hsl(var(--theme) / .8));border-radius:4px;transition:width .5s ease-out;position:relative;background-size:200% 100%;animation:_shimmer_1put7_1 2s linear infinite}@keyframes _shimmer_1put7_1{0%{background-position:-200% 0}to{background-position:200% 0}}._progressGlow_1put7_192{position:absolute;top:0;right:0;width:100px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:_sweep_1put7_1 2s linear infinite}@keyframes _sweep_1put7_1{0%{transform:translate(-100px)}to{transform:translate(600px)}}._progressText_1put7_215{position:absolute;right:0;top:-24px;color:hsl(var(--theme));font-size:12px;font-weight:600}._dataStream_1put7_225{position:absolute;bottom:20px;left:20px;right:20px;height:40px;overflow:hidden;opacity:.15;font-family:Courier New,monospace}._dataLine_1put7_236{position:absolute;white-space:nowrap;color:hsl(var(--theme));font-size:10px;animation:_dataFlow_1put7_1 3s linear infinite}._dataLine_1put7_236:nth-child(1){top:0}._dataLine_1put7_236:nth-child(2){top:8px}._dataLine_1put7_236:nth-child(3){top:16px}._dataLine_1put7_236:nth-child(4){top:24px}._dataLine_1put7_236:nth-child(5){top:32px}@keyframes _dataFlow_1put7_1{0%{transform:translate(100%)}to{transform:translate(-100%)}}._dataChar_1put7_259{display:inline-block;margin:0 2px;animation:_flicker_1put7_1 .5s ease-in-out infinite}._dataChar_1put7_259:nth-child(2n){animation-delay:.25s}@keyframes _flicker_1put7_1{0%,to{opacity:.3}50%{opacity:1}}._neuralNetwork_1put7_279{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:200px;height:100px;opacity:.1}._networkSvg_1put7_289{width:100%;height:100%}._node_1put7_294{fill:hsl(var(--theme));animation:_nodeGlow_1put7_1 2s ease-in-out infinite}._node_1put7_294:nth-child(odd){animation-delay:.5s}._node_1put7_294:nth-child(2n){animation-delay:1s}@keyframes _nodeGlow_1put7_1{0%,to{opacity:.3;r:4}50%{opacity:1;r:5}}._connection_1put7_318{stroke:hsl(var(--theme) / .3);stroke-width:.5;animation:_connectionFlow_1put7_1 3s linear infinite}@keyframes _connectionFlow_1put7_1{0%{stroke-dasharray:0 100}50%{stroke-dasharray:50 50}to{stroke-dasharray:100 0}}._overlay_8neb9_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_8neb9_1 .2s ease-out}@keyframes _fadeIn_8neb9_1{0%{opacity:0}to{opacity:1}}._modal_8neb9_25{background:var(--theme-surface);border-radius:12px;width:420px;max-width:90vw;box-shadow:0 20px 40px #00000026;animation:_scaleIn_8neb9_1 .3s ease-out;overflow:hidden}@keyframes _scaleIn_8neb9_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._header_8neb9_46{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border)}._title_8neb9_54{font-size:18px;font-weight:600;color:var(--theme-text);margin:0}._closeButton_8neb9_61{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-muted);transition:all .2s}._closeButton_8neb9_61:hover{background:var(--theme-secondary-bg);color:var(--theme-text)}._content_8neb9_79{padding:32px 24px;text-align:center}._icon_8neb9_84{display:flex;justify-content:center;margin-bottom:20px}._icon_8neb9_84 svg{color:hsl(var(--theme) / .8);width:48px;height:48px}._message_8neb9_96{font-size:16px;font-weight:500;color:var(--theme-text);margin:0 0 8px;line-height:1.5}._subMessage_8neb9_104{font-size:14px;color:var(--theme-text-muted);margin:0;line-height:1.5}._footer_8neb9_111{display:flex;gap:12px;padding:20px 24px;background:var(--theme-background-secondary);border-top:1px solid var(--theme-border)}._cancelButton_8neb9_119,._confirmButton_8neb9_120{flex:1;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s;border:none}._cancelButton_8neb9_119{background:var(--theme-surface);color:var(--theme-text-secondary);border:1px solid #d1d5db}._cancelButton_8neb9_119:hover{background:var(--theme-background-secondary);border-color:var(--theme-text-muted)}._confirmButton_8neb9_120{background:hsl(var(--theme));color:#fff;border:1px solid hsl(var(--theme))}._confirmButton_8neb9_120:hover{background:hsl(var(--theme) / .9);transform:translateY(-1px);box-shadow:0 4px 12px hsl(var(--theme) / .3)}._overlay_1xk9b_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1xk9b_1 .2s ease-out}@keyframes _fadeIn_1xk9b_1{0%{opacity:0}to{opacity:1}}._modal_1xk9b_25{background:var(--theme-surface);border-radius:12px;width:380px;max-width:90vw;box-shadow:0 20px 40px #00000026;animation:_scaleIn_1xk9b_1 .3s ease-out;overflow:hidden}@keyframes _scaleIn_1xk9b_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._header_1xk9b_46{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--theme-border)}._title_1xk9b_54{font-size:18px;font-weight:600;color:var(--theme-text);margin:0}._closeButton_1xk9b_61{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--theme-text-muted);transition:all .2s}._closeButton_1xk9b_61:hover{background:var(--theme-secondary-bg);color:var(--theme-text)}._content_1xk9b_79{padding:24px}._statsGrid_1xk9b_83{display:flex;flex-direction:column;gap:12px}._statItem_1xk9b_89{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:var(--theme-background-secondary);border-radius:8px;border:1px solid var(--theme-border)}._statLabel_1xk9b_99{font-size:14px;color:var(--theme-text-muted);font-weight:500}._statValue_1xk9b_105{font-size:16px;font-weight:600;color:var(--theme-text)}._footer_1xk9b_111{display:flex;padding:20px 24px;background:var(--theme-background-secondary);border-top:1px solid var(--theme-border)}._confirmButton_1xk9b_118{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s;border:none;background:hsl(var(--theme));color:#fff}._confirmButton_1xk9b_118:hover{background:hsl(var(--theme) / .9)}._container_6k9wt_1{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;background:var(--theme-background)}._empty_6k9wt_10{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--theme-text-muted);font-size:13px}._panelLabel_6k9wt_20{position:absolute;bottom:12px;left:50%;transform:translate(-50%);padding:6px 16px;background:#2266cce6;color:#fff;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;pointer-events:none;box-shadow:0 2px 8px #0003}._container_1vu1e_1{display:flex;gap:8px;padding:12px;background:var(--theme-surface);border-bottom:1px solid var(--theme-border)}._tab_1vu1e_9{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--theme-border);border-radius:6px;background:var(--theme-surface);color:var(--theme-text);font-size:13px;font-weight:500;transition:all .2s}._tab_1vu1e_9:hover{background:var(--theme-background-secondary);border-color:#0003}._tab_1vu1e_9._active_1vu1e_28{background:hsl(var(--theme));border-color:hsl(var(--theme));color:#fff}._tab_1vu1e_9._active_1vu1e_28:hover{background:hsl(var(--theme) / .9)}._container_1g06y_1{display:flex;flex-direction:column;height:100%;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}._header_1g06y_11{padding:12px 16px;background:linear-gradient(to bottom,#fff,#f8f9fa);border-bottom:1px solid rgba(0,0,0,.06);display:flex;gap:16px;align-items:center}._header_1g06y_11 h3{font-size:14px;font-weight:600;color:var(--theme-text);margin:0}._tabs_1g06y_27{display:flex;gap:4px;flex:1}._tab_1g06y_27{padding:6px 12px;background:transparent;border:1px solid var(--theme-border);border-radius:4px;font-size:12px;transition:all .2s;color:var(--theme-text-muted)}._tab_1g06y_27:hover{background:#00000008;border-color:#00000026}._activeTab_1g06y_48{background:hsl(var(--theme) / .1);border-color:hsl(var(--theme) / .4);color:hsl(var(--theme));font-weight:500}._activeTab_1g06y_48:hover{background:hsl(var(--theme) / .15)}._sheetInfo_1g06y_59{font-size:12px;color:var(--theme-text-muted)}._preview_1g06y_64{flex:1;position:relative;background:#f5f6f7;overflow:hidden;margin:12px;border-radius:8px;border:1px solid var(--theme-border)}._sheet_1g06y_59{position:absolute;background:var(--theme-surface);border:2px solid rgba(0,0,0,.12);box-shadow:0 2px 4px #0000000d}._panel_1g06y_81{position:absolute;background:hsl(var(--theme) / .08);border:1px solid hsl(var(--theme) / .3);pointer-events:none;z-index:1}._cut_1g06y_89{position:absolute;background:#ff4d4f4d;pointer-events:none;z-index:2;transition:all .2s}._cut_1g06y_89._selected_1g06y_105{background:#ff4d4f80}._selectedCut_1g06y_109{position:absolute;background:#ff4d4f;pointer-events:none;z-index:10;box-shadow:0 0 8px #ff4d4f80}._container_1ko30_1{display:flex;flex-direction:column;height:100%;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}._header_1ko30_11{padding:12px 16px;background:linear-gradient(to bottom,#fff,#f8f9fa);border-bottom:1px solid rgba(0,0,0,.06)}._header_1ko30_11 h3{font-size:14px;font-weight:600;color:var(--theme-text);margin:0}._tableWrapper_1ko30_24{flex:1;overflow-y:auto;overflow-x:hidden}._table_1ko30_24{width:100%;font-size:12px;border-collapse:collapse}._table_1ko30_24 thead{position:sticky;top:0;background:var(--theme-background-secondary);z-index:1}._table_1ko30_24 th{padding:8px 12px;text-align:left;color:var(--theme-text-muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e5e7eb}._table_1ko30_24 tbody tr{transition:all .15s;border-bottom:1px solid #f3f4f6}._table_1ko30_24 tbody tr:hover{background:#fafbfc}._table_1ko30_24 tbody tr._selected_1ko30_63{background:hsl(var(--theme) / .08)}._table_1ko30_24 td{padding:8px 12px;color:var(--theme-text-secondary);font-size:12px}._result_1ko30_73{white-space:nowrap;font-family:monospace;font-size:11px}._container_1mrc9_1{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;overflow:hidden}._header_1mrc9_8{padding:12px 16px;background:linear-gradient(to bottom,#fff,#f8f9fa);border-bottom:1px solid rgba(0,0,0,.06)}._header_1mrc9_8 h3{font-size:14px;font-weight:600;color:var(--theme-text);margin:0}._stats_1mrc9_21{padding:16px;display:flex;flex-direction:column;gap:12px}._statItem_1mrc9_28{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}._statItem_1mrc9_28:last-child{border-bottom:none}._label_1mrc9_40{font-size:12px;color:var(--theme-text-muted);font-weight:500}._value_1mrc9_46{font-size:14px;color:var(--theme-text);font-weight:600}._container_1by2p_1{width:100%;height:100vh;display:flex;flex-direction:column;background:#f5f6f7}._main_1by2p_9{flex:1;display:grid;grid-template-columns:280px 1fr 360px;gap:12px;padding:12px;overflow:hidden}._leftSidebar_1by2p_18{display:flex;flex-direction:column;gap:12px}._center_1by2p_24{display:flex;flex-direction:column;min-width:0}._rightSidebar_1by2p_30{display:flex;flex-direction:column;gap:12px;overflow:hidden}._container_457pq_1{position:relative;width:100%;height:100%;overflow:hidden;background:#fafafa;border-radius:8px;box-shadow:0 2px 8px #0000001a}._container_457pq_1>div:not(:first-of-type)>canvas{display:none!important}._container_457pq_1 ._konvajs-content_457pq_17{position:relative!important}._container_457pq_1>._konvajs-content_457pq_17:not(:first-child){display:none!important}._controls_457pq_26{position:absolute;bottom:20px;right:20px;display:flex;align-items:center;gap:8px;background:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 2px 8px #0000001a;z-index:10}._zoomButton_457pq_40{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-size:18px;font-weight:700;transition:all .2s ease}._zoomButton_457pq_40:hover{background:#e0e0e0;border-color:#bbb}._zoomButton_457pq_40:active{transform:scale(.95)}._zoomLevel_457pq_63{min-width:50px;text-align:center;font-size:14px;color:#666;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}._resetButton_457pq_72{padding:6px 12px;background:var(--theme-primary);color:var(--theme-text-on-primary, #fff);border:none;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s ease;white-space:nowrap}._resetButton_457pq_72:hover{background:#1976d2}._resetButton_457pq_72:active{transform:scale(.95)}._toolbar_457pq_93{position:absolute;top:20px;left:20px;display:flex;align-items:center;gap:8px;background:#fff;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0000001a;z-index:10}._toolGroup_457pq_107{display:flex;gap:4px;align-items:center}._toolDivider_457pq_113{width:1px;height:24px;background:#e0e0e0;margin:0 4px}._toolButton_457pq_120{padding:8px;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._toolButton_457pq_120:hover{background:#f5f5f5;border-color:#bbb}._toolButton_457pq_120._active_457pq_136{background:var(--theme-primary);color:var(--theme-text-on-primary, #fff);border-color:var(--theme-primary)}._infoPanel_457pq_143{position:absolute;top:20px;right:20px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-width:200px;z-index:10}._infoTitle_457pq_155{font-size:14px;font-weight:600;margin-bottom:8px;color:#333}._infoRow_457pq_162{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:4px}._infoLabel_457pq_170{font-weight:500}._infoValue_457pq_174{font-weight:400;color:#999}._contextMenu_457pq_180{position:absolute;background:#fff;border-radius:4px;box-shadow:0 2px 12px #00000026;padding:4px 0;z-index:1000;min-width:150px}._contextMenuItem_457pq_190{padding:8px 16px;font-size:14px;color:#333;transition:background .2s ease}._contextMenuItem_457pq_190:hover{background:#f5f5f5}._contextMenuItem_457pq_190._disabled_457pq_201{color:#999;cursor:not-allowed;opacity:.6}._contextMenuItem_457pq_190._danger_457pq_207{color:#f44336}._contextMenuItem_457pq_190._danger_457pq_207:hover{background:#ffebee}._container_hujvy_1{width:100%;height:100%;display:flex;flex-direction:column;position:relative}._viewModeSelector_hujvy_9{position:absolute;top:20px;right:20px;z-index:100;display:flex;flex-direction:column;gap:12px;align-items:flex-end}._tabsList_hujvy_20{display:inline-flex;background:#fff;padding:4px;border-radius:8px;box-shadow:0 2px 8px #0000001a;gap:4px}._tabTrigger_hujvy_29{padding:8px 16px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:500;color:#666;transition:all .2s ease}._tabTrigger_hujvy_29:hover{background:var(--theme-background-secondary, #f5f5f5);color:var(--theme-text-primary, #333)}._tabTrigger_hujvy_29[data-state=active]{background:var(--theme-primary);color:var(--theme-text-on-primary, #fff)}._implementationToggle_hujvy_50{background:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 2px 8px #0000001a}._toggleLabel_hujvy_57{display:flex;align-items:center;gap:8px;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._toggleCheckbox_hujvy_65{width:16px;height:16px}._toggleText_hujvy_70{color:#666;font-weight:500}._toggleLabel_hujvy_57:hover ._toggleText_hujvy_70{color:#333}._viewerContainer_hujvy_79{width:100%;height:100%;position:relative;background:#fafafa;overflow:hidden}._loading_hujvy_88{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px}._loadingSpinner_hujvy_99{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:var(--theme-primary);border-radius:50%;animation:_spin_hujvy_1 .8s linear infinite}@keyframes _spin_hujvy_1{to{transform:rotate(360deg)}}._loadingText_hujvy_114{color:#666;font-size:14px}._error_hujvy_120{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._errorTitle_hujvy_132{color:#f44336;font-size:18px;font-weight:600;margin-bottom:8px}._errorMessage_hujvy_139{color:#666;font-size:14px;margin-bottom:16px}._retryButton_hujvy_145{padding:8px 16px;background:var(--theme-primary);color:var(--theme-text-on-primary, #fff);border:none;border-radius:4px;font-size:14px;font-weight:500;transition:background .2s ease}._retryButton_hujvy_145:hover{background:#1976d2}._performanceMonitor_hujvy_161{position:absolute;bottom:20px;left:20px;background:#000000b3;color:#fff;padding:8px 12px;border-radius:4px;font-family:monospace;font-size:12px;line-height:1.4;z-index:100}._performanceRow_hujvy_175{display:flex;justify-content:space-between;gap:16px}._performanceLabel_hujvy_181{opacity:.8}._performanceValue_hujvy_185{font-weight:700}._container_u7544_1{width:100vw;height:100vh;display:flex;flex-direction:column;background:#f5f5f5;overflow-y:auto}._header_u7544_10{padding:20px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}._header_u7544_10 h1{margin:0;font-size:24px;color:#333}._header_u7544_10 p{margin:5px 0 0;color:#666;font-size:14px}._content_u7544_29{flex:1;display:flex;gap:20px;padding:20px;min-height:0}._viewerSection_u7544_37{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}._viewerSection_u7544_37 h2{margin:0;padding:15px 20px;background:#fafafa;border-bottom:1px solid #e0e0e0;font-size:18px;color:#333}._viewerContainer_u7544_56{flex:1;position:relative;min-height:500px}._features_u7544_62{padding:20px;background:#fff;border-top:1px solid #e0e0e0}._features_u7544_62 h2{margin:0 0 15px;font-size:18px;color:#333}._features_u7544_62 ul{margin:0;padding:0 0 0 20px;list-style:none}._features_u7544_62 li{margin:8px 0;color:#666;font-size:14px;line-height:1.5}._features_u7544_62 li:before{content:"";display:inline-block;margin-right:8px}@media (max-width: 1024px){._content_u7544_29{flex-direction:column}._viewerSection_u7544_37{min-height:400px}}._popoutContainer_1jab8_1{width:100vw;height:100vh;display:flex;flex-direction:column;background:var(--theme-background, #1a1a2e)}._popoutHeader_1jab8_9{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--theme-background-secondary, #252542);border-bottom:1px solid var(--theme-border, #3a3a5c);flex-shrink:0}._popoutLabel_1jab8_19{font-size:14px;font-weight:600;color:var(--theme-text, #fff)}._popoutHint_1jab8_25{font-size:11px;color:var(--theme-text-muted, #8888aa)}._toolbar_1jab8_31{display:flex;align-items:center;gap:12px;padding:8px 16px;background:var(--theme-surface, #2a2a4a);border-bottom:1px solid var(--theme-border, #3a3a5c);flex-shrink:0}._toolGroup_1jab8_41{display:flex;align-items:center;gap:8px}._toolLabel_1jab8_47{font-size:11px;color:var(--theme-text-muted, #8888aa);white-space:nowrap}._buttonGroup_1jab8_53{display:flex;background:var(--theme-background, #1a1a2e);border-radius:6px;overflow:hidden;border:1px solid var(--theme-border, #3a3a5c)}._toolButton_1jab8_61{padding:6px 12px;font-size:12px;font-weight:500;color:var(--theme-text-muted, #8888aa);background:transparent;border:none;transition:all .15s ease}._toolButton_1jab8_61:hover{color:var(--theme-text, #fff);background:var(--theme-surface, #2a2a4a)}._toolButton_1jab8_61._active_1jab8_76{color:#fff;background:var(--theme-primary, #3b82f6)}._divider_1jab8_81{width:1px;height:24px;background:var(--theme-border, #3a3a5c);margin:0 4px}._toggleButton_1jab8_88{display:flex;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;color:var(--theme-text-muted, #8888aa);background:var(--theme-background, #1a1a2e);border:1px solid var(--theme-border, #3a3a5c);border-radius:6px;transition:all .15s ease}._toggleButton_1jab8_88:hover{color:var(--theme-text, #fff);background:var(--theme-surface, #2a2a4a);border-color:var(--theme-text-muted, #8888aa)}._toggleButton_1jab8_88._active_1jab8_76{color:var(--theme-primary, #3b82f6);background:#3b82f61a;border-color:var(--theme-primary, #3b82f6)}._toggleButton_1jab8_88 svg{flex-shrink:0}._toggleButton_1jab8_88 span{white-space:nowrap}._popoutContent_1jab8_123{flex:1;position:relative;overflow:hidden}._loading_1jab8_129{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--theme-text-muted, #8888aa);font-size:14px}[data-theme=light] ._popoutContainer_1jab8_1{background:#f5f5f5}[data-theme=light] ._popoutHeader_1jab8_9{background:#fff;border-color:#e0e0e0}[data-theme=light] ._toolbar_1jab8_31{background:#fafafa;border-color:#e0e0e0}[data-theme=light] ._popoutLabel_1jab8_19{color:#333}[data-theme=light] ._popoutHint_1jab8_25,[data-theme=light] ._toolLabel_1jab8_47{color:#888}[data-theme=light] ._buttonGroup_1jab8_53{background:#fff;border-color:#e0e0e0}[data-theme=light] ._toolButton_1jab8_61{color:#666}[data-theme=light] ._toolButton_1jab8_61:hover{color:#333;background:#f0f0f0}[data-theme=light] ._toggleButton_1jab8_88{color:#666;background:#fff;border-color:#e0e0e0}[data-theme=light] ._toggleButton_1jab8_88:hover{color:#333;background:#f0f0f0}[data-theme=light] ._toggleButton_1jab8_88._active_1jab8_76{color:var(--theme-primary);background:color-mix(in srgb,var(--theme-primary) 10%,transparent);border-color:var(--theme-primary)}[data-theme=light] ._loading_1jab8_129{color:#888}:root{--primary-color: #21b691;--primary-hover: #1da57a;--primary-light: #dcf8e5;--primary-dark: #1a7c3a;--secondary-color: #0969da;--secondary-hover: #0861ca;--secondary-light: #ddf4ff;--text-primary: #24292f;--text-secondary: #656d76;--text-muted: #8c959f;--text-inverse: #ffffff;--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f1f3f4;--bg-overlay: rgba(0, 0, 0, .5);--surface-color: #f6f8fa;--surface-hover: #e6f3ff;--surface-active: #ddf4ff;--border-color: #d1d9e0;--border-muted: #e6e8ea;--border-strong: #bdc3c7;--success-color: #2da44e;--success-bg: #dcf8e5;--warning-color: #f59e0b;--warning-bg: #fef3c7;--error-color: #da3633;--error-bg: #ffeaea;--info-color: #0969da;--info-bg: #ddf4ff;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 12px rgba(0, 0, 0, .1);--radius-sm: 3px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 28px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--transition-fast: .1s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--z-dropdown: 100;--z-modal: 1000;--z-toast: 2000;--z-tooltip: 3000;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--sidebar-width: 280px;--sidebar-collapsed-width: 64px;--header-height: 64px;--header-mobile-height: 56px;--sidebar-icon-width: clamp(48px, 4vw, 64px);--sidebar-content-width: clamp(180px, 15vw, 280px);--sidebar-total-width: calc(var(--sidebar-icon-width) + var(--sidebar-content-width));--right-panel-width: clamp(220px, 18vw, 380px);--configurator-header-height: 56px;--configurator-tabbar-height: 32px;--configurator-top-offset: calc(var(--configurator-header-height) + var(--configurator-tabbar-height));--viewer-min-width: clamp(300px, 40vw, 600px);--grid-gap: 24px;--grid-gap-sm: 16px;--grid-gap-xs: 12px;--card-padding: 16px;--card-padding-lg: 24px;--input-height: 40px;--input-height-sm: 36px;--input-height-lg: 44px;--input-padding: 0 12px;--button-height: 40px;--button-height-sm: 36px;--button-height-lg: 44px;--button-padding: 0 16px;--button-padding-sm: 0 12px;--button-padding-lg: 0 20px}@media (max-width: 1919px) and (min-width: 1513px){:root{--font-size-xs: 11px;--font-size-sm: 13px;--font-size-md: 15px;--font-size-lg: 17px;--font-size-xl: 19px;--font-size-2xl: 23px;--font-size-3xl: 27px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 11px;--spacing-lg: 15px;--spacing-xl: 23px;--spacing-2xl: 30px;--spacing-3xl: 46px;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 11px;--header-height: 61px;--sidebar-width: 266px;--input-height: 38px;--input-height-sm: 34px;--input-height-lg: 42px;--button-height: 38px;--button-height-sm: 34px;--button-height-lg: 42px;--configurator-header-height: 53px}}@media (max-width: 1512px) and (min-width: 1200px){:root{--font-size-xs: 11px;--font-size-sm: 13px;--font-size-md: 14px;--font-size-lg: 16px;--font-size-xl: 18px;--font-size-2xl: 22px;--font-size-3xl: 25px;--spacing-xs: 4px;--spacing-sm: 7px;--spacing-md: 11px;--spacing-lg: 14px;--spacing-xl: 22px;--spacing-2xl: 29px;--spacing-3xl: 43px;--radius-sm: 3px;--radius-md: 5px;--radius-lg: 7px;--radius-xl: 11px;--header-height: 58px;--sidebar-width: 252px;--input-height: 36px;--input-height-sm: 32px;--input-height-lg: 40px;--button-height: 36px;--button-height-sm: 32px;--button-height-lg: 40px;--configurator-header-height: 50px}}@media (max-width: 1199px) and (min-width: 768px){:root{--font-size-xs: 10px;--font-size-sm: 12px;--font-size-md: 14px;--font-size-lg: 15px;--font-size-xl: 17px;--font-size-2xl: 20px;--font-size-3xl: 24px;--spacing-xs: 3px;--spacing-sm: 7px;--spacing-md: 10px;--spacing-lg: 14px;--spacing-xl: 20px;--spacing-2xl: 27px;--spacing-3xl: 41px;--radius-sm: 3px;--radius-md: 5px;--radius-lg: 7px;--radius-xl: 10px;--header-height: 54px;--sidebar-width: 238px;--input-height: 34px;--input-height-sm: 31px;--input-height-lg: 37px;--button-height: 34px;--button-height-sm: 31px;--button-height-lg: 37px;--configurator-header-height: 48px}}@media (max-width: 767px){:root{--sidebar-icon-width: 0px;--sidebar-content-width: 85vw;--sidebar-total-width: 0px;--right-panel-width: 0px;--viewer-min-width: 100%}}:root{--theme: 254 92% 65%;--theme-50: 254 92% 98%;--theme-100: 254 92% 95%;--theme-200: 254 92% 90%;--theme-300: 254 92% 80%;--theme-400: 254 92% 70%;--theme-500: 254 92% 65%;--theme-600: 254 87% 55%;--theme-700: 254 82% 45%;--theme-800: 254 77% 35%;--theme-900: 254 72% 25%;--theme-primary: hsl(var(--theme-500));--theme-primary-hover: hsl(var(--theme-600));--theme-primary-light: hsl(var(--theme) / .2);--theme-primary-dark: hsl(var(--theme-700));--theme-primary-gradient: linear-gradient(135deg, hsl(var(--theme-500)) 0%, hsl(var(--theme-700)) 100%);--theme-primary-shadow: hsl(var(--theme-500) / .3);--theme-background: #0f0f0f;--theme-background-secondary: #1a1a1a;--theme-surface: #141414;--theme-text: #ffffff;--theme-text-secondary: #cccccc;--theme-text-muted: #999999;--theme-border: #333333;--theme-border-hover: #444444;--theme-shadow: rgba(0, 0, 0, .5);--theme-overlay: rgba(0, 0, 0, .8);--theme-danger: #ef4444;--theme-danger-hover: #dc2626;--theme-danger-light: rgba(239, 68, 68, .2);--theme-info: #3b82f6;--theme-info-hover: #2563eb;--theme-info-light: rgba(59, 130, 246, .2);--theme-warning: #f59e0b;--theme-warning-hover: #d97706;--theme-warning-light: rgba(245, 158, 11, .2);--theme-success: #10b981;--theme-success-hover: #059669;--theme-success-light: rgba(16, 185, 129, .2);--theme-disabled-bg: #374151;--theme-disabled-text: #6b7280;--theme-secondary-bg: #1f2937;--theme-secondary-bg-hover: #374151;--popup-shadow: 0 10px 40px rgba(16, 185, 129, .2), 0 0 1px rgba(16, 185, 129, .1)}.toggleButton.active{color:#fff!important}[data-theme=light]{--theme-primary-gradient: linear-gradient(135deg, hsl(var(--theme-500)) 0%, hsl(var(--theme-700)) 100%);--theme-primary-shadow: hsl(var(--theme-500) / .2);--theme-background: #ffffff;--theme-background-secondary: #f0f0f0;--theme-surface: #ffffff;--theme-text: #111827;--theme-text-secondary: #4b5563;--theme-text-muted: #6b7280;--theme-border: #d1d5db;--theme-border-hover: #cbd5e1;--theme-shadow: rgba(0, 0, 0, .08);--theme-overlay: rgba(255, 255, 255, .75);--theme-disabled-bg: #d1d5db;--theme-disabled-text: #9ca3af;--theme-secondary-bg: #f3f4f6;--theme-secondary-bg-hover: #e5e7eb;--popup-shadow: 0 12px 32px rgba(15, 23, 42, .12), 0 1px 2px rgba(15, 23, 42, .06)}html{background-color:var(--theme-background)!important;color:var(--theme-text)!important}body{background-color:var(--theme-background)!important;color:var(--theme-text)!important;transition:background-color .3s ease,color .3s ease;margin:0;padding:0;min-height:100vh}#root{background-color:var(--theme-background)!important;color:var(--theme-text)!important;min-height:100vh}div,section,header,main,nav,aside,article,footer{background-color:inherit;color:inherit}h1,h2,h3,h4,h5,h6,p,span,div,a,input,textarea,select{color:inherit}.theme-primary{color:var(--theme-primary)!important}[class*=background],[class*=bg-]{background-color:var(--theme-background)}[class*=surface]{background-color:var(--theme-surface)}button:not([class]){background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border)}button:not([class]):hover{background-color:var(--theme-background-secondary);border-color:var(--theme-primary)}input,textarea,select{background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border)}input:focus,textarea:focus,select:focus{border-color:var(--theme-primary);outline:none;box-shadow:0 0 0 3px var(--theme-primary-light)}[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{background-color:#fff!important;color:#111827!important;border-color:#e5e7eb!important;-webkit-text-fill-color:#111827!important}[data-theme=light] input:focus,[data-theme=light] textarea:focus,[data-theme=light] select:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 3px var(--theme-primary-light)!important;outline:none!important}[data-theme=light] .toggleButtonActive,[data-theme=light] .buttonActive,[data-theme=light] button.active,[data-theme=light] button[class*=Active],[data-theme=light] button[class*=selected],[data-theme=light] button[aria-pressed=true],[data-theme=light] button[aria-selected=true]{background:var(--theme-primary)!important;color:#fff!important;border-color:var(--theme-primary)!important}[data-theme=light] .toggleButtonActive:hover,[data-theme=light] .buttonActive:hover,[data-theme=light] button.active:hover,[data-theme=light] button[class*=Active]:hover,[data-theme=light] button[class*=selected]:hover,[data-theme=light] button[aria-pressed=true]:hover,[data-theme=light] button[aria-selected=true]:hover{background:var(--theme-primary-hover)!important}[data-theme=light] .toggleButton.active,[data-theme=light] .toggleButtonGroup .toggleButton.active,[data-theme=light] .toggleButtonGroup .toggleButtonActive,[data-theme=light] .toggleButtonActive,[data-theme=light] [class*=toggleButton][class*=active],[data-theme=light] [class*=tabButton][class*=active],[data-theme=light] [class*=toggleButton_][class*=active],[data-theme=light] [class*=tabButton_][class*=active],[data-theme=light] [class*=CategoryTab][class*=active],[data-theme=light] [class*=activeTab]{background:var(--theme-primary)!important;color:#fff!important;border-color:var(--theme-primary)!important}[data-theme=light] .toggleButton.active:hover,[data-theme=light] .toggleButtonGroup .toggleButton.active:hover,[data-theme=light] .toggleButtonGroup .toggleButtonActive:hover,[data-theme=light] .toggleButtonActive:hover,[data-theme=light] [class*=toggleButton][class*=active]:hover,[data-theme=light] [class*=tabButton][class*=active]:hover,[data-theme=light] [class*=toggleButton_][class*=active]:hover,[data-theme=light] [class*=tabButton_][class*=active]:hover,[data-theme=light] [class*=CategoryTab][class*=active]:hover,[data-theme=light] [class*=activeTab]:hover{background:var(--theme-primary-hover)!important;color:#fff!important}[data-theme=light] [class*=toggleButton][class*=active] *,[data-theme=light] [class*=tabButton][class*=active] *,[data-theme=light] [class*=toggleButton_][class*=active] *,[data-theme=light] [class*=tabButton_][class*=active] *,[data-theme=light] [class*=CategoryTab][class*=active] *,[data-theme=light] [class*=activeTab] *{color:#fff!important}body[data-theme=light] div[class*=toggleButton][class*=active],body[data-theme=light] button[class*=toggleButton][class*=active],body[data-theme=light] div[class*=tabButton][class*=active],body[data-theme=light] button[class*=tabButton][class*=active],body[data-theme=light] button[class*=CategoryTab][class*=active],body[data-theme=light] button[class*=activeTab]{background-color:var(--theme-primary)!important;color:#fff!important;border-color:var(--theme-primary)!important}[class*=loginForm] input,[class*=loginForm] textarea,[class*=loginForm] select,.loginForm input,.loginForm textarea,.loginForm select{background-color:#fff!important;color:#333!important;border:2px solid #e1e8ed!important;-webkit-text-fill-color:#333!important}[class*=loginForm] input:focus,[class*=loginForm] textarea:focus,[class*=loginForm] select:focus,.loginForm input:focus,.loginForm textarea:focus,.loginForm select:focus{border-color:#667eea!important;outline:none!important;box-shadow:0 0 0 4px #667eea1a!important;background-color:#fff!important}.theme-primary-bg{background-color:var(--theme-primary)!important}.theme-primary-border{border-color:var(--theme-primary)!important}.theme-surface{background-color:var(--theme-surface);color:var(--theme-text)}.theme-border{border-color:var(--theme-border)}.theme-text{color:var(--theme-text)}.theme-text-secondary{color:var(--theme-text-secondary)}.theme-text-muted{color:var(--theme-text-muted)}.theme-button-primary{background-color:var(--theme-primary);color:#fff;border:none;transition:background-color .2s ease}.theme-button-primary:hover{background-color:var(--theme-primary-hover)}.theme-button-secondary{background-color:transparent;color:var(--theme-text-secondary);border:1px solid var(--theme-border);transition:all .2s ease}.theme-button-secondary:hover{background-color:var(--theme-background-secondary);border-color:var(--theme-border-hover)}.theme-card{background-color:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:0 1px 3px var(--theme-shadow);transition:all .2s ease}.theme-card:hover{border-color:var(--theme-border-hover);box-shadow:0 4px 6px var(--theme-shadow)}.theme-input{background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border);transition:all .2s ease}.theme-input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light)}.theme-input::-moz-placeholder{color:var(--theme-text-muted)}.theme-input::placeholder{color:var(--theme-text-muted)}.theme-modal-overlay{background-color:var(--theme-overlay)}.theme-modal{background-color:var(--theme-surface);color:var(--theme-text);border:1px solid var(--theme-border)}.theme-dropdown{background-color:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:0 4px 6px var(--theme-shadow)}.theme-dropdown-item{color:var(--theme-text);transition:background-color .2s ease}.theme-dropdown-item:hover{background-color:var(--theme-background-secondary)}.theme-dropdown-item.active{background-color:var(--theme-primary);color:#fff}.theme-sidebar{background-color:var(--theme-surface);border-right:1px solid var(--theme-border)}.theme-header{background-color:var(--theme-surface);border-bottom:1px solid var(--theme-border)}.theme-nav-item{color:var(--theme-text-secondary);transition:all .2s ease}.theme-nav-item:hover{color:var(--theme-text);background-color:var(--theme-background-secondary)}.theme-nav-item.active{color:var(--theme-primary);background-color:var(--theme-primary-light)}[class*=navItem]{color:var(--theme-text-secondary)!important;background-color:transparent!important}[class*=navItem]:hover{color:var(--theme-text)!important;background-color:var(--theme-background-secondary)!important}[class*=navItem].active,[class*=navItem][class*=active]{color:var(--theme-primary)!important;background-color:var(--theme-primary-light)!important}[class*=sidebar]{background-color:var(--theme-surface)!important;color:var(--theme-text)!important}[class*=sidebar] *{color:inherit}[class*=main]{background-color:var(--theme-background-secondary)!important;color:var(--theme-text)!important}*{scrollbar-width:thin;scrollbar-color:var(--theme-text-muted) var(--theme-background-secondary)}[data-theme=dark] *{scrollbar-color:#555 #2a2a2a}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:var(--theme-background-secondary);border-radius:4px}*::-webkit-scrollbar-thumb{background:var(--theme-text-muted);border-radius:4px;border:1px solid var(--theme-background-secondary)}*::-webkit-scrollbar-thumb:hover{background:var(--theme-text-secondary)}*::-webkit-scrollbar-corner{background:var(--theme-background-secondary)}[data-theme=dark] *::-webkit-scrollbar-track{background:#2a2a2a}[data-theme=dark] *::-webkit-scrollbar-thumb{background:#555;border:1px solid #2a2a2a}[data-theme=dark] *::-webkit-scrollbar-thumb:hover{background:#666}[data-theme=dark] *::-webkit-scrollbar-corner{background:#2a2a2a}.theme-scrollbar::-webkit-scrollbar{width:6px;height:6px}.theme-scrollbar::-webkit-scrollbar-track{background:var(--theme-background-secondary)}.theme-scrollbar::-webkit-scrollbar-thumb{background:var(--theme-text-muted);border-radius:3px}.theme-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--theme-text-secondary)}.theme-loading{border:2px solid var(--theme-border);border-top:2px solid var(--theme-primary)}body.theme-dark-green,body.theme-dark-blue,body.theme-dark-purple,body.theme-dark-orange{--theme-shadow: rgba(0, 0, 0, .3);--theme-overlay: rgba(0, 0, 0, .7)}.theme-transition{transition:all .3s ease}.theme-transition-fast{transition:all .15s ease}.theme-transition-slow{transition:all .5s ease}@media (hover: none) and (pointer: coarse){.touch-target{min-width:44px;min-height:44px;padding:12px}button,.button,.btn{min-height:44px;min-width:44px;padding:12px 16px;font-size:16px;border-radius:8px;touch-action:manipulation}input,textarea,select{min-height:44px;font-size:16px;padding:12px;border-radius:8px}input[type=range]{height:12px;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{width:28px;height:28px;border-radius:50%;background:var(--theme-primary);cursor:grab;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.2)}.draggable{cursor:grab;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.draggable:active{cursor:grabbing}.scrollable{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior:contain}.modal,.popup{touch-action:none}.modal-content,.popup-content{touch-action:pan-x pan-y}.nav-item,.menu-item{min-height:44px;padding:12px 16px;display:flex;align-items:center}.card,.item{border-radius:12px;transition:transform .2s ease}.card:active,.item:active{transform:scale(.98)}.touch-feedback{position:relative;overflow:hidden}.touch-feedback:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease}.touch-feedback:active:after{width:100px;height:100px}}@media (min-width: 768px) and (max-width: 1024px){.tablet-optimized{min-height:48px;min-width:48px;padding:14px 18px;font-size:18px}.tablet-spacing{gap:16px;margin:16px}.tablet-icon{width:24px;height:24px}}@media (hover: hover) and (pointer: fine){.smooth-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.gesture-support{touch-action:pan-x pan-y pinch-zoom}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.touch-target{border:2px solid currentColor}}@media (prefers-color-scheme: dark){.touch-target{background:#ffffff1a}}.touch-target:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.gesture-hint{position:relative}.gesture-hint:before{content:"터치하여 조작하세요";position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;transition:opacity .3s ease;pointer-events:none}.gesture-hint:hover:before{opacity:1}:root{--breakpoint-xs: 320px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-xxl: 1920px}@media screen and (max-width: 767px) and (orientation: portrait){html{font-size:14px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}.container{padding:0 16px;max-width:100%}.grid{grid-template-columns:1fr;gap:16px}.sidebar{position:fixed;left:-100%;width:100%;height:100vh;transition:left .3s ease;z-index:1000}.sidebar.active{left:0}button,.button{min-height:44px;padding:12px 20px;font-size:16px}input,textarea,select{font-size:16px;padding:12px;width:100%}.modal{padding:20px;width:95%;max-width:none}.nav{flex-direction:column}.card{margin-bottom:16px}}@media screen and (max-width: 575px) and (orientation: portrait){.container{padding:0 12px}.desktop-only{display:none!important}.flex-row{flex-direction:column}}@media screen and (min-width: 768px) and (max-width: 1023px){html{font-size:15px}.container{padding:0 24px;max-width:750px;margin:0 auto}.grid{grid-template-columns:repeat(2,1fr);gap:20px}.sidebar{width:280px;position:sticky;top:0}.modal{width:80%;max-width:600px}}@media screen and (min-width: 1024px) and (max-width: 1279px){html{font-size:16px}.container{padding:0 32px;max-width:960px;margin:0 auto}.grid{grid-template-columns:repeat(3,1fr);gap:24px}.sidebar{width:320px}}@media screen and (min-width: 1280px) and (max-width: 1919px){.container{padding:0 40px;max-width:1200px;margin:0 auto}.grid{grid-template-columns:repeat(4,1fr);gap:32px}}@media screen and (min-width: 1920px){.container{padding:0 48px;max-width:1600px;margin:0 auto}.grid{grid-template-columns:repeat(6,1fr);gap:40px}}@media (hover: none) and (pointer: coarse){button,a,.clickable{min-height:44px;min-width:44px}button:hover,a:hover{background-color:inherit;color:inherit}button:active,a:active{opacity:.8;transform:scale(.98)}}@media screen and (orientation: portrait){.landscape-only{display:none!important}.viewer-container{height:50vh}.controls-container{height:50vh;overflow-y:auto}}@media screen and (orientation: landscape){.portrait-only{display:none!important}.viewer-container{width:60%;height:100vh}.controls-container{width:40%;height:100vh}}@media screen and (max-width: 767px) and (orientation: landscape){html{font-size:16px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.container{padding:0 32px;max-width:none}.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.sidebar{position:sticky;left:0;width:auto;height:100vh}button,.button{min-height:36px;padding:8px 16px;font-size:14px}input,textarea,select{font-size:14px;padding:8px;width:auto}.modal{padding:32px;width:auto;max-width:800px}.nav{flex-direction:row}.card{margin-bottom:24px}.desktop-only{display:initial!important}.flex-row{flex-direction:row}}@media screen and (min-resolution: 192dpi){.icon{background-size:contain}}@media print{.no-print,.sidebar,.header,.footer,button,.controls{display:none!important}body{font-size:12pt;color:#000;background:#fff}a{color:#000;text-decoration:underline}.page-break{page-break-after:always}}.hide-xs,.hide-sm,.hide-md,.hide-lg,.hide-xl{display:none}@media (min-width: 576px){.hide-xs{display:initial}}@media (min-width: 768px){.hide-sm{display:initial}}@media (min-width: 1024px){.hide-md{display:initial}}@media (min-width: 1280px){.hide-lg{display:initial}}@media (min-width: 1920px){.hide-xl{display:initial}}.show-xs,.show-sm,.show-md,.show-lg,.show-xl{display:initial}@media (min-width: 576px){.show-xs{display:none}}@media (min-width: 768px){.show-sm{display:none}}@media (min-width: 1024px){.show-md{display:none}}@media (min-width: 1280px){.show-lg{display:none}}@media (min-width: 1920px){.show-xl{display:none}}.text-center-xs{text-align:center}.text-left-xs{text-align:left}.text-right-xs{text-align:right}@media (min-width: 768px){.text-center-md{text-align:center}.text-left-md{text-align:left}.text-right-md{text-align:right}}@media (min-width: 1024px){.text-center-lg{text-align:center}.text-left-lg{text-align:left}.text-right-lg{text-align:right}}.p-xs{padding:8px}.p-sm{padding:16px}.p-md{padding:24px}.p-lg{padding:32px}.p-xl{padding:48px}.m-xs{margin:8px}.m-sm{margin:16px}.m-md{margin:24px}.m-lg{margin:32px}.m-xl{margin:48px}@media (max-width: 767px) and (orientation: portrait){.flex-column-mobile{flex-direction:column!important}}@media (max-width: 1023px){.flex-column-tablet{flex-direction:column!important}}.col-xs-1{grid-column:span 1}.col-xs-2{grid-column:span 2}.col-xs-3{grid-column:span 3}.col-xs-4{grid-column:span 4}.col-xs-5{grid-column:span 5}.col-xs-6{grid-column:span 6}.col-xs-full{grid-column:1 / -1}@media (min-width: 768px){.col-md-1{grid-column:span 1}.col-md-2{grid-column:span 2}.col-md-3{grid-column:span 3}.col-md-4{grid-column:span 4}.col-md-5{grid-column:span 5}.col-md-6{grid-column:span 6}.col-md-full{grid-column:1 / -1}}@media (min-width: 1024px){.col-lg-1{grid-column:span 1}.col-lg-2{grid-column:span 2}.col-lg-3{grid-column:span 3}.col-lg-4{grid-column:span 4}.col-lg-5{grid-column:span 5}.col-lg-6{grid-column:span 6}.col-lg-full{grid-column:1 / -1}}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--theme-background);border-radius:16px 16px 0 0;box-shadow:0 -2px 20px #0000001a;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1000;max-height:90vh;overflow:hidden}.bottom-sheet.active{transform:translateY(0)}.bottom-sheet-header{padding:16px;border-bottom:1px solid var(--theme-border);position:relative}.bottom-sheet-handle{position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:var(--theme-border);border-radius:2px}.bottom-sheet-content{padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(90vh - 60px)}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:var(--theme-background);border-top:1px solid var(--theme-border);display:flex;justify-content:space-around;padding:8px 0;z-index:900}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:8px;color:var(--theme-text-secondary);text-decoration:none;transition:color .2s}.mobile-nav-item.active{color:var(--theme-primary)}.mobile-nav-icon{width:24px;height:24px;margin-bottom:4px}.mobile-nav-label{font-size:11px;font-weight:500}.mobile-drawer{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;background:var(--theme-background);box-shadow:2px 0 20px #0000001a;transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1001;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer.active{left:0}.mobile-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000}.mobile-drawer-overlay.active{opacity:1;visibility:visible}.fab{position:fixed;bottom:76px;right:16px;width:56px;height:56px;border-radius:50%;background:var(--theme-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform .2s,box-shadow .2s;z-index:899}.fab:active{transform:scale(.95);box-shadow:0 2px 8px #0003}.fab-mini{width:40px;height:40px;bottom:92px}.mobile-card{background:var(--theme-surface);border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s}.mobile-card:active{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.mobile-input{width:100%;padding:16px;font-size:16px;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-background);transition:border-color .2s}.mobile-input:focus{outline:none;border-color:var(--theme-primary)}.mobile-button{width:100%;padding:16px;font-size:16px;font-weight:600;border:none;border-radius:8px;background:var(--theme-primary);color:#fff;transition:opacity .2s}.mobile-button:active{opacity:.8}.swipe-indicator{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:60px;background:var(--theme-border);border-radius:4px;opacity:.5}.swipe-indicator.left{left:8px}.swipe-indicator.right{right:8px}@media screen and (max-width: 767px){.modal{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;max-width:100%;max-height:90vh;border-radius:16px 16px 0 0;animation:slideUp .3s ease-out}.modal-overlay{animation:fadeIn .3s ease-out}.modal-header{padding:16px;border-bottom:1px solid var(--theme-border);display:flex;justify-content:space-between;align-items:center}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--theme-background-secondary)}.modal-content{padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(90vh - 120px)}.modal-footer{padding:16px;border-top:1px solid var(--theme-border);display:flex;gap:12px}}.mobile-list{list-style:none;padding:0;margin:0}.mobile-list-item{display:flex;align-items:center;padding:16px;border-bottom:1px solid var(--theme-border);transition:background-color .2s}.mobile-list-item:active{background-color:var(--theme-background-secondary)}.mobile-list-item:last-child{border-bottom:none}.mobile-list-icon{width:24px;height:24px;margin-right:16px;flex-shrink:0}.mobile-list-content{flex:1}.mobile-list-title{font-size:16px;font-weight:500;margin-bottom:4px}.mobile-list-subtitle{font-size:14px;color:var(--theme-text-secondary)}.mobile-list-action{margin-left:16px;color:var(--theme-text-secondary)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@media screen and (max-width: 767px){.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.mobile-full{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.mobile-stack{display:flex!important;flex-direction:column!important}.mobile-spacing{padding:16px!important;margin:0!important}}@supports (padding: env(safe-area-inset-top)){.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-left{padding-left:env(safe-area-inset-left)}.safe-area-right{padding-right:env(safe-area-inset-right)}.mobile-nav{padding-bottom:max(8px,env(safe-area-inset-bottom))}.bottom-sheet{padding-bottom:env(safe-area-inset-bottom)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-40{bottom:-10rem}.-bottom-6{bottom:-1.5rem}.-left-40{left:-10rem}.-right-1{right:-.25rem}.-right-40{right:-10rem}.-top-1{top:-.25rem}.-top-40{top:-10rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.left-0{left:0}.left-1{left:.25rem}.left-14{left:3.5rem}.left-20{left:5rem}.left-4{left:1rem}.left-40{left:10rem}.left-5{left:1.25rem}.right-0{right:0}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-20{top:5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-40{top:10rem}.top-\[1px\]{top:1px}.top-\[60\%\]{top:60%}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-full{height:100%}.min-h-\[48px\]{min-height:48px}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0px}.max-w-\[1400px\]{max-width:1400px}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-500\/40{border-color:#10b98166}.border-emerald-500\/60{border-color:#10b98199}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800\/50{border-color:#1f293780}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-500\/50{border-color:#a855f780}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500\/20{border-color:#ef444433}.border-red-500\/50{border-color:#ef444480}.border-red-500\/60{border-color:#ef444499}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-zinc-300{--tw-border-opacity: 1;border-color:rgb(212 212 216 / var(--tw-border-opacity, 1))}.border-zinc-500{--tw-border-opacity: 1;border-color:rgb(113 113 122 / var(--tw-border-opacity, 1))}.border-zinc-700{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity, 1))}.border-zinc-800{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity, 1))}.border-zinc-900{--tw-border-opacity: 1;border-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-t-zinc-900{--tw-border-opacity: 1;border-top-color:rgb(24 24 27 / var(--tw-border-opacity, 1))}.\!bg-zinc-950{--tw-bg-opacity: 1 !important;background-color:rgb(9 9 11 / var(--tw-bg-opacity, 1))!important}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/20{background-color:#10b98133}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-900\/40{background-color:#11182766}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgb(249 168 212 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20{background-color:#ef444433}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/80{background-color:#fffc}.bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-zinc-950{--tw-bg-opacity: 1;background-color:rgb(9 9 11 / var(--tw-bg-opacity, 1))}.bg-zinc-950\/90{background-color:#09090be6}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/10{--tw-gradient-from: rgb(192 132 252 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/30{--tw-gradient-from: rgb(168 85 247 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/20{--tw-gradient-from: rgb(147 51 234 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/50{--tw-gradient-from: rgb(88 28 135 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-pink-50{--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.to-pink-400{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.to-pink-400\/10{--tw-gradient-to: rgb(244 114 182 / .1) var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-500\/20{--tw-gradient-to: rgb(236 72 153 / .2) var(--tw-gradient-to-position)}.to-pink-500\/30{--tw-gradient-to: rgb(236 72 153 / .3) var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-pink-600\/20{--tw-gradient-to: rgb(219 39 119 / .2) var(--tw-gradient-to-position)}.to-pink-900\/50{--tw-gradient-to: rgb(131 24 67 / .5) var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-0{padding:0}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-zinc-200{--tw-text-opacity: 1 !important;color:rgb(228 228 231 / var(--tw-text-opacity, 1))!important}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-fuchsia-600{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-lime-600{--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-400\/50{color:#c084fc80}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/50{color:#ffffff80}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-zinc-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity, 1))}.text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.text-zinc-400{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.text-zinc-600{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.text-zinc-900{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1))}.text-zinc-950{--tw-text-opacity: 1;color:rgb(9 9 11 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-transparent::-moz-placeholder{color:transparent}.placeholder-transparent::placeholder{color:transparent}.accent-emerald-500{accent-color:#10b981}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.mix-blend-multiply{mix-blend-mode:multiply}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[--shimmer-contrast\:rgba\(255\,255\,255\,0\.6\)\]{--shimmer-contrast: rgba(255,255,255,.6)}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: 240 10% 4%;--foreground: 0 0% 95%;--card: 240 10% 4%;--card-foreground: 0 0% 95%;--popover: 240 6% 10%;--popover-foreground: 0 0% 95%;--primary: 0 0% 98%;--primary-foreground: 240 6% 10%;--secondary: 240 4% 16%;--secondary-foreground: 0 0% 98%;--muted: 240 4% 16%;--muted-foreground: 240 5% 65%;--accent: 240 4% 16%;--accent-foreground: 0 0% 98%;--destructive: 0 63% 31%;--destructive-foreground: 0 0% 98%;--border: 240 4% 20%;--input: 240 4% 20%;--ring: 240 5% 65%;--radius: .5rem}a{font-weight:500;color:var(--theme-primary, #646cff);text-decoration:inherit}a:hover{color:var(--theme-primary-hover, #535bf2)}html,body{background:#09090b;overscroll-behavior:none}body{margin:0;min-width:320px;min-height:100vh;background:var(--theme-background);color:var(--theme-text)}@media (max-width: 767px){html,body{overflow-x:hidden;width:100%;max-width:100%}}h1,h2,h3,h4,h5,h6{color:var(--theme-text)}button{font-family:inherit}#root{width:100%;height:100vh}@media screen and (max-width: 767px) and (orientation: landscape){html,body{overflow:auto!important;-webkit-overflow-scrolling:touch}#root{overflow:visible!important;min-height:100vh}}.placeholder\:text-zinc-600::-moz-placeholder{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.placeholder\:text-zinc-600::placeholder{--tw-text-opacity: 1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.hover\:border-zinc-500:hover{--tw-border-opacity: 1;border-color:rgb(113 113 122 / var(--tw-border-opacity, 1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-zinc-100:hover{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-200:hover{--tw-bg-opacity: 1;background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-700:hover{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-800:hover{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-800\/50:hover{background-color:#27272a80}.hover\:from-purple-500\/30:hover{--tw-gradient-from: rgb(168 85 247 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-pink-500\/30:hover{--tw-gradient-to: rgb(236 72 153 / .3) var(--tw-gradient-to-position)}.hover\:to-pink-700:hover{--tw-gradient-to: #be185d var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-zinc-300:hover{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-zinc-400:focus{--tw-border-opacity: 1;border-color:rgb(161 161 170 / var(--tw-border-opacity, 1))}.focus\:border-zinc-500:focus{--tw-border-opacity: 1;border-color:rgb(113 113 122 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:border-transparent{border-color:transparent}.peer:checked~.peer-checked\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.peer:checked~.peer-checked\:from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.peer:checked~.peer-checked\:to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.peer:checked~.peer-checked\:opacity-100{opacity:1}.peer:-moz-placeholder~.peer-placeholder-shown\:top-4{top:1rem}.peer:placeholder-shown~.peer-placeholder-shown\:top-4{top:1rem}.peer:focus~.peer-focus\:top-1{top:.25rem}.peer:focus~.peer-focus\:text-xs{font-size:.75rem;line-height:1rem}.peer:focus~.peer-focus\:text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.peer:not(:-moz-placeholder)~.peer-\[\:not\(\:-moz-placeholder\)\]\:top-1{top:.25rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:top-1{top:.25rem}.peer:not(:-moz-placeholder)~.peer-\[\:not\(\:-moz-placeholder\)\]\:text-xs{font-size:.75rem;line-height:1rem}.peer:not(:placeholder-shown)~.peer-\[\:not\(\:placeholder-shown\)\]\:text-xs{font-size:.75rem;line-height:1rem}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:text-destructive-foreground:is(.dark *){color:hsl(var(--destructive-foreground))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-fuchsia-400:is(.dark *){--tw-text-opacity: 1;color:rgb(232 121 249 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:text-lime-400:is(.dark *){--tw-text-opacity: 1;color:rgb(163 230 53 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-rose-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:\[--shimmer-contrast\:rgba\(0\,0\,0\,0\.5\)\]:is(.dark *){--shimmer-contrast: rgba(0,0,0,.5)}@media (min-width: 640px){.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:w-6{width:1.5rem}.sm\:w-7{width:1.75rem}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-4{gap:1rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-7xl{font-size:4.5rem;line-height:1}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:h-7{height:1.75rem}.md\:h-9{height:2.25rem}.md\:w-7{width:1.75rem}.md\:w-9{width:2.25rem}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:h-8{height:2rem}.lg\:w-10{width:2.5rem}.lg\:w-8{width:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*{box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,dl,dt,dd,figure,hr{margin:0;padding:0}*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:var(--color-text-primary);background-color:var(--color-background)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}button{background:none;border:none;cursor:default}a{color:inherit;text-decoration:none;cursor:default}table{border-collapse:collapse;border-spacing:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-4)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--spacing-2)}.gap-4{gap:var(--spacing-4)}.m-2{margin:var(--spacing-2)}.m-4{margin:var(--spacing-4)}.p-2{padding:var(--spacing-2)}.p-4{padding:var(--spacing-4)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.font-medium{font-weight:var(--font-medium)}.font-semibold{font-weight:var(--font-semibold)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}button,header,nav,aside,[class*=sidebar],[class*=Sidebar],[class*=header],[class*=Header],[class*=fileTree],[class*=FileTree],[class*=menu],[class*=Menu],[class*=tab],[class*=Tab],[class*=toolbar],[class*=Toolbar]{-webkit-user-select:none;-moz-user-select:none;user-select:none}
