@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}._overlay_1ojya_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:100;background:#0000004d}._dialog_1ojya_14{background:#fff;border-radius:12px;padding:24px;width:400px;max-width:90vw;box-shadow:0 8px 32px #00000026}._header_1ojya_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._title_1ojya_30{margin:0;font-size:16px;font-weight:600;color:#333}._closeButton_1ojya_37{background:none;border:none;font-size:18px;cursor:pointer;color:#999;padding:4px 8px;border-radius:4px}._toggleRow_1ojya_47{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._toggleLabel_1ojya_54{font-size:14px;color:#555}._toggleTrack_1ojya_59{width:48px;height:26px;border-radius:13px;border:none;background:#ddd;cursor:pointer;position:relative;transition:background .2s;opacity:1}._toggleTrackActive_1ojya_71{background:#7c5cfc}._toggleTrackLoading_1ojya_75{cursor:not-allowed;opacity:.6}._toggleKnob_1ojya_80{width:20px;height:20px;border-radius:10px;background:#fff;position:absolute;top:3px;left:3px;transition:left .2s;box-shadow:0 1px 3px #0003}._toggleKnobActive_1ojya_92{left:25px}._error_1ojya_96{background:#fff0f0;color:#e53935;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px}._urlDisplay_1ojya_105{margin-top:4px}._urlContainer_1ojya_109{display:flex;align-items:center;gap:8px;background:#f8f8fc;border:1px solid #e0e0e8;border-radius:8px;padding:8px 12px}._urlText_1ojya_119{flex:1;font-size:13px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._copyBtn_1ojya_128{background:#7c5cfc;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}._copyBtnCopied_1ojya_141{background:#e8f5e9;color:#2e7d32}._hint_1ojya_146{font-size:12px;color:#999;margin-top:8px}._container_ztlea_6{position:fixed;bottom:0;left:48px;right:0;z-index:100;transition:transform .3s ease}._collapsed_ztlea_16,._expanded_ztlea_17{transform:translateY(0)}._toggleBtn_ztlea_22{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#1e1e2e;border:1px solid #333;border-bottom:none;border-radius:8px 8px 0 0;color:#ccc;font-size:12px;font-weight:600;cursor:pointer;margin-left:16px;transition:background .15s,color .15s;font-family:inherit}._toggleBtn_ztlea_22:hover{background:#2a2a3e;color:#fff}._toggleIcon_ztlea_47{display:flex;align-items:center;color:#7c5cfc}._toggleLabel_ztlea_53{flex:1}._toggleChevron_ztlea_57{font-size:10px;opacity:.6}._panel_ztlea_63{background:#1e1e2e;border-top:1px solid #333;padding:16px;animation:_slideUp_ztlea_1 .2s ease}@keyframes _slideUp_ztlea_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._inputArea_ztlea_82{display:flex;gap:12px;align-items:flex-end}._textarea_ztlea_88{flex:1;resize:vertical;min-height:60px;max-height:200px;padding:10px 12px;background:#2a2a3e;border:1px solid #444;border-radius:8px;color:#e0e0e0;font-size:13px;font-family:inherit;line-height:1.5;transition:border-color .15s}._textarea_ztlea_88:focus{outline:none;border-color:#7c5cfc}._textarea_ztlea_88::placeholder{color:#666}._textarea_ztlea_88:disabled{opacity:.6}._submitBtn_ztlea_118{padding:10px 20px;background:linear-gradient(135deg,#7c5cfc,#5b8def);border:none;border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;min-width:64px;min-height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .15s}._submitBtn_ztlea_118:hover:not(:disabled){opacity:.9}._submitBtn_ztlea_118:disabled{opacity:.6;cursor:not-allowed}._spinner_ztlea_147{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_ztlea_147 .6s linear infinite}@keyframes _spin_ztlea_147{to{transform:rotate(360deg)}}._error_ztlea_164{margin-top:8px;padding:8px 12px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#f87171;font-size:12px}._hint_ztlea_175{margin-top:8px;font-size:11px;color:#555}._overlay_1hfwq_1{position:fixed;inset:0;background:#00000026;z-index:999}._panel_1hfwq_8{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:1000;display:flex;flex-direction:column;box-shadow:-8px 0 30px #0000001a;animation:_slideFromRight_1hfwq_1 .2s ease-out}@keyframes _slideFromRight_1hfwq_1{0%{transform:translate(100%)}to{transform:translate(0)}}._header_1hfwq_32{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #ececf0}._headerTitle_1hfwq_40{font-size:14px;font-weight:700;color:#1a1a2e}._closeBtn_1hfwq_46{background:none;border:none;font-size:14px;color:#888;cursor:pointer;padding:4px}._userInfo_1hfwq_55{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #ececf0}._avatarLarge_1hfwq_63{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}._userDetails_1hfwq_77{display:flex;flex-direction:column;gap:2px}._userName_1hfwq_83{font-size:13px;font-weight:600;color:#1a1a2e}._userEmail_1hfwq_89{font-size:11px;color:#888}._planBadge_1hfwq_94{display:inline-block;margin-top:4px;padding:2px 8px;font-size:10px;font-weight:600;color:#7c5cfc;background:#7c5cfc14;border-radius:4px;width:fit-content}._menuList_1hfwq_106{overflow-y:auto;padding:8px 0}._menuItem_1hfwq_111{display:flex;align-items:center;gap:10px;width:100%;padding:10px 20px;border:none;background:none;font-size:13px;color:#333;cursor:pointer;font-family:inherit;text-align:left}._menuItem_1hfwq_111:hover{background:#f5f5fa}._menuIcon_1hfwq_130{display:flex;align-items:center;color:#888}._separator_1hfwq_136{height:1px;background:#ececf0;margin:4px 0}._logoutBtn_1hfwq_142{display:flex;align-items:center;gap:10px;width:100%;padding:10px 20px;border:none;background:none;font-size:13px;color:#e06060;cursor:pointer;font-family:inherit;text-align:left}._logoutBtn_1hfwq_142:hover{background:#fef2f2}._root_1h66p_4{font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif;background:var(--theme-bg);height:100vh;display:flex;flex-direction:column;color:var(--theme-title-color);overflow:hidden}._root_1h66p_4 *::-webkit-scrollbar{width:5px;height:5px}._root_1h66p_4 *::-webkit-scrollbar-track{background:transparent}._root_1h66p_4 *::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}@keyframes _pulse_1h66p_1{0%,to{opacity:.5}50%{opacity:1}}@keyframes _dragPulse_1h66p_612{0%,to{stroke-opacity:.3}50%{stroke-opacity:.7}}._titleBar_1h66p_63{height:40px;background:var(--theme-title-bar);border-bottom:1px solid var(--theme-title-bar-border);display:flex;align-items:center;padding:0 16px;flex-shrink:0}._logoIcon_1h66p_73{width:22px;height:22px;border-radius:5px;margin-right:8px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}._brandName_1h66p_86{font-size:13px;font-weight:700;color:var(--theme-title-color);letter-spacing:-.02em}._logoLink_1h66p_93{display:flex;align-items:center;text-decoration:none;color:inherit;cursor:pointer}._divider_1h66p_101{width:1px;height:18px;background:var(--theme-title-bar-border);margin:0 10px}._titleInput_1h66p_108{font-size:12px;font-weight:500;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:4px;padding:2px 8px;color:var(--theme-title-color);outline:none;width:180px;font-family:inherit}._titleText_1h66p_121{font-size:12px;font-weight:500;cursor:pointer;padding:2px 8px;border-radius:4px;color:var(--theme-title-sub)}._shareButton_1h66p_130{height:26px;padding:0 10px;cursor:pointer;font-size:11px;font-weight:600;font-family:inherit;transition:all .15s;display:flex;align-items:center;gap:4px;margin-left:8px;border-radius:6px}._shareButtonActive_1h66p_145{border:1px solid var(--theme-accent-40);background:var(--theme-accent-10);color:var(--theme-accent)}._shareButtonInactive_1h66p_151{border:1px solid var(--theme-title-bar-border);background:transparent;color:var(--theme-title-sub)}._spacer_1h66p_157{flex:1}._connectBanner_1h66p_161{display:flex;align-items:center;gap:8px;padding:4px 12px;border-radius:6px;background:var(--theme-sidebar-active-bg);border:1px solid var(--theme-accent-40);animation:_pulse_1h66p_1 1.5s ease infinite}._connectBannerText_1h66p_172{font-size:11px;color:var(--theme-accent);font-weight:500}._connectBannerClose_1h66p_178{width:18px;height:18px;border:none;border-radius:3px;background:var(--theme-accent-18);color:var(--theme-accent);cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center}._saveStatus_1h66p_192{font-size:10px;margin-left:12px}._zoomPercent_1h66p_197{font-size:10px;color:var(--theme-status-text);margin-left:12px}._editorAvatar_1h66p_203{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;cursor:pointer;border:none;padding:0;margin-left:12px}._mainContent_1h66p_224{display:flex;flex:1;overflow:hidden}._sidebar_1h66p_234{width:44px;background:var(--theme-sidebar);border-right:1px solid var(--theme-sidebar-border);display:flex;flex-direction:column;align-items:center;padding:8px 0;gap:2px;flex-shrink:0}._sidebarSep_1h66p_246{width:24px;height:1px;background:var(--theme-sidebar-border);margin:4px 0}._toolButton_1h66p_253{width:34px;height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;position:relative}._toolButton_1h66p_253 ._toolTip_1h66p_265{display:none;position:absolute;left:46px;top:50%;transform:translateY(-50%);background:var(--tooltip-bg);color:#fff;font-size:10px;padding:3px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10}._toolButton_1h66p_253:hover ._toolTip_1h66p_265{display:block}._toolButtonActive_1h66p_285{background:var(--theme-sidebar-active-bg);color:var(--theme-sidebar-active)}._toolButtonInactive_1h66p_290{background:transparent;color:var(--theme-sidebar-icon)}._canvas_1h66p_299{flex:1;overflow:auto;background:var(--theme-canvas-bg);background-image:radial-gradient(circle,var(--theme-dot-grid) .5px,transparent .5px)}._svg_1h66p_306{overflow:visible}._rightPanel_1h66p_314{width:220px;background:var(--theme-panel-bg);border-left:1px solid var(--theme-panel-border);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}._rightPanelHeader_1h66p_324{padding:10px 14px;border-bottom:1px solid var(--theme-panel-border)}._rightPanelTitle_1h66p_329{font-size:10px;font-weight:700;color:var(--theme-panel-label);text-transform:uppercase;letter-spacing:.08em}._panelSection_1h66p_341{padding:12px 14px;border-bottom:1px solid var(--theme-panel-border)}._panelSectionLabel_1h66p_346{font-size:9px;font-weight:700;color:var(--theme-panel-label);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}._panelRow_1h66p_355{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}._panelRowLabel_1h66p_362{font-size:11px;color:var(--theme-panel-label);font-weight:500}._panelRowChildren_1h66p_368{display:flex;align-items:center;gap:4px}._panelInput_1h66p_374{width:100%;height:30px;font-size:12px;padding:0 8px;border:1px solid var(--theme-input-border);border-radius:6px;outline:none;background:var(--theme-input-bg);color:var(--theme-panel-text);font-family:inherit}._panelBtn_1h66p_387{height:28px;border-radius:6px;cursor:pointer;font-size:11px;font-weight:600;font-family:inherit;transition:all .1s}._panelBtnFull_1h66p_397{width:100%;padding:0}._panelBtnAuto_1h66p_402{width:auto;padding:0 10px}._multiSelBadge_1h66p_407{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--theme-accent, #7c5cfc);color:#fff;font-size:11px;font-weight:700}._dangerBtn_1h66p_421{width:100%;height:28px;border-radius:6px;cursor:pointer;font-size:11px;font-weight:600;font-family:inherit;background:#e06060;color:#fff;border:none;transition:all .1s}._dangerBtn_1h66p_421:hover{background:#d04040}._panelValueText_1h66p_439{font-size:11px;color:var(--theme-panel-text);font-weight:500}._panelValueTextLarge_1h66p_445{font-size:12px;color:var(--theme-panel-text);font-weight:600}._panelActions_1h66p_451{display:flex;gap:6px;flex-wrap:wrap}._colorSwatch_1h66p_461{width:22px;height:22px;border-radius:6px;cursor:pointer;transition:all .1s}._themePickerWrapper_1h66p_473{position:relative}._themePickerTrigger_1h66p_477{padding:7px 10px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);color:var(--theme-panel-text)}._themePickerLabel_1h66p_491{display:flex;align-items:center;gap:8px}._themePickerEmoji_1h66p_497{font-size:14px}._themePickerArrow_1h66p_501{font-size:10px;color:var(--theme-panel-label)}._themePickerDropdown_1h66p_506{position:absolute;top:38px;left:0;right:0;background:var(--theme-panel-bg);border:1px solid var(--theme-panel-border);border-radius:7px;padding:4px;z-index:10;box-shadow:var(--theme-picker-shadow)}._themePickerOption_1h66p_519{padding:7px 10px;border-radius:5px;cursor:pointer;font-size:12px;font-weight:500;display:flex;align-items:center;gap:8px}._laneNameInput_1h66p_534{width:100%;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:4px;color:var(--theme-title-color);font-size:12px;font-weight:600;padding:2px 6px;outline:none;font-family:inherit}._nodeEditInput_1h66p_547{width:100%;height:100%;border:none;outline:none;text-align:center;font-size:13.5px;background:transparent;color:var(--theme-title-color);font-weight:500;font-family:inherit}._noteEditInput_1h66p_560{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:8px;color:#8d6e63;text-align:center;font-family:inherit}._statusBar_1h66p_576{height:24px;background:var(--theme-status-bg);border-top:1px solid var(--theme-status-border);display:flex;align-items:center;padding:0 14px;gap:16px;flex-shrink:0}._statusText_1h66p_587{font-size:10px;color:var(--theme-status-text)}._statusTextFaded_1h66p_592{font-size:10px;color:var(--theme-status-text);opacity:.5}._statusTextHint_1h66p_598{font-size:10px;color:var(--theme-status-text);opacity:.6}._dragPulseAnim_1h66p_612{animation:_dragPulse_1h66p_612 1s ease infinite;pointer-events:none}._fileButton_1h66p_621{width:38px;height:42px;border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;gap:2px;position:relative;color:var(--theme-sidebar-icon)}._fileButton_1h66p_621 ._toolTip_1h66p_265{display:none;position:absolute;left:46px;top:50%;transform:translateY(-50%);background:var(--tooltip-bg);color:#fff;font-size:10px;padding:3px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10}._fileButton_1h66p_621:hover{background:var(--theme-sidebar-active-bg);color:var(--theme-sidebar-active)}._fileButton_1h66p_621:hover ._toolTip_1h66p_265{display:block}._fileButtonText_1h66p_661{font-size:9px;font-weight:700;letter-spacing:-.02em;font-family:inherit}._settingCheckbox_1h66p_672{display:flex;align-items:center;gap:6px;margin-bottom:5px;cursor:pointer}._checkboxBox_1h66p_680{width:15px;height:15px;border-radius:3px;border:1.5px solid var(--theme-input-border);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}._checkboxBoxChecked_1h66p_693{border-color:var(--theme-accent, #7c5cfc);background:var(--theme-accent, #7c5cfc)}._checkboxLabel_1h66p_698{font-size:10.5px;color:var(--theme-panel-text);font-weight:500}._canvasNoDots_1h66p_704{background-image:none}._centerScreen_ik3jg_1{display:flex;align-items:center;justify-content:center;height:100vh;font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif}._loading_ik3jg_9{color:#999}._error_ik3jg_13{color:#e06060}._card_sopo8_1{background:#fff;border-radius:12px;border:1px solid #e8e8ee;overflow:hidden;transition:box-shadow .15s,border-color .15s;display:flex;flex-direction:column;position:relative;cursor:pointer}._cardHovered_sopo8_15{border-color:#7c5cfc;box-shadow:0 4px 16px #7c5cfc1f}._thumbnail_sopo8_21{position:relative;height:150px;overflow:hidden;border-bottom:1px solid #e8e8ee;background:#f5f5f8}._hoverOverlay_sopo8_30{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;animation:_fadeIn_sopo8_1 .12s ease-out}@keyframes _fadeIn_sopo8_1{0%{opacity:0}to{opacity:1}}._openButton_sopo8_50{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;background:#7c5cfc;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .12s}._openButton_sopo8_50:hover{background:#6a4ae0}._menuButton_sopo8_71{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#ffffffe6;border:1px solid #e0e0e8;border-radius:6px;font-size:16px;line-height:1;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s;z-index:2}._menuButton_sopo8_71:hover{background:#fff;color:#333}._info_sopo8_99{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px}._title_sopo8_107{font-size:14px;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}._renameInput_sopo8_118{font-size:14px;font-weight:600;color:#333;border:1px solid #7c5cfc;border-radius:4px;padding:2px 6px;outline:none;background:#faf9ff;width:100%;box-sizing:border-box}._meta_sopo8_132{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._laneDots_sopo8_140{display:flex;align-items:center;gap:3px}._laneDot_sopo8_140{width:8px;height:8px;border-radius:50%;display:inline-block}._updatedAt_sopo8_154{font-size:11px;color:#999}._shareBadge_sopo8_160{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#7c5cfc;background:#f0ecff;padding:1px 6px;border-radius:4px}._hiddenLink_sopo8_172{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}._hiddenDelete_sopo8_182{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:none;background:none}._dangerButton_sopo8_193{background:#ef4444!important}._dangerButton_sopo8_193:hover{background:#dc2626!important}._menu_h0t93_1{position:fixed;z-index:300;width:180px;background:#fff;border-radius:10px;padding:5px;border:1px solid #ececf0;box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000a;animation:_ctxIn_h0t93_1 .15s ease both}@keyframes _ctxIn_h0t93_1{0%{opacity:0;transform:scale(.95) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}._separator_h0t93_26{height:1px;background:#f0f0f4;margin:4px 0}._item_h0t93_32{display:block;width:100%;padding:7px 10px;border:none;border-radius:6px;background:none;cursor:pointer;font-size:12px;font-weight:500;color:#444;text-align:left;transition:background .1s}._item_h0t93_32:hover{background:#f5f5fa}._itemDanger_h0t93_51{color:#e06060}._itemDanger_h0t93_51:hover{background:#fff5f5}._topbar_1jylv_1{height:52px;border-bottom:1px solid #ececf0;display:flex;align-items:center;padding:0 20px;flex-shrink:0;gap:12px;background:#fff}._logo_1jylv_12{display:flex;align-items:center;gap:8px;margin-right:8px}._logoIcon_1jylv_19{width:26px;height:26px;border-radius:6px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff}._logoText_1jylv_32{font-size:15px;font-weight:800;letter-spacing:-.03em;color:#1a1a2e}._divider_1jylv_39{width:1px;height:20px;background:#ececf0}._searchWrapper_1jylv_45{position:relative;flex:1;max-width:400px}._searchIcon_1jylv_51{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;color:#bbb}._searchInput_1jylv_60{width:100%;height:34px;padding-left:32px;padding-right:12px;border:1px solid #ececf0;border-radius:8px;font-size:13px;color:#333;outline:none;background:#fafafd;font-family:inherit;transition:all .15s}._searchInput_1jylv_60:focus{border-color:#7c5cfc;box-shadow:0 0 0 3px #7c5cfc14}._spacer_1jylv_80{flex:1}._avatar_1jylv_84{width:30px;height:30px;padding:0;border:none;border-radius:15px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;cursor:pointer}._sidebar_1glid_1{width:220px;border-right:1px solid #ececf0;padding:16px 12px;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;background:#fff}._navGroup_1glid_12{display:flex;flex-direction:column;gap:2px}._navItem_1glid_18{width:100%;padding:7px 10px;border:none;border-radius:7px;background:none;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;font-family:inherit;color:#666;cursor:pointer;text-align:left;transition:all .12s ease}._navItem_1glid_18:hover{background:#f5f5fa;color:#444}._navItemActive_1glid_41{background:#f0ebff;color:#7c5cfc;font-weight:600}._navIcon_1glid_47{font-size:14px;width:20px;text-align:center;opacity:.7}._divider_1glid_54{height:1px;background:#ececf0;margin:16px 0}._userSection_1glid_60{margin-bottom:4px}._userInfo_1glid_64{display:flex;align-items:center;gap:6px;padding:4px 10px;margin-bottom:4px}._userAvatar_1glid_72{width:18px;height:18px;border-radius:9px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff}._userName_1glid_85{font-size:12px;font-weight:600;color:#444}._planBadge_1glid_91{font-size:9px;font-weight:600;color:#7c5cfc;background:#f0ebff;padding:1px 6px;border-radius:4px}._sectionTitle_1glid_100{font-size:10px;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;margin-bottom:4px}._teamItem_1glid_110{padding:7px 10px;border-radius:7px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .12s ease}._teamItem_1glid_110:hover{background:#f5f5fa}._teamInfo_1glid_127{display:flex;align-items:center;gap:8px}._teamIcon_1glid_133{width:18px;height:18px;border-radius:4px;background:#f0f0f6;display:flex;align-items:center;justify-content:center;font-size:9px;color:#999}._teamCount_1glid_145{font-size:10px;color:#ccc;font-weight:500}._spacer_1glid_151{flex:1}._upgradeCard_1glid_155{margin:12px 4px 0;padding:16px;border-radius:12px;background:#fafafd;border:1px solid #ececf0;text-align:center}._upgradeIcon_1glid_164{font-size:18px;margin-bottom:6px}._upgradeText_1glid_169{font-size:11px;color:#999;line-height:1.5;margin-bottom:10px}._upgradeBtn_1glid_176{width:100%;height:30px;border:none;border-radius:7px;background:#7c5cfc;color:#fff;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit}._overlay_1leq5_1{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}._card_1leq5_12{width:380px;background:#fff;border-radius:16px;padding:32px 28px 24px;text-align:center;box-shadow:0 20px 60px #00000026;animation:_modalPop_1leq5_1 .2s ease-out}._iconWrap_1leq5_22{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}._iconDanger_1leq5_32{background:#fef2f2;color:#e06060}._iconInfo_1leq5_37{background:#f3f0ff;color:#7c5cfc}._title_1leq5_42{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 8px}._message_1leq5_49{font-size:14px;color:#6b7280;margin:0 0 24px;line-height:1.5}._buttons_1leq5_56{display:flex;gap:12px}._cancelBtn_1leq5_61{flex:1;padding:10px 0;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer}._cancelBtn_1leq5_61:hover{background:#f9fafb}._confirmBtn_1leq5_77{flex:1;padding:10px 0;border:none;border-radius:10px;background:linear-gradient(135deg,#7c5cfc,#6a4ff0);color:#fff;font-size:14px;font-weight:500;cursor:pointer}._confirmBtn_1leq5_77:hover{opacity:.9}._danger_1leq5_93{background:#e06060}._danger_1leq5_93:hover{background:#d04040}@keyframes _modalPop_1leq5_1{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}._toast_15k7v_1{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;padding:12px 24px;border-radius:12px;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px #0003;z-index:1100;animation:_toastIn_15k7v_1 .3s ease-out}._icon_15k7v_19{font-size:16px}@keyframes _toastIn_15k7v_1{0%{opacity:0;transform:translate(-50%) translateY(16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _shimmer_2m14e_1{0%{background-position:-400px 0}to{background-position:400px 0}}._skeleton_2m14e_10{display:flex;flex-direction:column;height:100vh;background:#f8f8fa;font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif}._bone_2m14e_18{background:linear-gradient(90deg,#f0f0f4 25%,#e8e8ee 37%,#f0f0f4 63%);background-size:800px 100%;animation:_shimmer_2m14e_1 1.5s ease infinite;border-radius:6px}._topbar_2m14e_25{height:52px;border-bottom:1px solid #f0f0f4;display:flex;align-items:center;padding:0 20px;gap:12px;flex-shrink:0}._logo_2m14e_35{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800}._logoText_2m14e_48{font-size:15px;font-weight:800;color:#1a1a2e;letter-spacing:-.03em}._topbarSpacer_2m14e_55{flex:1}._avatarBone_2m14e_59{width:32px;height:32px;border-radius:50%}._body_2m14e_65{display:flex;flex:1;overflow:hidden}._sidebar_2m14e_71{width:220px;border-right:1px solid #f0f0f4;padding:20px 16px}._main_2m14e_77{flex:1;padding:28px 36px}._titleBone_2m14e_82{width:140px;height:24px;margin-bottom:20px}._tabs_2m14e_88{display:flex;gap:16px;margin-bottom:28px}._cardGrid_2m14e_94{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}._card_2m14e_94{border-radius:12px;overflow:hidden;border:1px solid #f0f0f4}._cardThumb_2m14e_106{height:140px;border-radius:0}._cardInfo_2m14e_111{padding:14px 16px}._cardTitle_2m14e_115{width:70%;height:14px;margin-bottom:8px}._cardMeta_2m14e_121{width:45%;height:10px}._layout_uhdce_6{display:flex;flex-direction:column;height:100vh;font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif;background:#f8f8fa;overflow:hidden}@keyframes _contentFadeIn_uhdce_25{0%{opacity:0}to{opacity:1}}._contentFadeIn_uhdce_25{animation:_contentFadeIn_uhdce_25 .3s ease both;display:flex;flex-direction:column;flex:1}._body_uhdce_32{display:flex;flex:1;overflow:hidden}._main_uhdce_39{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0 32px 32px}._subheader_uhdce_48{display:flex;align-items:center;justify-content:space-between;padding:20px 0 16px;position:sticky;top:0;background:#f8f8fa;z-index:2}._title_uhdce_59{font-size:20px;font-weight:700;margin:0;color:#333}._controls_uhdce_66{display:flex;align-items:center;gap:12px}._sortSelect_uhdce_73{height:32px;padding:0 28px 0 10px;background:#fff;border:1px solid #e0e0e4;border-radius:6px;font-size:13px;color:#555;cursor:pointer;outline:none;font-family:inherit;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}._sortSelect_uhdce_73:hover{border-color:#c0c0c8}._sortSelect_uhdce_73:focus{border-color:#7c5cfc;box-shadow:0 0 0 2px #7c5cfc26}._viewToggle_uhdce_100{display:flex;background:#fff;border:1px solid #e0e0e4;border-radius:6px;overflow:hidden}._viewBtn_uhdce_108{width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#999;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}._viewBtn_uhdce_108:hover{background:#f0f0f4;color:#666}._viewBtnActive_uhdce_129{background:#f0ebff;color:#7c5cfc}._viewBtnActive_uhdce_129:hover{background:#e8deff;color:#7c5cfc}._error_uhdce_140{padding:12px 16px;background:#ffebee;color:#c62828;border-radius:8px;margin-bottom:16px;font-size:13px}._empty_uhdce_150{text-align:center;padding:80px 24px;color:#999}._emptyIcon_uhdce_156{width:64px;height:64px;margin:0 auto 16px;background:#f5f3ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#7c5cfc}._emptyTitle_uhdce_169{font-size:16px;margin-bottom:8px;color:#666}._emptySubtitle_uhdce_175{font-size:13px;color:#aaa}._grid_uhdce_181{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}._list_uhdce_190{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8ec;border-radius:10px;overflow:hidden}._listHeader_uhdce_199{display:grid;grid-template-columns:1fr 140px 100px 48px;padding:10px 16px;font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #f0f0f4;background:#fafafc}._listRow_uhdce_212{display:grid;grid-template-columns:1fr 140px 100px 48px;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f4;transition:background .1s;position:relative}._listRow_uhdce_212:last-child{border-bottom:none}._listRow_uhdce_212:hover{background:#fafafc}._listName_uhdce_230{display:flex;align-items:center;gap:8px;min-width:0}._listLink_uhdce_237{font-size:14px;font-weight:500;color:#333;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._listLink_uhdce_237:hover{color:#7c5cfc}._listUpdated_uhdce_251{font-size:13px;color:#888}._listLanes_uhdce_256{display:flex;gap:4px;align-items:center}._listActions_uhdce_262{display:flex;justify-content:center}._shareBadge_uhdce_268{font-size:10px;padding:2px 6px;background:#f0ebff;color:#7c5cfc;border-radius:4px;white-space:nowrap;flex-shrink:0}._laneDot_uhdce_279{display:inline-block;width:8px;height:8px;border-radius:50%}._menuBtn_uhdce_287{width:28px;height:28px;border:none;background:transparent;cursor:pointer;font-size:16px;color:#999;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s}._menuBtn_uhdce_287:hover{background:#f0f0f4;color:#666}._createCard_uhdce_308{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:200px;border:2px dashed #d8d8e4;border-radius:12px;background:transparent;cursor:pointer;font-family:inherit;transition:all .15s}._createCard_uhdce_308:hover{border-color:#7c5cfc;background:#fafaff}._createCardDisabled_uhdce_328{cursor:not-allowed;opacity:.6}._createCardIconBg_uhdce_333{width:48px;height:48px;border-radius:14px;background:#f5f3ff;display:flex;align-items:center;justify-content:center}._createCardText_uhdce_343{font-size:13px;color:#7c5cfc;font-weight:600}._root_fspcn_1{position:relative;font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif;background:var(--theme-bg);height:100vh;display:flex;flex-direction:column;color:var(--theme-title-color);overflow:hidden}._titleBar_fspcn_12{height:40px;background:var(--theme-title-bar);border-bottom:1px solid var(--theme-title-bar-border);display:flex;align-items:center;padding:0 16px;flex-shrink:0}._logoIcon_fspcn_22{width:22px;height:22px;border-radius:5px;margin-right:8px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}._brandName_fspcn_35{font-size:13px;font-weight:700;color:var(--theme-title-color);letter-spacing:-.02em}._zoomControls_fspcn_42{display:flex;align-items:center;gap:4px}._zoomBtn_fspcn_48{width:24px;height:24px;border:1px solid var(--theme-title-bar-border);border-radius:4px;background:transparent;cursor:pointer;font-size:14px;color:var(--theme-title-sub);display:flex;align-items:center;justify-content:center}._zoomText_fspcn_62{font-size:10px;color:var(--theme-status-text);min-width:32px;text-align:center}._canvas_fspcn_69{flex:1;overflow:auto;background:var(--theme-canvas-bg);background-image:radial-gradient(circle,var(--theme-dot-grid) .5px,transparent .5px);padding:40px;transition:filter .4s;position:relative}._canvasBlurred_fspcn_79{filter:blur(2px);overflow:hidden}._svg_fspcn_84{overflow:visible}._footer_fspcn_88{height:36px;background:var(--theme-status-bg);border-top:1px solid var(--theme-status-border);display:flex;align-items:center;justify-content:space-between;padding:0 12px;flex-shrink:0}._footerLeft_fspcn_99{display:flex;align-items:center;gap:8px}._footerIcon_fspcn_105{width:16px;height:16px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700;color:#fff}._footerText_fspcn_117{font-size:11px;color:var(--theme-status-text);font-weight:500}._overlay_1njip_1{position:absolute;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0a0a1e59;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:_overlayIn_1njip_1 .3s ease both}._content_1njip_14{display:flex;flex-direction:column;align-items:center;padding:32px;background:#fff;border-radius:18px;box-shadow:0 24px 80px #0003,0 0 0 1px #0000000a;max-width:400px;width:100%;animation:_modalIn_1njip_1 .35s cubic-bezier(.16,1,.3,1) both}._logo_1njip_29{width:40px;height:40px;border-radius:9px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;color:#fff;box-shadow:0 2px 8px #7c5cfc40}._brandName_1njip_43{font-size:13px;font-weight:700;color:#1a1a2e;margin-top:8px;letter-spacing:-.02em}._flowTitle_1njip_51{font-size:18px;font-weight:800;color:#1a1a2e;margin:14px 0 4px;letter-spacing:-.03em;text-align:center}._subtitle_1njip_60{font-size:12px;color:#999;margin-bottom:6px}._meta_1njip_66{display:flex;align-items:center;gap:6px;margin-bottom:22px}._laneDot_1njip_73{width:8px;height:8px;border-radius:4px}._metaText_1njip_79{font-size:10px;color:#bbb;margin-left:4px}._ctaButton_1njip_85{height:44px;padding:0 32px;border:none;border-radius:12px;background:linear-gradient(135deg,#7c5cfc,#6246ea);font-size:13px;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px #7c5cfc4d;margin-bottom:10px;transition:transform .15s,box-shadow .15s}._ctaButton_1njip_85:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c5cfc66}._freeText_1njip_108{font-size:10px;color:#ccc}._overlayDark_1njip_114{background:#0a0a1e80}._brandNameDark_1njip_118{color:#ffffffe6}._flowTitleDark_1njip_122{color:#fff}@keyframes _overlayIn_1njip_1{0%{opacity:0}to{opacity:1}}@keyframes _modalIn_1njip_1{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}._wrapper_7hbgf_1{position:fixed;bottom:0;left:0;right:0;z-index:50;animation:_slideUp_7hbgf_1 .35s cubic-bezier(.16,1,.3,1) both}._bar_7hbgf_10{margin:0 20px 20px;background:#1a1a2ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;padding:16px 24px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 32px #0003}._logo_7hbgf_22{width:32px;height:32px;border-radius:7px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #7c5cfc40}._textBlock_7hbgf_37{flex:1;min-width:0}._heading_7hbgf_42{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px}._subText_7hbgf_49{font-size:11px;color:#ffffff80}._ctaLink_7hbgf_54{height:38px;padding:0 20px;border:none;border-radius:10px;background:linear-gradient(135deg,#7c5cfc,#6246ea);font-size:12px;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;white-space:nowrap;box-shadow:0 2px 12px #7c5cfc66;text-decoration:none;display:flex;align-items:center;transition:transform .15s,box-shadow .15s}._ctaLink_7hbgf_54:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7c5cfc80}._closeBtn_7hbgf_80{width:28px;height:28px;border:none;border-radius:7px;background:#ffffff1a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:14px;flex-shrink:0;transition:background .15s}._closeBtn_7hbgf_80:hover{background:#ffffff2e}@keyframes _slideUp_7hbgf_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._centerScreen_19r52_1{display:flex;align-items:center;justify-content:center;height:100vh;font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif}._centerScreenColumn_19r52_9{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;font-family:DM Sans,Noto Sans JP,Helvetica Neue,sans-serif;gap:12px}._loading_19r52_19{color:#999}._error_19r52_23{color:#e06060}._errorMessage_19r52_27{font-size:16px;font-weight:600}._topLink_19r52_32{font-size:14px;color:#7c5cfc}._navbar_ol30k_1{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;transition:background .3s,backdrop-filter .3s}._scrolled_ol30k_15{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}._inner_ol30k_21{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;display:flex;align-items:center;justify-content:space-between}._logo_ol30k_31{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}._logoIcon_ol30k_39{width:32px;height:32px;background:var(--gradient);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff}._logoText_ol30k_52{font-size:18px;font-weight:700;letter-spacing:-.02em}._navLinks_ol30k_58{display:flex;align-items:center;gap:8px}._navLink_ol30k_58{background:none;border:none;color:var(--text-sub);font-size:14px;font-weight:500;padding:8px 16px;border-radius:8px;cursor:pointer;transition:color .2s,background .2s;font-family:inherit}._navLink_ol30k_58:hover{color:var(--text);background:#0000000d}._actions_ol30k_84{display:flex;align-items:center;gap:12px}._loginBtn_ol30k_90{background:none;border:none;color:var(--text-sub);font-size:14px;font-weight:500;padding:8px 16px;border-radius:8px;cursor:pointer;transition:color .2s;font-family:inherit}._loginBtn_ol30k_90:hover{color:var(--text)}._signupBtn_ol30k_107{background:var(--gradient);color:#fff;border:none;font-size:14px;font-weight:600;padding:8px 20px;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit}._signupBtn_ol30k_107:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7c5cfc4d}._hero_c9tnu_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:100px 24px 80px}._dotGrid_c9tnu_11{position:absolute;inset:0;background-image:radial-gradient(rgba(0,0,0,.06) 1px,transparent 1px);background-size:32px 32px;animation:_gridDrift_c9tnu_1 8s linear infinite}._orb_c9tnu_19{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;animation:_float_c9tnu_1 6s ease-in-out infinite}._orb1_c9tnu_27{width:400px;height:400px;background:var(--brand);top:10%;left:20%}._orb2_c9tnu_35{width:300px;height:300px;background:var(--blue);bottom:20%;right:15%;animation-delay:-3s}._content_c9tnu_44{position:relative;z-index:1;text-align:center;max-width:720px;animation:_fadeUp_c9tnu_1 .8s ease-out}._badge_c9tnu_52{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;border:1px solid var(--border);background:#00000008;font-size:14px;color:var(--text-sub);margin-bottom:32px}._badgeDot_c9tnu_65{width:8px;height:8px;border-radius:50%;background:#4ecdc4;animation:_pulse_c9tnu_1 2s ease-in-out infinite}._heading_c9tnu_73{font-size:56px;font-weight:700;line-height:1.2;letter-spacing:-.03em;margin:0 0 24px}._gradientText_c9tnu_81{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtext_c9tnu_88{font-size:18px;color:var(--text-sub);line-height:1.7;margin:0 0 40px}._landing_p6uf4_3{--brand: #7c5cfc;--brand-light: #9b82fd;--blue: #5b8def;--gradient: linear-gradient(135deg, #7c5cfc, #5b8def);--bg: #ffffff;--text: #1a1a2e;--text-sub: #64648c;--text-muted: #9090a8;--border: rgba(0, 0, 0, .08);--font: "Satoshi", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}@keyframes _fadeUp_p6uf4_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _float_p6uf4_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes _gridDrift_p6uf4_1{0%{background-position:0 0}to{background-position:40px 40px}}@keyframes _pulse_p6uf4_1{0%,to{opacity:.4}50%{opacity:.8}}@keyframes _slideIn_p6uf4_1{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}._container_p6uf4_73{max-width:1200px;margin:0 auto;padding:0 24px}._sectionTitle_p6uf4_79{font-size:36px;font-weight:700;text-align:center;letter-spacing:-.02em}._sectionSub_p6uf4_86{font-size:16px;color:var(--text-sub);text-align:center;margin-bottom:48px}._btnPrimary_p6uf4_93{background:var(--gradient);color:#fff;padding:14px 32px;border-radius:12px;border:none;font-weight:600;font-size:16px;cursor:pointer;transition:transform .2s,box-shadow .2s}._btnPrimary_p6uf4_93:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c5cfc66}._btnSecondary_p6uf4_112{background:transparent;color:var(--text);padding:14px 32px;border-radius:12px;border:1px solid var(--border);font-weight:600;font-size:16px;cursor:pointer;transition:border-color .2s,background .2s}._btnSecondary_p6uf4_112:hover{border-color:var(--text-muted);background:#00000008}._preview_1l7ts_1{max-width:900px;margin:-40px auto 0;position:relative;z-index:2;padding:0 24px}._window_1l7ts_9{background:#f8f8fc;border-radius:16px;border:1px solid var(--border);overflow:hidden;box-shadow:0 32px 64px #0000001a}._titleBar_1l7ts_17{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--border)}._dot_1l7ts_25{width:12px;height:12px;border-radius:50%}._dotRed_1l7ts_31{background:#ff5f57}._dotYellow_1l7ts_35{background:#ffbd2e}._dotGreen_1l7ts_39{background:#28c840}._editor_1l7ts_43{display:flex;min-height:280px}._lane_1l7ts_48{flex:1;border-right:1px solid var(--border);padding:0}._lane_1l7ts_48:last-child{border-right:none}._laneHeader_1l7ts_58{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border);font-size:13px;font-weight:600}._laneDot_1l7ts_68{width:8px;height:8px;border-radius:50%}._laneBody_1l7ts_74{padding:16px;display:flex;flex-direction:column;gap:12px}._node_1l7ts_81{padding:10px 14px;border-radius:8px;border:1px solid var(--border);background:#00000005;font-size:12px;color:var(--text-sub)}._section_1085t_1{padding:120px 0}._grid_1085t_5{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:0 24px}._card_1085t_14{background:#00000005;border:1px solid var(--border);border-radius:16px;padding:32px;transition:border-color .2s,transform .2s}._card_1085t_14:hover{border-color:#0000001f;transform:translateY(-4px)}._icon_1085t_29{width:48px;height:48px;border-radius:12px;background:#7c5cfc1a;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px}._cardTitle_1085t_41{font-size:18px;font-weight:600;margin:0 0 8px}._cardDesc_1085t_47{font-size:14px;color:var(--text-sub);line-height:1.6;margin:0}._section_11o53_1{padding:120px 0}._steps_11o53_5{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:16px}._step_11o53_5{text-align:center}._stepNumber_11o53_16{width:56px;height:56px;border-radius:50%;background:var(--gradient);display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;margin-bottom:24px}._stepTitle_11o53_30{font-size:20px;font-weight:600;margin:0 0 12px}._stepDesc_11o53_36{font-size:14px;color:var(--text-sub);line-height:1.6;margin:0}._section_pxitz_1{padding:120px 0;text-align:center}._heading_pxitz_6{font-size:40px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px}._sub_pxitz_13{font-size:16px;color:var(--text-sub);margin:0 0 40px}._footer_51ekm_1{padding:48px 0;border-top:1px solid var(--border)}._inner_51ekm_6{display:flex;align-items:center;justify-content:space-between}._logo_51ekm_12{display:flex;align-items:center;gap:8px}._logoIcon_51ekm_18{width:24px;height:24px;background:var(--gradient);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#fff}._logoText_51ekm_31{font-size:14px;font-weight:600}._links_51ekm_36{display:flex;align-items:center;gap:24px}._link_51ekm_36{background:none;border:none;color:var(--text-sub);font-size:13px;cursor:pointer;padding:0;font-family:inherit;transition:color .2s}._link_51ekm_36:hover{color:var(--text)}._copyright_51ekm_57{font-size:13px;color:var(--text-muted)}._overlay_xbvy3_1{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:flex;align-items:center;justify-content:center;animation:_fadeIn_xbvy3_1 .2s ease-out}@keyframes _fadeIn_xbvy3_1{0%{opacity:0}to{opacity:1}}._modal_xbvy3_22{position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;width:420px;max-width:90vw;padding:36px 32px;box-shadow:0 20px 60px #00000026;animation:_slideUp_xbvy3_1 .3s ease-out}._closeBtn_xbvy3_34{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#9090a8;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}._closeBtn_xbvy3_34:focus-visible{outline:2px solid #7c5cfc;outline-offset:2px}._closeBtn_xbvy3_34:hover{background:#0000000f;color:#1a1a2e}@keyframes _slideUp_xbvy3_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._tabs_xbvy3_75{display:flex;gap:4px;margin-bottom:28px;background:#0000000a;padding:4px;border-radius:10px}._tab_xbvy3_75{flex:1;padding:10px;border:none;border-radius:8px;background:transparent;color:#64648c;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}._tabActive_xbvy3_98{background:#7c5cfc1a;color:#1a1a2e}._field_xbvy3_103{margin-bottom:16px}._input_xbvy3_107{width:100%;padding:12px 16px;background:#00000008;border:1px solid rgba(0,0,0,.1);border-radius:10px;color:#1a1a2e;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit;box-sizing:border-box}._input_xbvy3_107:focus{border-color:#7c5cfc80}._input_xbvy3_107::placeholder{color:#9090a8}._submitBtn_xbvy3_129{width:100%;padding:14px;background:linear-gradient(135deg,#7c5cfc,#5b8def);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px;font-family:inherit}._submitBtn_xbvy3_129:hover{transform:translateY(-1px);box-shadow:0 4px 20px #7c5cfc66}._submitBtn_xbvy3_129:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._divider_xbvy3_158{display:flex;align-items:center;gap:12px;margin:24px 0;color:#9090a8;font-size:12px}._dividerLine_xbvy3_167{flex:1;height:1px;background:#00000014}._googleBtn_xbvy3_173{width:100%;padding:12px;background:#00000008;border:1px solid rgba(0,0,0,.1);border-radius:10px;color:#1a1a2e;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;font-family:inherit}._googleBtn_xbvy3_173:hover{background:#0000000f}._error_xbvy3_191{background:#e060601a;border:1px solid rgba(224,96,96,.2);border-radius:8px;padding:10px 14px;font-size:13px;color:#e06060;margin-bottom:16px}._info_xbvy3_201{background:#7c5cfc1a;border:1px solid rgba(124,92,252,.2);border-radius:8px;padding:10px 14px;font-size:13px;color:#9b82fd;margin-bottom:16px;text-align:center}._forgotLink_xbvy3_212{display:block;text-align:right;font-size:13px;color:#7c5cfc;background:none;border:none;cursor:pointer;margin-top:8px;margin-bottom:8px;font-family:inherit}._verifyContainer_xbvy3_225{text-align:center;padding:12px 0}._verifyIcon_xbvy3_230{margin-bottom:20px;animation:_float_xbvy3_1 3s ease-in-out infinite}@keyframes _float_xbvy3_1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}._verifyTitle_xbvy3_245{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 16px}._verifyEmailCard_xbvy3_252{background:#7c5cfc14;border:1px solid rgba(124,92,252,.15);border-radius:10px;padding:12px 16px;font-size:14px;color:#7c5cfc;font-weight:500;margin-bottom:16px}._verifyText_xbvy3_263{font-size:14px;color:#64648c;line-height:1.6;margin:0 0 8px}._verifyNote_xbvy3_270{font-size:12px;color:#9090a8;margin:0 0 24px}._backLink_xbvy3_276{display:block;width:100%;text-align:center;font-size:13px;color:#7c5cfc;background:none;border:none;cursor:pointer;margin-top:12px;font-family:inherit}._page_1a8ax_1{min-height:100vh}._section_59lso_1{margin-bottom:32px}._title_59lso_5{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 4px}._desc_59lso_12{font-size:12px;color:#999;margin:0 0 8px}._content_59lso_18{display:flex;flex-direction:column;gap:2px}._wrapper_425pe_1{padding:0 16px;display:flex;flex-direction:column;gap:20px}._avatarRow_425pe_8{display:flex;align-items:center;gap:16px}._avatar_425pe_8{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#fff;flex-shrink:0}._fieldGroup_425pe_28{display:flex;flex-direction:column}._fieldLabel_425pe_33{font-size:11px;font-weight:600;color:#888;display:block;margin-bottom:5px}._input_425pe_41{width:100%;height:42px;padding:0 14px;border:1px solid #e0e0e8;border-radius:9px;font-size:13px;color:#333;outline:none;background:#fafafd;font-family:inherit;box-sizing:border-box}._inputReadonly_425pe_55{cursor:default;opacity:.7}._row_1pj6u_1{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border-radius:10px;transition:background .15s}._row_1pj6u_1:hover{background:#fafafd}._labelWrap_1pj6u_15{display:flex;flex-direction:column;gap:2px;min-width:0}._label_1pj6u_15{font-size:13px;font-weight:600;color:#333}._desc_1pj6u_28{font-size:11px;color:#aaa}._control_1pj6u_33{flex-shrink:0}._track_5v06a_1{position:relative;width:40px;height:22px;border-radius:11px;border:none;padding:0;cursor:pointer;background:#e0e0e8;transition:background .2s}._trackOn_5v06a_13{background:#7c5cfc}._thumb_5v06a_17{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s;pointer-events:none}._thumbOn_5v06a_29{left:20px}._trackDisabled_5v06a_33{opacity:.5;cursor:not-allowed}._tag_1yf1h_1{height:30px;padding:0 14px;border-radius:8px;border:1px solid #e0e0e8;background:#fff;color:#888;font-size:13px;font-family:inherit;cursor:pointer;transition:border-color .15s,background .15s,color .15s}._tagActive_1yf1h_17{border:1.5px solid #7c5cfc;background:#f5f0ff;color:#7c5cfc;font-weight:700}._wrapper_1vzh7_1{padding:0 16px;display:flex;flex-direction:column;gap:16px}._fieldGroup_1vzh7_8{display:flex;flex-direction:column}._fieldLabel_1vzh7_13{font-size:11px;font-weight:600;color:#888;display:block;margin-bottom:5px}._input_1vzh7_21{width:100%;height:42px;padding:0 14px;border:1px solid #e0e0e8;border-radius:9px;font-size:13px;color:#333;outline:none;background:#fafafd;font-family:inherit;box-sizing:border-box}._submitButton_1vzh7_35{height:40px;padding:0 20px;border:none;border-radius:10px;background:#1a1a2e;font-size:13px;font-weight:700;color:#fff;font-family:inherit;cursor:pointer;align-self:flex-start}._submitButton_1vzh7_35:hover{opacity:.9}._dangerZone_1vzh7_53{margin-top:32px;padding:20px 16px;border-top:1px solid #f0f0f4}._dangerTitle_1vzh7_59{font-size:13px;font-weight:700;color:#e06060;margin:0 0 8px}._dangerDesc_1vzh7_66{font-size:12px;color:#999;margin:0 0 12px;line-height:1.5}._deleteButton_1vzh7_73{height:36px;padding:0 16px;border:1px solid #f0c0c0;border-radius:8px;background:#fff5f5;font-size:12px;font-weight:600;color:#e06060;font-family:inherit;cursor:pointer}._deleteButton_1vzh7_73:hover{background:#fee}._errorMsg_1vzh7_90{font-size:12px;color:#e06060;padding:8px 12px;background:#fff5f5;border-radius:6px}._successMsg_1vzh7_98{font-size:12px;color:#4caf50;padding:8px 12px;background:#f5fff5;border-radius:6px}._layout_wgdd8_6{min-height:100vh;background:#fafafd;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a2e}._topbar_wgdd8_18{height:56px;border-bottom:1px solid #ececf0;background:#fff;display:flex;align-items:center;padding:0 24px;gap:12px}._logoLink_wgdd8_28{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}._logoIcon_wgdd8_36{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff}._logoText_wgdd8_49{font-size:16px;font-weight:800;letter-spacing:-.03em}._spacer_wgdd8_55{flex:1}._avatar_wgdd8_59{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;border:none;cursor:pointer;font-family:inherit;transition:opacity .15s}._avatar_wgdd8_59:hover{opacity:.85}._saveStatus_wgdd8_80{font-size:12px;color:#999;margin-right:8px}._saveStatusDone_wgdd8_86{font-size:12px;color:#10b981;margin-right:8px}._saveStatusError_wgdd8_92{font-size:12px;color:#c62828;margin-right:8px}._body_wgdd8_99{display:flex;max-width:900px;margin:0 auto;padding:0 24px}._sidebar_wgdd8_107{width:200px;padding:24px 0;flex-shrink:0;border-right:1px solid #ececf0}._navItem_wgdd8_114{display:flex;align-items:center;gap:10px;padding:9px 16px;margin-bottom:2px;border-radius:8px;cursor:pointer;background:transparent;color:#888;font-weight:500;font-size:13px;transition:all .12s;margin-right:12px;border:none;font-family:inherit;width:calc(100% - 12px);text-align:left}._navItem_wgdd8_114:hover{background:#fafafd}._navItemActive_wgdd8_138{background:#f5f0ff;color:#7c5cfc;font-weight:700}._navItemActive_wgdd8_138:hover{background:#f5f0ff}._content_wgdd8_149{flex:1;padding:32px 0 48px 40px;min-width:0;animation:_fadeIn_wgdd8_1 .2s ease both}._loading_wgdd8_157{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:14px}._error_wgdd8_167{padding:12px 16px;background:#ffebee;color:#c62828;border-radius:8px;margin:32px 40px;font-size:13px}@keyframes _fadeIn_wgdd8_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._layout_krcz2_6{min-height:100vh;background:#fafafd;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a2e}._topbar_krcz2_18{height:56px;border-bottom:1px solid #ececf0;background:#fff;display:flex;align-items:center;padding:0 24px;gap:12px}._logoLink_krcz2_28{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}._logoIcon_krcz2_36{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff}._logoText_krcz2_49{font-size:16px;font-weight:800;letter-spacing:-.03em}._pageTitle_krcz2_55{font-size:14px;font-weight:500;color:#666;margin-left:8px;padding-left:16px;border-left:1px solid #e0e0e0}._spacer_krcz2_64{flex:1}._avatar_krcz2_68{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#7c5cfc,#5b8def);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;border:none;cursor:pointer;font-family:inherit;transition:opacity .15s}._avatar_krcz2_68:hover{opacity:.85}._content_krcz2_90{max-width:960px;margin:0 auto;padding:32px 24px}._heading_krcz2_96{font-size:22px;font-weight:700;margin:0 0 24px}._loading_krcz2_102{text-align:center;padding:48px 0;color:#888;font-size:14px}._error_krcz2_109{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:16px}._tableWrapper_krcz2_120{background:#fff;border:1px solid #ececf0;border-radius:12px;overflow:hidden}._table_krcz2_120{width:100%;border-collapse:collapse;font-size:14px}._table_krcz2_120 th{text-align:left;padding:12px 16px;background:#f8f8fc;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#666;border-bottom:1px solid #ececf0}._table_krcz2_120 td{padding:12px 16px;border-bottom:1px solid #f0f0f4}._table_krcz2_120 tbody tr:last-child td{border-bottom:none}._table_krcz2_120 tbody tr:hover{background:#fafafd}._roleBadge_krcz2_159{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}._roleAdmin_krcz2_167{background:#ede9fe;color:#7c3aed}._roleUser_krcz2_172{background:#e0f2fe;color:#0284c7}._toggle_krcz2_178{position:relative;width:40px;height:22px;border-radius:11px;border:none;cursor:pointer;transition:background .2s;padding:0}._toggleOn_krcz2_189{background:#7c5cfc}._toggleOff_krcz2_193{background:#d1d5db}._toggle_krcz2_178:disabled{opacity:.5;cursor:not-allowed}._toggleKnob_krcz2_202{position:absolute;top:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s}._toggleOn_krcz2_189 ._toggleKnob_krcz2_202{left:20px}._toggleOff_krcz2_193 ._toggleKnob_krcz2_202{left:2px}._accessDenied_krcz2_221{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}._accessDenied_krcz2_221 h2{font-size:20px;font-weight:700;margin:0 0 8px}._accessDenied_krcz2_221 p{color:#666;font-size:14px;margin:0 0 24px}._backLink_krcz2_242{color:#7c5cfc;text-decoration:none;font-size:14px;font-weight:600}._backLink_krcz2_242:hover{text-decoration:underline}._empty_krcz2_254{text-align:center;padding:32px 0;color:#888;font-size:14px}._container_1kan6_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f7f5ff}._card_1kan6_9{background:#fff;border-radius:20px;padding:48px 40px;max-width:420px;width:90vw;text-align:center;box-shadow:0 8px 32px #00000014}._checkIcon_1kan6_19{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#7c5cfc,#5b8def);color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}._title_1kan6_33{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 12px}._text_1kan6_40{font-size:14px;color:#64648c;margin:0}._errorText_1kan6_46{font-size:14px;color:#e06060;margin:0 0 20px}._btn_1kan6_52{padding:12px 24px;background:linear-gradient(135deg,#7c5cfc,#5b8def);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}
