:root{--color-primary: #3741A8;--color-primary-hover: #424EB5;--color-primary-dark: #3A41A7;--color-primary-rgb: 55, 65, 168;--color-bg-page: #F6F8FD;--color-bg-white: #ffffff;--color-accent: #C2C7E6;--color-accent-rgb: 194, 199, 230;--color-text-primary: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-success: #22c55e;--color-success-rgb: 34, 197, 94;--color-error: #ef4444;--color-error-rgb: 239, 68, 68;--color-info: #3b82f6;--color-info-rgb: 59, 130, 246;--color-warning: #f59e0b;--color-warning-rgb: 245, 158, 11;--sidebar-width: 240px;--mobile-nav-height: 56px;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:16px;line-height:1.5;color:var(--color-text-primary);background:var(--color-bg-page)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.panel-header{text-align:center;padding-top:20px;margin-bottom:20px}.panel-header h2{margin:0;font-size:2rem;font-weight:700;color:var(--color-text-primary)}.panel-controls{display:flex;justify-content:space-between;align-items:center;padding:10px 24px;gap:12px;flex-wrap:wrap}.skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.toast-container{position:fixed;bottom:24px;right:24px;z-index:10000}@media(max-width:768px){.toast-container{bottom:80px;right:16px;left:16px}}._container_vurl6_1{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px;background:var(--color-bg-page)}._card_vurl6_10{background:var(--color-bg-white);border-radius:16px;box-shadow:0 4px 24px #00000014;padding:40px;width:100%;max-width:420px}._title_vurl6_19{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:8px}._subtitle_vurl6_27{font-size:.9rem;color:var(--color-text-secondary);text-align:center;margin-bottom:32px}._form_vurl6_34{display:flex;flex-direction:column;gap:16px}._field_vurl6_40{display:flex;flex-direction:column;gap:6px}._label_vurl6_46{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}._input_vurl6_52{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.95rem;color:var(--color-text-primary);background:var(--color-bg-page);transition:border-color .2s;outline:none}._input_vurl6_52:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}._input_vurl6_52::placeholder{color:var(--color-text-muted)}._submitBtn_vurl6_72{margin-top:8px;padding:12px;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;display:flex;justify-content:center;align-items:center;gap:8px}._submitBtn_vurl6_72:hover{background:var(--color-primary-hover)}._submitBtn_vurl6_72:disabled{opacity:.7;cursor:not-allowed}._error_vurl6_98{background:rgb(var(--color-error-rgb) / .1);color:var(--color-error);padding:10px 14px;border-radius:8px;font-size:.875rem;text-align:center}._toggle_vurl6_107{margin-top:20px;text-align:center;font-size:.9rem;color:var(--color-text-secondary)}._toggleLink_vurl6_114{color:var(--color-primary);font-weight:600;cursor:pointer;background:none;border:none;font-size:.9rem}._toggleLink_vurl6_114:hover{text-decoration:underline}._sidebar_142ty_2{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background:var(--color-bg-white);border-right:1px solid var(--color-border);display:flex;flex-direction:column;z-index:100}._brand_142ty_15{padding:20px 20px 16px;font-size:1.25rem;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:8px}._nav_142ty_25{flex:1;display:flex;flex-direction:column;padding:8px 12px;gap:2px}._navItem_142ty_33{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:.925rem;font-weight:500;color:var(--color-text-secondary);transition:background .15s,color .15s;cursor:pointer;border:none;background:none;width:100%;text-align:left}._navItem_142ty_33:hover{background:rgb(var(--color-accent-rgb) / .2);color:var(--color-text-primary)}._navItemActive_142ty_55{background:rgb(var(--color-primary-rgb) / .1);color:var(--color-primary);font-weight:600}._userSection_142ty_61{padding:16px;border-top:1px solid var(--color-border)}._userInfo_142ty_66{display:flex;align-items:center;gap:10px;margin-bottom:12px}._avatar_142ty_73{width:36px;height:36px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;flex-shrink:0}._userName_142ty_87{font-size:.875rem;font-weight:600;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userRole_142ty_96{font-size:.75rem;color:var(--color-text-muted);text-transform:capitalize}._logoutBtn_142ty_102{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer;border:none;background:none;width:100%;transition:background .15s,color .15s}._logoutBtn_142ty_102:hover{background:rgb(var(--color-error-rgb) / .1);color:var(--color-error)}._bottomNavWrapper_142ty_123{display:none}@media(max-width:768px){._sidebar_142ty_2{display:none}._bottomNavWrapper_142ty_123{display:block;position:fixed;bottom:0;left:0;right:0;height:var(--mobile-nav-height);background:var(--color-bg-white);border-top:1px solid var(--color-border);z-index:100;padding-bottom:env(safe-area-inset-bottom)}._bottomNav_142ty_123{display:flex;justify-content:space-around;align-items:center;height:100%}._bottomNavItem_142ty_152{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 10px;border-radius:8px;font-size:.65rem;font-weight:500;color:var(--color-text-muted);transition:color .15s;cursor:pointer;border:none;background:none}._bottomNavItemActive_142ty_168{color:var(--color-primary);font-weight:600}}._toast_hmtkn_1{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:10px;box-shadow:0 4px 16px #0000001f;font-size:.95rem;font-weight:500;color:#fff;animation:_slideInRight_hmtkn_1 .3s ease-out forwards;max-width:400px;word-break:break-word}._exiting_hmtkn_16{animation:_slideOutRight_hmtkn_1 .25s ease-in forwards}._success_hmtkn_20{background:var(--color-success)}._error_hmtkn_24{background:var(--color-error)}._info_hmtkn_28{background:var(--color-info)}@media(max-width:768px){._toast_hmtkn_1{max-width:100%}}._fallback_dzrbg_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;min-height:50vh}._fallbackCard_dzrbg_10{background:var(--color-bg-white);border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:40px 32px;max-width:480px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}._icon_dzrbg_24{color:var(--color-error);opacity:.6;margin-bottom:4px}._title_dzrbg_30{font-size:1.2rem;font-weight:700;color:var(--color-text-primary);margin:0}._subtitle_dzrbg_37{font-size:.9rem;color:var(--color-text-secondary);margin:0;line-height:1.5}._errorDetail_dzrbg_44{background:rgb(var(--color-error-rgb) / .08);border:1px solid rgb(var(--color-error-rgb) / .2);border-radius:8px;padding:10px 14px;font-size:.8rem;color:var(--color-error);margin:4px 0;max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word;text-align:left;font-family:SF Mono,Menlo,Monaco,monospace}._retryBtn_dzrbg_60{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);cursor:pointer;margin-top:8px;transition:background .15s}._retryBtn_dzrbg_60:hover{background:var(--color-primary-hover)}._panelSkeleton_iy4ah_1{padding:24px}._header_iy4ah_5{width:280px;height:32px;margin:20px auto 24px}._controls_iy4ah_11{display:flex;justify-content:space-between;padding:0 24px 24px;gap:12px}._controlLeft_iy4ah_18{width:200px;height:36px}._controlRight_iy4ah_23{width:120px;height:36px}._cards_iy4ah_28{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:0 24px}._card_iy4ah_28{height:140px}._list_iy4ah_39{display:flex;flex-direction:column;gap:12px;padding:0 24px}._row_iy4ah_46{height:48px}._panel_wvee3_1{padding-bottom:40px}._welcome_wvee3_7{text-align:center;padding:0 24px 8px}._greeting_wvee3_12{font-size:1.15rem;font-weight:600;color:var(--color-text-primary);margin:0 0 4px}._date_wvee3_19{font-size:.9rem;color:var(--color-text-muted);margin:0}._section_wvee3_27{padding:0}._sectionTitle_wvee3_31{font-size:1.05rem;font-weight:600;color:var(--color-text-primary);margin:28px 24px 12px;display:flex;align-items:center}._projectGrid_wvee3_42{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:0 24px}._projectCard_wvee3_49{background:var(--color-bg-white);border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;display:flex;flex-direction:column}._colorBar_wvee3_58{height:6px;flex-shrink:0}._cardBody_wvee3_63{padding:16px 20px 12px;display:flex;flex-direction:column}._cardName_wvee3_69{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 4px}._cardStats_wvee3_76{font-size:.85rem;color:var(--color-text-secondary);margin:0}._twoColumn_wvee3_84{display:flex;gap:16px;padding:0 24px}._columnSection_wvee3_90{flex:1;min-width:0}._columnSection_wvee3_90 ._sectionTitle_wvee3_31{margin-left:0;margin-right:0}._taskList_wvee3_102{display:flex;flex-direction:column;gap:8px}._taskItem_wvee3_108{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:var(--color-bg-white);border-radius:8px;box-shadow:0 1px 3px #0000000a}._priorityDot_wvee3_118{flex-shrink:0;margin-top:5px}._taskItemContent_wvee3_123{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}._taskItemTitle_wvee3_131{font-size:.875rem;font-weight:500;color:var(--color-text-primary);word-break:break-word;line-height:1.35}._taskItemMeta_wvee3_139{font-size:.8rem;color:var(--color-text-muted);line-height:1.35}._overdue_wvee3_145{color:var(--color-error);font-weight:500}._empty_wvee3_152{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}._emptyIcon_wvee3_161{color:var(--color-text-muted);margin-bottom:16px;opacity:.5}._emptyTitle_wvee3_167{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 6px}._emptySubtitle_wvee3_174{font-size:.9rem;color:var(--color-text-secondary);margin:0 0 24px}._emptySmall_wvee3_180{padding:24px 14px;text-align:center}._emptySmallText_wvee3_185{font-size:.9rem;color:var(--color-text-muted);margin:0}._recentGrid_wvee3_193{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px;padding:0 24px}._recentCard_wvee3_200{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--color-bg-white);border-radius:8px;box-shadow:0 1px 3px #0000000a;min-width:0}._recentCard_wvee3_200 ._priorityDot_wvee3_118{margin-top:0;flex-shrink:0}._recentTitle_wvee3_216{font-size:.85rem;font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}._recentBoard_wvee3_227{font-size:.78rem;color:var(--color-text-muted);flex-shrink:0}@media(max-width:768px){._welcome_wvee3_7{padding:0 16px 8px}._sectionTitle_wvee3_31{margin-left:16px;margin-right:16px}._projectGrid_wvee3_42{grid-template-columns:1fr;padding:0 16px}._twoColumn_wvee3_84{flex-direction:column;padding:0 16px}._columnSection_wvee3_90 ._sectionTitle_wvee3_31{margin-left:0}._recentGrid_wvee3_193{grid-template-columns:1fr;padding:0 16px}._empty_wvee3_152{padding:40px 16px}}._card_10el3_1{background:var(--color-bg-white);border-radius:8px;padding:10px 12px;box-shadow:0 1px 4px #0000000f;cursor:pointer;transition:box-shadow .15s;display:flex;flex-direction:column;gap:6px}._card_10el3_1:hover{box-shadow:0 2px 10px #0000001f}._header_10el3_17{display:flex;align-items:flex-start;gap:6px}._priorityDot_10el3_23{flex-shrink:0;margin-top:4px}._title_10el3_28{font-size:.875rem;font-weight:500;color:var(--color-text-primary);line-height:1.35;word-break:break-word}._meta_10el3_36{display:flex;flex-wrap:wrap;gap:6px;align-items:center}._dueDate_10el3_43{display:flex;align-items:center;gap:3px;font-size:.72rem;color:var(--color-text-muted)}._overdue_10el3_51{color:var(--color-error);font-weight:600}._checklistBadge_10el3_56{font-size:.7rem;color:var(--color-text-muted);background:var(--color-bg-page);padding:1px 6px;border-radius:4px}._tags_10el3_64{display:flex;flex-wrap:wrap;gap:4px}._tag_10el3_64{font-size:.68rem;color:var(--color-primary);background:rgb(var(--color-primary-rgb) / .08);padding:1px 6px;border-radius:4px}._assignees_10el3_78{display:flex;gap:2px;margin-top:2px}._avatarMini_10el3_84{width:22px;height:22px;border-radius:50%;background:var(--color-accent);color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700}._overlay_pxlyu_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1100;padding:24px}._modal_pxlyu_15{background:var(--color-bg-white);border-radius:14px;box-shadow:0 8px 32px #00000026;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}._header_pxlyu_28{display:flex;align-items:center;gap:10px;padding:20px 24px 16px;border-bottom:1px solid var(--color-border)}._titleInput_pxlyu_36{flex:1;font-family:inherit;font-size:1.15rem;font-weight:700;color:var(--color-text-primary);border:none;background:transparent;outline:none;border-bottom:2px dashed transparent;padding-bottom:2px;transition:border-color .2s}._titleInput_pxlyu_36:focus{border-bottom-color:var(--color-primary)}._titleInput_pxlyu_36::placeholder{color:var(--color-text-muted)}._closeBtn_pxlyu_58{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--color-text-secondary);cursor:pointer;flex-shrink:0}._closeBtn_pxlyu_58:hover{background:rgb(var(--color-accent-rgb) / .3)}._body_pxlyu_75{padding:20px 24px;display:flex;flex-direction:column;gap:16px;flex:1}._field_pxlyu_83{display:flex;flex-direction:column;gap:6px}._label_pxlyu_89{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}._row_pxlyu_97{display:flex;gap:12px}._row_pxlyu_97>._field_pxlyu_83{flex:1}._input_pxlyu_106,._select_pxlyu_107,._textarea_pxlyu_108{font-family:inherit;font-size:.9rem;padding:8px 12px;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-primary);background:var(--color-bg-page);outline:none;transition:border-color .15s}._input_pxlyu_106:focus,._select_pxlyu_107:focus,._textarea_pxlyu_108:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .08)}._textarea_pxlyu_108{resize:vertical;min-height:60px}._assigneeList_pxlyu_133{display:flex;flex-wrap:wrap;gap:8px}._assigneeItem_pxlyu_139{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--color-text-primary);cursor:pointer;padding:4px 10px;border-radius:6px;background:var(--color-bg-page);border:1px solid var(--color-border);transition:border-color .15s}._assigneeItem_pxlyu_139:hover{border-color:var(--color-primary)}._assigneeItem_pxlyu_139 input[type=checkbox]{accent-color:var(--color-primary)}._muted_pxlyu_161{font-size:.85rem;color:var(--color-text-muted);font-style:italic}._checklist_pxlyu_168{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}._checklistItem_pxlyu_177{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:6px;transition:background .1s}._checklistItem_pxlyu_177:hover{background:var(--color-bg-page)}._checkBtn_pxlyu_190{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;border:1.5px solid var(--color-border);cursor:pointer;background:none;flex-shrink:0;transition:border-color .15s,background .15s}._checkBtn_pxlyu_190:hover{border-color:var(--color-primary)}._checkIcon_pxlyu_208{color:var(--color-success)}._checkEmpty_pxlyu_212{width:100%;height:100%}._itemDone_pxlyu_217{text-decoration:line-through;color:var(--color-text-muted)}._checklistItem_pxlyu_177 span{flex:1;font-size:.875rem;color:var(--color-text-primary)}._removeItemBtn_pxlyu_228{display:flex;align-items:center;opacity:0;transition:opacity .15s;cursor:pointer;color:var(--color-text-muted)}._checklistItem_pxlyu_177:hover ._removeItemBtn_pxlyu_228{opacity:1}._removeItemBtn_pxlyu_228:hover{color:var(--color-error)}._addItemRow_pxlyu_245{display:flex;gap:6px;margin-top:6px}._addItemRow_pxlyu_245 ._input_pxlyu_106{flex:1}._addItemBtn_pxlyu_255{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-bg-page);cursor:pointer;color:var(--color-text-secondary);transition:background .15s}._addItemBtn_pxlyu_255:hover:not(:disabled){background:var(--color-accent)}._addItemBtn_pxlyu_255:disabled{opacity:.4;cursor:not-allowed}._footer_pxlyu_279{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid var(--color-border)}._deleteTrigger_pxlyu_287{display:flex;align-items:center;gap:4px;font-size:.85rem;color:var(--color-text-muted);cursor:pointer;padding:6px 10px;border-radius:6px}._deleteTrigger_pxlyu_287:hover{background:rgb(var(--color-error-rgb) / .1);color:var(--color-error)}._confirmRow_pxlyu_303{display:flex;align-items:center;gap:10px;width:100%}._confirmText_pxlyu_310{font-size:.85rem;color:var(--color-error);font-weight:600}._cancelBtn_pxlyu_316{padding:6px 14px;border-radius:6px;font-size:.85rem;color:var(--color-text-secondary);background:var(--color-bg-page);border:1px solid var(--color-border);cursor:pointer;margin-left:auto}._cancelBtn_pxlyu_316:hover{background:var(--color-border)}._deleteBtn_pxlyu_331{padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:600;color:#fff;background:var(--color-error);border:none;cursor:pointer}._deleteBtn_pxlyu_331:hover{background:#dc2626}._savingHint_pxlyu_346{font-size:.8rem;color:var(--color-text-muted)}._gripIcon_pxlyu_352{display:none}@media(max-width:768px){._modal_pxlyu_15{max-width:100%;max-height:100vh;border-radius:0;margin:-24px}._row_pxlyu_97{flex-direction:column}}._container_zt7c5_1{display:flex;flex-direction:column;height:calc(100vh - var(--sidebar-width) - 40px)}._topBar_zt7c5_8{display:flex;align-items:center;gap:16px;padding:16px 24px;flex-shrink:0}._backBtn_zt7c5_16{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:.85rem;color:var(--color-text-secondary);background:var(--color-bg-white);border:1px solid var(--color-border);cursor:pointer;flex-shrink:0}._backBtn_zt7c5_16:hover{background:rgb(var(--color-accent-rgb) / .3);color:var(--color-text-primary)}._boardTitle_zt7c5_35{font-size:1.2rem;font-weight:700;color:var(--color-text-primary);margin:0}._columnsWrapper_zt7c5_43{flex:1;overflow-x:auto;overflow-y:hidden;padding-bottom:8px}._columns_zt7c5_43{display:flex;gap:16px;padding:0 24px 16px;height:100%;min-width:max-content}._column_zt7c5_43{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:rgb(var(--color-accent-rgb) / .15);border-radius:12px;padding:12px}._columnHeader_zt7c5_69{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:0 4px}._columnName_zt7c5_77{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}._columnCount_zt7c5_83{font-size:.75rem;color:var(--color-text-muted);background:rgb(var(--color-accent-rgb) / .3);padding:1px 8px;border-radius:10px}._taskList_zt7c5_92{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto}._taskWrapper_zt7c5_100{position:relative;touch-action:none}._moveSelect_zt7c5_109{position:absolute;top:4px;right:4px;z-index:2;font-size:.7rem;padding:1px 4px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg-white);color:var(--color-text-muted);cursor:pointer;opacity:0;transition:opacity .15s;max-width:40px}._taskWrapper_zt7c5_100:hover ._moveSelect_zt7c5_109{opacity:1}._moveSelect_zt7c5_109:hover{color:var(--color-text-primary);border-color:var(--color-primary)}._addForm_zt7c5_136{margin-top:8px}._addInput_zt7c5_140{width:100%;padding:8px 10px;border:1.5px solid var(--color-primary);border-radius:8px;font-size:.85rem;font-family:inherit;color:var(--color-text-primary);background:var(--color-bg-white);outline:none}._addInput_zt7c5_140::placeholder{color:var(--color-text-muted)}._addBtn_zt7c5_156{display:flex;align-items:center;gap:6px;padding:10px;border-radius:8px;font-size:.85rem;color:var(--color-text-muted);cursor:pointer;transition:background .15s,color .15s;margin-top:8px}._addBtn_zt7c5_156:hover{background:rgb(var(--color-accent-rgb) / .3);color:var(--color-text-primary)}._emptyBoard_zt7c5_175{padding:40px 24px;text-align:center;color:var(--color-text-secondary)}._emptyBoard_zt7c5_175 ._muted_zt7c5_181{color:var(--color-text-muted);font-size:.85rem;margin-top:6px}._dragOverlay_zt7c5_189{cursor:grabbing;box-shadow:0 8px 24px #00000026;transform:rotate(2deg);border-radius:8px}._columnDragOver_zt7c5_196{background:rgb(var(--color-primary-rgb) / .08)!important;outline:2px dashed var(--color-primary);outline-offset:-2px}@media(max-width:768px){._container_zt7c5_1{height:auto;min-height:100vh}._topBar_zt7c5_8{padding:12px 16px;flex-wrap:wrap;gap:8px}._boardTitle_zt7c5_35{font-size:1.05rem}._columns_zt7c5_43{padding:0 16px 16px}._column_zt7c5_43{width:260px}}._panel_jn55g_2{padding-bottom:40px}._controlLeft_jn55g_7{display:flex;align-items:center;gap:8px}._filterBtn_jn55g_13{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-white);border:1px solid var(--color-border);cursor:pointer;transition:background .15s,color .15s,border-color .15s}._filterBtn_jn55g_13:hover{background:rgb(var(--color-accent-rgb) / .3);border-color:var(--color-accent)}._filterBtnActive_jn55g_33{background:rgb(var(--color-primary-rgb) / .1);color:var(--color-primary);border-color:var(--color-primary)}._createBtn_jn55g_39{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._createBtn_jn55g_39:hover{background:var(--color-primary-hover)}._grid_jn55g_59{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:0 24px}._card_jn55g_67{background:var(--color-bg-white);border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;transition:box-shadow .2s,opacity .2s;cursor:default}._card_jn55g_67:hover{box-shadow:0 4px 16px #0000001a}._cardArchived_jn55g_80{opacity:.55}._cardArchived_jn55g_80:hover{opacity:.8}._cardBody_jn55g_88{padding:16px 20px 12px;display:flex;flex-direction:column}._cardName_jn55g_95{margin:0 0 4px;font-size:1.1rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;border-bottom:2px dashed transparent;padding-bottom:1px;transition:border-color .2s,background .2s;border-radius:4px;word-break:break-word}._cardName_jn55g_95:hover{border-bottom-color:var(--color-text-muted);background:rgba(var(--color-primary-rgb),.03)}._projectLabel_jn55g_113{font-size:.8rem;color:var(--color-text-muted);margin-bottom:8px}._columnPreview_jn55g_119{margin:0 0 12px;font-size:.825rem;color:var(--color-text-secondary);cursor:pointer;border-bottom:2px dashed transparent;padding-bottom:1px;transition:border-color .2s,background .2s;border-radius:4px;display:flex;align-items:center;gap:4px;word-break:break-word}._columnPreview_jn55g_119:hover{border-bottom-color:var(--color-text-muted);background:rgba(var(--color-primary-rgb),.03)}._inlineInput_jn55g_140{font-family:inherit;border:none;border-bottom:2px dashed var(--color-border);background:transparent;padding:0 2px 2px;transition:border-color .2s,background .2s;outline:none;color:var(--color-text-primary);border-radius:4px;width:100%}._inlineInput_jn55g_140:hover{background:rgba(var(--color-primary-rgb),.04);border-bottom-color:var(--color-text-muted)}._inlineInput_jn55g_140:focus{outline:none;background:rgba(var(--color-primary-rgb),.08);border-bottom:2px solid var(--color-primary)}._nameInput_jn55g_164{font-size:1.1rem;font-weight:600;margin-bottom:4px}._descInput_jn55g_170{font-size:.825rem;margin-bottom:12px}._cardActions_jn55g_176{display:flex;gap:8px;margin-top:4px}._openBtn_jn55g_182{padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s;margin-right:auto}._openBtn_jn55g_182:hover{background:var(--color-primary-hover)}._actionBtn_jn55g_199{display:flex;align-items:center;gap:4px;padding:5px 10px;border-radius:6px;font-size:.8rem;font-weight:500;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-border);cursor:pointer;transition:background .15s,color .15s,border-color .15s}._actionBtn_jn55g_199:hover{background:rgb(var(--color-accent-rgb) / .3);color:var(--color-text-primary)}._actionBtnDanger_jn55g_219:hover{background:rgb(var(--color-error-rgb) / .1);color:var(--color-error);border-color:var(--color-error)}._empty_jn55g_226{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}._emptyIcon_jn55g_235{color:var(--color-text-muted);margin-bottom:16px;opacity:.5}._emptyTitle_jn55g_241{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 6px}._emptySubtitle_jn55g_248{font-size:.9rem;color:var(--color-text-secondary);margin:0 0 24px}._emptyBtn_jn55g_254{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._emptyBtn_jn55g_254:hover{background:var(--color-primary-hover)}._overlay_jn55g_274{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modal_jn55g_288{background:var(--color-bg-white);border-radius:14px;box-shadow:0 8px 32px #00000026;width:100%;max-width:480px;padding:24px}._modalSmall_jn55g_297{max-width:400px}._modalHeader_jn55g_301{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._modalHeader_jn55g_301 h3{margin:0;font-size:1.15rem;font-weight:700;color:var(--color-text-primary)}._closeBtn_jn55g_315{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:background .15s}._closeBtn_jn55g_315:hover{background:rgb(var(--color-accent-rgb) / .3)}._modalForm_jn55g_332{display:flex;flex-direction:column;gap:16px}._formField_jn55g_338{display:flex;flex-direction:column;gap:6px}._formLabel_jn55g_344{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}._required_jn55g_350{color:var(--color-error)}._formInput_jn55g_354,._formSelect_jn55g_355{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.95rem;color:var(--color-text-primary);background:var(--color-bg-page);transition:border-color .2s;outline:none;font-family:inherit}._formInput_jn55g_354:focus,._formSelect_jn55g_355:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}._formInput_jn55g_354::placeholder{color:var(--color-text-muted)}._formSelect_jn55g_355{cursor:pointer}._hint_jn55g_381{font-size:.8rem;color:var(--color-text-muted);font-style:italic}._modalActions_jn55g_388{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}._cancelBtn_jn55g_395{padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-page);border:1px solid var(--color-border);cursor:pointer;transition:background .15s}._cancelBtn_jn55g_395:hover{background:var(--color-border)}._submitBtn_jn55g_411{padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._submitBtn_jn55g_411:hover{background:var(--color-primary-hover)}._submitBtn_jn55g_411:disabled{opacity:.5;cursor:not-allowed}._deleteBtn_jn55g_432{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-error);border:none;cursor:pointer;transition:background .15s}._deleteBtn_jn55g_432:hover{background:#dc2626}._confirmTitle_jn55g_452{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}._confirmText_jn55g_459{margin:0 0 20px;font-size:.9rem;color:var(--color-text-secondary);line-height:1.5}@media(max-width:768px){._grid_jn55g_59{grid-template-columns:1fr;padding:0 16px}._panel-controls_jn55g_473{padding:10px 16px}._modal_jn55g_288{max-width:100%;margin:0 8px;padding:20px}}._panel_4u8lg_2{padding-bottom:40px}._controlLeft_4u8lg_7{display:flex;align-items:center;gap:8px}._filterBtn_4u8lg_13{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-white);border:1px solid var(--color-border);cursor:pointer;transition:background .15s,color .15s,border-color .15s}._filterBtn_4u8lg_13:hover{background:rgb(var(--color-accent-rgb) / .3);border-color:var(--color-accent)}._filterBtnActive_4u8lg_33{background:rgb(var(--color-primary-rgb) / .1);color:var(--color-primary);border-color:var(--color-primary)}._createBtn_4u8lg_39{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._createBtn_4u8lg_39:hover{background:var(--color-primary-hover)}._grid_4u8lg_59{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:0 24px}._card_4u8lg_67{background:var(--color-bg-white);border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,opacity .2s}._card_4u8lg_67:hover{box-shadow:0 4px 16px #0000001a}._cardArchived_4u8lg_81{opacity:.55}._cardArchived_4u8lg_81:hover{opacity:.8}._colorBar_4u8lg_89{height:6px;width:100%;flex-shrink:0}._cardBody_4u8lg_95{padding:16px 20px 12px;flex:1;display:flex;flex-direction:column}._cardName_4u8lg_103{margin:0 0 6px;font-size:1.1rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;border-bottom:2px dashed transparent;padding-bottom:1px;transition:border-color .2s,background .2s;border-radius:4px;word-break:break-word}._cardName_4u8lg_103:hover{border-bottom-color:var(--color-text-muted);background:rgba(var(--color-primary-rgb),.03)}._cardDesc_4u8lg_122{margin:0 0 12px;font-size:.875rem;color:var(--color-text-secondary);flex:1;cursor:pointer;border-bottom:2px dashed transparent;padding-bottom:1px;transition:border-color .2s,background .2s;border-radius:4px;word-break:break-word;min-height:22px}._cardDesc_4u8lg_122:hover{border-bottom-color:var(--color-text-muted);background:rgba(var(--color-primary-rgb),.03)}._cardDescEmpty_4u8lg_141{color:var(--color-text-muted);font-style:italic;font-size:.8rem}._inlineInput_4u8lg_148{font-family:inherit;border:none;border-bottom:2px dashed var(--color-border);background:transparent;padding:0 2px 2px;transition:border-color .2s,background .2s;outline:none;color:var(--color-text-primary);border-radius:4px;width:100%}._inlineInput_4u8lg_148:hover{background:rgba(var(--color-primary-rgb),.04);border-bottom-color:var(--color-text-muted)}._inlineInput_4u8lg_148:focus{outline:none;background:rgba(var(--color-primary-rgb),.08);border-bottom:2px solid var(--color-primary)}._nameInput_4u8lg_172{font-size:1.1rem;font-weight:600;margin-bottom:6px}._descInput_4u8lg_178{font-size:.875rem;margin-bottom:12px;flex:1}._cardActions_4u8lg_185{display:flex;gap:8px;margin-top:4px}._actionBtn_4u8lg_191{display:flex;align-items:center;gap:4px;padding:5px 10px;border-radius:6px;font-size:.8rem;font-weight:500;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-border);cursor:pointer;transition:background .15s,color .15s,border-color .15s}._actionBtn_4u8lg_191:hover{background:rgb(var(--color-accent-rgb) / .3);color:var(--color-text-primary)}._actionBtnDanger_4u8lg_211:hover{background:rgb(var(--color-error-rgb) / .1);color:var(--color-error);border-color:var(--color-error)}._empty_4u8lg_218{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}._emptyIcon_4u8lg_227{color:var(--color-text-muted);margin-bottom:16px;opacity:.5}._emptyTitle_4u8lg_233{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 6px}._emptySubtitle_4u8lg_240{font-size:.9rem;color:var(--color-text-secondary);margin:0 0 24px}._emptyBtn_4u8lg_246{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._emptyBtn_4u8lg_246:hover{background:var(--color-primary-hover)}._overlay_4u8lg_266{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modal_4u8lg_280{background:var(--color-bg-white);border-radius:14px;box-shadow:0 8px 32px #00000026;width:100%;max-width:480px;padding:24px}._modalSmall_4u8lg_289{max-width:400px}._modalHeader_4u8lg_293{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._modalHeader_4u8lg_293 h3{margin:0;font-size:1.15rem;font-weight:700;color:var(--color-text-primary)}._closeBtn_4u8lg_307{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:background .15s}._closeBtn_4u8lg_307:hover{background:rgb(var(--color-accent-rgb) / .3)}._modalForm_4u8lg_324{display:flex;flex-direction:column;gap:16px}._formField_4u8lg_330{display:flex;flex-direction:column;gap:6px}._formLabel_4u8lg_336{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}._required_4u8lg_342{color:var(--color-error)}._formInput_4u8lg_346{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.95rem;color:var(--color-text-primary);background:var(--color-bg-page);transition:border-color .2s;outline:none;font-family:inherit}._formInput_4u8lg_346:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}._formInput_4u8lg_346::placeholder{color:var(--color-text-muted)}._colorPicker_4u8lg_368{display:flex;flex-wrap:wrap;gap:8px}._colorSwatch_4u8lg_374{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s;flex-shrink:0}._colorSwatch_4u8lg_374:hover{transform:scale(1.15)}._colorSwatchSelected_4u8lg_388{border-color:var(--color-text-primary);transform:scale(1.15);box-shadow:0 0 0 2px var(--color-bg-white),0 0 0 4px currentColor}._modalActions_4u8lg_395{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}._cancelBtn_4u8lg_402{padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-page);border:1px solid var(--color-border);cursor:pointer;transition:background .15s}._cancelBtn_4u8lg_402:hover{background:var(--color-border)}._submitBtn_4u8lg_418{padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._submitBtn_4u8lg_418:hover{background:var(--color-primary-hover)}._submitBtn_4u8lg_418:disabled{opacity:.5;cursor:not-allowed}._deleteBtn_4u8lg_439{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-error);border:none;cursor:pointer;transition:background .15s}._deleteBtn_4u8lg_439:hover{background:#dc2626}._confirmTitle_4u8lg_459{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}._confirmText_4u8lg_466{margin:0 0 20px;font-size:.9rem;color:var(--color-text-secondary);line-height:1.5}@media(max-width:768px){._grid_4u8lg_59{grid-template-columns:1fr;padding:0 16px}._panel-controls_4u8lg_480{padding:10px 16px}._modal_4u8lg_280{max-width:100%;margin:0 8px;padding:20px}}._panel_n9egf_1{padding-bottom:40px}._content_n9egf_5{padding:0 24px;color:var(--color-text-secondary);text-align:center;margin-top:40px}._panel_qp6hh_2{padding-bottom:40px}._controlLeft_qp6hh_7{display:flex;align-items:center;gap:8px}._userCount_qp6hh_13{font-size:.85rem;color:var(--color-text-secondary)}._inviteBtn_qp6hh_18{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._inviteBtn_qp6hh_18:hover{background:var(--color-primary-hover)}._grid_qp6hh_38{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:0 24px}._card_qp6hh_46{background:var(--color-bg-white);border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s}._card_qp6hh_46:hover{box-shadow:0 4px 16px #0000001a}._cardTop_qp6hh_62{display:flex;align-items:center;gap:14px}._avatar_qp6hh_68{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;flex-shrink:0;-webkit-user-select:none;user-select:none}._cardInfo_qp6hh_82{flex:1;min-width:0}._displayName_qp6hh_87{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._email_qp6hh_97{margin:2px 0 0;font-size:.85rem;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardMeta_qp6hh_107{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._roleBadge_qp6hh_114{display:inline-block;font-size:.75rem;font-weight:600;padding:2px 10px;border-radius:12px;text-transform:capitalize}._roleBadge_qp6hh_114[data-role=admin]{color:#3741a8;background:#3741a81a}._roleBadge_qp6hh_114[data-role=member]{color:#16a34a;background:#16a34a1a}._roleBadge_qp6hh_114[data-role=viewer]{color:#6b7280;background:#6b72801a}._joinDate_qp6hh_138{font-size:.78rem;color:var(--color-text-muted)}._cardActions_qp6hh_144{display:flex;gap:8px;align-items:center}._roleSelect_qp6hh_150{padding:6px 10px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.85rem;color:var(--color-text-primary);background:var(--color-bg-page);cursor:pointer;outline:none;font-family:inherit;transition:border-color .2s}._roleSelect_qp6hh_150:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}._roleSelect_qp6hh_150:disabled{opacity:.6;cursor:not-allowed}._deleteBtn_qp6hh_173{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:var(--color-text-muted);background:transparent;border:1px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s;margin-left:auto}._deleteBtn_qp6hh_173:hover{background:rgb(var(--color-error-rgb) / .1);color:var(--color-error);border-color:var(--color-error)}._empty_qp6hh_195{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}._emptyIcon_qp6hh_204{color:var(--color-text-muted);margin-bottom:16px;opacity:.5}._emptyTitle_qp6hh_210{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0 0 6px}._emptySubtitle_qp6hh_217{font-size:.9rem;color:var(--color-text-secondary);margin:0}._overlay_qp6hh_224{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}._modal_qp6hh_238{background:var(--color-bg-white);border-radius:14px;box-shadow:0 8px 32px #00000026;width:100%;max-width:480px;padding:24px}._modalSmall_qp6hh_247{max-width:400px}._modalHeader_qp6hh_251{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._modalHeader_qp6hh_251 h3{margin:0;font-size:1.15rem;font-weight:700;color:var(--color-text-primary)}._closeBtn_qp6hh_265{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:background .15s}._closeBtn_qp6hh_265:hover{background:rgb(var(--color-accent-rgb) / .3)}._modalForm_qp6hh_282{display:flex;flex-direction:column;gap:16px}._formField_qp6hh_288{display:flex;flex-direction:column;gap:6px}._formLabel_qp6hh_294{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}._required_qp6hh_300{color:var(--color-error)}._formInput_qp6hh_304{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.95rem;color:var(--color-text-primary);background:var(--color-bg-page);transition:border-color .2s;outline:none;font-family:inherit}._formInput_qp6hh_304:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}._formInput_qp6hh_304::placeholder{color:var(--color-text-muted)}._formSelect_qp6hh_325{padding:10px 14px;border:1.5px solid var(--color-border);border-radius:8px;font-size:.95rem;color:var(--color-text-primary);background:var(--color-bg-page);transition:border-color .2s;outline:none;font-family:inherit;cursor:pointer}._formSelect_qp6hh_325:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}._modalActions_qp6hh_344{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}._cancelBtn_qp6hh_351{padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-page);border:1px solid var(--color-border);cursor:pointer;transition:background .15s}._cancelBtn_qp6hh_351:hover{background:var(--color-border)}._submitBtn_qp6hh_367{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s}._submitBtn_qp6hh_367:hover{background:var(--color-primary-hover)}._submitBtn_qp6hh_367:disabled{opacity:.5;cursor:not-allowed}._deleteBtnDanger_qp6hh_391{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;background:var(--color-error);border:none;cursor:pointer;transition:background .15s}._deleteBtnDanger_qp6hh_391:hover{background:#dc2626}._confirmTitle_qp6hh_411{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:var(--color-text-primary)}._confirmText_qp6hh_418{margin:0 0 20px;font-size:.9rem;color:var(--color-text-secondary);line-height:1.5}@media(max-width:768px){._grid_qp6hh_38{grid-template-columns:1fr;padding:0 16px}._panel-controls_qp6hh_432{padding:10px 16px}._modal_qp6hh_238{max-width:100%;margin:0 8px;padding:20px}}._panel_jkrv2_1{padding-bottom:40px}._profileCard_jkrv2_5{max-width:480px;margin:0 auto;padding:32px 24px;background:var(--color-bg-white);border-radius:12px;box-shadow:0 2px 12px #0000000f}._avatarSection_jkrv2_14{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--color-border)}._avatarLarge_jkrv2_23{width:56px;height:56px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}._nameRole_jkrv2_37 h3{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin:0}._nameRole_jkrv2_37 span{font-size:.85rem;color:var(--color-text-muted)}._details_jkrv2_49{display:flex;flex-direction:column;gap:14px}._detailRow_jkrv2_55{display:flex;justify-content:space-between;align-items:center}._detailLabel_jkrv2_61{font-size:.875rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:8px}._detailValue_jkrv2_69{font-size:.9rem;font-weight:500;color:var(--color-text-primary)}._appLayout_9ow19_1{display:flex;min-height:100vh}._content_9ow19_6{margin-left:var(--sidebar-width);flex:1;min-height:100vh;padding-bottom:40px}@media(max-width:768px){._content_9ow19_6{margin-left:0;padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 24px)}}
