*,*:before,*:after{box-sizing:border-box}:root{color-scheme:light}body{margin:0;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fdfdfd}body.modal-open{overflow:hidden}._app_k9m8e_1{font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#333;background-color:#fdfdfd}._protectedLayout_k9m8e_13{display:flex;flex-direction:column;height:100vh}._contentArea_k9m8e_25{flex-grow:1;overflow-y:auto}._btn_k9m8e_35{padding:.85rem 1.5rem;border:2px solid transparent;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s}._btnPrimary_k9m8e_59{background-color:#3498db;color:#fff;border-color:#3498db}._btnPrimary_k9m8e_59:hover{background-color:#2980b9;border-color:#2980b9;transform:translateY(-2px)}._btnSecondary_k9m8e_79{background-color:transparent;color:#3498db;border-color:#3498db}._btnSecondary_k9m8e_79:hover{background-color:#3498db;color:#fff;transform:translateY(-2px)}._btnFullWidth_k9m8e_99{width:100%;padding-top:1rem;padding-bottom:1rem;font-size:1.2rem}._btnEmergency_k9m8e_117{background-color:#e74c3c;color:#fff;border-color:#e74c3c}._btnEmergency_k9m8e_117:hover{background-color:#c0392b;border-color:#c0392b}._spinner_k9m8e_137{animation:_spin_k9m8e_137 1s linear infinite}@keyframes _spin_k9m8e_137{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loginContainer_hvgx5_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f4f7f6;font-family:system-ui,-apple-system,sans-serif}._loginBox_hvgx5_19{background:#fff;padding:2.5rem 3rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:450px;text-align:center}._loginHeader_hvgx5_39 h2{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}._loginHeader_hvgx5_39 p{color:#7f8c8d;margin-bottom:2rem}._loginForm_hvgx5_61{display:flex;flex-direction:column;gap:1.25rem}._formGroup_hvgx5_73{text-align:left}._formGroup_hvgx5_73 label{display:block;font-weight:600;color:#34495e;margin-bottom:.5rem}._formGroup_hvgx5_73 input{width:100%;padding:.85rem 1rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem;box-sizing:border-box;color:#2c3e50;background-color:#fdfdfd}._formGroup_hvgx5_73 input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._errorMessage_hvgx5_129{color:#e74c3c;background-color:#fbeae5;border:1px solid #e74c3c;border-radius:8px;padding:.75rem;text-align:center;font-size:.9rem}._loginButton_hvgx5_149{padding:1rem;border:none;border-radius:8px;background-color:#3498db;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:1rem}._loginButton_hvgx5_149:hover{background-color:#2980b9}._signUpLink_hvgx5_183{margin-top:1.5rem;color:#555}._signUpLink_hvgx5_183 a{color:#3498db;font-weight:600;text-decoration:none}._signUpLink_hvgx5_183 a:hover{text-decoration:underline}._modalOverlay_1njir_3{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;animation:_fadeIn_1njir_1 .3s forwards;padding:1rem}._modalContent_1njir_35{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 5px 15px #0000004d;position:relative;transform:scale(.9);animation:_scaleIn_1njir_1 .3s forwards}._modalCloseBtn_1njir_59{position:absolute;top:10px;right:15px;font-size:2rem;font-weight:700;color:#aaa;background:none;border:none;cursor:pointer}@keyframes _fadeIn_1njir_1{to{opacity:1}}@keyframes _scaleIn_1njir_1{to{transform:scale(1)}}@media (max-width: 768px){._modalContent_1njir_35{padding:1.5rem}}._customSelect_1umhb_1{position:relative;width:100%;font-family:inherit;color:#2c3e50}._selectButton_1umhb_15{box-sizing:border-box;width:100%;padding:.85rem 1rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem;background-color:#fdfdfd;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:border-color .3s,box-shadow .3s;color:#2c3e50}._selectButton_1umhb_15:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._arrowIcon_1umhb_61{transition:transform .3s;color:#7f8c8d}._arrowIconOpen_1umhb_71{transform:rotate(180deg)}._optionsList_1umhb_79{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #dcdcdc;border-radius:8px;list-style:none;padding:.5rem 0;margin-top:.25rem;z-index:100;max-height:200px;overflow-y:auto;box-shadow:0 4px 15px #0000001a}._optionItem_1umhb_113{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s;color:#2c3e50}._optionItem_1umhb_113:hover{background-color:#f0f0f0}._formContainer_1fhn0_3{max-width:800px;margin:2rem auto;padding:2rem 3rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #00000014;flex-grow:1}._backLink_1fhn0_25{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#555;font-weight:600;margin-bottom:1.5rem;transition:color .3s}._backLink_1fhn0_25:hover{color:#e74c3c}._formHeader_1fhn0_55{text-align:center;margin-bottom:2.5rem}._formHeader_1fhn0_55 h1{font-size:2.8rem;color:#2c3e50}._formHeader_1fhn0_55 p{font-size:1.1rem;color:#7f8c8d;margin-top:.5rem}._form_1fhn0_3{display:flex;flex-direction:column}._formGrid_1fhn0_97{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-bottom:1.5rem}._formGroup_1fhn0_111{display:flex;flex-direction:column;gap:.5rem}._formGroupFullWidth_1fhn0_123{grid-column:1 / -1}._formLabel_1fhn0_131{font-weight:600;color:#34495e}._formInput_1fhn0_141,._formTextarea_1fhn0_143{box-sizing:border-box;width:100%;padding:.85rem 1rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fdfdfd;color:#2c3e50;transition:border-color .3s,box-shadow .3s}._formInput_1fhn0_141:focus,._formTextarea_1fhn0_143:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._formTextarea_1fhn0_143{resize:vertical;min-height:120px}._apiError_1fhn0_195{color:#e74c3c;background-color:#fbeae5;border:1px solid #e74c3c;border-radius:8px;padding:1rem;text-align:center;margin-bottom:1.5rem;font-weight:500}@media (max-width: 768px){._formContainer_1fhn0_3{padding:2rem 1.5rem;margin:1rem}._formHeader_1fhn0_55 h1{font-size:2.2rem}._formGrid_1fhn0_97{grid-template-columns:1fr;gap:1.25rem}}._container_x879d_5{width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem;background-color:transparent;min-height:calc(100vh - 60px);box-sizing:border-box}._loadingMessage_x879d_25,._errorMessage_x879d_25{text-align:center;color:#555;font-size:1.2rem;margin-top:4rem}._errorMessage_x879d_25{color:#e74c3c}._pageHeader_x879d_47{text-align:center;margin-bottom:2.5rem}._pageHeader_x879d_47 h1{margin:0;font-size:2.2rem;font-weight:700;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding-bottom:.25rem}._pageHeader_x879d_47 p{margin-top:.5rem;color:#7f8c8d;font-size:1.1rem}._groupGrid_x879d_97{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}._groupCard_x879d_109{border-radius:20px;padding:1.8rem;cursor:pointer;transition:transform .2s ease-out,box-shadow .2s ease-out;box-shadow:0 8px 25px #0000001a;display:flex;flex-direction:column;align-items:flex-start;color:#fff;position:relative;overflow:hidden}._groupCard_x879d_109:before{content:"";position:absolute;inset:0;background:linear-gradient(to top left,#ffffff1a,#0000001a);border-radius:20px;opacity:0;transition:opacity .2s ease-out}._groupCard_x879d_109:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}._groupCard_x879d_109:hover:before{opacity:1}._unreadIndicator_x879d_181{position:absolute;top:1rem;right:1rem;width:12px;height:12px;background-color:#ff3b30;border-radius:50%;border:2px solid white;box-shadow:0 0 10px #ff3b30b3}._cardIcon_x879d_205{font-size:2.5rem;margin-bottom:1rem;color:#ffffffe6;z-index:1}._cardContent_x879d_219{z-index:1}._cardTitle_x879d_227{font-weight:700;font-size:1.4rem;margin:0;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.2)}._lastMessage_x879d_243{font-size:.9rem;opacity:.8;margin-top:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._cardDetail_x879d_263{font-size:.9rem;opacity:.9;margin-top:.5rem}._emptyState_x879d_279{text-align:center;margin-top:4rem;padding:3rem 2rem;background-color:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a}._emptyIcon_x879d_297{font-size:4rem;color:#b0c4de;margin-bottom:1.5rem}._emptyState_x879d_279 h2{margin:0;color:#2c3e50;font-size:2rem;font-weight:600}._emptyState_x879d_279 p{color:#7f8c8d;max-width:500px;margin:.75rem auto 0;font-size:1.1rem;line-height:1.6}._actionArea_x879d_339{margin-top:2.5rem}._actionButton_x879d_347{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(45deg,#3498db,#2ecc71);color:#fff;padding:.9rem 2rem;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .2s ease-out,box-shadow .2s ease-out,background-color .2s;box-shadow:0 5px 15px #0003}._actionButton_x879d_347:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d;background:linear-gradient(45deg,#2980b9,#27ae60)}._actionButton_x879d_347 svg{font-size:1.2rem}._loadingContainer_x879d_399{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;color:#7f8c8d}._pawSpinner_x879d_421{margin-bottom:1.5rem}._pawIcon_x879d_429{font-size:4rem;color:#fc5c7d;animation:_pulse_x879d_1 1.5s infinite ease-in-out}@keyframes _pulse_x879d_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._chatWindow_1xq5f_7{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,".SFNSText-Regular",sans-serif;overflow:hidden;position:relative}._messageList_1xq5f_29{flex-grow:1;padding:8px 12px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}._chatHeader_1xq5f_53{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background-color:#fff;border-bottom:none;box-shadow:0 1px 2px #00000014;flex-shrink:0;z-index:10;min-height:52px;box-sizing:border-box}._backButton_1xq5f_63{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#0084ff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0;margin:0;padding:0}._backButton_1xq5f_63:hover{background-color:#f0f2f5}._headerTitleContainer_1xq5f_67{flex-grow:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 10px;overflow:hidden;cursor:pointer;border-radius:20px;transition:background-color .2s ease,box-shadow .2s ease;height:40px;background-color:#f0f2f5;border:1px solid #e0e0e0;color:#050505;font:inherit;text-decoration:none;gap:.4rem}._headerTitleContainer_1xq5f_67:hover{background-color:#e4e6eb;box-shadow:0 1px 2px #0000000d}._headerTitleContainer_1xq5f_67 h2{font-size:1rem;font-weight:600;color:#050505;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}._headerIcon_1xq5f_85{color:#0084ff;font-size:.9rem;margin-left:5px;flex-shrink:0}._headerActions_1xq5f_87{display:flex;align-items:center;justify-content:flex-end;width:36px;height:36px;flex-shrink:0}._messageWrapper_1xq5f_97{display:flex;max-width:70%;margin-bottom:0;position:relative;transition:background-color .5s ease-out}._messageWrapper_1xq5f_97._grouped_1xq5f_111{margin-bottom:0}._highlight_1xq5f_117{background-color:#0084ff26;border-radius:8px}._messageBubble_1xq5f_121{padding:8px 12px;border-radius:18px;line-height:1.4;word-wrap:break-word;max-width:100%;box-shadow:0 1px .5px #00000021;cursor:pointer;user-select:none;-webkit-user-select:none;width:fit-content;touch-action:pan-y;position:relative;overflow:visible;z-index:2}._messageText_1xq5f_155{margin:0;font-size:.9375rem;white-space:pre-wrap}._sent_1xq5f_157{align-self:flex-end;margin-left:auto}._sent_1xq5f_157 ._messageBubble_1xq5f_121{background-color:#0084ff;color:#fff}._received_1xq5f_161{align-self:flex-start}._received_1xq5f_161 ._messageBubble_1xq5f_121{background-color:#e4e6eb;color:#050505}._avatarContainer_1xq5f_169{width:28px;height:28px;flex-shrink:0;margin-right:8px;position:relative;align-self:flex-end;visibility:hidden}._messageWrapper_1xq5f_97:not(._grouped_1xq5f_111) ._avatarContainer_1xq5f_169{visibility:visible}._chatAvatarWrapper_1xq5f_173{width:100%;height:100%;border-radius:50%;overflow:hidden;position:absolute;bottom:0}._messageContent_1xq5f_177{display:flex;flex-direction:column;width:100%}._sent_1xq5f_157 ._messageContent_1xq5f_177{align-items:flex-end}._received_1xq5f_161 ._messageContent_1xq5f_177{align-items:flex-start}._bubbleContainer_1xq5f_185{display:flex;flex-direction:column}._sent_1xq5f_157 ._bubbleContainer_1xq5f_185{align-items:flex-end}._received_1xq5f_161 ._bubbleContainer_1xq5f_185{align-items:flex-start}._sent_1xq5f_157:not(._grouped_1xq5f_111) ._messageBubble_1xq5f_121{border-radius:18px 18px 4px}._received_1xq5f_161:not(._grouped_1xq5f_111) ._messageBubble_1xq5f_121{border-radius:18px 18px 18px 4px}._sent_1xq5f_157._grouped_1xq5f_111._followedByGrouped_1xq5f_199 ._messageBubble_1xq5f_121{border-radius:4px 18px}._received_1xq5f_161._grouped_1xq5f_111._followedByGrouped_1xq5f_199 ._messageBubble_1xq5f_121{border-radius:18px 4px}._sent_1xq5f_157._grouped_1xq5f_111:not(._followedByGrouped_1xq5f_199) ._messageBubble_1xq5f_121{border-radius:4px 18px 18px}._received_1xq5f_161._grouped_1xq5f_111:not(._followedByGrouped_1xq5f_199) ._messageBubble_1xq5f_121{border-radius:18px 4px 18px 18px}._senderName_1xq5f_211{display:none}._received_1xq5f_161:not(._grouped_1xq5f_111) ._senderName_1xq5f_211{display:block;font-size:.7rem;color:#65676b;font-weight:500;margin-left:4px;margin-bottom:2px;align-self:flex-start}._timestampContainer_1xq5f_231{display:flex;align-items:center;gap:4px;margin-top:2px}._sent_1xq5f_157 ._timestampContainer_1xq5f_231{align-self:flex-end;padding-right:4px}._received_1xq5f_161 ._timestampContainer_1xq5f_231{align-self:flex-start;padding-left:4px}._timestamp_1xq5f_231{font-size:.7rem;color:#65676b}._seenIcon_1xq5f_239{font-size:.8rem;color:#65676b}._seenIcon_1xq5f_239._read_1xq5f_241{color:#0084ff}._optimisticIcon_1xq5f_243{font-size:.7rem;color:#95a5a6}._spinner_1xq5f_247{animation:_spin_1xq5f_247 1s linear infinite}@keyframes _spin_1xq5f_247{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._repliedMessageSnippet_1xq5f_263{padding:6px 10px;margin-bottom:-6px;border-radius:12px;background-color:#f0f2f5;overflow:hidden;cursor:pointer;border:1px solid rgba(0,0,0,.05);max-width:calc(100% - 10px);box-sizing:border-box;display:block;width:fit-content;align-self:stretch;position:relative;z-index:1;text-align:left}._repliedMessageSnippet_1xq5f_263:hover{background-color:#e4e6eb}._sent_1xq5f_157 ._repliedMessageSnippet_1xq5f_263{border-radius:12px 4px 12px 12px;margin-right:1px}._received_1xq5f_161 ._repliedMessageSnippet_1xq5f_263{border-radius:4px 12px 12px;margin-left:1px}._sent_1xq5f_157 ._bubbleContainer_1xq5f_185>._messageBubble_1xq5f_121{border-top-right-radius:4px}._received_1xq5f_161 ._bubbleContainer_1xq5f_185>._messageBubble_1xq5f_121{border-top-left-radius:4px}._replyHeader_1xq5f_293{font-size:.75rem;font-weight:600;color:#65676b;margin:0 0 2px}._replyText_1xq5f_295{margin:0;font-size:.85rem;color:#050505;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._replyingToContext_1xq5f_305{display:flex;align-items:center;padding:8px 12px;background-color:#f0f2f5;border-top:1px solid #dadde1;animation:_slideInUp_1xq5f_1 .2s ease-out;flex-shrink:0}@keyframes _slideInUp_1xq5f_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._replyContextContent_1xq5f_309{flex-grow:1;border-left:3px solid #0084ff;padding-left:10px;overflow:hidden}._replyingToTitle_1xq5f_311{font-size:.8rem;font-weight:600;color:#0084ff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._replyingToText_1xq5f_313{font-size:.85rem;color:#050505;margin:2px 0 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}._cancelReplyButton_1xq5f_315{background:none;border:none;color:#65676b;font-size:1.5rem;cursor:pointer;padding:4px;margin-left:8px}._reactionsContainer_1xq5f_321{z-index:3;display:flex;align-items:center;gap:2px;padding:2px 6px;background-color:#fff;border:.5px solid #ced0d4;border-radius:10px;cursor:pointer;box-shadow:0 1px 2px #0000001a;width:fit-content;margin-top:-8px;margin-bottom:0}._sent_1xq5f_157 ._reactionsContainer_1xq5f_321,._received_1xq5f_161 ._reactionsContainer_1xq5f_321{align-self:flex-end;margin-right:8px}._reactionEmoji_1xq5f_357{font-size:.75rem}._totalReactionCount_1xq5f_359{font-size:.75rem;font-weight:500;color:#333;margin-left:3px}._emojiPicker_1xq5f_365{display:flex;gap:4px;background-color:#fff;border:1px solid #ddd;border-radius:20px;padding:6px 10px;box-shadow:0 2px 10px #0000001a;position:fixed;z-index:10;animation:_pickerPop_1xq5f_1 .1s ease-out;max-width:calc(100vw - 20px);box-sizing:border-box}@keyframes _pickerPop_1xq5f_1{0%{transform-origin:center bottom;transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}._emojiPicker_1xq5f_365 span{font-size:1.5rem;cursor:pointer;padding:4px;transition:transform .1s ease-out}._replyButton_1xq5f_387{font-size:1.2rem;cursor:pointer;padding:6px 10px 6px 6px;transition:transform .1s ease-out,background-color .1s ease;color:#65676b;display:flex;align-items:center;justify-content:center;border-radius:50%;border-right:1px solid #e4e6eb;margin-right:4px}._replyButton_1xq5f_387:hover{transform:scale(1.2);background-color:#f0f2f5}._emojiPicker_1xq5f_365 span:hover{transform:scale(1.3)}._animatedHeart_1xq5f_395{position:absolute;font-size:3rem;color:#ff3838;top:50%;left:50%;transform:translate(-50%,-50%);animation:_heart-pop_1xq5f_1 .5s ease-out;pointer-events:none;z-index:100}@keyframes _heart-pop_1xq5f_1{0%{transform:translate(-50%,-50%) scale(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.5);opacity:1}to{transform:translate(-50%,-50%) scale(.5);opacity:0}}._messageInputForm_1xq5f_407{flex-shrink:0;background-color:#fff;padding:6px 8px;border-top:1px solid #dadde1;display:flex;align-items:flex-end;gap:6px;transition:padding .2s ease;position:relative;box-sizing:border-box}._actionButtonsContainer_1xq5f_417{display:flex;align-items:center;gap:4px;padding-bottom:5px;max-width:80px;flex-shrink:0;transition:max-width .2s ease,opacity .2s ease,visibility .2s ease;opacity:1;overflow:hidden;visibility:visible}._chatActionButton_1xq5f_419{background:none;border:none;color:#0084ff;font-size:1.3rem;padding:6px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}._chatActionButton_1xq5f_419:hover:not(:disabled){background-color:#f0f2f5}._chatActionButton_1xq5f_419:disabled{color:#bec3c9;cursor:not-allowed}._chatActionButton_1xq5f_419._recordingActive_1xq5f_425{color:#e74c3c;animation:_pulseRecord_1xq5f_1 1.5s infinite ease-in-out}@keyframes _pulseRecord_1xq5f_1{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}._messageInput_1xq5f_407{flex-grow:1;flex-basis:0;min-width:0;padding:8px 12px;border:none;border-radius:18px;background-color:#f0f2f5;color:#050505;font-size:1rem;outline:none;resize:none;max-height:100px;line-height:1.4;font-family:inherit;margin:0}._messageInput_1xq5f_407:disabled{background-color:#e4e6eb;cursor:not-allowed}._sendButton_1xq5f_433{height:36px;width:36px;border:none;border-radius:50%;background-color:transparent;color:#0084ff;cursor:pointer;transition:background-color .2s,color .2s;display:flex;justify-content:center;align-items:center;flex-shrink:0;font-size:1.2rem;margin-bottom:2px}._sendButton_1xq5f_433:hover:not(:disabled){background-color:#f0f2f5}._sendButton_1xq5f_433:disabled{color:#bec3c9;cursor:default;background-color:transparent}._messageInputForm_1xq5f_407._typingActive_1xq5f_439 ._actionButtonsContainer_1xq5f_417{max-width:0;opacity:0;visibility:hidden}._uploadErrorBar_1xq5f_441{position:absolute;bottom:100%;left:0;width:100%;background-color:#f8d7da;color:#721c24;padding:4px 12px;font-size:.8rem;text-align:center;border-top-left-radius:4px;border-top-right-radius:4px;z-index:5}._mediaBubble_1xq5f_451{padding:3px;background-color:transparent!important;box-shadow:none;max-width:250px;border-radius:16px;overflow:hidden;width:fit-content;display:flex;flex-direction:column}._sent_1xq5f_157 ._mediaBubble_1xq5f_451{margin-left:auto}._received_1xq5f_161 ._mediaBubble_1xq5f_451{margin-right:auto}._chatMediaImage_1xq5f_457,._chatMediaVideo_1xq5f_457{display:block;max-width:100%;max-height:250px;border-radius:14px;object-fit:cover;background-color:#f0f2f5}._chatMediaVideo_1xq5f_457{background-color:#000}._audioBubble_1xq5f_461{background-color:#e4e6eb!important;padding:8px 12px!important;width:250px;max-width:250px}._sent_1xq5f_157 ._audioBubble_1xq5f_461{background-color:#0084ff!important}._mediaBubble_1xq5f_451 ._messageText_1xq5f_155{padding:6px 10px;margin-top:4px;font-size:.9375rem;color:#050505;background-color:#e4e6eb;border-radius:18px}._sent_1xq5f_157 ._mediaBubble_1xq5f_451 ._messageText_1xq5f_155{color:#fff;background-color:#0084ff}._chatMediaLink_1xq5f_469{display:flex;align-items:center;gap:8px;padding:10px;background-color:#f0f2f5;border-radius:14px;color:#0084ff;text-decoration:none;font-size:.9rem}._chatMediaLink_1xq5f_469:hover{background-color:#e4e6eb}._audioPlayerContainer_1xq5f_481{display:flex;align-items:center;gap:8px;height:40px;width:100%}._audioPlayButton_1xq5f_483{background:none;border:none;color:#050505;font-size:1.2rem;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s}._sent_1xq5f_157 ._audioPlayButton_1xq5f_483{color:#fff}._audioPlayButton_1xq5f_483:hover{background-color:#0000001a}._sent_1xq5f_157 ._audioPlayButton_1xq5f_483:hover{background-color:#fff3}._waveformContainer_1xq5f_491{display:flex;align-items:center;height:24px;width:100%;gap:1px;overflow:hidden}._waveformBar_1xq5f_493{width:2.5px;background-color:#050505;opacity:.6;border-radius:1px}._sent_1xq5f_157 ._waveformBar_1xq5f_493{background-color:#fff}._audioTimestamp_1xq5f_497{font-size:.8rem;font-weight:500;color:#333;flex-shrink:0;margin-left:4px}._sent_1xq5f_157 ._audioTimestamp_1xq5f_497{color:#fff}._emojiOnlyWrapper_1xq5f_509{max-width:none}._emojiOnlyContainer_1xq5f_517{display:flex;width:fit-content;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:pan-y}._sent_1xq5f_157 ._emojiOnlyContainer_1xq5f_517{margin-left:auto}._received_1xq5f_161 ._emojiOnlyContainer_1xq5f_517{margin-right:auto}._emojiOnlyMessage_1xq5f_539{font-size:2.8rem;line-height:1.1;margin:2px 0;padding:0 4px;background:none;box-shadow:none;display:inline-block;border-radius:0;cursor:pointer}._emojiOnlyMessage_1xq5f_539 ._mentionHighlight_1xq5f_563{background:none;padding:0;font-weight:400;color:inherit}._emojiOnlyWrapper_1xq5f_509 ._timestampContainer_1xq5f_231{margin-top:0;padding-left:4px;padding-right:4px}._sent_1xq5f_157._emojiOnlyWrapper_1xq5f_509 ._timestampContainer_1xq5f_231{align-self:flex-end}._received_1xq5f_161._emojiOnlyWrapper_1xq5f_509 ._timestampContainer_1xq5f_231{align-self:flex-start}._emojiOnlyWrapper_1xq5f_509 ._reactionsContainer_1xq5f_321{margin-top:-4px}._scrollToBottomIndicator_1xq5f_607{position:absolute;bottom:70px;left:50%;transform:translate(-50%);background-color:#fffffff2;color:#0084ff;border:1px solid #dadde1;border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:500;cursor:pointer;box-shadow:0 2px 5px #00000026;z-index:20;opacity:0;transform:translate(-50%) translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;display:flex;align-items:center;gap:4px;visibility:hidden}._scrollToBottomIndicator_1xq5f_607._visible_1xq5f_609{opacity:1;transform:translate(-50%) translateY(0);visibility:visible}._centeredMessage_1xq5f_611{display:flex;justify-content:center;align-items:center;height:100%;color:#65676b;padding:20px;text-align:center}._dateSeparator_1xq5f_613{text-align:center;margin:1rem 0;color:#65676b;font-size:.75rem;font-weight:500}._dateSeparator_1xq5f_613 span{background-color:#e4e6eb;padding:4px 10px;border-radius:12px}._modalOverlay_1xq5f_621{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:flex-end;z-index:1000}._reactionsModal_1xq5f_623{background-color:#fff;width:100%;max-width:600px;max-height:60vh;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;box-shadow:0 -4px 20px #00000026;animation:_slide-up_1xq5f_1 .3s ease-out}@keyframes _slide-up_1xq5f_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._modalHeader_1xq5f_627{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;flex-shrink:0}._modalHeader_1xq5f_627 h3{margin:0;color:#1c1c1e;font-size:1.1rem;font-weight:600;text-align:center;flex-grow:1}._modalCloseButton_1xq5f_631{background:#e5e5ea;border:none;color:#8a8a8e;font-size:1rem;font-weight:700;cursor:pointer;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;line-height:1}._modalContent_1xq5f_633{overflow-y:auto;padding:.5rem 1rem}._modalReactionItem_1xq5f_635{display:flex;align-items:center;padding:.75rem .5rem;color:#1c1c1e;border-bottom:1px solid #f2f2f7}._modalReactionItem_1xq5f_635:last-child{border-bottom:none}._modalReactionEmoji_1xq5f_639{font-size:1.5rem;margin-right:1rem}._mentionHighlight_1xq5f_563{font-weight:600;color:#000}._sent_1xq5f_157 ._mentionHighlight_1xq5f_563{color:#fff}._messageWrapper_1xq5f_97:not(._grouped_1xq5f_111){margin-top:8px}._modalOverlay_1mxcs_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:5000;padding:1rem}._modalContent_1mxcs_29{background:#fff;border-radius:20px;max-width:500px;width:100%;box-shadow:0 10px 40px #0003;position:relative;max-height:90vh;overflow-y:auto;animation:_fadeIn_1mxcs_1 .3s}@keyframes _fadeIn_1mxcs_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._closeButton_1mxcs_63{position:absolute;top:15px;right:15px;background:#e0e0e0;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center}._centered_1mxcs_95{padding:3rem;text-align:center}._spinner_1mxcs_103{font-size:2rem;color:#3498db;animation:_spin_1mxcs_103 1s linear infinite}@keyframes _spin_1mxcs_103{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1mxcs_117{color:#e74c3c}._header_1mxcs_125{text-align:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #eee}._header_1mxcs_125 h1{margin:0;font-size:1.6rem;color:#2c3e50}._tags_1mxcs_145{display:flex;gap:.5rem;margin-top:.75rem;justify-content:center}._status_1mxcs_157,._animalTag_1mxcs_157{font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:20px}._status_1mxcs_157{background-color:#ecf0f1;color:#34495e}._animalTag_1mxcs_157{background-color:#dbeafe;color:#2980b9}._detailGrid_1mxcs_187{padding:1.5rem;display:grid;grid-template-columns:1fr;gap:1.25rem}._detailItem_1mxcs_201{display:flex;align-items:flex-start;gap:1rem}._icon_1mxcs_213{font-size:1.2rem;color:#3498db;margin-top:4px}._detailItem_1mxcs_201 strong{font-size:.8rem;color:#7f8c8d;text-transform:uppercase;display:block;margin-bottom:.1rem}._detailItem_1mxcs_201 p{margin:0;font-size:1rem;color:#2c3e50;line-height:1.5}@media (min-width: 500px){._detailGrid_1mxcs_187{grid-template-columns:1fr 1fr}._fullWidth_1mxcs_261{grid-column:1 / -1}}._actionsContainer_1mxcs_271{padding:0 1.5rem 1.5rem;display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 500px){._actionsContainer_1mxcs_271{grid-template-columns:1fr 1fr}}._actionButton_1mxcs_297{padding:.8rem 1rem;border-radius:12px;font-weight:700;font-size:.9rem;color:#fff;cursor:pointer;border:none;display:flex;justify-content:center;align-items:center;gap:.75rem;transition:transform .2s,box-shadow .2s;text-shadow:1px 1px 3px rgba(0,0,0,.2);text-decoration:none}._actionButton_1mxcs_297:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}._viewTeamButton_1mxcs_339{background:linear-gradient(45deg,#34495e,#2c3e50)}._mapButton_1mxcs_341{background:linear-gradient(45deg,#3498db,#2980b9)}._modalOverlay_175fn_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:5000}._modalContent_175fn_27{background:#fff;padding:1.5rem;border-radius:12px;max-width:400px;width:90%;box-shadow:0 5px 20px #00000040;text-align:center}._header_175fn_47{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem;color:#2c3e50}._header_175fn_47 svg{font-size:2.5rem;color:#3498db}._header_175fn_47 h2{margin:0;font-size:1.5rem}._assignedBy_175fn_85{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#555;background-color:#f0f8ff;padding:.5rem;border-radius:8px;margin-bottom:1.5rem}._assignedBy_175fn_85 svg{color:#3498db}._memberList_175fn_119{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}._memberItem_175fn_133{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f8f9fa;border-radius:8px;margin-bottom:.5rem;font-size:1rem;color:#34495e}._memberItem_175fn_133 svg{color:#95a5a6}._closeButton_175fn_165{width:100%;padding:.8rem;background-color:#3498db;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}._overlay_1d1yb_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:_fadeIn_1d1yb_1 .3s ease}@keyframes _fadeIn_1d1yb_1{0%{opacity:0}to{opacity:1}}._content_1d1yb_43{position:relative;max-width:90vw;max-height:90vh}._image_1d1yb_55{display:block;max-width:100%;max-height:100%;border-radius:8px;box-shadow:0 10px 30px #00000080}._closeButton_1d1yb_71{position:absolute;top:-40px;right:-10px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;transition:transform .2s}._closeButton_1d1yb_71:hover{transform:scale(1.1)}._avatar_x1gnz_1{width:100%;height:100%;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden;color:#fff;font-weight:700;-webkit-user-select:none;user-select:none}._avatar_x1gnz_1 img{width:100%;height:100%;object-fit:cover}._avatar_x1gnz_1 span{font-size:50%;line-height:1}._header_okc54_7{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fc5c7d;color:#fff;border:none!important;box-shadow:none!important;position:sticky;top:0;z-index:1000;transition:background-color .4s ease}._headerOpen_okc54_53{background:linear-gradient(45deg,#fc5c7d,#e74c3c)}._logoLink_okc54_63{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}._logoLink_okc54_63:hover{transform:scale(1.05)}._logoIcon_okc54_85{font-size:2.2rem;margin-right:.75rem;color:#fff;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}._logoText_okc54_99{font-size:1.6rem;font-weight:700;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.2)}._nav_okc54_117{display:flex;align-items:center;gap:1rem}._navLink_okc54_129{padding:.5rem 0;text-decoration:none;color:#ffffffd9;font-weight:600;position:relative;transition:color .3s ease;display:inline-flex;align-items:center;gap:.75rem}._navLink_okc54_129:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:3px;background:#fff;border-radius:2px;transition:width .3s cubic-bezier(.25,.8,.25,1)}._navLink_okc54_129:hover{color:#fff}._navLink_okc54_129:hover:after,._activeLink_okc54_193:after{width:100%}._activeLink_okc54_193{color:#fff}._logoutButton_okc54_211{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#ffffffd9;padding:.6rem 1.2rem;border-radius:8px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;margin-left:1rem;transition:all .3s ease}._logoutButton_okc54_211:hover{background-color:#ffffff26;color:#fff}@media (max-width: 992px){._header_okc54_7{padding:1rem 1.5rem}._nav_okc54_117{position:fixed;top:0;right:0;width:80%;max-width:350px;height:100%;flex-direction:column;align-items:stretch;padding:6rem 0;gap:0;background:linear-gradient(180deg,#fc5c7d,#e74c3c);transform:translate(100%);transition:transform .4s cubic-bezier(.86,0,.07,1);z-index:1001;overflow-y:auto;box-shadow:-10px 0 30px #0000001a}._navOpen_okc54_307{transform:translate(0)}._navBackdrop_okc54_315{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .4s ease;z-index:1000}._navBackdropOpen_okc54_343{opacity:1;visibility:visible}._navLink_okc54_129{width:100%;font-size:1.2rem;padding:1.2rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.2);opacity:0;transform:translate(-20px);animation:_slideIn_okc54_1 .5s forwards;color:#ffffffe6;display:flex;align-items:center;gap:.75rem}._navLink_okc54_129:first-of-type{border-top:1px solid rgba(255,255,255,.2)}._activeLink_okc54_193{color:#fff;background-color:#00000026;font-weight:700}._navLink_okc54_129:hover{background-color:#0000001a}._logoutButton_okc54_211{width:auto;font-size:1.2rem;margin:2rem auto 0;padding:.8rem 2.5rem;background:#0003;color:#fff;border-radius:50px;opacity:0;transform:translate(-20px);animation:_slideIn_okc54_1 .5s forwards}._logoutButton_okc54_211:hover{transform:scale(1.05);box-shadow:0 4px 20px #0003}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(1){animation-delay:.1s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(2){animation-delay:.15s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(3){animation-delay:.2s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(4){animation-delay:.25s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(5){animation-delay:.3s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(6){animation-delay:.35s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(7){animation-delay:.4s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(8){animation-delay:.45s}._navOpen_okc54_307 ._navLink_okc54_129:nth-child(9){animation-delay:.5s}._navOpen_okc54_307 ._logoutButton_okc54_211{animation-delay:.55s}@keyframes _slideIn_okc54_1{to{opacity:1;transform:translate(0)}}._menuToggle_okc54_495{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002}._hamburgerLine_okc54_521{width:2rem;height:3px;background:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}._menuToggleOpen_okc54_541 ._hamburgerLine_okc54_521:nth-child(1){transform:rotate(45deg)}._menuToggleOpen_okc54_541 ._hamburgerLine_okc54_521:nth-child(2){opacity:0;transform:translate(20px)}._menuToggleOpen_okc54_541 ._hamburgerLine_okc54_521:nth-child(3){transform:rotate(-45deg)}}._container_1j17l_5{padding:1rem 1.5rem;max-width:1200px;margin:0 auto}._pageHeader_1j17l_17{text-align:center;margin-bottom:1rem}._pageHeader_1j17l_17 h1{font-size:2.2rem;color:#2c3e50;font-weight:700;margin:0;background:linear-gradient(45deg,#e74c3c,#9b59b6,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:.5rem}._filterContainer_1j17l_49{margin-bottom:2rem;display:flex;justify-content:flex-end;align-items:center}._customSelectWrapper_1j17l_63{width:220px}._cardGrid_1j17l_71{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._card_1j17l_71{border-radius:16px;color:#fff;padding:1rem;display:flex;flex-direction:column;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:transform .2s ease-out,box-shadow .2s ease-out,border .2s ease-out;border:3px solid transparent}._card_1j17l_71:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}._reported_1j17l_121{background:linear-gradient(45deg,#e74c3c,#c0392b)}._assigned_1j17l_123{background:linear-gradient(45deg,#3498db,#2980b9)}._in_progress_1j17l_125{background:linear-gradient(45deg,#f39c12,#e67e22)}._ongoing_1j17l_127{background:linear-gradient(45deg,#9b59b6,#8e44ad)}._resolved_1j17l_129{background:linear-gradient(45deg,#2ecc71,#27ae60)}._closed_1j17l_131{background:linear-gradient(45deg,#95a5a6,#7f8c8d)}._caseCount_1j17l_135{position:absolute;top:10px;right:10px;background-color:#00000040;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;z-index:2}._cardIcon_1j17l_169{font-size:2rem;color:#fffc;margin-bottom:.5rem}._cardContent_1j17l_181{flex-grow:1}._cardHeader_1j17l_189{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}._cardHeader_1j17l_189 h2{margin:0;font-size:1.1rem;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.1)}._statusTag_1j17l_217{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;background-color:#fff3;text-transform:uppercase}._cardContent_1j17l_181 p{margin:.25rem 0 0;font-size:.9rem;opacity:.9}._cardContent_1j17l_181 p strong{font-weight:600}._locationText_1j17l_255{font-style:italic;font-size:.9rem!important;margin-top:.5rem!important;opacity:.8;line-height:1.4}._noIncidents_1j17l_271{text-align:center;color:#7f8c8d;margin-top:4rem;padding:2rem;background-color:#fff;border-radius:12px}._noIncidents_1j17l_271 h2{color:#34495e}._overdue_1j17l_297{border-color:gold}._attentionIndicator_1j17l_307{position:absolute;top:13%;left:50%;transform:translate(-50%,-50%);background-color:#ffd700d9;color:brown;font-weight:700;font-size:.8rem;padding:.4rem .8rem;border-radius:6px;z-index:3;box-shadow:0 2px 5px #0006;text-transform:uppercase;text-align:center}._cardFooter_1j17l_343{margin-top:auto;padding-top:.75rem;display:flex;justify-content:flex-end;align-items:center;font-size:.8rem;color:#ffffffd9;opacity:.95;min-height:1.5em}._timeAgoIndicator_1j17l_367{display:flex;align-items:center;gap:.4rem}._loadingContainer_1j17l_381{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;color:#7f8c8d}._pawSpinner_1j17l_401{margin-bottom:1.5rem}._pawIcon_1j17l_409{font-size:4rem;color:#fc5c7d;animation:_pulse_1j17l_1 1.5s infinite ease-in-out}@keyframes _pulse_1j17l_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._formContainer_ecbsp_7{max-width:800px;margin:2rem auto;padding:2.5rem 3rem;background-color:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a}._formHeader_ecbsp_25{text-align:center;margin-bottom:2.5rem}._formHeader_ecbsp_25 h1{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}._formHeader_ecbsp_25 p{font-size:1.1rem;color:#7f8c8d;margin-top:.5rem;max-width:500px;margin-left:auto;margin-right:auto}._formGrid_ecbsp_75{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-bottom:2.5rem}._formGroup_ecbsp_89{display:flex;flex-direction:column;gap:.5rem}._formGroupFullWidth_ecbsp_101{grid-column:1 / -1}._formLabel_ecbsp_109{font-weight:600;color:#34495e}._formInput_ecbsp_119,._formTextarea_ecbsp_121{box-sizing:border-box;width:100%;padding:.85rem 1rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fdfdfd;transition:border-color .3s,box-shadow .3s}._formInput_ecbsp_119:focus,._formTextarea_ecbsp_121:focus{outline:none;border-color:#6a82fb;box-shadow:0 0 0 3px #6a82fb33}._formTextarea_ecbsp_121{resize:vertical;min-height:120px}._locationStatus_ecbsp_169{margin-top:.75rem;font-size:.9rem;color:#27ae60;font-weight:500}._fileInput_ecbsp_185{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}._fileInputLabel_ecbsp_203{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem;border:2px dashed #dcdcdc;border-radius:8px;cursor:pointer;color:#555;font-weight:600;transition:all .2s}._fileInputLabel_ecbsp_203:hover{border-color:#6a82fb;color:#6a82fb;background-color:#f8f9ff}._patienceMessage_ecbsp_245{font-size:.8rem;font-style:italic;color:#888;margin-top:.5rem;text-align:center}._recorderContainer_ecbsp_263{display:flex;align-items:center;gap:1rem}._recordButton_ecbsp_275{padding:.8rem 1.2rem;border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s}._recordButton_ecbsp_275{background-color:#3498db}._recordButton_ecbsp_275:hover{background-color:#2980b9}._stopButton_ecbsp_303{background-color:#e74c3c}._stopButton_ecbsp_303:hover{background-color:#c0392b}._fileList_ecbsp_309{list-style:none;padding:0;margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}._fileList_ecbsp_309 li{display:flex;align-items:center;gap:.75rem;background-color:#f8f9fa;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;color:#333}._fileList_ecbsp_309 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._deleteButton_ecbsp_359{margin-left:auto;background:none;border:none;color:#95a5a6;font-size:1rem;cursor:pointer;padding:.25rem}._deleteButton_ecbsp_359:hover{color:#e74c3c}@media (max-width: 768px){._formContainer_ecbsp_7{padding:2rem 1.5rem;margin:1rem}._formHeader_ecbsp_25 h1{font-size:2.2rem}._formGrid_ecbsp_75{grid-template-columns:1fr;gap:1.25rem}}._errorText_ecbsp_415{color:#e74c3c;font-size:.8rem;margin-top:.25rem}._progressBarContainer_ecbsp_429{width:100%;background-color:#ecf0f1;border-radius:10px;margin-bottom:1.5rem;position:relative;height:30px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}._progressBar_ecbsp_429{height:100%;width:0%;background:linear-gradient(45deg,#2ecc71,#27ae60);border-radius:10px;transition:width .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:600;z-index:2;position:relative}._progressText_ecbsp_485{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#34495e;font-weight:600;font-size:.9rem;z-index:1}._fileList_ecbsp_309 li{display:flex;align-items:center;gap:.75rem;background-color:#f8f9fa;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;color:#333;overflow:hidden}._fileList_ecbsp_309 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;min-width:0}._deleteButton_ecbsp_359{margin-left:auto;background:none;border:none;color:#95a5a6;font-size:1rem;cursor:pointer;padding:.25rem;flex-shrink:0}._incidentIdMessage_ecbsp_571{font-size:1.1rem;font-weight:500;color:var(--color-text-primary);margin-top:-10px;margin-bottom:20px}._reportSuccessModal_ecbsp_597{display:flex;flex-direction:column;align-items:center;padding:1rem}._incidentIdCard_ecbsp_611{background-color:var(--color-background-light);border-radius:8px;padding:12px 16px;margin-bottom:1.5rem;width:100%;text-align:center;border:1px dashed var(--color-primary-dark)}._incidentIdCard_ecbsp_611 span{display:block;font-size:.9rem;color:var(--color-text-secondary);margin-bottom:4px}._incidentIdCard_ecbsp_611 strong{display:block;font-size:1.75rem;font-weight:700;color:var(--color-primary-dark);letter-spacing:1px}._whatsNextBox_ecbsp_661{background-color:var(--color-background-light);border-radius:8px;padding:16px;width:100%;margin-bottom:1.5rem}._whatsNextBox_ecbsp_661 strong{display:block;color:var(--color-text-primary);margin-bottom:8px}._whatsNextBox_ecbsp_661 p{font-size:.9rem;color:var(--color-text-secondary);line-height:1.5;margin:0}._successCheckmark_ecbsp_707{margin:-10px 0 20px;height:80px;width:80px;display:flex;justify-content:center;align-items:center}._checkmarkCircle_ecbsp_725{width:60px;height:60px;border-radius:50%;background-color:var(--color-success);display:flex;justify-content:center;align-items:center;animation:_scaleUp_ecbsp_1 .3s ease-out forwards}._checkmarkDraw_ecbsp_747{width:20px;height:35px;border-bottom:5px solid white;border-right:5px solid white;transform:rotate(45deg) translate(-5px,-5px);opacity:0;animation:_drawCheck_ecbsp_1 .4s .2s ease-out forwards}@keyframes _scaleUp_ecbsp_1{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _drawCheck_ecbsp_1{0%{width:0;height:0;opacity:0}to{width:20px;height:35px;opacity:1}}._container_1yzm0_5{background-color:#f7f8fc;min-height:100vh}._centered_1yzm0_15{display:flex;justify-content:center;align-items:center;height:100vh}._spinner_1yzm0_29{width:48px;height:48px;border:5px solid rgba(0,0,0,.1);border-top-color:#fe5196;border-radius:50%;animation:_spin_1yzm0_29 1s linear infinite}@keyframes _spin_1yzm0_29{to{transform:rotate(360deg)}}._error_1yzm0_55{color:#d32f2f;font-size:1.1rem;padding:1rem}._topSection_1yzm0_67{position:relative;padding-bottom:50px;background:linear-gradient(135deg,#f77062,#fe5196);border-bottom-left-radius:40px;border-bottom-right-radius:40px}._header_1yzm0_83{padding:1.5rem;text-align:center}._header_1yzm0_83 h1{color:#fff;font-size:1.8rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.15)}._podium_1yzm0_109{display:flex;justify-content:center;align-items:flex-end;gap:.5rem;padding:0 1rem}._podiumUser_1yzm0_125{display:flex;flex-direction:column;align-items:center;text-align:center;width:110px;cursor:pointer}._podiumAvatarWrapper_1yzm0_143{position:relative;border-radius:50%;padding:4px;background-color:#fff3;box-shadow:0 4px 15px #0000001a;margin-bottom:.5rem;cursor:pointer;transition:transform .2s ease-out}._podiumAvatarWrapper_1yzm0_143:hover{transform:scale(1.05)}._podiumAvatar_1yzm0_143{border:3px solid #fff}._podiumRank_1yzm0_181{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(2px);background:#fff;color:#333;font-weight:700;font-size:.8rem;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #00000026;z-index:5}._podiumName_1yzm0_219{font-size:.9rem;font-weight:600;margin:.25rem 0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2)}._podiumPoints_1yzm0_235{font-size:.85rem;font-weight:600;margin-top:.5rem;color:#fff;background-color:#ffffff40;padding:.3rem .8rem;border-radius:12px;border:1px solid rgba(255,255,255,.3);text-shadow:0 1px 2px rgba(0,0,0,.1)}._firstPlace_1yzm0_259{order:2;transform:translateY(-20px)}._secondPlace_1yzm0_267{order:1}._thirdPlace_1yzm0_269{order:3}._firstPlace_1yzm0_259 ._podiumAvatarWrapper_1yzm0_143{width:90px;height:90px}._secondPlace_1yzm0_267 ._podiumAvatarWrapper_1yzm0_143,._thirdPlace_1yzm0_269 ._podiumAvatarWrapper_1yzm0_143{width:75px;height:75px;margin-bottom:1rem}._crownIcon_1yzm0_297{color:gold;font-size:1.8rem;margin-bottom:.25rem;filter:drop-shadow(0 2px 3px rgba(0,0,0,.3))}._leaderboardList_1yzm0_311{padding:1rem;margin-top:1rem}._userRow_1yzm0_321{display:flex;align-items:center;padding:.75rem 1rem;margin-bottom:.75rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._userRow_1yzm0_321:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}._rank_1yzm0_357{font-family:Georgia,Times New Roman,Times,serif;font-weight:700;font-size:1.2rem;font-style:italic;color:#fe5196;width:30px;text-align:center}._listAvatarWrapper_1yzm0_379{width:45px;height:45px;margin:0 1rem;cursor:pointer;border-radius:50%;transition:transform .2s ease-out}._listAvatarWrapper_1yzm0_379:hover{transform:scale(1.1)}._userName_1yzm0_405{font-weight:600;color:#333d4f;flex-grow:1}._points_1yzm0_417{font-weight:700;color:#fff;background-color:#fe5196;font-size:.9rem;padding:.4rem .8rem;border-radius:16px;min-width:80px;text-align:center;box-shadow:0 2px 5px #fe519633}._overlay_111po_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._modal_111po_31{background:#fff;border-radius:24px;max-width:400px;width:90%;position:relative;box-shadow:0 10px 40px #0003;animation:_fadeIn_111po_1 .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;padding:0}@keyframes _fadeIn_111po_1{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}._closeButton_111po_65{position:absolute;top:15px;right:15px;background:#0003;border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:background-color .2s}._closeButton_111po_65:hover{background:#0006}._header_111po_109{background:linear-gradient(135deg,#f77062,#fe5196);height:100px;display:flex;justify-content:center}._avatarWrapper_111po_123{width:120px;height:120px;border-radius:50%;margin-top:40px;padding:6px;background:#fff;box-shadow:0 5px 15px #0003}._avatar_111po_123{width:100%;height:100%;border-radius:50%}._userInfo_111po_155{text-align:center;margin-top:70px;padding:0 2rem}._userInfo_111po_155 h2{margin:0;font-size:1.8rem;color:#333;font-weight:700}._userInfo_111po_155 p{margin:.25rem 0 0;color:#888;font-weight:600;background-color:#f0f2f5;display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.9rem}._mainStat_111po_203{text-align:center;padding:1.5rem 2rem;margin:1rem 1.5rem;background-color:#f8f9fa;border-radius:16px;border:1px solid #f0f2f5}._mainStatIcon_111po_221{font-size:1.5rem;color:#fe5196;margin-bottom:.5rem}._statsGrid_111po_233{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:0 1.5rem 2rem}._statItem_111po_247{padding:1rem .5rem;text-align:center}._statIcon_111po_257{font-size:1.5rem;color:#fe5196;margin-bottom:.5rem}._statValue_111po_269{display:block;font-size:1.1rem;font-weight:700;color:#333}._statLabel_111po_283{display:block;font-size:.75rem;color:#888;margin-top:.25rem}._pageContainer_1pwwt_5{padding:1.5rem;max-width:800px;margin:0 auto}._header_1pwwt_19{background:linear-gradient(45deg,#6a82fb,#fc5c7d);color:#fff;padding:1rem 1.5rem;border-radius:20px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #00000026}._backButton_1pwwt_43{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:background-color .2s}._backButton_1pwwt_43:hover{background:#ffffff4d}._headerContent_1pwwt_81{display:flex;flex-direction:column;align-items:center;text-align:center}._headerContent_1pwwt_81 h1{margin:0;font-size:1.8rem}._tags_1pwwt_105{display:flex;gap:.5rem;margin-top:.5rem}._status_1pwwt_117,._animalTag_1pwwt_117{font-size:.8rem;font-weight:700;padding:.3rem .8rem;border-radius:20px}._status_1pwwt_117{background-color:#fff3}._animalTag_1pwwt_117{background-color:#0000001a}._historyButton_1pwwt_147{background:#fff3;border:none;color:#fff;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;flex-shrink:0}._historyButtonPlaceholder_1pwwt_175{width:105px;visibility:hidden}._detailGrid_1pwwt_187{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media (min-width: 600px){._detailGrid_1pwwt_187{grid-template-columns:1fr 1fr}}._detailCard_1pwwt_213{background:#fff;border-radius:16px;padding:1.2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 5px 20px #0000000d}._iconWrapper_1pwwt_233{background:#f0f8ff;border-radius:50%;width:44px;height:44px;display:flex;justify-content:center;align-items:center;flex-shrink:0}._icon_1pwwt_233{font-size:1.5rem;color:#3498db}._cardContent_1pwwt_265{text-align:left;overflow:hidden}._cardContent_1pwwt_265 strong{font-size:.8rem;color:#7f8c8d;text-transform:uppercase;display:block;margin-bottom:.25rem}._cardContent_1pwwt_265 p,._cardContent_1pwwt_265 a{margin:0;font-size:1.1rem;color:#2c3e50;font-weight:600;word-wrap:break-word}._fullWidth_1pwwt_307{grid-column:1 / -1}._contactGroup_1pwwt_315{display:flex;align-items:center;gap:.5rem}._contactGroup_1pwwt_315 a{color:#3498db;text-decoration:none;font-weight:600}._copyButton_1pwwt_339{background:none;border:none;cursor:pointer;color:#95a5a6;font-size:1rem;padding:.2rem}._copyButton_1pwwt_339:hover{color:#34495e}._actionsContainer_1pwwt_365{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 600px){._actionsContainer_1pwwt_365{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}._actionButton_1pwwt_391{padding:.9rem 1rem;border-radius:12px;font-weight:700;font-size:.95rem;color:#fff;cursor:pointer;border:none;display:flex;justify-content:center;align-items:center;gap:.75rem;transition:transform .2s,box-shadow .2s;text-shadow:1px 1px 3px rgba(0,0,0,.2);text-decoration:none;text-align:center}._actionButton_1pwwt_391:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 20px #00000026}._actionButton_1pwwt_391:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._mediaButton_1pwwt_453{background:linear-gradient(45deg,#9b59b6,#8e44ad)}._mapButton_1pwwt_455{background:linear-gradient(45deg,#3498db,#2980b9)}._updateButton_1pwwt_457{background:linear-gradient(45deg,#f39c12,#e67e22)}._interestButton_1pwwt_459{background:linear-gradient(45deg,#e74c3c,#c0392b)}._assignButton_1pwwt_461{background:linear-gradient(45deg,#2ecc71,#27ae60)}._closeButton_1pwwt_463{background:linear-gradient(45deg,#95a5a6,#7f8c8d)}._resolveButton_1pwwt_465{background:linear-gradient(45deg,#1abc9c,#16a085)}._viewTeamButton_1pwwt_467{background:linear-gradient(45deg,#34495e,#2c3e50)}._copyDetailsButton_1pwwt_469{background:linear-gradient(45deg,#8e44ad,#9b59b6)}._deleteButton_1pwwt_471{background:linear-gradient(45deg,#e74c3c,#c0392b)}._spinner_1pwwt_475{animation:_spin_1pwwt_475 1s linear infinite}@keyframes _spin_1pwwt_475{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._updateMessage_1pwwt_487{grid-column:1 / -1;text-align:center;font-weight:500;color:#27ae60;margin-top:1rem;background-color:#e8f8f5;padding:.5rem;border-radius:8px}._modalOverlay_1pwwt_511{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:7000;padding:1rem}._confirmationModalContent_1pwwt_523{background:#fff;padding:2rem;border-radius:16px;max-width:450px;text-align:center;box-shadow:0 5px 20px #00000040}._confirmationModalContent_1pwwt_523 p{font-size:1.1rem;color:#333;margin:0 0 1.5rem;line-height:1.6}._confirmationModalActions_1pwwt_539{display:flex;gap:1rem}._confirmationModalActions_1pwwt_539 button{flex:1;padding:.8rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem}._cancelButton_1pwwt_549{background-color:#ecf0f1;color:#555}._confirmButton_1pwwt_551{background-color:#e74c3c;color:#fff}._confirmButton_1pwwt_551:disabled{background-color:#bdc3c7}._loadingContainer_1pwwt_561{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;color:#7f8c8d}._pawSpinner_1pwwt_581{margin-bottom:1.5rem}._pawIcon_1pwwt_589{font-size:4rem;color:#fc5c7d;animation:_pulse_1pwwt_1 1.5s infinite ease-in-out}@keyframes _pulse_1pwwt_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._viewKitsButton_1pwwt_637{background:linear-gradient(45deg,#5c6bc0,#4f46e5)}._headerActions_1pwwt_653{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._settingsButton_1pwwt_669{background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;justify-content:center;align-items:center;transition:background-color .2s;padding:0}._settingsButton_1pwwt_669:hover{background:#ffffff4d}._historyButton_1pwwt_147{padding:.5rem .8rem;height:40px;box-sizing:border-box}._historyButtonPlaceholder_1pwwt_175{width:auto;min-width:90px;height:40px;visibility:hidden}@media (max-width: 600px){._header_1pwwt_19{padding:.75rem 1rem}._headerContent_1pwwt_81 h1{font-size:1.5rem}._settingsButton_1pwwt_669,._historyButton_1pwwt_147,._backButton_1pwwt_43{width:36px;height:36px;font-size:1rem}._historyButton_1pwwt_147 span{display:none}._headerActions_1pwwt_653{gap:.5rem}}._modalOverlay_fwq0m_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:4000}._modalContent_fwq0m_27{background:#fff;padding:2rem;border-radius:12px;max-width:450px;width:90%;box-shadow:0 5px 20px #00000040}._modalContent_fwq0m_27 h2{margin-top:0;text-align:center;color:#2c3e50}._modalContent_fwq0m_27 p{text-align:center;color:#555;margin-bottom:1.5rem}._modalContent_fwq0m_27 textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical;margin-bottom:1.5rem}._actions_fwq0m_91{display:flex;justify-content:space-between;gap:1rem}._cancelButton_fwq0m_103,._submitButton_fwq0m_103{flex:1;padding:.8rem;border-radius:8px;font-weight:600;cursor:pointer;border:none}._cancelButton_fwq0m_103{background-color:#ecf0f1;color:#555}._submitButton_fwq0m_103{background-color:#e74c3c;color:#fff}._submitButton_fwq0m_103:disabled{background-color:#bdc3c7;cursor:not-allowed}._modalOverlay_1gkef_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:6000;padding:1rem}._modalContent_1gkef_29{background:#f4f7f6;border-radius:20px;max-width:600px;width:100%;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}._header_1gkef_53{background:linear-gradient(45deg,#fc5c7d,#6a82fb);color:#fff;padding:1.5rem;display:flex;align-items:center;gap:1rem}._header_1gkef_53 svg{font-size:2rem}._header_1gkef_53 h2{margin:0;font-size:1.5rem}._historyContainer_1gkef_89{overflow-y:auto;padding:1.5rem;flex-grow:1}._caseEntry_1gkef_101{background:linear-gradient(to right,#e0eafc,#cfdef3);color:#333;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 8px 25px #0000001a}._caseEntry_1gkef_101:last-child{margin-bottom:0}._caseEntry_1gkef_101 h3{margin:0 0 1rem;color:#2c3e50;font-size:1.2rem}._detailItem_1gkef_139{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}._detailItem_1gkef_139 svg{margin-top:3px;font-size:1.1rem;color:#555}._teamSection_1gkef_165{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}._teamSection_1gkef_165 h4{margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem;color:#2c3e50}._teamSection_1gkef_165 ul{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._teamSection_1gkef_165 li{display:flex;align-items:center;gap:.5rem;background-color:#0000000d;padding:.5rem;border-radius:8px}._closeButton_1gkef_229{padding:1rem;background-color:#34495e;color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;margin:1.5rem;border-radius:12px;transition:background-color .2s}._closeButton_1gkef_229:hover{background-color:#2c3e50}._audioPlayerSection_1gkef_265{margin-top:1rem}._audioPlayerSection_1gkef_265 h4{margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem;color:#2c3e50;font-size:.9rem;text-transform:uppercase}._audioPlayerSection_1gkef_265 audio{width:100%}._modalOverlay_hckch_1{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:7000;padding:1rem}._modalContent_hckch_13{background:#fff;padding:2rem;border-radius:16px;max-width:450px;text-align:center;box-shadow:0 5px 20px #00000040}._warningIcon_hckch_25{font-size:2.5rem;color:#f39c12;margin-bottom:.5rem}._modalContent_hckch_13 h3{margin:0 0 1rem;color:#2c3e50;font-size:1.5rem}._modalContent_hckch_13 p{font-size:1rem;color:#555;margin:0 0 1.5rem;line-height:1.6}._checkboxLabel_hckch_63{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#f8f9fa;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;cursor:pointer;font-weight:500;color:#34495e}._checkboxLabel_hckch_63 input[type=checkbox]{width:18px;height:18px;accent-color:#3498db}._modalActions_hckch_101{display:flex;gap:1rem}._modalActions_hckch_101 button{flex:1;padding:.8rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem}._cancelButton_hckch_117{background-color:#ecf0f1;color:#555}._confirmButton_hckch_119{background-color:#e74c3c;color:#fff}._confirmButton_hckch_119:disabled{background-color:#bdc3c7}._modalOverlay_f81ek_5{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._modalContent_f81ek_33{background:#fff;border-radius:16px;width:90%;max-width:450px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #0003;border:1px solid #e0e0e0}._modalHeader_f81ek_59{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#f0f4f8,#e8edf2)}._modalHeader_f81ek_59 h2{margin:0;font-size:1.5rem;color:#2c3e50;font-weight:700}._closeButton_f81ek_91{background:none;border:none;font-size:1.6rem;color:#95a5a6;cursor:pointer;transition:color .2s ease-in-out}._closeButton_f81ek_91:hover{color:#e74c3c}._modalBody_f81ek_117{padding:1.5rem;overflow-y:auto;background-color:#fcfdff}._loader_f81ek_129{display:flex;flex-direction:column;align-items:center;padding:2rem;color:#7f8c8d}._spinner_f81ek_145{font-size:3rem;color:#8e44ad;animation:_spin_f81ek_145 1s linear infinite;margin-bottom:1rem}@keyframes _spin_f81ek_145{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._itemList_f81ek_169{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem}._item_f81ek_169{padding:.9rem 1.2rem;border-radius:12px;font-weight:600;color:#34495e;border:none;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;text-align:center;display:flex;align-items:center;justify-content:center;min-height:60px;background:linear-gradient(135deg,#fff,#f0f0f0)}._item_f81ek_169:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 16px #00000026}._itemList_f81ek_169 ._item_f81ek_169:nth-child(1){background:linear-gradient(135deg,#a7e9af,#76c7c0);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(2){background:linear-gradient(135deg,#f7d9a3,#f5a962);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(3){background:linear-gradient(135deg,#b0e0e6,#87ceeb);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(4){background:linear-gradient(135deg,#e6b0e6,#c8e);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(5){background:linear-gradient(135deg,khaki,gold);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(6){background:linear-gradient(135deg,#ffb6c1,#ff69b4);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(7){background:linear-gradient(135deg,#98fb98,#3cb371);color:#2c3e50}._itemList_f81ek_169 ._item_f81ek_169:nth-child(8){background:linear-gradient(135deg,#add8e6,#6495ed);color:#2c3e50}._emptyText_f81ek_305,._errorText_f81ek_307{text-align:center;font-size:1.1rem;font-weight:500;color:#7f8c8d;padding:1.5rem;grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center}._emptyText_f81ek_305 ._faPaw_f81ek_333{font-size:2rem;color:#bdc3c7;margin-bottom:.8rem}._errorText_f81ek_307{color:#c0392b;font-weight:600}._modalOverlay_mcrxh_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1rem}._modalContent_mcrxh_29{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:100%;box-shadow:0 5px 20px #00000040;text-align:center}._header_mcrxh_49{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem;color:#c0392b}._icon_mcrxh_67{font-size:2.5rem}._header_mcrxh_49 h2{margin:0;font-size:1.5rem}._message_mcrxh_85{font-size:1rem;color:#555;margin-bottom:2rem}._closeButton_mcrxh_97{width:100%;padding:.8rem;background-color:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}._modalOverlay_vzax8_1{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:7000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalContent_vzax8_21{background:#fff;border-radius:16px;max-width:600px;width:100%;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}._modalHeader_vzax8_45{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;background-color:#f8f9fa}._modalHeader_vzax8_45 h2{margin:0;font-size:1.4rem;color:#34495e}._closeButton_vzax8_75{background:none;border:none;font-size:1.5rem;color:#95a5a6;cursor:pointer}._closeButton_vzax8_75:hover:not(:disabled){color:#e74c3c}._closeButton_vzax8_75:disabled{opacity:.5;cursor:not-allowed}._modalContent_vzax8_21 form{padding:1.5rem;overflow-y:auto}._formGrid_vzax8_115{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}._formGroup_vzax8_129{display:flex;flex-direction:column;gap:.5rem}._fullWidth_vzax8_141{grid-column:1 / -1}._formGroup_vzax8_129 label{font-weight:600;color:#34495e;font-size:.9rem}._formGroup_vzax8_129 input,._formGroup_vzax8_129 textarea,._formGroup_vzax8_129 select{box-sizing:border-box;width:100%;padding:.8rem 1rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem;font-family:inherit;background-color:#fdfdfd}._formGroup_vzax8_129 input:focus,._formGroup_vzax8_129 textarea:focus,._formGroup_vzax8_129 select:focus{outline:none;border-color:#6a82fb;box-shadow:0 0 0 3px #6a82fb33}._formGroup_vzax8_129 input:disabled,._formGroup_vzax8_129 textarea:disabled,._formGroup_vzax8_129 select:disabled{background-color:#e9ecef;cursor:not-allowed}._formGroup_vzax8_129 textarea{resize:vertical;min-height:100px}._errorMessage_vzax8_229{color:#e74c3c;background-color:#fbeae5;border:1px solid #e74c3c;border-radius:8px;padding:.75rem;text-align:center;font-size:.9rem;margin-bottom:1.5rem;grid-column:1 / -1}._modalActions_vzax8_253{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #eee}._cancelButton_vzax8_269,._saveButton_vzax8_269{padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;border:none;display:flex;align-items:center;gap:.5rem}._cancelButton_vzax8_269{background-color:#ecf0f1;color:#555}._cancelButton_vzax8_269:hover:not(:disabled){background-color:#dfe6e9}._saveButton_vzax8_269{background-color:#2ecc71;color:#fff}._saveButton_vzax8_269:hover:not(:disabled){background-color:#27ae60}._cancelButton_vzax8_269:disabled,._saveButton_vzax8_269:disabled{opacity:.7;cursor:not-allowed}._spinner_vzax8_337{animation:_spin_vzax8_337 1s linear infinite}@keyframes _spin_vzax8_337{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 600px){._formGrid_vzax8_115{grid-template-columns:1fr}._modalActions_vzax8_253{flex-direction:column-reverse}._cancelButton_vzax8_269,._saveButton_vzax8_269{width:100%;justify-content:center}}._locationButton_vzax8_379{padding:.8rem 1rem;border:1px solid #3498db;background:#fff;color:#3498db;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem}._locationButton_vzax8_379:hover:not(:disabled){background-color:#f0f8ff}._locationButton_vzax8_379:disabled{background-color:#e9ecef;border-color:#ced4da;color:#6c757d;cursor:not-allowed}._locationStatus_vzax8_435{font-size:.85rem;color:#555;margin-top:.5rem;text-align:center}._coordinatesDisplay_vzax8_449{font-size:.8rem;color:#27ae60;margin-top:.5rem;text-align:center;font-weight:500}._container_1oqso_5{padding:1.5rem;max-width:800px;margin:0 auto;min-height:calc(100vh - 60px)}._backLink_1oqso_19{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#555;font-weight:600;margin-bottom:1.5rem;font-size:1rem}._header_1oqso_41{text-align:center;margin-bottom:2.5rem}._header_1oqso_41 h1{font-size:2.2rem;font-weight:700;margin:0;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._categoryList_1oqso_71{display:flex;flex-direction:column;gap:1.5rem}._categorySection_1oqso_83{border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 5px 15px #0000000d}._categoryHeader_1oqso_99{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:#f8f9fa;font-weight:700;font-size:1.2rem;color:#34495e;cursor:pointer;list-style:none}._categoryHeader_1oqso_99::-webkit-details-marker{display:none}._categoryHeader_1oqso_99:hover{background-color:#f1f3f5}._folderIconOpen_1oqso_137,._folderIconClosed_1oqso_137{color:#3498db}._categorySection_1oqso_83[open] ._folderIconClosed_1oqso_137{display:none}._categorySection_1oqso_83:not([open]) ._folderIconOpen_1oqso_137{display:none}._mediaGrid_1oqso_155{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:1.5rem}._mediaItemContainer_1oqso_173{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000001a}._mediaItem_1oqso_173{background:#f0f0f0;display:block;text-decoration:none;width:100%;height:100%}._mediaImage_1oqso_207,._mediaVideo_1oqso_207,._mediaAudio_1oqso_207{width:100%;display:block}._mediaImage_1oqso_207{aspect-ratio:1 / 1;object-fit:cover;transition:transform .2s ease}._mediaVideo_1oqso_207,._mediaAudio_1oqso_207{aspect-ratio:16 / 9;background-color:#000}._linkItem_1oqso_249{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:#34495e;font-weight:600;font-size:.9rem;text-align:center;transition:background-color .2s ease;height:100%;box-sizing:border-box;aspect-ratio:1 / 1}._linkItem_1oqso_249:hover{background-color:#f1f3f5}._linkItem_1oqso_249 svg{font-size:2rem;color:#6a82fb}._deleteButton_1oqso_299{position:absolute;top:8px;right:8px;background-color:#e74c3ce6;color:#fff;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s;font-size:1rem;box-shadow:0 2px 5px #0003;padding:0}._deleteButton_1oqso_299:hover{background-color:#c0392b}._deleteButton_1oqso_299:disabled{background-color:#95a5a6cc;cursor:not-allowed;box-shadow:none}._errorMessage_1oqso_381{color:#e74c3c;background-color:#fbeae5;border:1px solid #f5c6cb;padding:.75rem;border-radius:4px;margin-top:1rem;text-align:center;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem}._emptyState_1oqso_413{text-align:center;margin-top:4rem;padding:3rem 2rem;background-color:#fff;border-radius:20px;box-shadow:0 8px 25px #00000014}._emptyIcon_1oqso_429{font-size:4rem;color:#b0c4de;margin-bottom:1.5rem}._emptyState_1oqso_413 h1,._emptyState_1oqso_413 h2{margin:0;color:#2c3e50;font-size:2rem;font-weight:600}._emptyState_1oqso_413 p{color:#7f8c8d;max-width:500px;margin:.75rem auto 0;font-size:1.1rem;line-height:1.6}._modalOverlay_1wha2_1{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:8000;padding:1rem}._modalContent_1wha2_13{background:#fff;padding:2rem;border-radius:12px;max-width:450px;text-align:center}._modalContent_1wha2_13 p{font-size:1.1rem;color:#333;margin:0 0 1.5rem}._modalActions_1wha2_23{display:flex;gap:1rem}._modalActions_1wha2_23 button{flex:1;padding:.8rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem}._cancelButton_1wha2_33{background-color:#ecf0f1;color:#555}._confirmButton_1wha2_35{background-color:#3498db;color:#fff}._delete_1wha2_37{background-color:#e74c3c}._header_1wha2_43{text-align:center;margin-bottom:1rem}._warningIcon_1wha2_45{font-size:2rem;color:#f39c12;margin-bottom:.5rem}._header_1wha2_43 h3{margin:0;color:#34495e}._userList_1wha2_49{list-style:none;padding:0;margin:1rem 0;text-align:left;background:#f9f9f9;border-radius:8px;padding:1rem}._userList_1wha2_49 li{padding:.25rem 0}._container_169ch_5{max-width:800px;margin:0 auto;padding:1.5rem;background-color:#f8f8f8;min-height:calc(100vh - 60px)}._header_169ch_21{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem}._backLink_169ch_37{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#555;font-weight:600}._sortContainer_169ch_55{display:flex;align-items:center;gap:.75rem;color:#555;font-weight:500;font-size:.9rem}._sortContainer_169ch_55>div{width:150px}._sortContainer_169ch_55 label{font-weight:600}._volunteerList_169ch_89{display:flex;flex-direction:column;gap:.75rem}._volunteerCard_169ch_101{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;cursor:pointer;border:3px solid transparent;transition:all .2s ease-in-out}._volunteerCard_169ch_101._selected_169ch_131{background-color:#eaf4ff;border-color:#3498db;box-shadow:0 6px 20px #3498db40;transform:scale(1.02)}._volunteerCard_169ch_101._engaged_169ch_147{background-color:#fcf3e6;opacity:.8}._volunteerCard_169ch_101._engaged_169ch_147._selected_169ch_131{opacity:1}._volunteerInfo_169ch_163 h3{margin:0 0 .15rem;font-size:1.1rem;font-weight:600;color:#34495e}._volunteerSubInfo_169ch_177{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#95a5a6;text-transform:capitalize}._separator_169ch_195{color:#ddd}._distance_169ch_203{font-weight:600;color:#3498db}._volunteerIcons_169ch_213{display:flex;gap:.8rem;font-size:1.2rem;color:#7f8c8d;align-items:center}._interestIcon_169ch_229{color:#e74c3c}._engagedIcon_169ch_237{color:#f39c12}._historyIcon_169ch_245{color:#6a82fb}._vehicleIcon_169ch_255{color:#2980b9}._medkitIcon_169ch_263{color:#27ae60}._shelterIcon_169ch_273{color:#16a085}._beginner_169ch_283{font-weight:600;color:#7f8c8d}._intermediate_169ch_291{font-weight:700;color:#3498db}._advanced_169ch_299{font-weight:700;color:#9b59b6}._expert_169ch_307{font-weight:700;color:#e74c3c}._footer_169ch_323{position:sticky;bottom:0;left:0;right:0;background-color:#fff;padding:1rem 1.5rem;margin:2rem -1.5rem -1.5rem;box-shadow:0 -5px 15px #00000014;z-index:100}._assignButton_169ch_347{width:100%;padding:1rem;background:linear-gradient(45deg,#2ecc71,#27ae60);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s;box-shadow:0 4px 10px #0000001a}._assignButton_169ch_347:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 6px 15px #00000026}._assignButton_169ch_347:disabled{background:#bdc3c7;cursor:not-allowed;box-shadow:none;transform:none}._loadingContainer_169ch_403{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;color:#7f8c8d;background-color:#f8f8f8}._pawSpinner_169ch_425{margin-bottom:1.5rem}._pawIcon_169ch_433{font-size:4rem;color:#fc5c7d;animation:_pulse_169ch_1 1.5s infinite ease-in-out}@keyframes _pulse_169ch_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._modalOverlay_1xmi0_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:3000;padding:1rem}._modalContent_1xmi0_29{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:100%;box-shadow:0 5px 15px #0000004d;text-align:center;animation:_fadeIn_1xmi0_1 .3s}@keyframes _fadeIn_1xmi0_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._header_1xmi0_61{margin-bottom:1.5rem}._successIcon_1xmi0_69{font-size:3.5rem;color:#2ecc71;margin-bottom:1rem}._header_1xmi0_61 h2{margin:0;color:#2c3e50}._details_1xmi0_91{text-align:left;color:#555;margin-bottom:2rem}._details_1xmi0_91 p{background:#f9f9f9;padding:.75rem;border-radius:8px;margin:.5rem 0;border-left:3px solid #eee}._details_1xmi0_91 strong{color:#34495e}._members_1xmi0_127{margin-top:1rem}._members_1xmi0_127 ul{list-style-type:none;padding-left:0;margin-top:.5rem}._members_1xmi0_127 li{background:#f9f9f9;padding:.5rem .75rem;border-radius:6px;margin-bottom:.25rem}._closeButton_1xmi0_161{width:100%;padding:.8rem;background-color:#3498db;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._closeButton_1xmi0_161:hover{background-color:#2980b9}._container_y9ohu_1{padding:1.5rem;max-width:1200px;margin:0 auto}._header_y9ohu_13{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}._header_y9ohu_13 h1{font-size:2.2rem;font-weight:700;margin:0;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}._header_y9ohu_13 p{font-size:1rem;color:#7f8c8d;margin:.25rem 0 0}._cardGrid_y9ohu_59{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}._card_y9ohu_59{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;display:flex;flex-direction:column;text-decoration:none;color:#fff;position:relative;overflow:hidden;transition:transform .3s ease-out,box-shadow .3s ease-out}._card_y9ohu_59:hover{transform:translateY(-10px);box-shadow:0 18px 40px #00000026}._cardLink_y9ohu_107{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}._assigned_y9ohu_125{background:linear-gradient(45deg,#3498db,#2980b9)}._in_progress_y9ohu_127{background:linear-gradient(45deg,#f39c12,#e67e22)}._ongoing_y9ohu_129{background:linear-gradient(45deg,#9b59b6,#8e44ad)}._cardHeader_y9ohu_133{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._cardIcon_y9ohu_147{font-size:2rem;color:#fffc}._headerText_y9ohu_157 h2{margin:0;font-size:1.2rem;font-weight:700}._statusTag_y9ohu_169{font-size:.7rem;font-weight:700;padding:.2rem .7rem;border-radius:20px;background-color:#fff3;text-transform:uppercase;display:inline-block;margin-top:.25rem}._cardBody_y9ohu_191{flex-grow:1;display:flex;flex-direction:column;gap:.75rem;font-size:.95rem;opacity:.9}._infoRow_y9ohu_209{display:flex;align-items:flex-start;gap:.75rem}._infoRow_y9ohu_209 svg{margin-top:3px;flex-shrink:0}._infoRow_y9ohu_209 p{margin:0;line-height:1.5;text-align:left}._cardFooter_y9ohu_243{margin-top:1.5rem;display:flex;justify-content:flex-end;align-items:center;gap:.5rem;font-weight:600;opacity:.8}._cardActions_y9ohu_263{padding:0 1.5rem 1.5rem}._actionButton_y9ohu_271{width:100%;padding:.9rem;color:#333;background-color:#ffffffe6;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .2s,transform .2s;display:flex;justify-content:center;align-items:center}._actionButton_y9ohu_271:hover:not(:disabled){background-color:#fff;transform:scale(1.02)}._actionButton_y9ohu_271:disabled{background-color:#bdc3c7;cursor:not-allowed;color:#7f8c8d}._emptyState_y9ohu_335{text-align:center;margin-top:4rem;padding:3rem 2rem;background-color:#fff;border-radius:20px;box-shadow:0 8px 25px #0000001a}._emptyIcon_y9ohu_353{font-size:4rem;color:#b0c4de;margin-bottom:1.5rem}._emptyState_y9ohu_335 h2{margin:0;color:#2c3e50;font-size:2rem;font-weight:600}._emptyState_y9ohu_335 p{color:#7f8c8d;max-width:500px;margin:.75rem auto 2.5rem;font-size:1.1rem;line-height:1.6}._actionButtonLink_y9ohu_395{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(45deg,#3498db,#2ecc71);color:#fff;padding:.9rem 2rem;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .2s ease-out,box-shadow .2s ease-out;box-shadow:0 5px 15px #0003}._actionButtonLink_y9ohu_395:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}._loadingContainer_y9ohu_437{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;color:#7f8c8d}._pawSpinner_y9ohu_457{margin-bottom:1.5rem}._pawIcon_y9ohu_465{font-size:4rem;color:#fc5c7d;animation:_pulse_y9ohu_1 1.5s infinite ease-in-out}@keyframes _pulse_y9ohu_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._modalOverlay_1ktp5_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:3000;padding:1rem}._modalContent_1ktp5_29{background:#fff;padding:1.5rem;border-radius:12px;max-width:500px;width:100%;box-shadow:0 5px 15px #0000004d;animation:_fadeIn_1ktp5_1 .3s;position:relative;max-height:90vh;overflow-y:auto}@keyframes _fadeIn_1ktp5_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalContent_1ktp5_29 h2{text-align:center;margin-top:0;margin-bottom:2rem;color:#2c3e50;font-size:1.5rem}._formGroup_1ktp5_81{margin-bottom:1.25rem}._formGroup_1ktp5_81 label{display:block;font-weight:600;margin-bottom:.5rem;color:#34495e;font-size:.9rem}._formGroup_1ktp5_81 textarea,._formGroup_1ktp5_81 input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-sizing:border-box;font-family:inherit}._locationButton_1ktp5_125{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;border:1px solid #3498db;background:#fff;color:#3498db;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .2s,color .2s}._locationButton_1ktp5_125:hover{background-color:#f0f8ff}._locationWarning_1ktp5_167{display:flex;align-items:center;gap:.75rem;background-color:#fffbe6;color:#8a6d3b;padding:.75rem;border-radius:8px;margin-bottom:.75rem;font-size:.9rem;border:1px solid #f2e2a8}._highlightButton_1ktp5_193{background-color:#f1c40f;color:#fff;border-color:#f1c40f;animation:_pulse_1ktp5_1 2s infinite}@keyframes _pulse_1ktp5_1{0%{box-shadow:0 0 #f1c40f66}70%{box-shadow:0 0 0 10px #f1c40f00}to{box-shadow:0 0 #f1c40f00}}._feedbackArea_1ktp5_221{min-height:20px;text-align:center;color:#2c3e50;font-weight:500;font-size:.9rem}._actions_1ktp5_237{display:flex;gap:.75rem;margin-top:1.5rem}._cancelButton_1ktp5_249,._submitButton_1ktp5_249,._copyButton_1ktp5_249{flex:1;padding:.9rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}._cancelButton_1ktp5_249{background-color:#ecf0f1;color:#555}._cancelButton_1ktp5_249:hover{background-color:#e0e6e8}._submitButton_1ktp5_249{background-color:#2ecc71;color:#fff}._submitButton_1ktp5_249:hover{background-color:#27ae60}._copyButton_1ktp5_249{background-color:#3498db;color:#fff}._copyButton_1ktp5_249:hover{background-color:#2980b9}._submitButton_1ktp5_249:disabled,._copyButton_1ktp5_249:disabled{background-color:#95a5a6;cursor:not-allowed}._spinner_1ktp5_337{animation:_spin_1ktp5_337 1s linear infinite}@keyframes _spin_1ktp5_337{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._toggleGroup_1ktp5_351{display:flex;align-items:center;justify-content:space-between;background-color:#f8f9fa;padding:.75rem 1rem;border-radius:8px;margin-top:.5rem;margin-bottom:1.25rem}._toggleGroup_1ktp5_351 label{margin-bottom:0;font-size:.9rem}._toggleSwitch_1ktp5_383{background:none;border:none;cursor:pointer;font-size:2rem;padding:0;display:flex;align-items:center;gap:.5rem}._toggleOn_1ktp5_405{color:#2ecc71}._toggleOff_1ktp5_407{color:#bdc3c7}._toggleText_1ktp5_411{font-size:.85rem;font-weight:500;color:#555}input[type=file]{display:block;color:#555;font-size:.9rem}input[type=file]::file-selector-button{margin-right:.8rem;border:thin solid #ccc;background:#f1f3f5;padding:.5rem .8rem;border-radius:4px;color:#333;cursor:pointer;transition:background-color .2s ease-in-out}input[type=file]::file-selector-button:hover{background-color:#e9ecef}._fileList_1ktp5_471{list-style:none;padding:0;margin-top:.5rem;margin-bottom:1.25rem;max-height:150px;overflow-y:auto;border:1px solid #eee;border-radius:8px;background-color:#f8f9fa}._fileListItem_1ktp5_495{display:flex;align-items:center;padding:.5rem .75rem;border-bottom:1px solid #eee}._fileListItem_1ktp5_495:last-child{border-bottom:none}._fileIcon_1ktp5_515{color:#95a5a6;margin-right:.5rem;flex-shrink:0}._fileName_1ktp5_527{flex-grow:1;font-size:.9rem;color:#34495e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:.5rem}._fileDeleteButton_1ktp5_547{background:none;border:none;color:#95a5a6;cursor:pointer;padding:.25rem;font-size:.9rem;flex-shrink:0}._fileDeleteButton_1ktp5_547:hover:not(:disabled){color:#e74c3c}._fileDeleteButton_1ktp5_547:disabled{cursor:not-allowed;opacity:.5}._formGroup_1ktp5_81{margin-bottom:1rem}._modalOverlay_hcvde_1{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:6000;padding:1rem}._modalContent_hcvde_17{background:#fff;padding:2rem;border-radius:12px;max-width:450px;width:100%;text-align:center;box-shadow:0 5px 20px #00000040;max-height:90vh;display:flex;flex-direction:column}._modalContent_hcvde_17 h2{margin-top:0;margin-bottom:.5rem;color:#2c3e50}._modalContent_hcvde_17 p{margin-bottom:1.5rem;color:#555}._memberList_hcvde_49{text-align:left;margin-bottom:1.5rem;max-height:40vh;overflow-y:auto;border:1px solid #eee;border-radius:8px;padding:.5rem}._memberItem_hcvde_69{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none}._memberItem_hcvde_69:hover{background-color:#f8f9fa}._memberItem_hcvde_69 input[type=checkbox]{width:18px;height:18px;accent-color:#3498db}._centered_hcvde_111{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#7f8c8d}._spinner_hcvde_117{animation:_spin_hcvde_117 1s linear infinite}@keyframes _spin_hcvde_117{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._message_hcvde_123{display:flex;align-items:center;gap:.5rem;margin:1rem 0;padding:.75rem;border-radius:8px;font-weight:500;font-size:.9rem}._message_hcvde_123._error_hcvde_131{background-color:#f8d7da;border:1px solid #e74c3c;color:#721c24}._actions_hcvde_135{display:flex;gap:1rem;margin-top:auto}._actions_hcvde_135 button{flex:1;padding:.8rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}._cancelButton_hcvde_147{background-color:#ecf0f1;color:#555}._confirmButton_hcvde_149{background-color:#2ecc71;color:#fff}._confirmButton_hcvde_149:disabled{background-color:#bdc3c7;cursor:not-allowed}._container_lv39l_7{max-width:700px;margin:0 auto;padding:0;background:#f0f2f5;min-height:100vh}._centered_lv39l_23{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}._spinner_lv39l_39{font-size:3rem;color:#fc5c7d;animation:_spin_lv39l_39 1s linear infinite}@keyframes _spin_lv39l_39{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_lv39l_53{color:#e74c3c;text-align:center;padding:2rem;background-color:#ffebee;border-radius:12px;box-shadow:0 4px 15px #0000000d}._topHeaderBackground_lv39l_73{background:linear-gradient(45deg,#fc5c7d,#fc5c7d);padding-top:2rem;padding-bottom:70px;position:relative;text-align:center;color:#fff}._avatarContainer_lv39l_93{width:130px;height:130px;border-radius:50%;background-color:#fff;padding:5px;position:absolute;bottom:-65px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0003;cursor:pointer;transition:transform .3s ease;z-index:10}._avatarContainer_lv39l_93:hover{transform:translate(-50%) scale(1.05)}._avatar_lv39l_93{width:100%;height:100%;border-radius:50%;overflow:hidden}._profileInfo_lv39l_147{text-align:center;padding:5rem 1.5rem 1.5rem;background-color:#fff;margin-bottom:1.5rem}._profileInfo_lv39l_147 h1{margin:0;font-size:1.8rem;font-weight:700;color:#333}._profileInfo_lv39l_147 p{margin:.5rem 0 0;color:#777;font-size:1rem}._card_lv39l_191{background:#fff;border-radius:15px;padding:1rem 2rem;margin:0 1.5rem 1.5rem;box-shadow:0 4px 15px #0000000d}._card_lv39l_191 h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#555;display:flex;align-items:center;gap:.75rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #eee;padding-bottom:1rem}._statsGrid_lv39l_237{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;text-align:center}._statItem_lv39l_249 span{font-size:2rem;font-weight:700;display:block;margin-bottom:.25rem}._gradientText_lv39l_261{background:linear-gradient(45deg,#fc5c7d,#e74c3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._statItem_lv39l_249 p{margin:0;color:#888;font-size:.9rem}._settingSection_lv39l_285{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}._card_lv39l_191 ._settingSection_lv39l_285:last-of-type{border-bottom:none}._settingSection_lv39l_285 h2{border-bottom:none;padding-bottom:0;margin:0;color:#333;font-size:1.1rem;font-weight:600;letter-spacing:normal;text-transform:none}._toggleSwitch_lv39l_333{background:none;border:none;cursor:pointer;font-size:2.5rem;padding:0;display:flex;align-items:center}._toggleOn_lv39l_353{color:#2ecc71}._toggleOff_lv39l_355{color:#ccc}._statusOn_lv39l_361{color:#2ecc71;font-weight:600}._statusOff_lv39l_363{color:#888;font-weight:600}._actionButton_lv39l_369{padding:.6rem 1.2rem;background:linear-gradient(45deg,#fc5c7d,#e74c3c);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .2s,transform .2s;text-decoration:none;box-shadow:0 2px 8px #0000001a}._actionButton_lv39l_369:hover{opacity:.9;transform:translateY(-1px)}._actionButton_lv39l_369:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}._spinnerIcon_lv39l_421{animation:_spin_lv39l_39 1s linear infinite}._message_lv39l_431{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;border-radius:8px;font-weight:500;font-size:.9rem;color:#333}._message_lv39l_431._success_lv39l_453{background-color:#d4edda;border:1px solid #2ecc71;color:#155724}._message_lv39l_431._error_lv39l_53{background-color:#f8d7da;border:1px solid #e74c3c;color:#721c24}._message_lv39l_431._info_lv39l_457{background-color:#d1ecf1;border:1px solid #3498db;color:#0c5460}._manageKitContainer_lv39l_463{margin-top:1rem;border-top:1px solid #f0f0f0;padding-top:1rem;text-align:right}._vehicleTypeSelector_lv39l_479{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}._vehicleTypeSelector_lv39l_479 label{font-size:1.1rem;font-weight:600;color:#333;padding-left:0}._vehicleTypeSelector_lv39l_479>div{width:150px}._modalOverlay_1uake_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:5000;padding:1rem}._modalContent_1uake_29{background:#fff;border-radius:20px;max-width:400px;width:100%;box-shadow:0 10px 40px #0003;position:relative;padding:2rem;animation:_fadeIn_1uake_1 .3s}@keyframes _fadeIn_1uake_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalContent_1uake_29 h2{margin:0 0 1.5rem;text-align:center;color:#34495e}._closeButton_1uake_73{position:absolute;top:15px;right:15px;background:#e0e0e0;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center}._formGroup_1uake_105{margin-bottom:1rem}._formGroup_1uake_105 label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}._formGroup_1uake_105 input{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-sizing:border-box}._updateButton_1uake_141{width:100%;padding:.9rem;background:linear-gradient(45deg,#34495e,#2c3e50);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem}._updateButton_1uake_141:disabled{opacity:.7;cursor:not-allowed}._spinner_1uake_175{animation:_spin_1uake_175 1s linear infinite}@keyframes _spin_1uake_175{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._message_1uake_185{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;border-radius:8px;font-weight:500}._message_1uake_185._success_1uake_203{background-color:#eafaf1;color:#2ecc71}._message_1uake_185._error_1uake_211{background-color:#fbeae5;color:#e74c3c}._container_1vlqn_1{padding:1.5rem;max-width:1200px;margin:0 auto}._centered_1vlqn_13{display:flex;justify-content:center;padding-top:4rem}._spinner_1vlqn_25{font-size:2.5rem;color:#6a82fb;animation:_spin_1vlqn_25 1s linear infinite}@keyframes _spin_1vlqn_25{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1vlqn_39{color:#e74c3c;text-align:center}._header_1vlqn_49{text-align:center;margin-bottom:2.5rem}._header_1vlqn_49 h1{font-size:2rem;font-weight:700;margin:0;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._header_1vlqn_49 p{font-size:1.1rem;color:#7f8c8d;margin-top:.5rem}._userGrid_1vlqn_89{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}._userCard_1vlqn_101{background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:column;border:1px solid #f0f0f0}._cardHeader_1vlqn_119{padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}._cardHeader_1vlqn_119 h3{margin:0;color:#34495e;font-size:1.2rem}._experienceTag_1vlqn_143{font-size:.8rem;font-weight:600;padding:.3rem .8rem;border-radius:20px;background-color:#ecf0f1;color:#7f8c8d;text-transform:capitalize}._motivation_1vlqn_163{padding:1.5rem;border-bottom:1px solid #f0f0f0;flex-grow:1;margin:0;background-color:#fdfdfd;font-style:italic;color:#555;position:relative;border-left:4px solid #6a82fb}._userDetailsGrid_1vlqn_187{padding:1.5rem;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 400px){._userDetailsGrid_1vlqn_187{grid-template-columns:1fr 1fr}}._detailItem_1vlqn_213{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#34495e}._detailItem_1vlqn_213 svg{color:#6a82fb;flex-shrink:0}._detailItem_1vlqn_213 strong{font-weight:600}._fullWidth_1vlqn_241{grid-column:1 / -1}._cardActions_1vlqn_249{display:flex;gap:1rem;padding:1rem 1.5rem;background-color:#f8f9fa;border-top:1px solid #f0f0f0;border-radius:0 0 16px 16px}._cardActions_1vlqn_249 button{flex-grow:1;padding:.75rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s,box-shadow .2s}._cardActions_1vlqn_249 button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}._authorizeButton_1vlqn_307{background:linear-gradient(45deg,#2ecc71,#27ae60);color:#fff}._denyButton_1vlqn_315{background-color:#fff;color:#e74c3c;border:1px solid #f2d7d5}._emptyState_1vlqn_329{text-align:center;margin-top:4rem;color:#7f8c8d}._emptyState_1vlqn_329 svg{font-size:4rem;margin-bottom:1.5rem}._emptyState_1vlqn_329 h2{color:#2c3e50}._modalOverlay_1vlqn_357{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_1vlqn_375{background:#fff;padding:2rem;border-radius:16px;max-width:400px;text-align:center}._modalContent_1vlqn_375 p{font-size:1.1rem;color:#333;margin:0 0 1.5rem}._modalActions_1vlqn_399{display:flex;gap:1rem}._modalActions_1vlqn_399 button{flex:1;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;border:none}._cancelButton_1vlqn_423{background-color:#ecf0f1;color:#555}._confirmButton_1vlqn_425{background-color:#e74c3c;color:#fff}._container_3qcxt_5{padding:1.5rem;max-width:1200px;margin:0 auto}._centered_3qcxt_17{display:flex;justify-content:center;padding-top:4rem}._spinner_3qcxt_29{font-size:2.5rem;color:#fc5c7d;animation:_spin_3qcxt_29 1s linear infinite}@keyframes _spin_3qcxt_29{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_3qcxt_43{color:#ffb8b8;text-align:center;background-color:#ffffff1a;padding:1rem;border-radius:8px}._header_3qcxt_59{text-align:center;margin-bottom:2.5rem}._header_3qcxt_59 h1{font-size:2.8rem;font-weight:700;margin:0;color:#fff;text-shadow:0 3px 8px rgba(0,0,0,.4)}._header_3qcxt_59 p{font-size:1.1rem;color:#fffc;margin-top:.5rem}._userGrid_3qcxt_99{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._userCard_3qcxt_113{border-radius:18px;box-shadow:0 6px 20px #0000001a;display:flex;align-items:center;padding:1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}._userCard_3qcxt_113:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}._statusIndicator_3qcxt_147{position:absolute;top:15px;right:15px;font-size:1.2rem;z-index:2}._statusIndicator_3qcxt_147._available_3qcxt_163{color:#2ecc71}._statusIndicator_3qcxt_147._unavailable_3qcxt_165{color:#f39c12}._cardContent_3qcxt_169{display:flex;align-items:center;gap:1rem}._profilePlaceholder_3qcxt_183{width:50px;height:50px;border-radius:50%;background-color:#0000001a;display:flex;justify-content:center;align-items:center;border:2px solid rgba(255,255,255,.7);flex-shrink:0}._userInfo_3qcxt_209{flex-grow:1}._userInfo_3qcxt_209 h3{margin:0 0 .25rem;color:#34495e;font-size:1.2rem;font-weight:700}._userInfo_3qcxt_209 p{margin:0;font-size:.9rem;color:#7f8c8d}._positionTag_3qcxt_243{text-transform:capitalize;font-weight:500}._pageContainer_1og9g_1{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem;background:#f8f9fa;min-height:100vh}._backLink_1og9g_17{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#555;font-weight:600;margin-bottom:1.5rem;font-size:1rem}._centered_1og9g_39{display:flex;justify-content:center;align-items:center;padding:4rem}._spinner_1og9g_51{font-size:2.5rem;color:#6a82fb;animation:_spin_1og9g_51 1s linear infinite}@keyframes _spin_1og9g_51{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._profileHeader_1og9g_67{background:#fff;padding:1.5rem;color:#2c3e50;border-radius:20px;position:relative;text-align:center;margin-top:4rem;margin-bottom:2rem;box-shadow:0 10px 30px #00000012}._avatar_1og9g_93{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px #0003;border:5px solid white;background-color:#f0f2f5;cursor:pointer;transition:transform .2s ease-in-out}._avatar_1og9g_93:hover{transform:translate(-50%) scale(1.05)}._profileHeader_1og9g_67 h2{margin-top:50px;font-size:2rem;font-weight:700}._currentPosition_1og9g_149{font-size:1rem;font-weight:500;color:#7f8c8d;text-transform:capitalize;margin:.25rem 0 0}._profileBody_1og9g_165{background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;margin-bottom:2rem}._detailGrid_1og9g_181{display:grid;grid-template-columns:1fr;gap:1rem;text-align:left}@media (min-width: 600px){._detailGrid_1og9g_181{grid-template-columns:1fr 1fr}}._detailItem_1og9g_205{position:relative;padding:1rem 1.5rem 1rem 3.5rem;background-color:#fdfdfd;border-radius:10px;border:1px solid #eee;transition:all .2s ease-in-out;min-height:80px;display:flex;flex-direction:column;justify-content:center}._detailItem_1og9g_205:hover{box-shadow:0 4px 15px #0000000d;transform:translateY(-2px)}._detailIcon_1og9g_241{position:absolute;top:50%;left:1.25rem;transform:translateY(-50%);font-size:1.4rem;color:#6a82fb}._detailItem_1og9g_205 strong{font-size:.95rem;color:#7f8c8d;font-weight:600;margin:0}._detailItem_1og9g_205 p{margin:.25rem 0 0;font-size:1.05rem;color:#34495e;font-weight:500;line-height:1.4;text-transform:capitalize}._rolesItem_1og9g_291{grid-column:1 / -1}._rolesContainer_1og9g_299{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._roleTag_1og9g_313{background-color:#eaf4ff;color:#3498db;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize}._firstAidKitSection_1og9g_333{background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;margin-bottom:2rem}._firstAidKitSection_1og9g_333 h4{color:#2c3e50;font-size:1.3rem;margin-top:0;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #eee;padding-bottom:1rem;font-weight:700}._emptyMessage_1og9g_373{color:#7f8c8d;text-align:center;padding:1rem 0}._kitGrid_1og9g_385{display:grid;grid-template-columns:1fr;gap:.75rem}._kitItemCard_1og9g_397{background:linear-gradient(135deg,#1abc9c,#16a085);color:#fff;border-radius:10px;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}._cardContent_1og9g_417{display:flex;align-items:center;gap:.75rem;flex-grow:1;overflow:hidden}._cardContent_1og9g_417 h3{margin:0;font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._quantity_1og9g_451{font-size:1rem;font-weight:700;line-height:1;background:#fff3;padding:.2rem .5rem;border-radius:6px}._cardFooter_1og9g_469{display:flex;align-items:center}._personalTag_1og9g_479{display:flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;background-color:#ffffff26}._adminSection_1og9g_503{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 30px #00000014}._adminTitle_1og9g_517{color:#2c3e50;font-size:1.3rem;margin-top:0;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;justify-content:center;font-weight:700}._formGroup_1og9g_541{margin-bottom:1.5rem;text-align:left}._formLabel_1og9g_551{display:block;font-size:.9rem;color:#555;margin-bottom:.75rem;font-weight:600}._checkboxRolesContainer_1og9g_567{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._checkboxLabel_1og9g_579{display:flex;align-items:center;background-color:#f8f9fa;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:background-color .2s;border:1px solid #eee}._checkboxLabel_1og9g_579._disabled_1og9g_599{cursor:not-allowed;opacity:.6}._checkboxLabel_1og9g_579:hover{background-color:#f1f3f5}._checkboxLabel_1og9g_579 input{margin-right:.75rem;width:18px;height:18px;accent-color:#6a82fb}._checkboxLabel_1og9g_579 span{color:#34495e;font-weight:500}._feedbackMessage_1og9g_639{margin-top:1.5rem;padding:.8rem;border-radius:8px;font-weight:500;text-align:center}._feedbackMessage_1og9g_639._success_1og9g_653{background-color:#e6ffee;color:#27ae60}._feedbackMessage_1og9g_639._error_1og9g_655{background-color:#ffe6e6;color:#e74c3c}._saveButton_1og9g_659{width:100%;padding:1rem;background:linear-gradient(90deg,#2ecc71,#3498db);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;box-shadow:0 4px 15px #3498db33}._saveButton_1og9g_659:hover{opacity:.9;box-shadow:0 6px 20px #3498db4d;transform:translateY(-2px)}._container_1mr7n_1{padding:1rem;max-width:1200px;margin:0 auto;background-color:#f4f7f9;min-height:100vh}._centered_1mr7n_17{display:flex;justify-content:center;padding-top:4rem}._spinner_1mr7n_27{font-size:2.5rem;color:#6a82fb;animation:_spin_1mr7n_27 1s linear infinite}@keyframes _spin_1mr7n_27{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1mr7n_39{color:#e74c3c;text-align:center;background:#fff;padding:1rem;border-radius:12px}._header_1mr7n_57{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;text-align:center}._header_1mr7n_57 h1{margin:0;font-size:2.2rem;font-weight:700;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._headerActions_1mr7n_89{display:flex;gap:.75rem;width:100%}._actionButton_1mr7n_99{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.2rem;border:none;border-radius:50px;color:#fff;font-weight:600;cursor:pointer;background:#34495e;transition:transform .2s,box-shadow .2s}._actionButton_1mr7n_99:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}@media (min-width: 768px){._header_1mr7n_57{flex-direction:row;justify-content:space-between;text-align:left}._headerActions_1mr7n_89{width:auto}}._statsGrid_1mr7n_161{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}@media (min-width: 500px){._statsGrid_1mr7n_161{grid-template-columns:repeat(3,1fr)}}._statCard_1mr7n_181{display:flex;align-items:center;gap:1.2rem;padding:1.5rem;border-radius:16px;color:#fff;box-shadow:0 8px 25px #0000001a}._statCard_1mr7n_181 svg{font-size:2.2rem;opacity:.8}._statCard_1mr7n_181 span{font-size:2rem;font-weight:700;display:block;line-height:1}._statCard_1mr7n_181 p{margin:.25rem 0 0;font-size:.9rem}._pending_1mr7n_205{background:linear-gradient(45deg,#f39c12,#f1c40f)}._approved_1mr7n_207{background:linear-gradient(45deg,#3498db,#2980b9)}._lowStock_1mr7n_209{background:linear-gradient(45deg,#e74c3c,#c0392b)}._section_1mr7n_217{background:#fff;padding:1.5rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 5px 25px #0000000d}._section_1mr7n_217 h2{margin:0 0 1.5rem;color:#34495e;border-bottom:2px solid #f0f0f0;padding-bottom:.75rem;font-size:1.4rem}._emptyMessage_1mr7n_233{color:#7f8c8d;text-align:center;padding:1.5rem 0;font-style:italic}._requisitionList_1mr7n_241{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 992px){._requisitionList_1mr7n_241{grid-template-columns:repeat(2,1fr)}}._requisitionCard_1mr7n_259{border:1px solid #eee;border-radius:12px;padding:1.2rem;background:#fdfdfd}._cardHeader_1mr7n_271{display:flex;justify-content:space-between;font-size:.9rem;color:#7f8c8d;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}._cardHeader_1mr7n_271 strong{color:#2c3e50;font-size:1.1rem}._itemList_1mr7n_291{list-style:none;padding-left:0;margin:.5rem 0 1.2rem}._itemList_1mr7n_291 li{padding:.3rem 0;color:#555}._cardActions_1mr7n_295{display:flex;gap:.75rem}._cardActions_1mr7n_295 button{flex:1;padding:.7rem;border-radius:8px;border:none;color:#fff;cursor:pointer;font-weight:600;transition:opacity .2s}._cardActions_1mr7n_295 button:hover{opacity:.9}._approveButton_1mr7n_319{background-color:#2ecc71}._denyButton_1mr7n_321{background-color:#e74c3c}._dispatchButton_1mr7n_323{background-color:#3498db;width:100%}._inventoryGrid_1mr7n_331{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 600px){._inventoryGrid_1mr7n_331{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}._itemCard_1mr7n_349{display:flex;align-items:center;padding:1rem;background:#fff;border-radius:12px;border:1px solid #eee;border-left:5px solid #3498db;transition:box-shadow .2s}._itemCard_1mr7n_349:hover{box-shadow:0 4px 15px #00000014}._lowStockBorder_1mr7n_375{border-left-color:#f39c12}._itemInfo_1mr7n_377{flex-grow:1}._itemInfo_1mr7n_377 h3{margin:0 0 .2rem;font-size:1.1rem;color:#2c3e50}._itemInfo_1mr7n_377 p{margin:0;font-size:.85rem;color:#7f8c8d}._itemQuantity_1mr7n_383{text-align:right;padding:0 1rem}._itemQuantity_1mr7n_383 span{font-size:1.5rem;font-weight:700;color:#34495e}._itemQuantity_1mr7n_383 small{font-size:.8rem;color:#95a5a6;display:block}._itemActions_1mr7n_389{display:flex;gap:.5rem}._itemActions_1mr7n_389 button{background:none;border:none;cursor:pointer;color:#95a5a6;padding:.6rem;font-size:1rem}._editButton_1mr7n_399:hover{color:#3498db}._deleteButton_1mr7n_401:hover{color:#e74c3c}._modalOverlay_18scr_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_18scr_27{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 5px 20px #00000040;position:relative}._closeButton_18scr_47{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#aaa}._modalContent_18scr_27 h2{margin-top:0;text-align:center;color:#2c3e50}._formGroup_18scr_81{margin-bottom:1rem}._formGroup_18scr_81 label{display:block;margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_18scr_81 input,._formGroup_18scr_81 select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;box-sizing:border-box}._formRow_18scr_121{display:flex;gap:1rem}._saveButton_18scr_131{width:100%;padding:.9rem;border:none;border-radius:8px;background-color:#3498db;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:1rem}._saveButton_18scr_131:disabled{background-color:#95a5a6}._modalOverlay_16i2t_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_16i2t_27{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 5px 20px #00000040;position:relative}._closeButton_16i2t_47{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#aaa}._modalContent_16i2t_27 h2{margin-top:0;text-align:center;color:#2c3e50}._inputGroup_16i2t_81{display:flex;gap:.5rem;margin-bottom:1.5rem}._inputGroup_16i2t_81 input{flex-grow:1;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}._inputGroup_16i2t_81 button{padding:.75rem;border:none;border-radius:8px;background-color:#3498db;color:#fff;cursor:pointer}._inputGroup_16i2t_81 ._cancelButton_16i2t_127{background-color:#e74c3c}._categoryList_16i2t_135{list-style-type:none;padding:0;max-height:300px;overflow-y:auto}._categoryList_16i2t_135 li{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #eee}._editButton_16i2t_165,._deleteButton_16i2t_165{padding:.5rem;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:.5rem}._editButton_16i2t_165{background-color:#f39c12}._deleteButton_16i2t_165{background-color:#e74c3c}._confirmationModal_16i2t_199{background:#fff;padding:2rem;border-radius:12px;text-align:center}._confirmationActions_16i2t_213{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}._confirmationActions_16i2t_213 button{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:600}._confirmDelete_16i2t_243{background-color:#e74c3c;color:#fff}._container_1hwzw_1{padding:1rem;max-width:800px;margin:0 auto;background-color:#f8f9fa;min-height:100vh}._centered_1hwzw_17{display:flex;justify-content:center;padding-top:4rem}._spinner_1hwzw_27{font-size:2.5rem;color:#6a82fb;animation:_spin_1hwzw_27 1s linear infinite}@keyframes _spin_1hwzw_27{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1hwzw_39{color:#e74c3c;text-align:center}._header_1hwzw_49{text-align:center;margin-bottom:2.5rem}._header_1hwzw_49 h1{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(45deg,#6a82fb,#fc5c7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._section_1hwzw_75{background:#fff;padding:1.5rem 2rem;border-radius:20px;margin-bottom:2.5rem;box-shadow:0 10px 40px #0000000d}._section_1hwzw_75 h2{margin:0 0 1.5rem;color:#34495e;display:flex;align-items:center;gap:.75rem;font-size:1.5rem;border-bottom:1px solid #e9ecef;padding-bottom:1rem}._sectionDescription_1hwzw_109{color:#7f8c8d;margin:-1rem 0 1.5rem;font-size:.95rem}._emptyMessage_1hwzw_119{color:#7f8c8d;text-align:center;padding:1.5rem 0;font-style:italic}._requisitionCard_1hwzw_125{border-radius:12px;padding:1.2rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;color:#fff;flex-wrap:wrap;gap:1rem;box-shadow:0 5px 20px #0000001a}._statusTag_1hwzw_149{font-size:.8rem;font-weight:700;padding:.4rem .9rem;border-radius:20px;background:#0003;display:inline-block}._pending_1hwzw_151{background:linear-gradient(45deg,#f39c12,#f1c40f)}._approved_1hwzw_153{background:linear-gradient(45deg,#3498db,#2980b9)}._dispatched_1hwzw_155{background:linear-gradient(45deg,#9b59b6,#8e44ad)}._requisitionItemList_1hwzw_159{list-style:none;padding-left:0;margin:.75rem 0 0;font-weight:500}._actionButton_1hwzw_171{padding:.7rem 1.2rem;border:none;border-radius:8px;background-color:#fffffff2;color:#2c3e50;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:transform .2s}._actionButton_1hwzw_171:hover{transform:scale(1.05)}._kitGrid_1hwzw_191{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}._kitItemCard_1hwzw_203{background:linear-gradient(135deg,#6a82fb,#8ec5fc);color:#fff;border-radius:12px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 5px 20px #6a82fb33;transition:transform .2s,box-shadow .2s}._kitItemCard_1hwzw_203:hover{transform:translateY(-4px);box-shadow:0 8px 25px #6a82fb4d}._cardContent_1hwzw_237 h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._quantity_1hwzw_255{font-size:1.8rem;font-weight:700;line-height:1}._quantity_1hwzw_255 span{font-size:.75rem;font-weight:400;opacity:.8;margin-left:.25rem}._cardFooter_1hwzw_281{display:flex;justify-content:flex-end;align-items:center;margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}._personalTag_1hwzw_299{display:flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;background-color:#ffffff26;margin-right:auto}._deleteButton_1hwzw_323{background:#ffffff26;border:none;color:#fff;width:30px;height:30px;border-radius:50%;font-size:.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}._deleteButton_1hwzw_323:hover{background:#ff000080}._addItemForm_1hwzw_365{display:flex;flex-direction:column;gap:1rem}._formRow_1hwzw_367{display:flex;gap:.75rem}._quantityInput_1hwzw_369{width:80px;text-align:center;padding:.8rem;border:1px solid #dcdcdc;border-radius:8px;font-size:1rem}._addButton_1hwzw_377,._personalAddButton_1hwzw_377,._submitButton_1hwzw_377{padding:.9rem;border:none;border-radius:12px;font-weight:600;font-size:1rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .2s,box-shadow .2s}._addButton_1hwzw_377:hover,._personalAddButton_1hwzw_377:hover,._submitButton_1hwzw_377:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}._addButton_1hwzw_377{background:linear-gradient(45deg,#3498db,#2980b9)}._personalAddButton_1hwzw_377{background:linear-gradient(45deg,#1abc9c,#16a085)}._cart_1hwzw_405{border-top:2px dashed #eee;padding-top:1.5rem;margin-top:1.5rem}._cart_1hwzw_405 h3{margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;color:#3498db}._cart_1hwzw_405 ul{list-style:none;padding:0;margin-bottom:1rem}._cart_1hwzw_405 li{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9f9f9;border-radius:8px;margin-bottom:.5rem}._submitButton_1hwzw_377{width:100%;background:linear-gradient(45deg,#2ecc71,#27ae60)}._container_1krqq_5{padding:1.5rem;max-width:800px;margin:0 auto}._header_1krqq_17{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}._header_1krqq_17 h1{margin:0 0 .5rem;flex-basis:100%;text-align:center;color:#2c3e50;font-size:1.8rem}._controls_1krqq_53{display:flex;gap:.75rem;flex-basis:100%;justify-content:center;margin-top:.5rem}._controls_1krqq_53 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;color:#555;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}._controls_1krqq_53 button:hover:not(:disabled){background-color:#f8f9fa;border-color:#7f8c8d;color:#333}._controls_1krqq_53 button._activeFilter_1krqq_111{background-color:#3498db;color:#fff;border-color:#3498db}._controls_1krqq_53 button:disabled{opacity:.5;cursor:not-allowed}._markAllButton_1krqq_133 svg{font-size:.9em}@media (min-width: 600px){._header_1krqq_17 h1{flex-basis:auto;text-align:left;margin-bottom:0}._controls_1krqq_53{flex-basis:auto;justify-content:flex-end;margin-top:0}}._notificationList_1krqq_171{display:flex;flex-direction:column;gap:1rem}._error_1krqq_183{color:#e74c3c;text-align:center;padding:1rem;background-color:#fbeae5;border-radius:8px}._emptyState_1krqq_199{text-align:center;margin-top:4rem;color:#7f8c8d}._emptyState_1krqq_199 svg{font-size:4rem;margin-bottom:1.5rem;color:#bdc3c7}._emptyState_1krqq_199 h2{color:#34495e}._loadingContainer_1krqq_229{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;color:#7f8c8d}._pawSpinner_1krqq_249{margin-bottom:1.5rem}._pawIcon_1krqq_257{font-size:4rem;color:#fc5c7d;animation:_pulse_1krqq_1 1.5s infinite ease-in-out}@keyframes _pulse_1krqq_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._notificationItem_8he84_5{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:12px;box-shadow:0 4px 15px #00000012;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .3s ease;position:relative}._notificationItem_8he84_5:hover{transform:translateY(-3px);box-shadow:0 7px 20px #0000001a}._iconWrapper_8he84_41{flex-shrink:0;margin-top:2px;font-size:1.2rem;opacity:.8}._contentWrapper_8he84_55{flex-grow:1}._message_8he84_63{margin:0 0 .5rem;font-weight:500;line-height:1.4;font-size:.95rem}._triggerUser_8he84_77{display:flex;align-items:center;gap:.4rem;font-size:.8rem;margin:.25rem 0 .5rem;opacity:.8}._triggerUser_8he84_77 svg{font-size:.9em}._time_8he84_105{font-size:.75rem;opacity:.7;margin:0;text-align:right}._unreadDot_8he84_119{position:absolute;top:10px;right:10px;width:10px;height:10px;background-color:gold;border-radius:50%;border:1px solid rgba(0,0,0,.2)}._read_8he84_151{opacity:.75;box-shadow:0 2px 8px #0000000d}._read_8he84_151:hover{opacity:1;transform:none;box-shadow:0 4px 15px #00000012}._reported_8he84_175{background:linear-gradient(45deg,#e74c3c,#c0392b)}._assigned_8he84_177{background:linear-gradient(45deg,#3498db,#2980b9)}._inProgress_8he84_179{background:linear-gradient(45deg,#f39c12,#e67e22)}._ongoing_8he84_181{background:linear-gradient(45deg,#9b59b6,#8e44ad)}._resolved_8he84_183{background:linear-gradient(45deg,#2ecc71,#27ae60)}._closed_8he84_185{background:linear-gradient(45deg,#95a5a6,#7f8c8d)}._type_incident_8he84_195{background:linear-gradient(45deg,#e74c3c,#c0392b)}._type_inventory_8he84_201{background:linear-gradient(45deg,#f39c12,#e67e22)}._type_approval_8he84_207{background:linear-gradient(45deg,#2ecc71,#27ae60)}._type_rewards_8he84_213{background:linear-gradient(45deg,#3498db,#2980b9)}._type_general_8he84_219{background:linear-gradient(45deg,#9b59b6,#8e44ad)}._type_inventory_8he84_201 ._unreadDot_8he84_119,._type_rewards_8he84_213 ._unreadDot_8he84_119,._assigned_8he84_177 ._unreadDot_8he84_119,._resolved_8he84_183 ._unreadDot_8he84_119,._type_approval_8he84_207 ._unreadDot_8he84_119,._inProgress_8he84_179 ._unreadDot_8he84_119,._ongoing_8he84_181 ._unreadDot_8he84_119,._type_general_8he84_219 ._unreadDot_8he84_119{background-color:#fff;border-color:#0006}._container_4l6hi_5{padding:1.5rem;max-width:1200px;margin:0 auto}._header_4l6hi_17{text-align:center;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}._header_4l6hi_17 h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;background:linear-gradient(45deg,#e74c3c,#9b59b6,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}._header_4l6hi_17 p{color:#7f8c8d;font-size:1.1rem}._feedbackBox_4l6hi_59{padding:1rem 1.5rem;margin-bottom:2rem;border-radius:8px;font-weight:500;display:flex;align-items:center;gap:.75rem;box-shadow:0 2px 10px #0000001a}._feedbackBox_4l6hi_59._success_4l6hi_79{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}._feedbackBox_4l6hi_59._error_4l6hi_89{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._feedbackBox_4l6hi_59 svg{font-size:1.2em}._cardGrid_4l6hi_111{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._adminCard_4l6hi_123{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;border-top:4px solid #3498db}._actionIcon_4l6hi_147{font-size:3rem;color:#3498db;margin-bottom:1rem}._adminCard_4l6hi_123 h2{margin:0 0 .5rem;font-size:1.3rem;color:#34495e}._adminCard_4l6hi_123 p{color:#7f8c8d;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;flex-grow:1}._actionButton_4l6hi_187{padding:.8rem 1.5rem;background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #0000001a;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;width:auto;margin-top:auto}._actionButton_4l6hi_187:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 6px 15px #00000026}._actionButton_4l6hi_187:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}._buttonGroup_4l6hi_245{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:auto}._buttonGroup_4l6hi_245 ._actionButton_4l6hi_187{width:100%}._dangerZone_4l6hi_271{border-top-color:#e74c3c}._dangerZone_4l6hi_271 ._actionIcon_4l6hi_147{color:#e74c3c}._dangerButton_4l6hi_283{background:linear-gradient(45deg,#e74c3c,#c0392b)}._dangerZone_4l6hi_271 ._fa-bell-slash_4l6hi_291,._dangerZone_4l6hi_271 ._fa-redo_4l6hi_293{color:#e74c3c}._purgeInputGroupCard_4l6hi_303{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;padding:.5rem;background-color:#f8f9fa;border-radius:8px;width:90%;margin-left:auto;margin-right:auto}._purgeInputGroupCard_4l6hi_303 label{font-weight:600;color:#34495e;font-size:.9rem}._purgeInput_4l6hi_303{width:60px;padding:.5rem;font-size:1rem;text-align:center;border:1px solid #bdc3c7;border-radius:6px}._purgeInputGroupCard_4l6hi_303 span{font-size:.9rem;color:#555;font-weight:500}._modalOverlay_4l6hi_373{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:7000;padding:1rem}._modalContent_4l6hi_385{background:#fff;padding:1.5rem;border-radius:12px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;box-shadow:0 5px 20px #00000040}._purgeModalContent_4l6hi_401{max-width:450px}._manageUsersModal_4l6hi_411{padding-bottom:0}._closeButton_4l6hi_421{position:absolute;top:10px;right:10px;background:#e0e0e0;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;z-index:10}._closeButton_4l6hi_421:hover{background-color:#cfcfcf}._modalContent_4l6hi_385 h2,._modalContent_4l6hi_385 h3{margin-top:0;margin-bottom:.5rem;color:#2c3e50;text-align:center}._modalContent_4l6hi_385 h3{font-size:1.5rem}._modalContent_4l6hi_385 p{margin-bottom:1rem;color:#555;text-align:center;font-size:.95rem}._instructionText_4l6hi_451{font-style:italic;font-size:.9rem!important;margin-bottom:1rem!important}._userSelectionList_4l6hi_455{margin:1rem 0;max-height:50vh;overflow-y:auto;border:1px solid #eee;border-radius:8px;padding:.5rem}._userListItem_4l6hi_463:hover{background-color:#f8f9fa}._userListItem_4l6hi_463._selected_4l6hi_475{background-color:#eaf4ff;border-left-color:#3498db}._superAdminRow_4l6hi_481{opacity:.7;background-color:#f8f9fa;cursor:default}._superAdminRow_4l6hi_481:hover{background-color:#f8f9fa}._superAdminText_4l6hi_497{margin-left:auto;font-size:.8rem;font-style:italic;color:#95a5a6;flex-shrink:0}._userListItem_4l6hi_463 input[type=checkbox]{width:18px;height:18px;accent-color:#3498db;flex-shrink:0}._userInfoSmall_4l6hi_517{display:flex;flex-direction:column;flex-grow:1;font-size:.9rem;overflow:hidden}._userInfoSmall_4l6hi_517 span:first-child{font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userIdSmall_4l6hi_521{font-size:.8rem;color:#7f8c8d;display:inline-flex;align-items:center;gap:.3rem}._userIdSmall_4l6hi_521 svg{font-size:.9em}._modalFooter_4l6hi_529,._modalActions_4l6hi_529{margin-top:auto;padding:1rem 1.5rem;border-top:1px solid #eee;background-color:#f8f9fa;display:flex;justify-content:space-between;align-items:center;gap:1rem;border-radius:0 0 12px 12px;margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:-1.5rem}._modalActions_4l6hi_529{margin:1.5rem -1.5rem -1.5rem}._modalFooter_4l6hi_529 button,._modalActions_4l6hi_529 button{padding:.8rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem}._cancelButton_4l6hi_555{background-color:#ecf0f1;color:#555}._modalFooter_4l6hi_529 ._actionButton_4l6hi_187{background-color:#3498db;color:#fff;flex-grow:1}._confirmDeleteButton_4l6hi_559{background-color:#e74c3c;color:#fff;flex-grow:1}._modalFooter_4l6hi_529 button:disabled,._modalActions_4l6hi_529 button:disabled{background-color:#bdc3c7;cursor:not-allowed}._notifyCheckboxLabel_4l6hi_565{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#333;cursor:pointer;margin-right:auto}._notifyCheckboxLabel_4l6hi_565 input{width:16px;height:16px;accent-color:#3498db}._message_4l6hi_575{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;padding:.75rem 1rem;border-radius:8px;font-weight:500;font-size:.9rem;align-items:flex-start}._message_4l6hi_575 div{display:flex;align-items:center;gap:.5rem}._message_4l6hi_575._error_4l6hi_89{background-color:#f8d7da;border:1px solid #e74c3c;color:#721c24}._message_4l6hi_575._success_4l6hi_79{background-color:#d4edda;border:1px solid #2ecc71;color:#155724}._message_4l6hi_575._warning_4l6hi_597{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404}._skippedList_4l6hi_601{list-style:disc;margin:.5rem 0 0 1.5rem;padding:0;font-size:.85rem}._skippedList_4l6hi_601 li{margin-bottom:.25rem}._clearResultButton_4l6hi_607{margin-top:1rem;padding:.4rem .8rem;font-size:.8rem;background-color:#e9ecef;border:1px solid #dee2e6;color:#495057;border-radius:4px;cursor:pointer}._spinner_4l6hi_617{animation:_spin_4l6hi_617 1s linear infinite}@keyframes _spin_4l6hi_617{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._modalError_4l6hi_623{color:#e74c3c;text-align:center;padding:.75rem;background-color:#fbeae5;border-radius:8px;margin:1rem 0 .5rem;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid #f5c6cb}._purgeInputGroup_4l6hi_303{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1.5rem 0;padding:1rem;background-color:#f8f9fa;border-radius:8px}._purgeInputGroup_4l6hi_303 label{font-weight:600;color:#34495e;font-size:.95rem}._purgeInputGroup_4l6hi_303 span{font-size:.95rem;color:#555;font-weight:500}._loadingContainer_4l6hi_683{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;color:#7f8c8d}._loadingContainerModal_4l6hi_691{padding:2rem;text-align:center;color:#7f8c8d}._pawSpinner_4l6hi_697{margin-bottom:1.5rem}._pawIcon_4l6hi_699{font-size:4rem;color:#fc5c7d;animation:_pulse_4l6hi_1 1.5s infinite ease-in-out}@keyframes _pulse_4l6hi_1{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:.8}}._resetPasswordButton_4l6hi_713{background:none;border:none;color:#f39c12;font-size:1.1rem;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0;transition:background-color .2s,color .2s}._resetPasswordButton_4l6hi_713:hover:not(:disabled){background-color:#fdf3e6;color:#d35400}._resetPasswordButton_4l6hi_713:disabled{color:#bdc3c7;cursor:not-allowed}._userListItem_4l6hi_463{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none;border-left:4px solid transparent}._card_4l6hi_111{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;border-top:4px solid #3498db}._card_4l6hi_111 h2{margin:0 0 .5rem;font-size:1.3rem;color:#34495e;display:flex;align-items:center;gap:.75rem}._card_4l6hi_111 p{color:#7f8c8d;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;flex-grow:1}._superAdminPage_4l6hi_847{padding:1.5rem;max-width:1200px;margin:0 auto}._clearChatInputGroup_4l6hi_859{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;padding:.5rem;background-color:#f8f9fa;border-radius:8px;width:90%;margin-left:auto;margin-right:auto}._clearChatInputGroup_4l6hi_859 label{font-weight:600;color:#34495e;font-size:.9rem}._keepInput_4l6hi_899{width:60px;padding:.5rem;font-size:1rem;text-align:center;border:1px solid #bdc3c7;border-radius:6px}._deleteButton_4l6hi_917{background:linear-gradient(45deg,#e74c3c,#c0392b)}._successMessage_4l6hi_925{color:#155724;font-size:.9rem;margin-top:1rem}._errorMessage_4l6hi_937{color:#721c24;font-size:.9rem;margin-top:1rem}
