:root{--biker-primary:#f05a28;--biker-secondary:#1e2326;--biker-background:#f8f9fa;--biker-surface:#fff;--biker-text:#1a1b1c;--biker-text-secondary:#6c757d;--biker-success:#2ecc71;--biker-error:#ff3b30;--biker-warning:#f5b041;--biker-gray:#aeaeb2;--biker-light-gray:#eaeaea;--primary-orange:var(--biker-primary);--dark-nav:var(--biker-secondary);--app-background:var(--biker-background);--surface-white:var(--biker-surface);--text-primary:var(--biker-text);--text-secondary:var(--biker-text-secondary);--status-pending-bg:#fff8e1;--status-pending-text:#f5b041;--status-done-bg:#e8f5e9;--status-done-text:#2ecc71;--status-alert-bg:#ffeddf;--status-alert-text:#f05a28;--chip-inactive-bg:#e0e0e0;--biker-font:-apple-system, BlinkMacSystemFont, "Inter", "Roboto", system-ui, sans-serif;--biker-font-medium:-apple-system, BlinkMacSystemFont, "Inter", "Roboto", system-ui, sans-serif;--biker-font-semibold:-apple-system, BlinkMacSystemFont, "Inter", "Roboto", system-ui, sans-serif;--biker-font-bold:-apple-system, BlinkMacSystemFont, "Inter", "Roboto", system-ui, sans-serif;--biker-direction:ltr;--biker-safe-area-top:env(safe-area-inset-top,0px);--biker-safe-area-bottom:env(safe-area-inset-bottom,0px);--biker-header-height:0px;--radius-card:12px;--radius-input:8px;--radius-pill:50px;--spacing-page:16px;--spacing-card:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%;font-size:16px}body{font-family:var(--biker-font);color:var(--biker-text);background-color:var(--biker-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none;height:100%;min-height:100dvh;font-size:.9375rem;line-height:1.45;overflow-x:hidden}#root{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.app-shell{background:var(--biker-background);width:100%;max-width:100%;height:100dvh;max-height:100dvh;padding-top:var(--biker-safe-area-top,env(safe-area-inset-top,0px));box-sizing:border-box;flex-direction:column;flex:1;margin:0 auto;display:flex;overflow:hidden}body.biker-has-native-header .app-shell{padding-top:0}.app-page{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.app-content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;min-height:0;padding-inline:var(--spacing-page);padding-bottom:calc(var(--biker-safe-area-bottom,0px) + 16px);flex:1;overflow:hidden auto}.app-content--with-fab{padding-bottom:calc(var(--biker-safe-area-bottom,0px) + 88px)}.app-content--with-bottom-bar{padding-bottom:calc(var(--biker-safe-area-bottom,0px) + 96px)}.btn{font-family:var(--biker-font-medium);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:14px 24px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:transform .1s,opacity .15s;display:inline-flex}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background-color:var(--biker-primary);color:var(--biker-surface)}.btn-secondary{background-color:var(--biker-surface);color:var(--biker-primary);border:1.5px solid var(--biker-primary)}.btn-dark{background-color:var(--biker-secondary);color:var(--biker-surface)}.btn-danger{background-color:var(--biker-error);color:var(--biker-surface)}.btn-full{width:100%}.btn-block{border-radius:var(--radius-card)}@media (hover:hover){.btn-primary:not(:disabled):hover{opacity:.92}.btn-secondary:not(:disabled):hover{background-color:var(--status-alert-bg)}}.card{background:var(--biker-surface);border-radius:var(--radius-card);padding:var(--spacing-page);border:1px solid var(--biker-light-gray);box-shadow:0 2px 8px #0000000a}.form-section{flex-direction:column;gap:12px;display:flex}.form-section-title{font-family:var(--biker-font-semibold);color:var(--biker-text);margin-bottom:4px;font-size:.875rem;font-weight:600}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.8125rem;font-weight:500}.form-input,.form-select,.form-textarea{font-family:var(--biker-font);color:var(--biker-text);background:var(--biker-surface);border:1px solid var(--biker-light-gray);border-radius:var(--radius-input);appearance:none;outline:none;width:100%;min-height:48px;padding:12px 14px;font-size:1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--biker-primary)}.form-input::placeholder,.form-textarea::placeholder{color:var(--biker-gray)}.form-textarea{resize:vertical;min-height:100px;line-height:1.5}.state-container{padding:48px var(--spacing-page);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;min-height:50dvh;display:flex}.spinner{border:3px solid var(--biker-light-gray);border-top-color:var(--biker-primary);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-text{color:var(--biker-error);font-size:.875rem;line-height:1.4}.empty-text{color:var(--biker-text-secondary);font-size:.875rem;line-height:1.5}.progress-track{background:var(--biker-light-gray);border-radius:99px;height:4px;overflow:hidden}.progress-fill{background:var(--biker-primary);border-radius:99px;height:100%;transition:width .2s}.fab{inset-inline-end:20px;bottom:calc(var(--biker-safe-area-bottom,0px) + 20px);background-color:var(--biker-primary);width:56px;height:56px;color:var(--biker-surface);cursor:pointer;z-index:50;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;line-height:1;text-decoration:none;display:flex;position:fixed;box-shadow:0 4px 16px #f05a2873}.fab:active{transform:scale(.93)}.divider{background:var(--biker-light-gray);height:1px;margin-block:8px}.text-secondary{color:var(--biker-text-secondary)}.text-small{font-size:.75rem}.gap-stack>*+*{margin-top:var(--spacing-card)}._container_1p75h_1{top:calc(var(--biker-safe-area-top,0px) + 12px);z-index:1000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;inset-inline:12px}._toast_1p75h_12{border-radius:var(--radius-card);background:var(--biker-surface);border:1px solid var(--biker-light-gray);pointer-events:auto;align-items:flex-start;gap:12px;padding:14px 16px;animation:.3s cubic-bezier(.21,1.02,.73,1) forwards _toastIn_1p75h_1;display:flex;position:relative;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}._toastExiting_1p75h_26{animation:.22s forwards _toastOut_1p75h_1}@keyframes _toastIn_1p75h_1{0%{opacity:0;transform:translateY(-12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _toastOut_1p75h_1{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.96)}}._iconWrap_1p75h_52{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}._iconWrap_1p75h_52 svg{width:16px;height:16px}._error_1p75h_67 ._iconWrap_1p75h_52{background:color-mix(in srgb, var(--biker-error) 15%, transparent);color:var(--biker-error)}._success_1p75h_72 ._iconWrap_1p75h_52{background:var(--status-done-bg);color:var(--status-done-text)}._warning_1p75h_77 ._iconWrap_1p75h_52{background:var(--status-pending-bg);color:var(--status-pending-text)}._info_1p75h_82 ._iconWrap_1p75h_52{background:var(--status-alert-bg);color:var(--status-alert-text)}._body_1p75h_87{flex:1;min-width:0;padding-top:4px}._message_1p75h_93{font-family:var(--biker-font-medium);color:var(--biker-text);word-break:break-word;font-size:.875rem;font-weight:500;line-height:1.45}._dismiss_1p75h_102{width:32px;height:32px;color:var(--biker-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:-4px -6px -4px 0;font-size:1.125rem;line-height:1;display:flex}._dismiss_1p75h_102:active{background:var(--biker-background)}._progress_1p75h_123{bottom:0;border-radius:0 0 var(--radius-card) var(--radius-card);background:0 0;height:3px;position:absolute;inset-inline:0;overflow:hidden}._progressBar_1p75h_133{transform-origin:0;height:100%;animation:linear forwards _shrink_1p75h_1}._error_1p75h_67 ._progressBar_1p75h_133{background:var(--biker-error)}._success_1p75h_72 ._progressBar_1p75h_133{background:var(--status-done-text)}._warning_1p75h_77 ._progressBar_1p75h_133{background:var(--status-pending-text)}._info_1p75h_82 ._progressBar_1p75h_133{background:var(--biker-primary)}@keyframes _shrink_1p75h_1{0%{transform:scaleX(1)}to{transform:scaleX(0)}}._header_19h5b_1{z-index:40;background:var(--biker-surface);padding-inline:var(--spacing-page);border-bottom:1px solid var(--biker-light-gray);flex-shrink:0;padding-bottom:12px;position:sticky;top:0}._topRow_19h5b_12{grid-template-columns:44px 1fr 44px;align-items:center;min-height:44px;padding-top:8px;display:grid}._backBtn_19h5b_20{width:44px;height:44px;color:var(--biker-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-inline-start:-8px;text-decoration:none;display:flex}._backBtn_19h5b_20 svg{width:22px;height:22px}._backBtn_19h5b_20:active{background:var(--biker-background)}._backSpacer_19h5b_42{flex-shrink:0;width:44px;height:44px}._title_19h5b_48{font-family:var(--biker-font-bold);color:var(--biker-text);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;font-weight:700;line-height:1.3;overflow:hidden}._subtitle_19h5b_60{color:var(--biker-text-secondary);text-align:center;margin-top:4px;font-size:.8125rem;line-height:1.4}._icon_16env_1{background:color-mix(in srgb, var(--biker-error) 10%, transparent);width:72px;height:72px;color:var(--biker-error);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}._icon_16env_1 svg{width:40px;height:40px}._title_16env_18{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);max-width:280px;font-size:.9375rem;line-height:1.5}._badge_aq6dm_1{border-radius:var(--radius-input);font-size:.75rem;font-family:var(--biker-font-medium);align-items:center;padding:4px 10px;font-weight:500;display:inline-flex}._open_aq6dm_11{background-color:var(--status-pending-bg);color:var(--status-pending-text)}._in-progress_aq6dm_16,._resolved_aq6dm_21{background-color:var(--status-alert-bg);color:var(--status-alert-text)}._closed_aq6dm_26{background-color:var(--status-done-bg);color:var(--status-done-text)}._default_aq6dm_31{background-color:color-mix(in srgb, var(--biker-secondary) 10%, transparent);color:var(--biker-text-secondary)}._card_s0bbb_1{background:var(--biker-surface);border-radius:var(--radius-card);padding:var(--spacing-page);border:1px solid var(--biker-light-gray);cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none;transition:transform .1s;box-shadow:0 2px 8px #0000000a}._card_s0bbb_1:active{background:color-mix(in srgb, var(--biker-background) 50%, var(--biker-surface));transform:scale(.985)}._header_s0bbb_18{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}._meta_s0bbb_25{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}._refNumber_s0bbb_34{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.75rem}._chevron_s0bbb_40{color:var(--biker-gray);margin-inline-start:8px;flex-shrink:0;margin-top:2px}._chevron_s0bbb_40 svg{width:20px;height:20px}._category_s0bbb_52{font-family:var(--biker-font-semibold);color:var(--biker-text);margin-bottom:4px;font-size:1rem;font-weight:600;line-height:1.35}._mechanic_s0bbb_61{color:var(--biker-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:.875rem;line-height:1.45;display:-webkit-box;overflow:hidden}._footer_s0bbb_72{border-top:1px solid var(--biker-light-gray);justify-content:space-between;align-items:center;padding-top:10px;display:flex}._date_s0bbb_80{color:var(--biker-text-secondary);font-size:.75rem}._attachments_s0bbb_85{gap:6px;display:flex}._attachmentChip_s0bbb_90{color:var(--biker-text-secondary);background:var(--biker-background);border-radius:var(--radius-pill);font-size:.6875rem;font-family:var(--biker-font-medium);padding:3px 8px}._overlay_1j8zu_1{z-index:200;background:#0000008c;align-items:flex-end;display:flex;position:fixed;inset:0}._sheet_1j8zu_10{background:var(--biker-surface);border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:90dvh;display:flex;overflow:hidden}._header_1j8zu_20{border-bottom:1px solid var(--biker-light-gray);flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}._closeBtn_1j8zu_29{cursor:pointer;color:var(--biker-text-secondary);background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1rem;transition:background .15s}._closeBtn_1j8zu_29:active{background:var(--biker-background)}._title_1j8zu_44{font-family:var(--biker-font-semibold);color:var(--biker-text);text-align:center;flex:1;font-size:1rem;font-weight:600}._headerSpacer_1j8zu_53{flex-shrink:0;width:40px}._body_1j8zu_58{-webkit-overflow-scrolling:touch;min-height:0;padding:16px var(--spacing-page) 8px;flex-direction:column;flex:1;gap:20px;display:flex;overflow-y:auto}._section_1j8zu_69{flex-direction:column;gap:10px;display:flex}._sectionTitle_1j8zu_75{font-family:var(--biker-font-semibold);color:var(--biker-text);font-size:.875rem;font-weight:600}._chipGroup_1j8zu_82{flex-wrap:wrap;gap:8px;display:flex}._chip_1j8zu_82{border-radius:var(--radius-pill);background:var(--chip-inactive-bg);min-height:40px;color:var(--biker-text);font-family:var(--biker-font-medium);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;padding:10px 16px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}._chip_1j8zu_82:active{transform:scale(.97)}._chipActive_1j8zu_110{background:var(--biker-primary);color:var(--biker-surface)}._dateRow_1j8zu_115{grid-template-columns:1fr 1fr;gap:12px;display:grid}._field_1j8zu_121{flex-direction:column;gap:8px;display:flex}._fieldLabel_1j8zu_127{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.8125rem;font-weight:500}._footer_1j8zu_134{padding:12px var(--spacing-page);padding-bottom:calc(12px + var(--biker-safe-area-bottom,0px));border-top:1px solid var(--biker-light-gray);background:var(--biker-surface);flex-shrink:0;grid-template-columns:1fr 1fr;gap:12px;display:grid}._filterBtn_1yr6f_1{width:44px;height:44px;color:var(--biker-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-inline-end:-8px;display:flex;position:relative}._filterBtn_1yr6f_1 svg{width:22px;height:22px}._filterBtn_1yr6f_1:active{background:var(--biker-background)}._filterBtnActive_1yr6f_25{color:var(--biker-primary)}._filterBadge_1yr6f_29{top:6px;background:var(--biker-primary);min-width:16px;height:16px;color:var(--biker-surface);font-family:var(--biker-font-semibold);text-align:center;border-radius:99px;padding:0 4px;font-size:.625rem;font-weight:600;line-height:16px;position:absolute;inset-inline-end:6px}._activeFiltersBar_1yr6f_46{padding:8px var(--spacing-page) 0;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}._activeFiltersLabel_1yr6f_55{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.8125rem}._clearFiltersLink_1yr6f_61{font-family:var(--biker-font-medium);color:var(--biker-primary);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.8125rem}._content_1yr6f_71{padding-top:12px}._list_1yr6f_75{gap:var(--spacing-card);flex-direction:column;display:flex}._emptyIcon_1yr6f_81{background:var(--status-alert-bg);width:72px;height:72px;color:var(--biker-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}._emptyIcon_1yr6f_81 svg{width:40px;height:40px}._emptyTitle_1yr6f_98{font-family:var(--biker-font-semibold);color:var(--biker-text);font-size:1.0625rem;font-weight:600}._scrollSentinel_1yr6f_105{pointer-events:none;flex-shrink:0;width:100%;height:1px}._loadMoreIndicator_1yr6f_112,._initialLoader_1yr6f_113{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;display:flex}._loaderRing_1yr6f_122{border:3px solid var(--biker-light-gray);border-top-color:var(--biker-primary);border-radius:50%;width:32px;height:32px;animation:.75s linear infinite _listSpin_1yr6f_1}._loaderLabel_1yr6f_131{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.8125rem}._endOfList_1yr6f_137{flex-direction:column;align-items:center;gap:8px;padding:28px 16px 12px;display:flex}._endOfList_1yr6f_137 p{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.8125rem}._endDot_1yr6f_151{background:var(--biker-gray);width:4px;height:4px;box-shadow:-10px 0 0 var(--biker-gray), 10px 0 0 var(--biker-gray);border-radius:50%}@keyframes _listSpin_1yr6f_1{to{transform:rotate(360deg)}}._bar_125xq_1{inset-inline:0;z-index:45;background:var(--biker-surface);border-top:1px solid var(--biker-light-gray);padding-bottom:var(--biker-safe-area-bottom,0px);position:fixed;bottom:0;box-shadow:0 -4px 16px #0000000f}._inner_125xq_12{padding:12px var(--spacing-page);flex-direction:column;gap:8px;display:flex}._scroll_a78yw_1{flex-wrap:wrap;gap:8px;display:flex}._chip_a78yw_7{border-radius:var(--radius-pill);background:var(--chip-inactive-bg);min-height:40px;color:var(--biker-text);font-family:var(--biker-font-medium);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;padding:10px 16px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}._chip_a78yw_7:active{transform:scale(.97)}._chipActive_a78yw_29{background:var(--biker-primary);color:var(--biker-surface)}._empty_a78yw_34{color:var(--biker-text-secondary);padding:8px 0;font-size:.875rem}._container_lkyw8_1{flex-direction:column;gap:10px;display:flex}._sectionHeader_lkyw8_7{align-items:center;gap:6px;margin-bottom:2px;display:flex}._sectionIcon_lkyw8_14{font-size:1rem}._sectionLabel_lkyw8_18{font-family:var(--biker-font-semibold);color:var(--biker-text);font-size:.875rem;font-weight:600}._count_lkyw8_25{color:var(--biker-text-secondary);margin-inline-start:auto;font-size:.75rem}._list_lkyw8_31{flex-direction:column;gap:8px;list-style:none;display:flex}._row_lkyw8_38{background:var(--biker-background);border-radius:var(--radius-input);border:1px solid var(--biker-light-gray);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}._rowLeft_lkyw8_49{flex:1;align-items:center;gap:10px;min-width:0;display:flex}._thumb_lkyw8_57{border-radius:var(--radius-input);object-fit:cover;background:var(--biker-light-gray);flex-shrink:0;width:48px;height:48px}._audioThumb_lkyw8_66{border-radius:var(--radius-input);background:var(--status-alert-bg);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}._rowInfo_lkyw8_78{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}._fileName_lkyw8_86{color:var(--biker-text);font-size:.8125rem;font-family:var(--biker-font-medium);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._progressWrapper_lkyw8_95{align-items:center;gap:8px;display:flex}._progressWrapper_lkyw8_95 ._progress-track_lkyw8_101{flex:1}._progressLabel_lkyw8_105{color:var(--biker-primary);font-size:.75rem;font-family:var(--biker-font-medium);text-align:end;min-width:32px}._doneLabel_lkyw8_113{color:var(--status-done-text);font-size:.75rem;font-family:var(--biker-font-medium)}._errorLabel_lkyw8_119{color:var(--biker-error);font-size:.75rem;font-family:var(--biker-font-medium);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._removeBtn_lkyw8_128{color:var(--biker-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;font-size:1rem;display:flex}._removeBtn_lkyw8_128:active{color:var(--biker-error);background:color-mix(in srgb, var(--biker-error) 10%, transparent)}._hiddenInput_lkyw8_149{display:none}._addButtons_lkyw8_154{grid-template-columns:1fr 1fr;gap:8px;display:grid}._addButton_lkyw8_154{background:var(--biker-surface);border:1px dashed var(--biker-light-gray);border-radius:var(--radius-card);min-height:72px;color:var(--biker-primary);font-family:var(--biker-font-medium);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:14px 12px;font-size:.8125rem;font-weight:500;display:flex}._addButton_lkyw8_154:active{border-color:var(--biker-primary);background:var(--status-alert-bg);transform:scale(.98)}._plusIcon_lkyw8_185{font-size:1.25rem;line-height:1}._container_kk8xw_1{flex-direction:column;gap:8px;display:flex}._optionRow_kk8xw_7{grid-template-columns:1fr 1fr;gap:8px;display:grid}._optionBtn_kk8xw_13{background:var(--biker-surface);border:1px dashed var(--biker-light-gray);border-radius:var(--radius-card);min-height:88px;color:var(--biker-primary);font-family:var(--biker-font-medium);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;display:flex}._optionBtn_kk8xw_13:active{border-color:var(--biker-primary);background:var(--status-alert-bg);transform:scale(.98)}._optionIcon_kk8xw_39{font-size:1.5rem}._hiddenInput_kk8xw_43{display:none}._recordingCard_kk8xw_48{background:color-mix(in srgb, var(--biker-error) 8%, transparent);border:1px solid color-mix(in srgb, var(--biker-error) 25%, transparent);border-radius:var(--radius-card);padding:14px var(--spacing-page);justify-content:space-between;align-items:center;gap:12px;display:flex}._recordingLeft_kk8xw_59{align-items:center;gap:8px;display:flex}._recordingDot_kk8xw_65{background:var(--biker-error);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1s ease-in-out infinite _pulse_kk8xw_1}@keyframes _pulse_kk8xw_1{0%,to{opacity:1}50%{opacity:.3}}._recordingLabel_kk8xw_79{font-family:var(--biker-font-medium);color:var(--biker-error);font-size:.875rem}._recordingTime_kk8xw_85{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);font-size:.875rem}._stopBtn_kk8xw_91{background:var(--biker-error);color:var(--biker-surface);border-radius:var(--radius-pill);min-height:44px;font-family:var(--biker-font-medium);cursor:pointer;border:none;flex-shrink:0;padding:10px 16px;font-size:.875rem;font-weight:500}._stopBtn_kk8xw_91:active{opacity:.88;transform:scale(.97)}._itemCard_kk8xw_110{background:var(--biker-background);border:1px solid var(--biker-light-gray);border-radius:var(--radius-input);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}._itemLeft_kk8xw_121{flex:1;align-items:center;gap:10px;min-width:0;display:flex}._audioThumb_kk8xw_129{border-radius:var(--radius-input);background:var(--status-alert-bg);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}._itemInfo_kk8xw_141{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}._fileName_kk8xw_149{color:var(--biker-text);font-size:.8125rem;font-family:var(--biker-font-medium);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._progressRow_kk8xw_158{align-items:center;gap:8px;display:flex}._progressPct_kk8xw_164{color:var(--biker-primary);font-size:.75rem;font-family:var(--biker-font-medium);text-align:end;min-width:32px}._doneLabel_kk8xw_172{color:var(--status-done-text);font-size:.75rem;font-family:var(--biker-font-medium)}._errorLabel_kk8xw_178{color:var(--biker-error);font-size:.75rem;font-family:var(--biker-font-medium);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._removeBtn_kk8xw_187{color:var(--biker-gray);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;font-size:1rem;display:flex}._removeBtn_kk8xw_187:active{color:var(--biker-error);background:color-mix(in srgb, var(--biker-error) 10%, transparent)}._micPromptCard_kk8xw_208{padding:16px var(--spacing-page);background:var(--status-alert-bg);border:1px solid color-mix(in srgb, var(--biker-primary) 25%, transparent);border-radius:var(--radius-card);text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}._micPromptIcon_kk8xw_220{font-size:1.75rem}._micPromptTitle_kk8xw_224{font-family:var(--biker-font-medium);color:var(--biker-text);margin:0;font-size:.9375rem}._micPromptHint_kk8xw_231{color:var(--biker-text-secondary);margin:0;font-size:.8125rem;line-height:1.45}._micPromptActions_kk8xw_238{align-items:center;gap:8px;width:100%;margin-top:4px;display:flex}._micAllowBtn_kk8xw_246{background:var(--biker-primary);min-height:44px;color:var(--biker-surface);border-radius:var(--radius-pill);font-family:var(--biker-font-medium);cursor:pointer;border:none;flex:1;padding:10px 16px;font-size:.875rem;font-weight:500}._micAllowBtn_kk8xw_246:disabled{opacity:.6;cursor:wait}._micAllowBtn_kk8xw_246:active:not(:disabled){opacity:.88;transform:scale(.98)}._micCancelBtn_kk8xw_270{border:1px solid var(--biker-light-gray);min-width:44px;min-height:44px;color:var(--biker-gray);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;padding:8px;font-size:1rem}._micCancelBtn_kk8xw_270:active:not(:disabled){color:var(--biker-error);border-color:color-mix(in srgb, var(--biker-error) 30%, transparent)}._overlay_1dexe_1{z-index:999;background:#0000008c;align-items:flex-end;display:flex;position:fixed;inset:0}._sheet_1dexe_10{background:var(--biker-surface);border-radius:16px 16px 0 0;flex-direction:column;width:100%;height:90dvh;display:flex;overflow:hidden}._header_1dexe_20{border-bottom:1px solid var(--biker-light-gray);flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}._closeBtn_1dexe_29{cursor:pointer;color:var(--biker-text-secondary);background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1rem;transition:background .15s}._closeBtn_1dexe_29:hover{background:var(--biker-background)}._title_1dexe_44{font-family:var(--biker-font-semibold);color:var(--biker-text);text-align:center;flex:1;font-size:1rem;font-weight:600}._headerSpacer_1dexe_53{flex-shrink:0;width:40px}._hint_1dexe_58{color:var(--biker-text-secondary);text-align:center;flex-shrink:0;padding:8px 16px 4px;font-size:.8125rem}._map_1dexe_66{flex:1;min-height:0}._mapError_1dexe_71{background:var(--biker-background);flex:1;justify-content:center;align-items:center;padding:24px;display:flex}._mapErrorText_1dexe_80{font-family:var(--biker-font-medium);color:var(--biker-text-secondary);text-align:center;max-width:260px;font-size:.875rem;line-height:1.5}._bottomBar_1dexe_89{padding:12px var(--spacing-page);padding-bottom:calc(12px + var(--biker-safe-area-bottom,0px));border-top:1px solid var(--biker-light-gray);background:var(--biker-surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;min-height:72px;display:flex}._coords_1dexe_102{font-family:var(--biker-font-medium);color:var(--biker-text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.875rem;overflow:hidden}._noSelectionHint_1dexe_113{color:var(--biker-text-secondary);text-align:center;width:100%;font-size:.875rem}._selectedCard_arva7_1{background:var(--status-alert-bg);border:1px solid color-mix(in srgb, var(--biker-primary) 25%, transparent);border-radius:var(--radius-card);padding:14px var(--spacing-page);justify-content:space-between;align-items:center;gap:12px;display:flex}._selectedLeft_arva7_12{flex:1;align-items:center;gap:10px;min-width:0;display:flex}._pinIcon_arva7_20{flex-shrink:0;font-size:1.25rem}._coordsBlock_arva7_25{flex:1;min-width:0}._coordsLabel_arva7_30{font-family:var(--biker-font-medium);color:var(--biker-text);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;display:block;overflow:hidden}._changeBtn_arva7_40{color:var(--biker-primary);font-family:var(--biker-font-semibold);cursor:pointer;background:0 0;border:none;flex-shrink:0;min-height:44px;padding:8px 0;font-size:.875rem;font-weight:600}._optionRow_arva7_53{grid-template-columns:1fr 1fr;gap:8px;display:grid}._optionBtn_arva7_59{background:var(--biker-surface);border:1px dashed var(--biker-light-gray);border-radius:var(--radius-card);min-height:88px;color:var(--biker-primary);font-family:var(--biker-font-medium);cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 12px;font-size:.8125rem;font-weight:500;display:flex}._optionBtn_arva7_59:active:not(:disabled){background:var(--status-alert-bg);border-color:var(--biker-primary);transform:scale(.98)}._optionBtn_arva7_59:disabled{opacity:.6;cursor:not-allowed}._optionIcon_arva7_90{font-size:1.5rem}._changeRow_arva7_94{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}._smallBtn_arva7_101{background:var(--biker-surface);border:1px solid var(--biker-light-gray);border-radius:var(--radius-pill);min-height:40px;font-family:var(--biker-font-medium);color:var(--biker-text-secondary);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:.8125rem;display:inline-flex}._smallBtn_arva7_101:active:not(:disabled){border-color:var(--biker-primary);color:var(--biker-primary);background:var(--status-alert-bg)}._smallBtn_arva7_101:disabled{opacity:.6;cursor:not-allowed}._form_j4hkp_1{padding-top:12px;padding-bottom:4px}._form_j4hkp_1>:not(:first-child){margin-top:var(--spacing-card)}._catLoader_j4hkp_10{justify-content:center;align-items:center;padding:16px 0;display:flex}._catError_j4hkp_17{flex-direction:column;align-items:stretch;gap:12px;display:flex}._uploadHint_j4hkp_24{color:var(--status-pending-text);background:var(--status-pending-bg);border-radius:var(--radius-input);padding:12px 14px;font-size:.875rem;line-height:1.4}._uploadError_j4hkp_33{color:var(--biker-error);background:color-mix(in srgb, var(--biker-error) 8%, transparent);border-radius:var(--radius-input);padding:12px 14px;font-size:.875rem;line-height:1.4}._charCounter_j4hkp_42{color:var(--biker-text-secondary);text-align:end;font-size:.75rem;display:block}._charCounterError_j4hkp_49{color:var(--biker-error)}._submitLoader_j4hkp_53{align-items:center;gap:8px;display:flex}._content_a83hv_1{gap:var(--spacing-card);flex-direction:column;padding-top:12px;display:flex}._statusRow_a83hv_8{flex-wrap:wrap;align-items:center;gap:10px;padding-bottom:4px;display:flex}._refNumber_a83hv_16{color:var(--biker-text-secondary);font-size:.8125rem;font-family:var(--biker-font-medium)}._fieldLabel_a83hv_22{color:var(--biker-text-secondary);font-size:.75rem;font-family:var(--biker-font-medium);text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-weight:500}._fieldValue_a83hv_32{color:var(--biker-text);font-size:1rem;line-height:1.45;font-family:var(--biker-font-medium);font-weight:500}._fieldValueMuted_a83hv_40{color:var(--biker-text-secondary);font-size:.9375rem;line-height:1.45}._callBtn_a83hv_46{background:var(--status-alert-bg);color:var(--biker-primary);font-size:.9375rem;font-family:var(--biker-font-semibold);border-radius:var(--radius-pill);justify-content:center;align-items:center;gap:10px;min-height:48px;margin-top:12px;padding:12px 16px;font-weight:600;text-decoration:none;display:flex}._callBtn_a83hv_46:active{transform:scale(.98)}._phoneIcon_a83hv_67{flex-shrink:0;width:18px;height:18px}._callBtn_a83hv_46 span{direction:ltr;unicode-bidi:embed}._imageGrid_a83hv_78{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px;display:grid}._imageLink_a83hv_85{border-radius:var(--radius-input);aspect-ratio:1;background:var(--biker-background);display:block;overflow:hidden}._thumbnail_a83hv_93{object-fit:cover;width:100%;height:100%;display:block}._voiceList_a83hv_100{flex-direction:column;gap:8px;margin-top:4px;display:flex}._audioPlayer_a83hv_107{border-radius:var(--radius-input);width:100%;height:40px}._actionLoader_a83hv_113{justify-content:center;align-items:center;gap:8px;display:flex}
