:root{--accent: #4fc08f;--accent-2: #8fd14f;--accent-strong: #3aa97a;--accent-soft: #e6f9f0;--accent-grad: linear-gradient(90deg, var(--accent-2) 0%, var(--accent) 100%);--danger: #ef4444;--danger-strong: #b91c1c;--danger-soft: #fee2e2;--bg: #f0f2f5;--surface: #ffffff;--text: #1f2433;--text-muted: #6b7280;--text-faint: #9ca3af;--border: #e5e7eb;--border-soft: #f1f3f5;--radius-sm: .5rem;--radius: .85rem;--radius-lg: 1.25rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .06);--shadow: 0 8px 24px rgba(0, 0, 0, .12);--shadow-lg: 0 -8px 28px rgba(0, 0, 0, .18)}:root[data-theme=dark]{color-scheme:dark;--bg: #0f141a;--surface: #1a212b;--text: #e6e9ee;--text-muted: #9aa6b2;--text-faint: #6b7682;--border: #2b333d;--border-soft: #232a33;--accent-soft: rgba(79, 192, 143, .16);--danger-soft: rgba(239, 68, 68, .18);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .4);--shadow: 0 8px 24px rgba(0, 0, 0, .5);--shadow-lg: 0 -8px 28px rgba(0, 0, 0, .6)}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background-color:var(--bg);color:var(--text);transition:background-color .2s,color .2s}.app{display:flex;flex-direction:column;min-height:100vh}._form_l7ryz_1{width:100%;max-width:23rem;margin:0 auto;padding:var(--space-5);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:var(--space-4);box-sizing:border-box}._title_l7ryz_15{font-size:1.5rem;font-weight:700;text-align:center;color:var(--text);margin:0 0 var(--space-1)}._input_l7ryz_23{padding:.7rem .85rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;color:var(--text);background:var(--surface);transition:border-color .18s,box-shadow .18s}._input_l7ryz_23:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4fc08f26}._button_l7ryz_38{width:100%;padding:.8rem;border:none;border-radius:var(--radius-sm);background:var(--accent-grad);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:filter .18s,box-shadow .18s}._button_l7ryz_38:hover:not(:disabled){filter:brightness(1.03);box-shadow:0 6px 18px #4fc08f4d}._button_l7ryz_38:disabled{opacity:.7;cursor:not-allowed}._error_l7ryz_59{color:var(--danger-strong);background:var(--danger-soft);border-radius:var(--radius-sm);padding:.5rem .7rem;font-size:.875rem;text-align:center}._card_109uf_1{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);cursor:pointer;border:1px solid transparent;transition:box-shadow .18s,transform .18s,border-color .18s}._card_109uf_1:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:var(--accent)}._cardHeader_109uf_20{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3)}._title_109uf_27{font-weight:600;font-size:1.05rem;color:var(--text);min-width:0;word-break:break-word}._status_109uf_35{flex:none;font-size:.72rem;font-weight:600;padding:.22rem .7rem;border-radius:999px;white-space:nowrap;background:#eef2f6;color:var(--text-muted)}._statusIN_PROGRESS_109uf_45{background:#fef3c7;color:#92400e}._statusDONE_109uf_46{background:var(--accent-soft);color:var(--accent-strong)}._statusCANCELLED_109uf_47{background:var(--danger-soft);color:var(--danger-strong)}._description_109uf_49{font-size:.9rem;color:var(--text-muted);line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._date_109uf_59{font-size:.78rem;color:var(--text-faint)}._container_1bzku_1{width:100%;display:flex;flex-direction:column;gap:var(--space-3)}._filters_1bzku_8{display:flex;gap:var(--space-2);overflow-x:auto;padding-bottom:var(--space-1)}._filterButton_1bzku_15{padding:.4rem .9rem;border-radius:999px;font-size:.85rem;font-weight:500;white-space:nowrap;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .18s}._filterButton_1bzku_15:hover{border-color:var(--accent);color:var(--accent-strong)}._filterButtonActive_1bzku_31{background:var(--accent-grad);border-color:transparent;color:#fff}._taskList_1bzku_37{display:flex;flex-direction:column;gap:var(--space-3)}._count_1bzku_43{font-size:.78rem;color:var(--text-faint);padding:0 var(--space-1);margin-top:calc(-1 * var(--space-1))}._message_1bzku_50{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm)}._error_1bzku_59{color:var(--danger-strong);background:var(--danger-soft);font-weight:600}._empty_1bzku_66{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-2);padding:3rem 1.5rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm)}._emptyIcon_1bzku_78{font-size:2.8rem;line-height:1;opacity:.55;filter:grayscale(.3)}._emptyTitle_1bzku_85{font-size:1.05rem;font-weight:600;color:var(--text)}._emptyHint_1bzku_91{font-size:.85rem;color:var(--text-muted);max-width:22rem}._skeletonCard_1bzku_98{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);border:1px solid transparent}._skeletonHeader_1bzku_109{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3)}._shimmer_1bzku_116{display:block;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--border) 25%,var(--accent-soft) 50%,var(--border) 75%);background-size:200% 100%;animation:_shimmer_1bzku_116 1.4s ease-in-out infinite}._skeletonTitle_1bzku_129{height:1.05rem;width:55%}._skeletonPill_1bzku_134{height:1.05rem;width:4.5rem;border-radius:999px;flex:none}._skeletonLine_1bzku_141{height:.82rem;width:100%}._skeletonLineShort_1bzku_146{height:.82rem;width:70%}._skeletonDate_1bzku_151{height:.7rem;width:35%;margin-top:var(--space-1)}@keyframes _shimmer_1bzku_116{0%{background-position:200% 0}to{background-position:-200% 0}}._overlay_1yvjj_1{position:fixed;inset:0;background:#11182773;display:flex;align-items:flex-end;justify-content:center;z-index:50;box-sizing:border-box;animation:_fade_1yvjj_1 .18s ease}._modal_1yvjj_13{background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);padding:var(--space-5) var(--space-4);padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom,0px));width:100%;max-height:92vh;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-3);box-sizing:border-box;animation:_slideUp_1yvjj_1 .24s cubic-bezier(.22,1,.36,1)}._title_1yvjj_29{font-size:1.2rem;font-weight:700;text-align:center;color:var(--text);margin:0 0 var(--space-1)}._input_1yvjj_37,._textarea_1yvjj_38{padding:.65rem .8rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;color:var(--text);background:var(--surface);box-sizing:border-box;transition:border-color .18s,box-shadow .18s}._input_1yvjj_37:focus,._textarea_1yvjj_38:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4fc08f26}._textarea_1yvjj_38{min-height:84px;resize:vertical}._dateRow_1yvjj_60{display:flex;gap:var(--space-2);align-items:center}._nowButton_1yvjj_66{flex:none;border:none;background:var(--accent-soft);color:var(--accent-strong);border-radius:var(--radius-sm);padding:.55rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .18s}._nowButton_1yvjj_66:hover{background:#d6f3e6}._buttonContainer_1yvjj_81{display:flex;gap:var(--space-2);margin-top:var(--space-1)}._button_1yvjj_81{flex:1;padding:.7rem;border-radius:var(--radius-sm);border:none;background:var(--border-soft);color:var(--text-muted);font-weight:600;font-size:.95rem;cursor:pointer;transition:background .18s,filter .18s}._button_1yvjj_81:hover{background:var(--border)}._button_1yvjj_81:disabled{opacity:.6;cursor:not-allowed}._buttonPrimary_1yvjj_102{background:var(--accent-grad);color:#fff}._buttonPrimary_1yvjj_102:hover{background:var(--accent-grad);filter:brightness(1.03)}._error_1yvjj_108{color:var(--danger-strong);background:var(--danger-soft);border-radius:var(--radius-sm);padding:.5rem .7rem;font-size:.875rem}@keyframes _fade_1yvjj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1yvjj_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width: 640px){._overlay_1yvjj_1{align-items:center;padding:var(--space-4)}._modal_1yvjj_13{max-width:26rem;border-radius:var(--radius-lg);max-height:88vh;animation:_pop_1yvjj_1 .2s ease}@keyframes _pop_1yvjj_1{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}}._overlay_14qv2_2{position:fixed;inset:0;background:#11182773;display:flex;align-items:flex-end;justify-content:center;z-index:50;animation:_fade_14qv2_1 .18s ease}._sheet_14qv2_14{position:relative;width:100%;max-height:92vh;background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:_slideUp_14qv2_1 .24s cubic-bezier(.22,1,.36,1)}._grabber_14qv2_27{width:40px;height:4px;border-radius:999px;background:var(--border);margin:8px auto 2px;flex:none}._header_14qv2_37{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-3);border-bottom:1px solid var(--border-soft);flex:none}._headerMain_14qv2_46{min-width:0;flex:1}._headerTitle_14qv2_51{font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.25;word-break:break-word}._headerLabel_14qv2_59{font-size:.75rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}._statusPill_14qv2_67{display:inline-block;margin-top:6px;padding:.2rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600}._pillIN_PROGRESS_14qv2_75{background:#fef3c7;color:#92400e}._pillDONE_14qv2_76{background:var(--accent-soft);color:var(--accent-strong)}._pillCANCELLED_14qv2_77{background:var(--danger-soft);color:var(--danger-strong)}._close_14qv2_79{flex:none;width:36px;height:36px;border-radius:50%;border:none;background:var(--border-soft);color:var(--text-muted);font-size:1.4rem;line-height:1;cursor:pointer;transition:background .18s,color .18s}._close_14qv2_79:hover{background:var(--danger-soft);color:var(--danger)}._body_14qv2_95{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-5)}._section_14qv2_104{display:flex;flex-direction:column;gap:var(--space-2)}._sectionHead_14qv2_110,._dateRow_14qv2_117{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}._label_14qv2_124{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}._value_14qv2_132{font-size:.98rem;color:var(--text);white-space:pre-line;word-break:break-word}._valueMuted_14qv2_138{color:var(--text-faint)}._iconBtn_14qv2_141{border:none;background:var(--accent-soft);color:var(--accent-strong);border-radius:var(--radius-sm);padding:.28rem .6rem;font-size:.8rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:background .18s}._iconBtn_14qv2_141:hover{background:#d6f3e6}._input_14qv2_157,._textarea_14qv2_158{width:100%;box-sizing:border-box;padding:.6rem .7rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;color:var(--text);background:var(--surface);transition:border-color .18s,box-shadow .18s}._textarea_14qv2_158{resize:vertical;min-height:76px}._input_14qv2_157:focus,._textarea_14qv2_158:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4fc08f26}._editActions_14qv2_178{display:flex;gap:var(--space-2);margin-top:var(--space-1)}._btn_14qv2_185{border:none;border-radius:var(--radius-sm);padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:filter .18s,background .18s,box-shadow .18s}._btnPrimary_14qv2_194{background:var(--accent-grad);color:#fff}._btnPrimary_14qv2_194:hover{filter:brightness(1.03)}._btnGhost_14qv2_196{background:var(--border-soft);color:var(--text-muted)}._btnGhost_14qv2_196:hover{background:var(--border)}._btnDanger_14qv2_198{background:var(--danger-soft);color:var(--danger-strong)}._btnDanger_14qv2_198:hover{background:#fdcdcd}._btn_14qv2_185:disabled{opacity:.6;cursor:not-allowed}._statusButtons_14qv2_203{display:flex;gap:var(--space-2);flex-wrap:wrap}._statusButton_14qv2_203{flex:1 1 auto;min-width:96px;padding:.5rem .6rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .18s}._statusButton_14qv2_203:hover{border-color:var(--accent);color:var(--accent-strong)}._statusButtonActive_14qv2_222{background:var(--accent-grad);color:#fff;border-color:transparent}._geoRow_14qv2_229{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);align-items:center;background:var(--accent-soft);color:var(--accent-strong);padding:.55rem .75rem;border-radius:var(--radius-sm);font-size:.875rem}._geoLink_14qv2_240{color:var(--accent-strong);text-decoration:underline;font-weight:600;white-space:nowrap}._mapFrame_14qv2_241{width:100%;height:160px;border:none;border-radius:var(--radius-sm);margin-top:var(--space-2)}._photoGrid_14qv2_250{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:var(--space-2)}._photoItem_14qv2_255{position:relative;aspect-ratio:1 / 1}._photoImg_14qv2_256{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;display:block;transition:box-shadow .18s,border-color .18s}._photoImg_14qv2_256:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}._photoSkeleton_14qv2_267{width:100%;height:100%;border-radius:var(--radius-sm);background:linear-gradient(90deg,#f3f4f6 25%,#e9ebee 37%,#f3f4f6 63%);background-size:400% 100%;animation:_shimmer_14qv2_1 1.3s ease infinite}._photoDelete_14qv2_274{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;border:none;background:#11182799;color:#fff;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}._photoDelete_14qv2_274:hover{background:var(--danger)}._uploadBtn_14qv2_289{display:flex;align-items:center;justify-content:center;gap:6px;padding:.7rem;border:1.5px dashed var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-muted);font-weight:600;cursor:pointer;transition:border-color .18s,background .18s,color .18s}._uploadBtn_14qv2_289:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}._commentList_14qv2_306{display:flex;flex-direction:column;gap:var(--space-2);max-height:11rem;overflow-y:auto}._comment_14qv2_306{background:var(--border-soft);border-radius:var(--radius-sm);padding:.5rem .7rem;font-size:.93rem}._commentDate_14qv2_319{font-size:.75rem;color:var(--text-faint);margin-bottom:2px}._commentEmpty_14qv2_320{font-size:.9rem;color:var(--text-faint)}._commentRow_14qv2_321{display:flex;gap:var(--space-2)}._commentSend_14qv2_322{flex:none;width:44px;border:none;border-radius:var(--radius-sm);background:var(--accent-grad);color:#fff;font-size:1.3rem;cursor:pointer}._history_14qv2_334{display:flex;flex-direction:column;gap:var(--space-1)}._historyItem_14qv2_335{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);font-size:.85rem}._historyStatus_14qv2_342{font-weight:600;color:var(--accent-strong)}._historyDate_14qv2_343{color:var(--text-faint);font-size:.78rem;flex:none}._changeItem_14qv2_346{background:var(--border-soft);border-radius:var(--radius-sm);padding:.5rem .7rem;display:flex;flex-direction:column;gap:4px}._changeHead_14qv2_354{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}._changeField_14qv2_360{font-weight:600;font-size:.85rem;color:var(--text)}._changeAuthor_14qv2_361{font-size:.75rem;color:var(--text-faint)}._changeDiff_14qv2_362{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.85rem}._changeOld_14qv2_369{color:var(--danger-strong);background:var(--danger-soft);border-radius:6px;padding:1px 6px;text-decoration:line-through;text-decoration-color:#b91c1c80;max-width:100%;overflow-wrap:anywhere}._changeNew_14qv2_379{color:var(--accent-strong);background:var(--accent-soft);border-radius:6px;padding:1px 6px;max-width:100%;overflow-wrap:anywhere}._changeArrow_14qv2_387{color:var(--text-faint);flex:none}._footer_14qv2_390{display:flex;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-top:1px solid var(--border-soft);background:var(--surface);flex:none;padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom,0px))}._footer_14qv2_390 ._btnPrimary_14qv2_194{flex:1}._viewerOverlay_14qv2_402{position:fixed;inset:0;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);z-index:100;padding:var(--space-4);animation:_fade_14qv2_1 .18s ease}._viewerImg_14qv2_415{max-height:78vh;max-width:94vw;border-radius:var(--radius);box-shadow:var(--shadow)}._viewerClose_14qv2_416{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:1.5rem;cursor:pointer}._viewerDownload_14qv2_427{padding:.6rem 1.4rem;border-radius:var(--radius-sm);background:var(--accent-grad);color:#fff;font-weight:600;text-decoration:none}@keyframes _fade_14qv2_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_14qv2_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _shimmer_14qv2_1{0%{background-position:100% 0}to{background-position:-100% 0}}@media (min-width: 640px){._overlay_14qv2_2{align-items:center;padding:var(--space-4)}._sheet_14qv2_14{width:100%;max-width:33rem;max-height:88vh;border-radius:var(--radius-lg);animation:_pop_14qv2_1 .2s ease}._grabber_14qv2_27{display:none}@keyframes _pop_14qv2_1{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}}._page_sa24i_1{padding:var(--space-4);max-width:40rem;margin:0 auto;width:100%;min-height:calc(100vh - 64px);display:flex;flex-direction:column;gap:var(--space-4);box-sizing:border-box}._header_sa24i_13{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}._title_sa24i_20{font-size:1.4rem;font-weight:700;color:var(--text);margin:0}._userName_sa24i_27{font-size:.9rem;color:var(--text-muted);margin:2px 0 0}._button_sa24i_33{flex:none;padding:.6rem 1.1rem;border-radius:var(--radius-sm);border:none;background:var(--accent-grad);color:#fff;font-weight:600;cursor:pointer;font-size:.9rem;transition:filter .18s,box-shadow .18s}._button_sa24i_33:hover{filter:brightness(1.03);box-shadow:0 4px 14px #4fc08f4d}._toast_sa24i_50{position:fixed;left:50%;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:200;max-width:90vw;padding:.7rem 1.1rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:#fff;box-shadow:var(--shadow);animation:_toastIn_sa24i_1 .2s ease}._toastOk_sa24i_65{background:var(--accent-strong)}._toastErr_sa24i_66{background:var(--danger)}@keyframes _toastIn_sa24i_1{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}._icon_182rt_1{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;display:inline-block}._iconLarge_182rt_21{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;display:inline-block}._page_gfp3s_1{padding:1rem;max-width:1200px;margin:0 auto;width:100%;min-height:100vh;display:flex;flex-direction:column;gap:1rem;background-color:var(--bg)}._header_gfp3s_25{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:1rem;background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){._header_gfp3s_25{flex-direction:row}}._title_gfp3s_63{font-size:1.5rem;font-weight:700;color:var(--text);margin:0}._tabButtons_gfp3s_77{display:flex;gap:.5rem;background:var(--bg);padding:.25rem;border-radius:8px}._tabButton_gfp3s_77{padding:.5rem 1rem;border:none;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font-weight:500;transition:all .2s}._tabButton_gfp3s_77:hover{background:var(--border);color:var(--text)}._tabButtonActive_gfp3s_125{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0000001a}._filtersSection_gfp3s_137{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}._filters_gfp3s_137{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}._filterGroup_gfp3s_167{display:flex;flex-direction:column;gap:.5rem}._filterLabel_gfp3s_179{font-size:.875rem;font-weight:500;color:var(--text)}._select_gfp3s_191,._input_gfp3s_193{padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;font-size:.875rem;background:var(--surface);color:var(--text);transition:border-color .2s}._select_gfp3s_191:focus,._input_gfp3s_193:focus{outline:none;border-color:#4fc08f;box-shadow:0 0 0 3px #4fc08f1a}._filterActions_gfp3s_227{display:flex;gap:.75rem;justify-content:flex-end;align-items:center}._clearButton_gfp3s_241{padding:.5rem 1rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.875rem;transition:all .2s}._clearButton_gfp3s_241:hover{background:var(--bg);border-color:var(--text-faint)}._exportButton_gfp3s_273{padding:.5rem 1rem;border:none;border-radius:6px;background:linear-gradient(135deg,#4fc08f,#8fd14f);color:#fff;cursor:pointer;font-weight:500;transition:all .2s}._exportButton_gfp3s_273:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4fc08f4d}._taskList_gfp3s_305{display:grid;gap:1rem}._taskCard_gfp3s_315{background:var(--surface);border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;cursor:pointer;transition:all .2s;border:1px solid transparent}._taskCard_gfp3s_315:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#4fc08f}._taskHeader_gfp3s_347{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}._taskTitle_gfp3s_361{font-weight:600;font-size:1.125rem;color:var(--text);flex:1}._taskStatus_gfp3s_375{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;font-weight:500;white-space:nowrap;margin-left:1rem}._statusInProgress_gfp3s_393{background:#fef3c7;color:#92400e}._statusDone_gfp3s_403{background:#d1fae5;color:#065f46}._statusCancelled_gfp3s_413{background:#fee2e2;color:#991b1b}._taskDescription_gfp3s_423{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._taskMeta_gfp3s_445{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:var(--text-faint)}._taskDate_gfp3s_461,._taskUser_gfp3s_463,._taskFiles_gfp3s_465,._taskComments_gfp3s_467{display:flex;align-items:center;gap:.25rem}._usersSection_gfp3s_479{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}._sectionTitle_gfp3s_493{font-size:1.25rem;font-weight:600;color:var(--text);margin:0 0 1.5rem}._userList_gfp3s_507{display:grid;gap:1rem}._userCard_gfp3s_517{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}._userInfo_gfp3s_537{display:flex;flex-direction:column;gap:.25rem}._userName_gfp3s_549{font-weight:500;color:var(--text)}._userRole_gfp3s_559{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}._userLogin_gfp3s_573{font-size:.8rem;color:var(--text-faint)}._roleBadge_gfp3s_583{flex:none;font-size:.72rem;font-weight:600;padding:.25rem .7rem;border-radius:999px;white-space:nowrap}._roleAdmin_gfp3s_599{background:#ede9fe;color:#6d28d9}._roleProf_gfp3s_601{background:var(--accent-soft);color:var(--accent-strong)}._toast_gfp3s_605{position:fixed;left:50%;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:200;max-width:90vw;padding:.7rem 1.1rem;border-radius:12px;font-size:.9rem;font-weight:500;color:#fff;box-shadow:var(--shadow);animation:_toastIn_gfp3s_1 .2s ease}._toastOk_gfp3s_635{background:var(--accent-strong)}._toastErr_gfp3s_637{background:var(--danger)}@keyframes _toastIn_gfp3s_1{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}._userActions_gfp3s_651{display:flex;gap:.5rem}._roleSelect_gfp3s_661{padding:.375rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.875rem;cursor:pointer}._statisticsSection_gfp3s_681{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}._statsGrid_gfp3s_695{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_gfp3s_707{background:var(--surface);padding:1.5rem;border-radius:12px;text-align:center;border:1px solid var(--border);transition:all .2s}._statCard_gfp3s_707:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._statNumber_gfp3s_735{font-size:2rem;font-weight:700;color:#4fc08f;margin-bottom:.5rem}._statLabel_gfp3s_749{font-size:.875rem;color:var(--text-muted);font-weight:500}._message_gfp3s_761{text-align:center;padding:3rem 1rem;color:var(--text-muted);background:var(--surface);border-radius:12px;box-shadow:0 1px 3px #0000001a}._error_gfp3s_779{color:#ef4444;background:#fef2f2;border:1px solid #fecaca}._paginationBar_gfp3s_791{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}._paginationCaption_gfp3s_807{font-size:.8rem;color:var(--text-muted)}._changesSection_gfp3s_817{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}._changeList_gfp3s_831{display:grid;gap:.75rem}._changeCard_gfp3s_841{padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}._changeHeader_gfp3s_855{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.5rem}._changeOrg_gfp3s_871{font-weight:600;color:var(--text)}._changeTime_gfp3s_881{font-size:.75rem;color:var(--text-faint);white-space:nowrap}._changeField_gfp3s_893{font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem}._changeDiff_gfp3s_907{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:.35rem}._changeOld_gfp3s_925{color:var(--danger);text-decoration:line-through}._changeNew_gfp3s_935{color:var(--accent-strong);font-weight:500}._changeArrow_gfp3s_945{color:var(--text-faint)}._changeAuthor_gfp3s_953{font-size:.75rem;color:var(--text-faint)}@media (max-width: 768px){._page_gfp3s_1{padding:.5rem}._header_gfp3s_25,._filtersSection_gfp3s_137,._usersSection_gfp3s_479,._statisticsSection_gfp3s_681{padding:1rem}._filters_gfp3s_137{grid-template-columns:1fr}._filterActions_gfp3s_227{flex-direction:column;align-items:stretch}._taskHeader_gfp3s_347{flex-direction:column;align-items:flex-start;gap:.5rem}._taskStatus_gfp3s_375{margin-left:0}._userCard_gfp3s_517{flex-direction:column;align-items:flex-start;gap:1rem}._statsGrid_gfp3s_695{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}}._header_cxssk_1{width:100%;display:flex;align-items:center;justify-content:center;padding:.75rem;background-image:var(--accent-grad);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:40;box-sizing:border-box}._brand_cxssk_15{display:flex;align-items:center}._logo_cxssk_20{height:2.5rem;width:2.5rem;border-radius:.25rem;background-color:#fff;padding:.25rem;box-shadow:0 1px 2px #0000000d;margin-right:.5rem;min-width:40px}._title_cxssk_31{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:.05em}._themeToggle_cxssk_38{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:999px;background-color:#ffffff2e;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;transition:background-color .2s,transform .1s}._themeToggle_cxssk_38:hover{background-color:#ffffff4d}._themeToggle_cxssk_38:active{transform:translateY(-50%) scale(.94)}._themeToggle_cxssk_38:focus-visible{outline:2px solid white;outline-offset:2px}
