:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#212529;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-size:14px}#root{width:100%;min-height:100vh}@media(max-width:900px){#root{padding-top:var(--header-offset, 0px)}}button{border-radius:6px;border:1px solid #dee2e6;padding:.5rem 1rem;font-size:14px;font-weight:500;font-family:inherit;background-color:#fff;color:#495057;cursor:pointer;transition:all .2s ease}button:focus,button:focus-visible{outline:none}input,select{font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}._dateRangePicker_1wd6t_1{position:relative;width:100%}._dateRangeButton_1wd6t_6{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;padding:0;cursor:pointer;font-size:13px;color:#495057;font-weight:400;text-align:left}._dateRangeButton_1wd6t_6:hover{color:#212529}._dateRangeText_1wd6t_25{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._calendarIcon_1wd6t_32{flex-shrink:0;margin-left:.5rem;color:#6c757d}._dateRangePickerOnDark_1wd6t_38 ._dateRangeButton_1wd6t_6{color:#f1f5f9;font-weight:500}._dateRangePickerOnDark_1wd6t_38 ._dateRangeButton_1wd6t_6:hover:not(:disabled){color:#fff}._dateRangePickerOnDark_1wd6t_38 ._calendarIcon_1wd6t_32{color:#f8fafccc}._calendarPopup_1wd6t_51{position:fixed;z-index:99999;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:1.25rem;min-width:340px;width:340px;max-height:calc(100vh - 16px);overflow-y:auto}._calendarHeader_1wd6t_64{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._monthNavButton_1wd6t_71{background:transparent;border:none;cursor:pointer;padding:.25rem .5rem;color:#495057;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}._monthNavButton_1wd6t_71:hover{background:#f8f9fa;color:#212529}._monthYear_1wd6t_89{font-size:16px;font-weight:600;color:#212529;margin:0}._calendarGrid_1wd6t_96{display:flex;flex-direction:column;gap:.5rem}._weekDays_1wd6t_102{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem}._weekDay_1wd6t_102{text-align:center;font-size:12px;font-weight:600;color:#6c757d;padding:.5rem 0}._calendarDays_1wd6t_116{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem}._calendarDayEmpty_1wd6t_122{aspect-ratio:1}._calendarDay_1wd6t_116{aspect-ratio:1;border:none;background:transparent;cursor:pointer;font-size:13px;color:#495057;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;min-width:38px;min-height:38px}._calendarDay_1wd6t_116:hover:not(._disabled_1wd6t_143){background:#f8f9fa;color:#212529}._calendarDay_1wd6t_116._disabled_1wd6t_143{color:#adb5bd;cursor:not-allowed;opacity:.5}._calendarDay_1wd6t_116._booked_1wd6t_154{background:#f8d7da;color:#721c24;cursor:default;opacity:.7}._calendarDay_1wd6t_116._today_1wd6t_161{font-weight:600;border:1px solid #1e3a5f}._calendarDay_1wd6t_116._inRange_1wd6t_166{background:#1e3a5f24;color:#212529}._calendarDay_1wd6t_116._startDate_1wd6t_171,._calendarDay_1wd6t_116._endDate_1wd6t_177{background:#1e3a5f;color:#fff;font-weight:600}._calendarDay_1wd6t_116._startDate_1wd6t_171._inRange_1wd6t_166,._calendarDay_1wd6t_116._endDate_1wd6t_177._inRange_1wd6t_166{background:#1e3a5f;color:#fff}@media(max-width:768px){._calendarPopup_1wd6t_51{left:50%;transform:translate(-50%);min-width:260px}}._container_1cnw6_1{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._header_1cnw6_10{margin-bottom:2rem;text-align:center}._header_1cnw6_10 h2{margin:0 0 .5rem;color:#495057;font-size:1.75rem;font-weight:600}._subtitle_1cnw6_22{margin:0;color:#6c757d;font-size:1rem}._form_1cnw6_28{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1cnw6_34{display:flex;flex-direction:column}._formGroup_1cnw6_34 label{margin-bottom:.5rem;font-weight:500;color:#495057;font-size:.9rem}._required_1cnw6_46{color:#dc3545}._optional_1cnw6_50{color:#6c757d;font-weight:400;font-size:.85em}._input_1cnw6_56{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}._input_1cnw6_56:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._input_1cnw6_56:disabled{background:#e9ecef;cursor:not-allowed}._fileUploadArea_1cnw6_76{position:relative;border:2px dashed #ced4da;border-radius:4px;padding:2rem;background:#f8f9fa;transition:all .2s ease;cursor:pointer}._fileUploadArea_1cnw6_76:hover{border-color:#00aeef;background:#e3f2fd}._fileInput_1cnw6_91{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._fileUploadPlaceholder_1cnw6_101{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6c757d;pointer-events:none}._fileUploadPlaceholder_1cnw6_101 svg{color:#00aeef}._fileUploadPlaceholder_1cnw6_101 p{margin:0;font-size:.9rem}._fileHint_1cnw6_119{font-size:.8rem!important;color:#adb5bd}._imagePreview_1cnw6_124{display:flex;flex-direction:column;align-items:center;gap:1rem}._imagePreview_1cnw6_124 img{max-width:100%;max-height:300px;border-radius:4px;box-shadow:0 2px 8px #0000001a}._removeImageButton_1cnw6_138{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._removeImageButton_1cnw6_138:hover:not(:disabled){background:#c82333}._removeImageButton_1cnw6_138:disabled{opacity:.6;cursor:not-allowed}._errorMessage_1cnw6_159{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;font-size:.9rem}._errorMessage_1cnw6_159 svg{flex-shrink:0}._note_1cnw6_175{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;font-size:.85rem;color:#856404}._note_1cnw6_175 p{margin:.5rem 0}._note_1cnw6_175 p:first-child{margin-top:0}._note_1cnw6_175 p:last-child{margin-bottom:0}._note_1cnw6_175 code{background:#0000001a;padding:.125rem .25rem;border-radius:2px;font-family:monospace;font-size:.85em}._actions_1cnw6_204{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e9ecef}._cancelButton_1cnw6_213,._submitButton_1cnw6_214{padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:.9rem}._cancelButton_1cnw6_213{background:#6c757d;color:#fff}._cancelButton_1cnw6_213:hover:not(:disabled){background:#5a6268}._submitButton_1cnw6_214{background:#00aeef;color:#fff}._submitButton_1cnw6_214:hover:not(:disabled){background:#0099d6}._submitButton_1cnw6_214:disabled,._cancelButton_1cnw6_213:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){._container_1cnw6_1{margin:1rem;padding:1.5rem}._header_1cnw6_10 h2{font-size:1.5rem}._actions_1cnw6_204{flex-direction:column-reverse}._cancelButton_1cnw6_213,._submitButton_1cnw6_214{width:100%}}._carousel_11xd1_1{width:100%;max-width:400px;margin:0 auto;position:relative}._carousel_11xd1_1._fullSize_11xd1_8{max-width:100%;height:100%}._carousel_11xd1_1._fullSize_11xd1_8 ._carouselContainer_11xd1_13{height:100%}._carousel_11xd1_1._fullSize_11xd1_8 ._imageContainer_11xd1_17{height:100%;width:100%}._carouselContainer_11xd1_13{display:flex;align-items:center;justify-content:center;position:relative;background:#f8f9fa;border-radius:8px;overflow:hidden;height:100%;width:100%}._imageContainer_11xd1_17{flex:1;display:flex;align-items:center;justify-content:center;position:relative;height:90%;width:90%;cursor:default}._imageContainer_11xd1_17._clickable_11xd1_45{position:relative;cursor:pointer}._carouselImage_11xd1_50{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 2px 8px #0000001a}._carouselButton_11xd1_60{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;outline:none}._carouselButton_11xd1_60:focus{outline:none;box-shadow:none}._carouselButton_11xd1_60:hover:not(:disabled){background:#000000e6;transform:translateY(-50%) scale(1.1)}._carouselButton_11xd1_60:disabled{background:#0000004d;cursor:not-allowed;opacity:.5}._carouselButton_11xd1_60:first-child{left:10px}._carouselButton_11xd1_60:last-child{right:10px}._indicators_11xd1_105{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:12px}._indicators_11xd1_105._hidden_11xd1_113{display:none}._indicator_11xd1_105{width:12px;height:12px;min-width:12px;min-height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease;flex-shrink:0;display:inline-block;box-sizing:border-box;padding:0;margin:0}._indicator_11xd1_105:hover{background:#999;transform:scale(1.2)}._indicator_11xd1_105._active_11xd1_139{background:#00aeef;transform:scale(1.3);border-radius:50%}._counter_11xd1_145{text-align:center;margin-top:8px;font-size:14px;color:#333;font-weight:600;background:#00aeef1a;padding:4px 8px;border-radius:12px;display:block;width:fit-content;margin-left:auto;margin-right:auto}._clickOverlay_11xd1_160{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;border-radius:4px}._imageContainer_11xd1_17._clickable_11xd1_45:hover ._clickOverlay_11xd1_160{opacity:1}._clickIcon_11xd1_180{font-size:24px;margin-bottom:8px;color:#fff}._clickText_11xd1_186{color:#fff;font-size:12px;font-weight:500;text-align:center}@media(max-width:768px){._carousel_11xd1_1{max-width:100%}._carouselImage_11xd1_50{max-height:250px}._carouselButton_11xd1_60{width:35px;height:35px;font-size:18px}}._root_10zgj_5{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin:0;border:none;border-radius:6px;background:transparent;color:#1e3a5f;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}._root_10zgj_5:hover{background:#1e3a5f14;color:#152a47}._root_10zgj_5:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}._root_10zgj_5:active{background:#1e3a5f1f}._svg_10zgj_36{display:block;width:20px;height:20px}._rootDark_10zgj_43{color:#ffffffeb}._rootDark_10zgj_43:hover{background:#ffffff1f;color:#fff}._rootDark_10zgj_43:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}._rootDark_10zgj_43:active{background:#ffffff2e}._modalOverlay_15a2s_1{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modalContent_15a2s_15{background:#fff;border-radius:12px;max-width:95vw;max-height:95vh;width:100%;max-width:1200px;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d}._modalHeader_15a2s_27{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e9ecef}._modalHeader_15a2s_27 h3{margin:0;color:#333;font-size:18px;font-weight:600}._closeButton_15a2s_42{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}._closeButton_15a2s_42:hover{background-color:#f8f9fa;color:#333}._modalBody_15a2s_58{padding:0!important;margin:0!important;flex:1;display:block!important;min-height:600px;height:85vh!important;width:100%!important}._modalBody_15a2s_58 ._carousel_15a2s_69,._modalBody_15a2s_58 div[class*=carousel],._modalBody_15a2s_58 [class*=carousel_]{max-width:none!important;width:100%!important;height:85vh!important;margin:0!important;position:relative!important;left:0!important;right:0!important}._imageContainer_15a2s_81{height:90%!important;width:100%!important;position:relative!important;padding:0!important;margin:0!important}._modalBody_15a2s_58 ._carouselImage_15a2s_89{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;display:block!important}@media(max-width:768px){._modalOverlay_15a2s_1{padding:10px}._modalContent_15a2s_15{max-width:95vw;max-height:95vh}._modalBody_15a2s_58 ._carousel_15a2s_69,._modalBody_15a2s_58 div[class*=carousel],._modalBody_15a2s_58 [class*=carousel_]{height:75vh!important}}._header_fal7m_1{width:100%;min-width:0;box-sizing:border-box;background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a}@media(max-width:900px){._header_fal7m_1{position:fixed;left:0;right:0;top:0;padding-top:env(safe-area-inset-top,0px)}}._headerContent_fal7m_22{width:100%;min-width:0;box-sizing:border-box;display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;padding:.75rem 1.5rem;gap:1rem;max-width:none;margin:0 auto}._logoSection_fal7m_35{display:flex;align-items:center;justify-self:start}._logoBrand_fal7m_41{display:inline-flex;align-items:center;text-decoration:none;line-height:0}._logoImage_fal7m_48{display:block;height:48px;width:auto;max-width:min(200px,32vw);object-fit:contain}._mainNav_fal7m_56{display:flex;align-items:center;justify-content:center;min-width:0}._mainNavTabs_fal7m_63{display:flex;align-items:center;justify-content:center;gap:.25rem 1.25rem;flex-wrap:wrap;min-width:0}._mainNavSelect_fal7m_72{display:none;width:100%;box-sizing:border-box;font-family:inherit;font-size:.875rem;font-weight:600;color:#1e3a5f;padding:.55rem .75rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer}._srOnly_fal7m_87{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._navTab_fal7m_99{color:#1e3a5f;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.02em;padding:.35rem .15rem;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;white-space:nowrap}._navTab_fal7m_99:hover{color:#ea580c}._navTabActive_fal7m_115{color:#1e3a5f;border-bottom-color:#ea580c}._bookingNotification_fal7m_120{background-color:#e3f2fd;color:#1976d2;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;margin-right:1rem;animation:_fadeIn_fal7m_1 .3s ease-in}@keyframes _fadeIn_fal7m_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._headerRight_fal7m_145{display:flex;align-items:center;justify-self:end;gap:1rem;flex-wrap:wrap;justify-content:flex-end;min-width:0}._headerActions_fal7m_155{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._userMenuWrap_fal7m_162{position:relative}._userPill_fal7m_166{appearance:none;font-family:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9999px;padding:.5rem 1.1rem;color:#1e3a5f;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;max-width:min(320px,42vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .15s ease,box-shadow .15s ease}._userPill_fal7m_166:hover{border-color:#94a3b8;box-shadow:0 1px 2px #0f172a0f}._settingsSquare_fal7m_191{flex-shrink:0;width:40px;height:40px;border-radius:8px;background:#1e3a5f;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .15s ease,transform .15s ease}._settingsSquare_fal7m_191:hover{background:#2d4a70;color:#fff}._navButtonsContainer_fal7m_211{display:flex;align-items:center;gap:.5rem}._adminButton_fal7m_218{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#495057;transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}._adminButton_fal7m_218:hover{background:#f8f9fa;color:#00aeef}._navigation_fal7m_237{display:flex;gap:2rem;align-items:center}._cartSection_fal7m_243{display:flex;align-items:center}._navLink_fal7m_248{color:#495057;text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.5px;padding:.5rem 0;transition:color .2s ease}._navLink_fal7m_248:hover{color:#00aeef}._editModeToggle_fal7m_262{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;padding:inherit;transition:all .2s ease}._editModeToggle_fal7m_262:hover{color:#00aeef}._editModeActive_fal7m_278{color:#dc3545!important;font-weight:600;background:#dc35451a;padding:.5rem 1rem!important;border-radius:4px}._editModeActive_fal7m_278:hover{color:#c82333!important;background:#dc354526}._profileSection_fal7m_291{display:flex;align-items:center;gap:1rem;position:relative}._profileAvatar_fal7m_298{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #dee2e6}._avatarImg_fal7m_307{width:100%;height:100%;object-fit:cover}._menuButton_fal7m_313{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease}._menuButton_fal7m_313:hover{background:#0000000d}._menuLines_fal7m_326{display:flex;flex-direction:column;gap:3px}._menuLines_fal7m_326 span{width:20px;height:2px;background:#495057;border-radius:1px}@media(max-width:1100px){._mainNavTabs_fal7m_63{gap:.25rem .65rem}._navTab_fal7m_99{font-size:.75rem}}@media(max-width:900px){._headerContent_fal7m_22{padding:.65rem 1rem;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:stretch}._logoSection_fal7m_35{justify-self:center}._logoImage_fal7m_48{height:40px;max-width:min(180px,55vw)}._mainNav_fal7m_56{flex-direction:column;align-items:stretch;order:3;max-width:100%;width:100%;gap:0}._mainNavTabs_fal7m_63{display:none}._mainNavSelect_fal7m_72{display:block}._headerRight_fal7m_145{justify-self:stretch;order:2;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:.5rem}._headerActions_fal7m_155{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;gap:0}._userMenuWrap_fal7m_162{grid-column:2;justify-self:center}._navButtonsContainer_fal7m_211{grid-column:3;justify-self:end}._navigation_fal7m_237{gap:1rem}._navLink_fal7m_248{font-size:12px}._profileAvatar_fal7m_298{width:32px;height:32px}._userPill_fal7m_166{max-width:min(280px,78vw);font-size:.65rem;padding:.4rem .75rem}._userMenuWrap_fal7m_162 ._userMenu_fal7m_162{left:50%;right:auto;transform:translate(-50%);min-width:260px;max-width:calc(100vw - 2rem)}}._userInfo_fal7m_440{display:flex;flex-direction:column;align-items:flex-end;margin-right:.75rem;gap:.25rem}._userName_fal7m_448{font-size:14px;font-weight:500;color:#333;line-height:1}._userRole_fal7m_455{font-size:10px;font-weight:600;color:#fff;padding:.125rem .375rem;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;line-height:1}._avatarInitials_fal7m_466{width:100%;height:100%;background:linear-gradient(135deg,#00aeef,#005a9e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}._userMenu_fal7m_162{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:170px;z-index:1000;margin-top:8px;padding:.5rem}._userMenuHeader_fal7m_494{padding:1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:8px 8px 0 0}._userMenuAvatar_fal7m_504{width:48px;height:48px;flex-shrink:0}._userMenuAvatar_fal7m_504 img,._userMenuAvatar_fal7m_504 ._avatarInitials_fal7m_466{width:100%;height:100%;border-radius:50%}._userMenuInfo_fal7m_517{flex:1;min-width:0}._userMenuName_fal7m_522{font-weight:600;color:#333;font-size:16px;margin-bottom:.25rem}._userMenuEmail_fal7m_529{color:#666;font-size:14px;margin-bottom:.25rem;word-break:break-all}._userMenuRole_fal7m_536{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._userMenuDivider_fal7m_543{height:1px;background:#e9ecef}._userMenuActions_fal7m_548{padding:.5rem 0}._userMenuAction_fal7m_548{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem .85rem;border:none;background:#ea580c;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer}._userMenuAction_fal7m_548 svg{flex-shrink:0}._userMenuLogout_fal7m_572{justify-content:center}@media(max-width:768px){._hamburgerMenu_fal7m_578{right:-1rem;min-width:200px}._headerRight_fal7m_145,._navigation_fal7m_237{gap:1rem}}._searchInterface_a08o7_1{background:#f8f9fa;padding:.5rem 0;width:100%;display:flex;justify-content:center}._searchContent_a08o7_9{padding:0;max-width:1400px;width:100%}._searchHeader_a08o7_15{text-align:center;margin-bottom:1rem}._searchHeader_a08o7_15 h2{color:#495057;font-size:16px;font-weight:400;margin:0;line-height:1.4}._searchContainer_a08o7_28{display:flex;align-items:center;justify-content:center;gap:.75rem;max-width:1400px;margin:0 auto}._searchForm_a08o7_37{display:flex;align-items:center;gap:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;overflow:visible;flex:1;position:relative}._searchFieldsContainer_a08o7_49{display:flex;flex:1;align-items:center;overflow:visible}._fieldGroup_a08o7_57{display:flex;align-items:center;flex:1;padding:.6rem .8rem;border-right:1px solid #e9ecef;min-height:48px;max-height:48px;position:relative;overflow:visible}._fieldGroup_a08o7_57:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;min-width:200px}._fieldGroup_a08o7_57:last-child{min-width:220px}._fieldGroup_a08o7_57:last-child{border-right:none;border-top-right-radius:8px;border-bottom-right-radius:8px}._fieldIcon_a08o7_87{color:#6c757d;margin-right:.5rem;flex-shrink:0}._fieldContent_a08o7_93{flex:1;min-width:0;width:100%}._fieldContent_a08o7_93 label{display:block;font-size:10px;font-weight:600;color:#6c757d;margin-bottom:.1rem;text-transform:uppercase;letter-spacing:.5px}._searchInput_a08o7_109{width:100%;border:none;background:transparent;font-size:13px;color:#495057;padding:0;outline:none;font-weight:400}._searchInput_a08o7_109::placeholder{color:#adb5bd}._searchInput_a08o7_109:focus{outline:none}._togglesSection_a08o7_129{display:flex;align-items:center;gap:1.5rem;padding:.6rem .5rem;min-height:48px}._toggleLabel_a08o7_137{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._toggleText_a08o7_145{font-size:.9rem;font-weight:500;color:#495057}._toggleInput_a08o7_151{position:absolute;opacity:0;width:0;height:0}._toggleSwitch_a08o7_158{position:relative;width:44px;height:24px;background-color:#ced4da;border-radius:12px;transition:background-color .2s ease;flex-shrink:0}._toggleSwitch_a08o7_158:before{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}._toggleInput_a08o7_151:checked+._toggleSwitch_a08o7_158{background-color:#00aeef}._toggleInput_a08o7_151:checked+._toggleSwitch_a08o7_158:before{transform:translate(20px)}._searchInput_a08o7_109[type=text]:read-only{cursor:pointer}select._searchInput_a08o7_109{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.2em 1.2em;cursor:pointer;width:100%;padding-right:2rem;border-radius:0}._createButtonWrapper_a08o7_210{display:flex;align-items:center;justify-content:flex-end;height:48px;padding:0;flex-shrink:0;width:160px;margin-right:.25rem;margin-left:-1rem;position:relative}._createButtonWrapper_a08o7_210>*{opacity:0;pointer-events:none;transition:opacity .2s ease}._createButtonWrapper_a08o7_210:not(:empty)>*{opacity:1;pointer-events:auto}._customSelect_a08o7_237{position:relative;width:100%}._selectDropdown_a08o7_269{position:absolute;top:calc(100% + .1rem);left:0;right:0;width:100%;background:#fff;border:1px solid #e9ecef;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #00000014;z-index:1000;max-height:200px;overflow-y:auto}._selectOption_a08o7_285{width:100%;padding:.75rem .8rem;border:none;background:#fff;text-align:left;font-size:13px;color:#495057;cursor:pointer;transition:background-color .2s ease}._selectOption_a08o7_285:hover{background-color:#f8f9fa}._selectOptionActive_a08o7_301{background-color:#e7f5ff;color:#00aeef;font-weight:500}._checkmark_a08o7_307{display:inline-block;width:1.2rem;text-align:center;margin-right:.5rem;color:#00aeef;font-weight:600}._fieldGroup_a08o7_57:first-child ._selectDropdown_a08o7_269{border-bottom-left-radius:8px}._fieldGroup_a08o7_57:last-child ._selectDropdown_a08o7_269{border-bottom-right-radius:8px}._fieldGroup_a08o7_57:last-child select._searchInput_a08o7_109{border-bottom-right-radius:8px}._selectButton_a08o7_242{width:100%;border:none;background:transparent;font-size:13px;color:#495057;padding:0;outline:none;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left}._selectButton_a08o7_242 svg{flex-shrink:0;margin-left:.5rem;transition:transform .2s ease;color:#6b7280}._selectButton_a08o7_242:focus{outline:none}@media(max-width:1024px){._searchContainer_a08o7_28{flex-direction:column;gap:.75rem}._searchForm_a08o7_37{flex-direction:column;width:100%}._searchFieldsContainer_a08o7_49{flex-direction:column}._fieldGroup_a08o7_57{border-right:none;border-bottom:1px solid #e9ecef}._fieldGroup_a08o7_57:last-child{border-bottom:none}._togglesSection_a08o7_129{width:100%;padding:.75rem 1rem;justify-content:center}}@media(max-width:768px){._searchContent_a08o7_9{padding:0 1rem}._searchInterface_a08o7_1{padding:.75rem 0}._searchHeader_a08o7_15 h2{font-size:14px}._fieldGroup_a08o7_57{padding:.5rem .75rem;min-height:40px}._togglesSection_a08o7_129{padding:.5rem .75rem}}._campaignButton_1azlj_1{position:relative;background:#00aeef;color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px #00aeef33}._campaignButton_1azlj_1:hover{background:#0088c4;transform:translateY(-1px);box-shadow:0 4px 8px #00aeef4d}._campaignButton_1azlj_1:active{transform:translateY(0)}._campaignButton_1azlj_1 svg{width:20px;height:20px;stroke:currentColor}._campaignBadge_1azlj_34{position:absolute;top:-8px;right:-8px;background:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid white;animation:_pulse_1azlj_1 .3s ease}@keyframes _pulse_1azlj_1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}._viewToggle_7l9rr_1{display:inline-flex;background:#fff;border-radius:6px;border:1px solid #dee2e6;box-shadow:0 2px 4px #0000001a}._toggleButton_7l9rr_9{background:transparent!important;border:none!important;padding:8px 12px!important;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:background-color .2s;outline:none!important;box-shadow:none!important}._toggleButton_7l9rr_9:focus{outline:none!important}._toggleButton_7l9rr_9:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}._toggleButton_7l9rr_9:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}._toggleButton_7l9rr_9:not(:last-child){border-right:1px solid #dee2e6}._toggleButton_7l9rr_9:hover{background:#f5f5f5!important;border-color:transparent!important}._toggleButton_7l9rr_9._active_7l9rr_46{background:#1e3a5f!important;color:#fff!important;border-color:transparent!important}._toggleIcon_7l9rr_52{width:16px;height:16px}@media(max-width:768px){._toggleButton_7l9rr_9{padding:6px 10px}._toggleIcon_7l9rr_52{width:14px;height:14px}}._ganttContainer_1temg_1{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;background:#fff;overflow:hidden;position:relative;contain:layout style paint size;flex-shrink:0;isolation:isolate;transform:translateZ(0)}._ganttHeader_1temg_16{padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;height:60px;min-height:60px;max-height:60px;flex-shrink:0;box-sizing:border-box;position:relative}._ganttHeaderLeft_1temg_31{display:flex;align-items:center;gap:1.5rem;flex:1;min-width:0}._ganttTitle_1temg_39{font-size:1.125rem;font-weight:600;color:#333;flex-shrink:0;white-space:nowrap}._ganttHeaderDateRange_1temg_47{display:flex;align-items:center;flex-shrink:0}._ganttHeaderContent_1temg_53{position:absolute;right:1rem;top:1rem;display:flex;align-items:center;gap:1rem;z-index:1}._dateRange_1temg_63{font-size:.875rem;color:#6c757d}._ganttContent_1temg_68{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;position:relative;contain:layout style paint;will-change:scroll-position;flex-shrink:1;isolation:isolate;transform:translateZ(0)}._ganttTimeline_1temg_81{position:sticky;top:0;z-index:10;background:#fff;border-bottom:2px solid #dee2e6;padding:.5rem 0;height:80px;min-height:80px;max-height:80px;flex-shrink:0;box-sizing:border-box}._ganttSpacer_1temg_95{width:200px;flex-shrink:0}._ganttTimelineBar_1temg_100{position:relative;height:60px;min-height:60px;max-height:60px;margin-left:200px;margin-right:250px;border-left:1px solid #dee2e6;flex-shrink:0}._timelineLabel_1temg_111{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}._timelineTick_1temg_119{width:1px;height:8px;background:#6c757d;margin-bottom:4px}._timelineTick_1temg_119._yearTick_1temg_126{width:4px;height:10px;background:#005a9e;margin-bottom:4px}._timelineText_1temg_133{font-size:.75rem;color:#6c757d;white-space:nowrap}._timelineYear_1temg_139{font-size:.7rem;color:#6c757d;margin-top:2px;white-space:nowrap}._ganttRows_1temg_146{display:flex;flex-direction:column}._areaGroup_1temg_151{display:flex;flex-direction:column;border-bottom:2px solid #dee2e6}._areaGroup_1temg_151:last-child{border-bottom:none}._areaHeader_1temg_161{display:flex;align-items:center;background:#f8f9fa;border-bottom:1px solid #dee2e6;height:56px;min-height:56px;max-height:56px;flex-shrink:0;position:sticky;top:80px;z-index:9}._areaLabel_1temg_175{width:200px;flex-shrink:0;padding:.5rem 1rem;border-right:1px solid #e9ecef;display:flex;flex-direction:row;align-items:center;gap:.5rem;background:#f8f9fa;height:56px;min-height:56px;max-height:56px;box-sizing:border-box;position:relative}._areaLabelContent_1temg_192{display:flex;flex-direction:column;justify-content:center;gap:.125rem;flex:1;min-width:0}._collapseButton_1temg_201{background:transparent;border:none;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6c757d;transition:color .2s ease;flex-shrink:0;outline:none;border-radius:4px}._collapseButton_1temg_201:hover{color:#333;background:#0000000d}._collapseButton_1temg_201:focus{outline:none}._collapseButton_1temg_201 svg{width:16px;height:16px}._areaName_1temg_230{font-weight:600;color:#333;font-size:.875rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._areaCount_1temg_241{font-size:.6875rem;line-height:1.2;color:#6c757d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._areaSpacer_1temg_251{flex:1;margin-right:250px}._ganttRow_1temg_146{display:flex;height:auto;min-height:60px;border-bottom:1px solid #e9ecef;transition:background-color .2s;flex-shrink:0;cursor:pointer}._ganttRow_1temg_146:hover{background-color:#f8f9fa}._adSpaceLabel_1temg_270{width:200px;flex-shrink:0;padding:.75rem 1rem;border-right:1px solid #e9ecef;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;background:#fff;height:auto;min-height:60px;align-self:stretch;box-sizing:border-box}._adSpaceLabelContent_1temg_287{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}._addToCampaignButton_1temg_295{background:#00aeef;color:#fff;border:none;border-radius:4px;width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease;flex-shrink:0;outline:none}._addToCampaignButton_1temg_295:hover{background:#0099d6;transform:scale(1.1)}._addToCampaignButton_1temg_295:focus{outline:none}._addToCampaignButton_1temg_295 svg{width:14px;height:14px}._adSpaceName_1temg_328{font-weight:500;color:#333;font-size:.875rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._adSpaceType_1temg_338{font-size:.75rem;color:#6c757d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._createBookingButton_1temg_346{background:#00aeef;color:#fff;border:none;border-radius:4px;width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .2s ease;flex-shrink:0;outline:none}._createBookingButton_1temg_346:hover{background:#0088c4;transform:scale(1.1)}._createBookingButton_1temg_346:focus{outline:none}._createBookingButton_1temg_346 svg{width:14px;height:14px}._ganttBars_1temg_379{flex:1;position:relative;padding:.5rem 0;margin-left:0;margin-right:250px;height:60px;cursor:default;min-height:60px;max-height:none}._bookingBar_1temg_391{position:absolute;height:32px;top:50%;transform:translateY(-50%);border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;padding:0 .5rem;box-shadow:0 1px 3px #0000001f;min-width:40px}._bookingBarBooked_1temg_407{background:#1d3557;border:1px solid rgba(255,255,255,.12)}._bookingBarFuture_1temg_412{background:#2b7db9;border:1px solid rgba(255,255,255,.12)}._bookingBarQuoted_1temg_417{background:#8fa1b9;border:1px solid rgba(29,53,87,.15)}._bookingBarQuoted_1temg_417 ._bookingClient_1temg_422{color:#1d3557;font-weight:600;text-shadow:none}._bookingBarFiller_1temg_428{background:#cad5e2;border:2px solid #e0ab55}._bookingBarFiller_1temg_428 ._bookingClient_1temg_422{color:#92400e;font-weight:700;text-shadow:none}._bookingBarOverlap_1temg_440{background:#cad5e2;border:none}._bookingBarOverlap_1temg_440 ._bookingClient_1temg_422{color:#1e293b;font-weight:600;text-shadow:none}._bookingBar_1temg_391:hover{z-index:5;transform:translateY(-50%) scale(1.05);box-shadow:0 2px 8px #0f172a33}._bookingBar_1temg_391._cancelled_1temg_457{opacity:.55;text-decoration:line-through;background:#94a3b8;border:1px solid rgba(255,255,255,.2)}._bookingBarContent_1temg_464{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._bookingClient_1temg_422{color:#fff;font-size:.75rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}._noBookings_1temg_478{padding:.75rem 1rem;color:#adb5bd;font-size:.875rem;font-style:italic}._emptyState_1temg_485{padding:3rem;text-align:center;color:#6c757d}._emptyState_1temg_485 p{margin:0;font-size:1rem}._loadingState_1temg_496{padding:2rem;text-align:center;color:#6c757d;height:60px;min-height:60px;max-height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}._loadingState_1temg_496 p{margin:0;font-size:.875rem}@media(max-width:768px){._adSpaceLabel_1temg_270{width:150px;padding:.5rem}._ganttSpacer_1temg_95{width:150px}._ganttTimelineBar_1temg_100{margin-left:150px}._adSpaceName_1temg_328{font-size:.8rem}._adSpaceType_1temg_338{font-size:.7rem}._bookingBar_1temg_391{height:28px;padding:0 .25rem}._bookingClient_1temg_422{font-size:.7rem}}._modalOverlay_9gxh7_1{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:20px;animation:_fadeIn_9gxh7_1 .2s ease}@keyframes _fadeIn_9gxh7_1{0%{opacity:0}to{opacity:1}}._modalContent_9gxh7_24{background:#1a1a1a;border-radius:12px;max-width:95vw;max-height:95vh;width:100%;max-width:1400px;display:flex;flex-direction:column;box-shadow:0 10px 30px #00000080;animation:_slideUp_9gxh7_1 .3s ease;position:relative}@keyframes _slideUp_9gxh7_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_9gxh7_49{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #333;background:#1a1a1a;border-radius:12px 12px 0 0}._headerLeft_9gxh7_59,._headerRight_9gxh7_60{display:flex;align-items:center;gap:16px}._modalHeader_9gxh7_49 h3{margin:0;color:#fff;font-size:18px;font-weight:600}._imageCounter_9gxh7_73{color:#888;font-size:14px;font-weight:400}._closeButton_9gxh7_79{background:none;border:none;font-size:28px;color:#888;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;line-height:1;outline:none}._closeButton_9gxh7_79:hover{background-color:#333;color:#fff}._closeButton_9gxh7_79:focus{outline:none}._deleteButton_9gxh7_101{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}._deleteButton_9gxh7_101:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 2px 8px #dc35454d}._deleteButton_9gxh7_101:disabled{opacity:.6;cursor:not-allowed}._deleteButton_9gxh7_101:focus{outline:none}._errorBanner_9gxh7_129{background:#dc3545;color:#fff;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;font-size:14px}._dismissError_9gxh7_139{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0 4px;line-height:1}._dismissError_9gxh7_139:hover{opacity:.8}._modalBody_9gxh7_153{flex:1;display:flex;flex-direction:column;min-height:0;background:#000;position:relative}._carouselContainer_9gxh7_162{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:0}._imageContainer_9gxh7_171{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;min-height:0}._mainImage_9gxh7_180{max-width:100%;max-height:calc(95vh - 220px);width:auto;height:auto;object-fit:contain;border-radius:4px}._navButton_9gxh7_189{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;font-size:48px;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;outline:none}._navButton_9gxh7_189:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}._navButton_9gxh7_189:focus{outline:none}._navButtonLeft_9gxh7_219{left:20px}._navButtonRight_9gxh7_223{right:20px}._imageInfo_9gxh7_227{padding:12px 20px;background:#1a1a1a;color:#888;font-size:13px;text-align:center;border-top:1px solid #333}._thumbnailStrip_9gxh7_236{display:flex;gap:8px;padding:16px 20px;background:#1a1a1a;overflow-x:auto;border-radius:0 0 12px 12px;border-top:1px solid #333;scrollbar-width:thin;scrollbar-color:#444 #1a1a1a}._thumbnailStrip_9gxh7_236::-webkit-scrollbar{height:8px}._thumbnailStrip_9gxh7_236::-webkit-scrollbar-track{background:#1a1a1a}._thumbnailStrip_9gxh7_236::-webkit-scrollbar-thumb{background:#444;border-radius:4px}._thumbnailStrip_9gxh7_236::-webkit-scrollbar-thumb:hover{background:#555}._thumbnail_9gxh7_236{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .2s ease;background:#000;padding:0}._thumbnail_9gxh7_236 img{width:100%;height:100%;object-fit:cover}._thumbnail_9gxh7_236:hover{border-color:#666;transform:scale(1.05)}._thumbnailActive_9gxh7_289{border-color:#00aeef!important;box-shadow:0 0 0 2px #00aeef4d}._emptyState_9gxh7_294{padding:60px 20px;text-align:center;color:#888;font-size:16px}@media(max-width:768px){._modalOverlay_9gxh7_1{padding:10px}._modalContent_9gxh7_24{max-width:95vw;max-height:95vh}._modalHeader_9gxh7_49{padding:12px 16px}._modalHeader_9gxh7_49 h3{font-size:16px}._imageCounter_9gxh7_73{font-size:12px}._navButton_9gxh7_189{width:44px;height:44px;font-size:32px}._navButtonLeft_9gxh7_219{left:10px}._navButtonRight_9gxh7_223{right:10px}._mainImage_9gxh7_180{max-height:calc(95vh - 280px)}._thumbnailStrip_9gxh7_236{padding:12px 16px}._thumbnail_9gxh7_236{width:60px;height:60px}._deleteButton_9gxh7_101{font-size:13px;padding:6px 12px}}._uploader_1bxo4_1{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%;min-height:0;max-height:100%;overflow:hidden}._header_1bxo4_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._headerLeft_1bxo4_21,._headerRight_1bxo4_27{display:flex;align-items:center;gap:12px}._fileCount_1bxo4_33{color:#666;font-size:14px;font-weight:500}._addFilesButton_1bxo4_39{background:#00aeef;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}._addFilesButton_1bxo4_39:hover:not(:disabled){background:#0096d1;transform:translateY(-1px);box-shadow:0 2px 8px #00aeef4d}._addFilesButton_1bxo4_39:disabled{background:#6c757d;cursor:not-allowed;transform:none}._error_1bxo4_66{background:#dc3545;color:#fff;padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:14px}._dismissError_1bxo4_78{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0 4px;line-height:1;opacity:.9}._dismissError_1bxo4_78:hover{opacity:1}._fileInput_1bxo4_93{display:none}._spinner_1bxo4_97{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #00AEEF;border-radius:50%;animation:_spin_1bxo4_97 1s linear infinite;margin:0 auto 16px}@keyframes _spin_1bxo4_97{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_1bxo4_116{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:#666}._loadingContainer_1bxo4_116 p{margin:8px 0 0;font-size:14px}._fileListContainer_1bxo4_130{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}._fileList_1bxo4_130{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:4px;border:1px solid #e9ecef;border-radius:8px;background:#fff;width:100%;max-width:100%;box-sizing:border-box}._fileList_1bxo4_130::-webkit-scrollbar{width:8px}._fileList_1bxo4_130::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}._fileList_1bxo4_130::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}._fileList_1bxo4_130::-webkit-scrollbar-thumb:hover{background:#999}._fileListItem_1bxo4_174{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e9ecef;border-radius:6px;background:#fff;transition:all .2s ease;min-width:0;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}._fileListItem_1bxo4_174:hover{border-color:#00aeef;box-shadow:0 2px 4px #00aeef1a}._fileIcon_1bxo4_195{font-size:24px;line-height:1;flex-shrink:0;width:32px;display:flex;align-items:center;justify-content:center}._fileName_1bxo4_205{flex:1;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:calc(100% - 120px)}._fileActions_1bxo4_216{display:flex;align-items:center;gap:8px;flex-shrink:0}._downloadButton_1bxo4_223{background:#00aeef;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}._downloadButton_1bxo4_223:hover{background:#0096d1;transform:translateY(-1px);box-shadow:0 2px 6px #00aeef4d}._downloadButton_1bxo4_223:active{transform:translateY(0)}._downloadButton_1bxo4_223:focus{outline:none}._downloadIcon_1bxo4_254{width:16px;height:16px;color:#fff;fill:currentColor;display:flex;align-items:center;justify-content:center}._deleteButton_1bxo4_264{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;line-height:1}._deleteButton_1bxo4_264:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 2px 6px #dc35454d}._deleteButton_1bxo4_264:active:not(:disabled){transform:translateY(0)}._deleteButton_1bxo4_264:disabled{opacity:.6;cursor:not-allowed}._deleteButton_1bxo4_264:focus{outline:none}._emptyState_1bxo4_302{text-align:center;padding:40px 20px;color:#666}._emptyState_1bxo4_302 p{margin:0 0 8px;font-size:15px}._emptyHint_1bxo4_313{font-size:13px;color:#999}._detailPanelRoot_1bxo4_319{width:100%;min-width:0;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem}._detailPanelError_1bxo4_329{background:#dc3545;color:#fff;padding:.5rem .65rem;border-radius:6px;display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8125rem}._detailPanelLoading_1bxo4_341,._detailPanelEmpty_1bxo4_342{margin:0;padding:1rem .25rem;text-align:center;font-size:.8125rem;color:#64748b}._detailList_1bxo4_350{list-style:none;margin:0;padding:0;flex:1 1 auto;min-height:0;overflow-y:auto}._detailRow_1bxo4_359{display:flex;align-items:center;gap:.5rem;padding:.55rem 0;border-bottom:1px solid #e2e8f0;min-width:0}._detailRow_1bxo4_359:last-child{border-bottom:none}._detailFileName_1bxo4_372{flex:1 1 auto;min-width:0;font-size:.8125rem;font-weight:500;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._detailRowActions_1bxo4_383{display:flex;align-items:center;gap:.35rem;flex-shrink:0}._detailIconBtn_1bxo4_390{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;padding:0;border-radius:8px;border:2px solid #ea580c;background:transparent;color:#ea580c;cursor:pointer;flex-shrink:0}._detailIconBtn_1bxo4_390:hover:not(:disabled){background:#ea580c14}._detailIconBtn_1bxo4_390:disabled{opacity:.45;cursor:not-allowed}._detailIconBtn_1bxo4_390:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._detailStrokeIcon_1bxo4_420{width:1rem;height:1rem;display:block}._detailDeletingDot_1bxo4_426{font-size:.875rem;font-weight:700;line-height:1;color:#ea580c}@media(max-width:768px){._uploader_1bxo4_1{padding:16px}._header_1bxo4_14{flex-direction:column;align-items:flex-start;gap:12px}._headerRight_1bxo4_27{width:100%;justify-content:space-between}._fileListItem_1bxo4_174{flex-direction:column;align-items:flex-start;gap:12px}._fileActions_1bxo4_216{width:100%;justify-content:flex-end}._fileName_1bxo4_205{max-width:100%}}._modalOverlay_1xr3o_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1xr3o_1 .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes _fadeIn_1xr3o_1{0%{opacity:0}to{opacity:1}}._modalContent_1xr3o_25{background:#f1f5f9;border-radius:12px;max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;animation:_slideUp_1xr3o_1 .2s ease-out;overflow:hidden}@keyframes _slideUp_1xr3o_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1xr3o_49{padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:linear-gradient(180deg,#1a2b4a,#152238)}._modalHeader_1xr3o_49 h2{margin:0;font-size:1.05rem;font-weight:600;color:#fff}._closeButton_1xr3o_66{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;outline:none}._closeButton_1xr3o_66:hover{background:#f0f0f0}._closeButton_1xr3o_66:focus{outline:none}._modalBody_1xr3o_91{flex:1;overflow-y:auto;padding:1rem 1.25rem 1.25rem;min-height:0;position:relative;background:#f1f5f9}._loadingContainer_1xr3o_100{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:#666}._spinner_1xr3o_108{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #00AEEF;border-radius:50%;animation:_spin_1xr3o_108 1s linear infinite;margin:0 auto 16px}@keyframes _spin_1xr3o_108{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_1xr3o_100 p{margin:8px 0 0;font-size:14px}._adSpaceInfo_1xr3o_132{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 2px #0f172a0f}._adSpaceInfo_1xr3o_132 label{font-weight:600;color:#555}._adSpaceInfo_1xr3o_132 span{color:#333;font-weight:500}._formField_1xr3o_154{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}._formField_1xr3o_154:has(._dateRangePicker_1xr3o_161){overflow:visible;position:relative;z-index:1}._formField_1xr3o_154:last-of-type{margin-bottom:0}._formField_1xr3o_154 label{font-weight:600;color:#555;font-size:.9rem}._formField_1xr3o_154 input[type=text]{padding:.75rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem}._customSelect_1xr3o_185{position:relative;width:100%}._selectButton_1xr3o_190{width:100%;border:1px solid #dee2e6;border-radius:4px;background:#fff;font-size:1rem;color:#333;padding:.75rem;outline:none;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}._selectButton_1xr3o_190[type=text]{cursor:text;font-family:inherit}._selectButton_1xr3o_190:hover:not([type=text]){border-color:#adb5bd}._selectButton_1xr3o_190:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef1a}._selectButton_1xr3o_190 svg{flex-shrink:0;margin-left:.5rem;transition:transform .2s ease;color:#6b7280}._selectDropdown_1xr3o_231{position:absolute;top:calc(100% + .1rem);left:0;right:0;width:100%;background:#fff;border:1px solid #dee2e6;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000014;z-index:1000;max-height:200px;overflow-y:auto}._selectOption_1xr3o_247{width:100%;padding:.75rem;border:none;background:#fff;text-align:left;font-size:1rem;color:#495057;cursor:pointer;transition:background-color .2s ease}._selectOption_1xr3o_247:hover{background-color:#f8f9fa}._selectOptionActive_1xr3o_263{background-color:#e7f5ff;color:#00aeef;font-weight:500}._searchInputContainer_1xr3o_269{padding:.5rem;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff;z-index:1}._searchInput_1xr3o_269{width:100%;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;outline:none}._searchInput_1xr3o_269:focus{border-color:#00aeef;box-shadow:0 0 0 2px #00aeef1a}._imagesHeader_1xr3o_292{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._imageCount_1xr3o_299{color:#666;font-size:14px;font-weight:500}._fileInput_1xr3o_305{display:none}._addImagesButton_1xr3o_309{background:#ea580c;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}._addImagesButton_1xr3o_309:hover:not(:disabled){background:#c2410c;transform:translateY(-1px);box-shadow:0 2px 8px #ea580c59}._addImagesButton_1xr3o_309:disabled{background:#6c757d;cursor:not-allowed;transform:none}._imageGrid_1xr3o_336{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}._imageCard_1xr3o_342{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}._imageCard_1xr3o_342:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._imagePreview_1xr3o_355{position:relative;width:100%;height:180px;overflow:hidden;background:#f8f9fa}._imagePreview_1xr3o_355 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._imageCard_1xr3o_342:hover ._imagePreview_1xr3o_355 img{transform:scale(1.05)}._deleteBtn_1xr3o_374{position:absolute;top:4px;right:4px;background:#dc3545e6;color:#fff;border:none;border-radius:4px;width:28px;height:28px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:0;z-index:10;transition:all .2s ease;opacity:0}._imageCard_1xr3o_342:hover ._deleteBtn_1xr3o_374{opacity:1}._deleteBtn_1xr3o_374:hover{background:#dc3545;transform:scale(1.1)}._emptyState_1xr3o_404{text-align:center;padding:40px 20px;color:#666;border:2px dashed #dee2e6;border-radius:8px;background:#f8f9fa}._emptyState_1xr3o_404 p{margin:0 0 8px;font-size:15px}._emptyHint_1xr3o_418{font-size:13px;color:#999}._modalFooter_1xr3o_423{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-shrink:0;background:#fff}._modalFooterLeading_1xr3o_434{flex:1;min-width:0}._modalFooterActions_1xr3o_439{display:flex;gap:1rem;flex-shrink:0}._deleteBookingButton_1xr3o_445{padding:.75rem 1.25rem;border-radius:6px;font-weight:500;cursor:pointer;font-size:1rem;outline:none;border:1px solid #b91c1c;background:#fff;color:#b91c1c}._deleteBookingButton_1xr3o_445:disabled{opacity:.55;cursor:not-allowed}._deleteBookingButton_1xr3o_445:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}._cancelButton_1xr3o_467,._saveButton_1xr3o_468{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem;outline:none}._cancelButton_1xr3o_467{background:#6c757d;color:#fff}._cancelButton_1xr3o_467:hover:not(:disabled){background:#5a6268}._cancelButton_1xr3o_467:disabled{opacity:.6;cursor:not-allowed}._cancelButton_1xr3o_467:focus{outline:none}._saveButton_1xr3o_468{background:#ea580c;color:#fff}._saveButton_1xr3o_468:hover:not(:disabled){background:#c2410c;box-shadow:0 2px 8px #ea580c59}._saveButton_1xr3o_468:disabled{opacity:.6;cursor:not-allowed}._saveButton_1xr3o_468:focus{outline:none}@media(max-width:768px){._modalContent_1xr3o_25{width:95%;max-height:95vh}._imageGrid_1xr3o_336{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}._imagePreview_1xr3o_355{height:140px}}._modalOverlay_10jvy_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_10jvy_15{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;overflow:hidden}._modalHeader_10jvy_27{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}._modalHeader_10jvy_27 h2{margin:0;font-size:1.5rem;color:#333;font-weight:600}._closeButton_10jvy_43{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}._closeButton_10jvy_43:hover{background:#e9ecef;color:#333}._modalBody_10jvy_64{padding:2rem;overflow-y:auto;flex:1}._stepIndicator_10jvy_70{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e9ecef}._step_10jvy_70{display:flex;flex-direction:column;align-items:center;flex:1}._stepNumber_10jvy_86{width:36px;height:36px;border-radius:50%;background:#e9ecef;color:#6c757d;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;margin-bottom:.5rem;transition:all .3s ease}._step_10jvy_70._active_10jvy_101 ._stepNumber_10jvy_86{background:#00aeef;color:#fff}._step_10jvy_70._completed_10jvy_106 ._stepNumber_10jvy_86{background:#28a745;color:#fff}._stepLabel_10jvy_111{font-size:.85rem;color:#6c757d;font-weight:500}._step_10jvy_70._active_10jvy_101 ._stepLabel_10jvy_111{color:#00aeef;font-weight:600}._step_10jvy_70._completed_10jvy_106 ._stepLabel_10jvy_111{color:#28a745}._stepConnector_10jvy_126{flex:1;height:2px;background:#e9ecef;margin:0 .5rem;margin-bottom:18px}._stepContent_10jvy_134{min-height:300px}._stepContent_10jvy_134 h3{margin:0 0 1.5rem;font-size:1.25rem;color:#333;font-weight:600}._backButton_10jvy_145{color:#00aeef;cursor:pointer;font-size:.9rem;margin-bottom:1.5rem;display:inline-block;transition:color .2s ease}._backButton_10jvy_145:hover{color:#0099d6;text-decoration:underline}._formField_10jvy_159{margin-bottom:1.5rem}._formField_10jvy_159 label{display:block;font-weight:500;color:#495057;margin-bottom:.5rem;font-size:.9rem}._customSelect_10jvy_171{position:relative;width:100%}._selectButton_10jvy_176{width:100%;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:6px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#333;transition:border-color .2s ease}._selectButton_10jvy_176:hover{border-color:#00aeef}._selectButton_10jvy_176:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._selectDropdown_10jvy_201{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow-y:auto;margin-top:.25rem}._selectOption_10jvy_216{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem;color:#333;transition:background-color .2s ease}._selectOption_10jvy_216:hover{background:#f8f9fa}._selectOptionActive_10jvy_232{background:#e7f5ff;color:#00aeef;font-weight:500}._stepActions_10jvy_238{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}._nextButton_10jvy_245{padding:.75rem 1.5rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._nextButton_10jvy_245:hover{background:#0099d6}._selectedInfo_10jvy_261{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1.5rem}._infoRow_10jvy_269{display:flex;gap:1rem;margin-bottom:.5rem}._infoRow_10jvy_269:last-child{margin-bottom:0}._infoLabel_10jvy_279{font-weight:500;color:#6c757d;min-width:100px;font-size:.9rem}._infoValue_10jvy_286{color:#333;font-size:.9rem}._priceInput_10jvy_291{display:flex;align-items:center;gap:.5rem}._currency_10jvy_297{color:#6c757d;font-weight:500}._priceField_10jvy_302{flex:1;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;transition:border-color .2s ease}._priceField_10jvy_302:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._calculateButton_10jvy_317{padding:.75rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s ease}._calculateButton_10jvy_317:hover{background:#5a6268}._priceInfo_10jvy_333{margin-top:.5rem;font-size:.85rem;color:#6c757d}._textarea_10jvy_339{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}._textarea_10jvy_339:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._createButton_10jvy_356{padding:.75rem 2rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._createButton_10jvy_356:hover:not(:disabled){background:#0099d6}._createButton_10jvy_356:disabled{opacity:.6;cursor:not-allowed}._modalFooter_10jvy_377{padding:1.5rem 2rem;border-top:1px solid #e9ecef;background:#f8f9fa;display:flex;justify-content:flex-end}._cancelButton_10jvy_385{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._cancelButton_10jvy_385:hover{background:#5a6268}._loadingBookings_10jvy_401{margin-top:.5rem;font-size:.85rem;color:#6c757d;font-style:italic}._clientSelection_10jvy_408{display:flex;gap:.5rem;align-items:flex-start}._addClientButton_10jvy_414{padding:.75rem;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}._addClientButton_10jvy_414:hover{background:#218838}._createClientForm_10jvy_432{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-top:.5rem}._createClientForm_10jvy_432 ._formField_10jvy_159{margin-bottom:1rem}._createClientForm_10jvy_432 ._formField_10jvy_159:last-of-type{margin-bottom:0}._input_10jvy_448{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;transition:border-color .2s ease}._input_10jvy_448:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._input_10jvy_448:disabled{background:#e9ecef;cursor:not-allowed}._clientFormActions_10jvy_468{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}._createClientButton_10jvy_475{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._createClientButton_10jvy_475:hover:not(:disabled){background:#218838}._createClientButton_10jvy_475:disabled{opacity:.6;cursor:not-allowed}._cancelClientButton_10jvy_496{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._cancelClientButton_10jvy_496:hover:not(:disabled){background:#5a6268}._cancelClientButton_10jvy_496:disabled{opacity:.6;cursor:not-allowed}._detailPageRoot_bbmu8_2{width:100%;min-width:0;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}._page_bbmu8_1{width:100%;min-width:0;background:#f1f5f9;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}._main_bbmu8_21{flex:1;padding:0 0 2rem}._breadcrumb_bbmu8_26{font-size:.625rem;font-weight:700;letter-spacing:.12em;color:#ffffffbf;margin:0;padding:0;line-height:1.15;white-space:nowrap;flex-shrink:0}._breadcrumbLink_bbmu8_38{color:inherit;text-decoration:underline}._hero_bbmu8_43{position:relative;flex-shrink:0;width:100%;min-width:0;box-sizing:border-box;background:linear-gradient(180deg,#1a2b4a,#152238);color:#fff;padding:0}._heroInner_bbmu8_54{position:relative;width:100%;max-width:none;min-width:0;margin:0;padding:1.05rem clamp(12px,3vw,20px) 0;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;gap:0}._heroBreadcrumbRow_bbmu8_69{position:absolute;top:.2rem;left:clamp(12px,3vw,20px);right:clamp(12px,3vw,20px);z-index:2;width:auto;min-width:0;line-height:1;pointer-events:auto}._heroToolbarRow_bbmu8_81{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;column-gap:clamp(.5rem,2vw,1rem);width:100%;min-width:0;padding-left:clamp(.75rem,2.5vw,1.35rem);box-sizing:border-box}._heroColMeta_bbmu8_92{min-width:0;display:flex;align-items:center}._heroColActions_bbmu8_99{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;align-self:stretch;min-width:0;flex-shrink:0}._heroColNext_bbmu8_109{min-width:0;display:flex;align-items:center;justify-content:center}._heroColAction_bbmu8_99{display:flex;align-items:center;justify-content:center;padding:0;width:100%}._heroColActions_bbmu8_99 ._nextActionCard_bbmu8_124{margin-top:0;margin-bottom:0}._heroMetaStrip_bbmu8_129{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-evenly;gap:.25rem .375rem;width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}._heroMetaLocked_bbmu8_143 ._metaValue_bbmu8_143,._heroMetaLocked_bbmu8_143 ._heroQuoteName_bbmu8_144,._heroMetaLocked_bbmu8_143 ._heroQuoteRow_bbmu8_145{opacity:.62}._heroMetaLocked_bbmu8_143 ._viewQuoteBtn_bbmu8_149{opacity:.62;pointer-events:none;cursor:default}._heroMetaItem_bbmu8_155{flex:1 1 0;min-width:0;max-width:12rem}._metaLabel_bbmu8_161{font-size:.5625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .0625rem;line-height:1.2}._metaValue_bbmu8_143{font-size:.75rem;font-weight:500;margin:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._heroQuoteRow_bbmu8_145{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;min-width:0}._heroQuoteName_bbmu8_144{flex:1 1 6rem;min-width:0}._viewQuoteBtn_bbmu8_149{appearance:none;flex-shrink:0;font-family:inherit;font-size:.6875rem;font-weight:700;color:#fff;background:#f97316;border:none;border-radius:8px;padding:.35rem .65rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}._viewQuoteBtn_bbmu8_149:visited{color:#fff}._viewQuoteBtn_bbmu8_149:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._editQuote_bbmu8_221{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;color:#fb923c;background:transparent;border:2px solid #fb923c;border-radius:6px;padding:.25rem .5rem;cursor:pointer;white-space:nowrap}._editQuote_bbmu8_221:disabled{opacity:.65;cursor:not-allowed}._editFlightSaveBtn_bbmu8_241{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;color:#fff;background:#ea580c;border:2px solid #ea580c;border-radius:6px;padding:.25rem .5rem;cursor:pointer;white-space:nowrap}._editFlightSaveBtn_bbmu8_241:hover:not(:disabled){background:#c2410c;border-color:#c2410c}._editFlightSaveBtn_bbmu8_241:disabled{opacity:.65;cursor:not-allowed}._editFlightSaveBtn_bbmu8_241:focus-visible{outline:2px solid #fff;outline-offset:2px}._heroFlightActions_bbmu8_270{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}._nextActionCard_bbmu8_124{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;margin-top:10px;margin-bottom:10px;background:#0003;border-radius:6px;padding:.375rem .5rem;width:11.5rem;border:1px solid rgba(255,255,255,.12)}._nextLabel_bbmu8_294{font-size:.5625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .125rem;line-height:1.2}._nextLabelSpaced_bbmu8_304{margin-top:.25rem}._nextSelect_bbmu8_308,._nextDate_bbmu8_309{width:100%;font-family:inherit;font-size:.75rem;padding:.2rem .35rem;border-radius:4px;border:1px solid rgba(255,255,255,.25);background:#fffffff2;color:#1a2b4a;margin-bottom:0;box-sizing:border-box;line-height:1.25}._nextDate_bbmu8_309{margin-bottom:0}._selectorBar_bbmu8_327{max-width:1400px;margin:0 auto;padding:1rem 2rem 0}._selectorRow_bbmu8_333{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}._selectorLabel_bbmu8_340{font-size:.8125rem;font-weight:600;color:#334155}._selectorSelect_bbmu8_346{font-family:inherit;font-size:.875rem;padding:.4rem .75rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;min-width:240px}._content_bbmu8_357{width:100%;min-width:0;margin:0;padding:1.25rem clamp(12px,3vw,2rem) 0;box-sizing:border-box;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}._matrixStatusCell_bbmu8_369{box-sizing:border-box;flex:1 1 0;min-width:0;min-height:0;padding:.35rem;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}._matrixStatusCellInner_bbmu8_381{position:relative;display:flex;flex-direction:column;align-items:stretch}._matrixCellBox_bbmu8_388{appearance:none;font-family:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:100%;min-height:3.5rem;padding:.4rem .35rem;border-radius:8px;border:2px solid #d1d5db;background:#f9fafb;cursor:pointer;text-align:center}._matrixCellBox_bbmu8_388:focus-visible:not(:disabled){outline:2px solid #1a2b4a;outline-offset:2px}._matrixCellBox_bbmu8_388:disabled{opacity:.6;cursor:default}._matrixCellBoxComplete_bbmu8_416{border-color:#059669;background:#ecfdf5;color:#0f172a}._matrixCellBoxProgress_bbmu8_422{border-color:#ea580c;background:#fff7ed;color:#0f172a}._matrixCellBoxNotStarted_bbmu8_428{border-color:#cbd5e1;background:#f8fafc;color:#475569}._matrixStageLabel_bbmu8_434{font-size:.5625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;line-height:1.2}._matrixCellBoxComplete_bbmu8_416 ._matrixStageLabel_bbmu8_434{color:#047857}._matrixCellBoxProgress_bbmu8_422 ._matrixStageLabel_bbmu8_434{color:#c2410c}._matrixStageValue_bbmu8_451{font-size:.6875rem;font-weight:700;text-transform:capitalize;line-height:1.2}._matrixCellBoxComplete_bbmu8_416 ._matrixStageValue_bbmu8_451{color:#047857}._matrixCellBoxProgress_bbmu8_422 ._matrixStageValue_bbmu8_451{color:#c2410c}._statusPopover_bbmu8_466{position:absolute;z-index:20;top:calc(100% + 4px);left:50%;transform:translate(-50%);min-width:9rem;padding:.25rem 0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1f}._statusPopoverItem_bbmu8_480{display:block;width:100%;padding:.45rem .75rem;border:none;background:none;font-family:inherit;font-size:.8125rem;font-weight:500;text-align:left;color:#334155;cursor:pointer}._statusPopoverItem_bbmu8_480:focus-visible{outline:2px solid #1a2b4a;outline-offset:-2px}._trackingBlock_bbmu8_499{margin-top:.5rem;text-align:center}._panel_bbmu8_504{display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0f172a14;overflow:hidden}._bookingsListSplit_bbmu8_519{display:flex;flex-direction:column;flex:0 0 auto;width:100%;min-width:0}._bookingsListScroll_bbmu8_527{box-sizing:border-box;width:100%;min-width:0;min-height:12rem;max-height:var(--detail-bookings-max-height);display:flex;flex-direction:column;gap:.75rem;padding:.65rem .75rem .85rem;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._bookingsListScroll_bbmu8_527::-webkit-scrollbar{display:none}._bookingCardEmpty_bbmu8_548{padding:2rem 1rem;text-align:center}._bookingCard_bbmu8_548{flex-shrink:0;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0d;overflow:hidden}._bookingCardRow_bbmu8_562{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;min-width:0}._bookingCardProduction_bbmu8_570{flex:1 1 280px;min-width:0;display:flex;flex-direction:column;justify-content:space-evenly;gap:.5rem;padding:.75rem .75rem 1rem;box-sizing:border-box}._bookingCardStagesRow_bbmu8_581{display:flex;flex-wrap:wrap;gap:.35rem;align-items:stretch;justify-content:flex-start}._bookingCardVendorFields_bbmu8_589{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem}._bookingCardVendorPair_bbmu8_596{flex:1 1 200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem .75rem;min-width:0}._bookingCardVendorFields_bbmu8_589 ._rowMenu_bbmu8_604{margin-top:0;flex:0 0 auto;align-self:center}._vendorField_bbmu8_610{min-width:0}._bookingCardSummary_bbmu8_614{box-sizing:border-box;flex:0 1 260px;min-width:min(260px,100%);padding:1rem .75rem;background:#fff}._bookingCardHeader_bbmu8_622{display:flex;flex-direction:column;gap:.35rem;min-width:0}._bookingCardHeaderMain_bbmu8_629{display:flex;flex-direction:column;gap:.25rem;min-width:0}._flightBadge_bbmu8_636{display:inline-block;background:#1a2b4a;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;padding:.2rem .45rem;border-radius:4px;margin-bottom:.35rem}._flightTitle_bbmu8_648{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .25rem;line-height:1.3}._flightSpecs_bbmu8_656{font-size:.75rem;color:#64748b;margin:0 0 .35rem;line-height:1.35}._flightWindow_bbmu8_663{font-size:.75rem;color:#475569;margin:0}._statusCell_bbmu8_669{vertical-align:middle;text-align:center;padding:.5rem;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;min-width:108px}._statusCell_bbmu8_669:last-child{border-right:none}._statusPill_bbmu8_682{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;width:100%;max-width:120px;margin:0 auto;font-size:.6875rem;font-weight:700;text-transform:capitalize;border-radius:4px;padding:.35rem .4rem;line-height:1.2}._statusComplete_bbmu8_698{background:#d1fae5;color:#065f46}._statusProgress_bbmu8_703{background:#fef9c3;color:#854d0e}._statusNotStarted_bbmu8_708{background:#e5e7eb;color:#4b5563}._vendorLabel_bbmu8_713{font-size:.5625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:0 0 .25rem}._vendorSelect_bbmu8_722{width:100%;font-family:inherit;font-size:.75rem;padding:.35rem .4rem;border-radius:4px;border:1px solid #cbd5e1;background:#fff;color:#334155;margin-bottom:.5rem}._rowMenu_bbmu8_604{display:flex;justify-content:flex-end;margin-top:.25rem}._rowMenuBtn_bbmu8_740{appearance:none;font-family:inherit;background:transparent;border:none;color:#64748b;font-size:1.25rem;line-height:1;padding:.25rem .35rem;cursor:pointer}._contextNote_bbmu8_752{margin:.5rem 0 0;padding:.35rem 0 .35rem .6rem;border-left:3px solid #facc15;font-size:.75rem;color:#57534e;line-height:1.35}._rowHighlight_bbmu8_761{background:#ecfdf5!important}._detailColumns_bbmu8_765{--detail-panel-max-height: calc(320px + 3.5rem) ;--detail-bookings-max-height: calc(600px + 3.5rem) ;--detail-notes-activity-gap: 1rem;display:flex;flex-direction:column;align-items:stretch;gap:var(--detail-notes-activity-gap);margin-top:1rem;padding-bottom:1.25rem;width:100%;flex:1 1 auto;min-height:0}._bookingsColumn_bbmu8_781{flex:0 0 auto;width:100%;max-width:100%;min-width:0;box-sizing:border-box}._bookingsColumn_bbmu8_781>._panel_bbmu8_504{min-height:0}._notesActivityRow_bbmu8_795{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--detail-notes-activity-gap);align-items:stretch}._documentsPanelBody_bbmu8_806{min-width:0}._documentsPanelAddBtn_bbmu8_810{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:6px;border:none;background:#ea580c;color:#fff;cursor:pointer;white-space:nowrap}._documentsPanelAddBtn_bbmu8_810:hover:not(:disabled){background:#c2410c}._documentsPanelAddBtn_bbmu8_810:disabled{opacity:.55;cursor:not-allowed}._documentsPanelAddBtn_bbmu8_810:focus-visible{outline:2px solid #c2410c;outline-offset:2px}@media(min-width:1024px){._bookingCardStagesRow_bbmu8_581{display:flex;flex-wrap:nowrap}._bookingCardStagesRow_bbmu8_581 ._matrixStatusCell_bbmu8_369{flex:1 1 0}._bookingCardStagesRow_bbmu8_581 ._matrixCellBox_bbmu8_388{max-width:100%}}@media(min-width:1280px){._detailColumns_bbmu8_765{flex-direction:row;align-items:stretch;gap:1.25rem}._bookingsColumn_bbmu8_781{flex:1 1 0;min-width:0;display:flex;flex-direction:column;min-height:0}._bookingsColumn_bbmu8_781>._panel_bbmu8_504{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}._bookingsColumn_bbmu8_781 ._bookingsListSplit_bbmu8_519{flex:1 1 auto;min-height:0;flex-basis:auto}._bookingsColumn_bbmu8_781 ._bookingsListScroll_bbmu8_527{flex:1 1 auto;min-height:12rem;max-height:var(--detail-bookings-max-height)}._notesActivityRow_bbmu8_795{flex:0 0 clamp(280px,32%,400px);width:auto;max-width:none;display:flex;flex-direction:column;gap:var(--detail-notes-activity-gap);align-self:stretch;min-height:0;height:auto;max-height:none}._notesActivityRow_bbmu8_795>._notesPanel_bbmu8_901,._notesActivityRow_bbmu8_795>._activityPanel_bbmu8_902{flex:1 1 0;min-height:0;max-height:none}}@media(max-width:900px){._content_bbmu8_357{max-width:none;padding:1rem clamp(12px,4vw,20px) 0}._detailColumns_bbmu8_765{align-items:stretch}._notesActivityRow_bbmu8_795{display:flex;flex-direction:column;gap:1rem}._hero_bbmu8_43{padding:.375rem 0 0}._heroInner_bbmu8_54{padding:1.05rem clamp(12px,3vw,20px) 0;gap:0}._heroToolbarRow_bbmu8_81{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.45rem .55rem;padding-left:clamp(.75rem,2.5vw,1.35rem)}._heroColMeta_bbmu8_92{width:100%;min-width:0}._heroMetaStrip_bbmu8_129{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem .5rem;overflow-x:visible;justify-content:stretch}._heroMetaItem_bbmu8_155{flex:unset;min-width:0;max-width:none}._metaValue_bbmu8_143{white-space:normal;overflow:visible;text-overflow:unset;line-height:1.25}._heroColActions_bbmu8_99{align-items:center;justify-content:space-evenly;align-self:stretch;padding-top:0}._heroColNext_bbmu8_109{width:100%;justify-content:center;padding:0}._nextActionCard_bbmu8_124{width:10rem;max-width:none;margin:0;padding:.3rem .45rem}._nextLabel_bbmu8_294{font-size:.5rem}._nextSelect_bbmu8_308,._nextDate_bbmu8_309{font-size:.6875rem;padding:.18rem .3rem}._heroColAction_bbmu8_99{width:100%;justify-content:center;padding:0}._bookingCardRow_bbmu8_562{flex-direction:column;flex-wrap:nowrap}._bookingCardSummary_bbmu8_614{flex:none;width:100%;min-width:0;padding:.85rem .85rem .65rem;border-bottom:1px solid #eef2f7}._bookingCardHeader_bbmu8_622{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.45rem .65rem}._bookingCardHeader_bbmu8_622 ._flightWindow_bbmu8_663{margin:0;text-align:right;align-self:start;max-width:11rem;line-height:1.35}._bookingCardProduction_bbmu8_570{flex:none;width:100%;padding:.65rem .75rem .85rem}._bookingCardStagesRow_bbmu8_581{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;justify-content:stretch}._bookingCardStagesRow_bbmu8_581 ._matrixStatusCell_bbmu8_369{flex:unset;min-width:0}._bookingCardVendorPair_bbmu8_596{grid-template-columns:1fr 1fr}}._notesPanel_bbmu8_901,._activityPanel_bbmu8_902{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0f172a14;min-height:280px;max-height:var(--detail-panel-max-height);display:flex;flex-direction:column;min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;align-self:stretch}._panelHead_bbmu8_1076{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:.5rem}._panelTitle_bbmu8_1086{font-size:.875rem;font-weight:700;color:#0f172a;margin:0}._noteTabs_bbmu8_1093{display:flex;flex-wrap:wrap;gap:.25rem}._noteTab_bbmu8_1093{appearance:none;font-family:inherit;font-size:.6875rem;font-weight:600;padding:.3rem .55rem;border-radius:4px;border:1px solid transparent;background:transparent;color:#64748b;cursor:pointer}._noteTabActive_bbmu8_1112{background:#1a2b4a;color:#fff}._addNoteBtn_bbmu8_1117{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;color:#1a2b4a;background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:.3rem .65rem;cursor:pointer}._panelBody_bbmu8_1130{box-sizing:border-box;padding:.75rem 1rem 1rem;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._panelBody_bbmu8_1130::-webkit-scrollbar{display:none}._noteItem_bbmu8_1144{margin-bottom:1rem}._noteMeta_bbmu8_1148{font-size:.65rem;font-weight:600;color:#94a3b8;margin-bottom:.25rem}._noteText_bbmu8_1155{font-size:.8125rem;color:#334155;line-height:1.45;margin:0;overflow-wrap:break-word}._activityItem_bbmu8_1163{margin-bottom:1rem}._activityMeta_bbmu8_1167{font-size:.65rem;font-weight:600;color:#94a3b8;margin-bottom:.25rem}._activityTag_bbmu8_1174{display:inline-block;font-size:.5625rem;font-weight:800;letter-spacing:.06em;color:#1a2b4a;background:#e0e7ff;padding:.15rem .35rem;border-radius:3px;margin-right:.35rem}._activityDesc_bbmu8_1186{font-size:.8125rem;color:#334155;margin:.25rem 0 0;line-height:1.4}._empty_bbmu8_1193{font-size:.875rem;color:#64748b;margin:0}._loading_bbmu8_1199,._error_bbmu8_1200{padding:2rem;text-align:center;font-size:.9375rem;color:#64748b}._page_bbmu8_1>._loading_bbmu8_1199{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center}._error_bbmu8_1200{color:#b91c1c}._trackingLink_bbmu8_1220{color:#1d4ed8;text-decoration:underline;font-size:.6875rem;font-weight:600;word-break:break-all}._sheet_109fa_1{width:100%;min-width:0;box-sizing:border-box;padding:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}._quoteBookingsPanel_109fa_16{max-height:var(--detail-bookings-max-height);min-height:0;overflow:hidden}._quoteBookingsPanel_109fa_16 ._sheetHeader_109fa_22{flex-shrink:0}._quoteBookingsListSplit_109fa_26{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}._quoteBookingsListBody_109fa_33{flex:1 1 auto;min-height:0;overflow-y:auto}._quoteWorksheetScroll_109fa_39{flex:1 1 auto;min-height:0;max-height:none!important}._sheetHeader_109fa_22{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;padding:.65rem 1rem .6rem;border-bottom:1px solid #e2e8f0;background:#fff}._sheetHeaderMetaRow_109fa_56{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem}._sheetActions_109fa_64{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}._secondaryBtn_109fa_71{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1a2b4a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .85rem;cursor:pointer}._secondaryBtn_109fa_71:disabled{opacity:.45;cursor:default}._secondaryBtn_109fa_71:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._primaryGhostBtn_109fa_94{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1a2b4a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.45rem .85rem;cursor:pointer}._primaryGhostBtn_109fa_94:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._quoteLineLabel_109fa_112{font-weight:600;color:#475569}._quoteMetaOnly_109fa_117{flex:1 1 280px;justify-content:center;min-height:0}._quoteCardMetaStrip_109fa_123{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;width:100%;min-width:0}._quoteCardNotesRow_109fa_133{padding:.65rem .75rem 1rem;box-sizing:border-box;border-top:1px solid #f1f5f9;min-width:0}._quoteCardNotesText_109fa_140{margin:0;font-size:.8125rem;color:#334155;line-height:1.4;white-space:pre-wrap;word-break:break-word}._fauxInput_109fa_149{display:inline-block;min-width:5.5rem;padding:.35rem .5rem;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.8125rem;font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums}._availBadge_109fa_162{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.6875rem;font-weight:700;letter-spacing:.02em}._availFull_109fa_171{background:#d1fae5;color:#047857}._availPartial_109fa_176{background:#fef3c7;color:#b45309}._availNone_109fa_181{background:#fee2e2;color:#b91c1c}._inclBadge_109fa_186{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:700}._inclYes_109fa_194{background:#d1fae5;color:#065f46}._inclNo_109fa_199{background:#f1f5f9;color:#64748b}._rowEdit_109fa_204{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1a2b4a;background:none;border:none;padding:.25rem 0;cursor:pointer;text-decoration:underline}._rowEdit_109fa_204:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._emptyLocationsBlock_109fa_222{display:flex;flex-direction:column;min-width:0}._emptyTableInPanel_109fa_228{margin:0;padding:2rem .75rem;text-align:center;color:#64748b;font-size:.9375rem}._locationsScroll_109fa_236{min-height:0}._totalsBar_109fa_240{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1rem 1.5rem;box-sizing:border-box}._totalsBarMobile_109fa_249{flex-shrink:0;width:100%;padding:1rem .75rem 1.25rem;margin:0;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}@media(min-width:1280px){._totalsBarMobile_109fa_249{display:none}}._totalsBarDesktop_109fa_265{display:none;flex:1 1 auto;justify-content:flex-end;padding:0;margin:0;border:none;border-radius:0;background:transparent;gap:.65rem 1rem}@media(min-width:1280px){._totalsBarDesktop_109fa_265{display:flex;flex:0 1 auto;min-width:0}._totalsBarDesktop_109fa_265 ._convertBtn_109fa_284{padding:.45rem 1rem;font-size:.8125rem;border-radius:8px}}._totalsBarActions_109fa_291{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;flex-shrink:0}._discountGroup_109fa_299{display:flex;align-items:center;gap:.5rem}._discountGroup_109fa_299 label{font-size:.75rem;font-weight:600;color:#64748b}._discountInput_109fa_311{width:6.5rem;font-family:inherit;font-size:.875rem;padding:.35rem .5rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff}._discountInput_109fa_311:focus-visible{outline:2px solid #1a2b4a;outline-offset:0}._totalLabel_109fa_326{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}._totalValue_109fa_334{font-size:1.125rem;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}._convertBtn_109fa_284{appearance:none;font-family:inherit;font-size:.9375rem;font-weight:700;color:#fff;background:#f97316;border:none;border-radius:10px;padding:.65rem 1.35rem;cursor:pointer}._convertBtn_109fa_284:disabled{opacity:.45;cursor:default}._convertBtn_109fa_284:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._convertBtnAsLink_109fa_364{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}._convertBtnAsLink_109fa_364:visited{color:#fff}._quoteSideColumn_109fa_377{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--detail-notes-activity-gap, 1rem);align-items:stretch}._quoteSideColumnInner_109fa_388{display:contents}@media(max-width:900px){._quoteSideColumn_109fa_377{grid-template-columns:1fr}}@media(min-width:1280px){._quoteSideColumn_109fa_377{flex:0 0 clamp(280px,32%,400px);width:auto;max-width:none;display:flex;flex-direction:column;gap:var(--detail-notes-activity-gap, 1rem);align-self:stretch;min-height:0;height:auto;max-height:none}._quoteSideColumnInner_109fa_388{display:flex;flex-direction:column;flex:1 1 0;min-height:0;gap:var(--detail-notes-activity-gap, 1rem)}._quoteSideColumnInner_109fa_388>._quoteSidePanelWrap_109fa_421{flex:1 1 0;min-height:0;max-height:none}._quoteSideColumn_109fa_377 ._quoteSidePanelSection_109fa_427{flex:1 1 0;min-height:0;max-height:none}}._quoteSidePanelWrap_109fa_421{min-width:0;display:flex;flex-direction:column;border-radius:8px;overflow:hidden}._quoteSidePanelSection_109fa_427{min-height:0;flex:1 1 auto;max-height:100%}._bottomCard_109fa_449{border:1px solid #e2e8f0;border-radius:10px;background:#fff;min-width:0;display:flex;flex-direction:column}._bottomCardHeader_109fa_458{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid #f1f5f9}._bottomCardHeader_109fa_458 h3{margin:0;font-size:.9375rem;font-weight:700;color:#0f172a}._addLink_109fa_474{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1a2b4a;background:none;border:none;cursor:pointer;text-decoration:underline}._addLink_109fa_474:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._bottomCardBody_109fa_491{padding:.75rem 1rem 1rem;flex:1;min-height:8rem}._noteFeedItem_109fa_497{padding:.65rem 0;border-bottom:1px solid #f1f5f9}._noteFeedItem_109fa_497:last-child{border-bottom:none}._noteMeta_109fa_506{margin:0 0 .25rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}._noteBody_109fa_515{margin:0;font-size:.8125rem;color:#334155;line-height:1.4}._historyItem_109fa_522{padding:.55rem 0;border-bottom:1px solid #f1f5f9;font-size:.8125rem;color:#334155}._historyItem_109fa_522:last-child{border-bottom:none}._historyTag_109fa_533{display:inline-block;margin-right:.35rem;font-size:.625rem;font-weight:800;letter-spacing:.06em;color:#64748b}._muted_109fa_542{margin:0;font-size:.8125rem;color:#94a3b8}._documentsMount_109fa_548{min-width:0}._noteComposer_109fa_552{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}._noteComposerInput_109fa_558{width:100%;box-sizing:border-box;font-family:inherit;font-size:.8125rem;line-height:1.45;padding:.5rem .65rem;border-radius:8px;border:1px solid #cbd5e1;resize:vertical;min-height:4.5rem}._noteComposerInput_109fa_558:focus-visible{outline:2px solid #1a2b4a;outline-offset:0}._noteComposerActions_109fa_576{margin-top:.5rem;display:flex;justify-content:flex-end}._noteComposerPost_109fa_582{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#fff;background:#1a2b4a;border:none;border-radius:6px;padding:.4rem 1rem;cursor:pointer}._noteComposerPost_109fa_582:disabled{opacity:.45;cursor:default}._noteComposerPost_109fa_582:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._noteComposerError_109fa_605{margin:0 0 .5rem;font-size:.8125rem;color:#b91c1c}._modalOverlay_16rmm_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;padding:2rem}._modalContent_16rmm_15{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;overflow:hidden}._modalHeader_16rmm_27{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}._modalHeader_16rmm_27 h2{margin:0;font-size:1.5rem;color:#333;font-weight:600}._closeButton_16rmm_43{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}._closeButton_16rmm_43:hover{background:#e9ecef;color:#333}._modalBody_16rmm_64{padding:2rem;overflow-y:auto;flex:1}._section_16rmm_70{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._sectionHeader_16rmm_78{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._addBookingButton_16rmm_85{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._addBookingButton_16rmm_85:hover{background:#0099d6}._activateButton_16rmm_104{padding:.75rem 1.5rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._activateButton_16rmm_104:hover:not(:disabled){background:#0099d6}._activateButton_16rmm_104:disabled{opacity:.6;cursor:not-allowed}._sectionHeader_16rmm_78 h3{margin:0;font-size:1.25rem;color:#333;font-weight:600}._editButton_16rmm_132{padding:.5rem 1rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._editButton_16rmm_132:hover{background:#0099d6}._formGroup_16rmm_148{margin-bottom:1rem}._formGroup_16rmm_148 label{display:block;font-weight:500;color:#495057;margin-bottom:.5rem;font-size:.9rem}._input_16rmm_160{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;transition:border-color .2s ease}._input_16rmm_160:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._value_16rmm_175{padding:.75rem;color:#333;font-size:.9rem}._statusBadge_16rmm_181{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._draftBadge_16rmm_191{background:#fff3cd;color:#856404}._activeBadge_16rmm_196{background:#d4edda;color:#155724}._cancelledBadge_16rmm_201{background:#f8d7da;color:#721c24}._invalidBadge_16rmm_206{background:#dc3545;color:#fff}._archivedBadge_16rmm_211{background:#e2e3e5;color:#383d41}._editActions_16rmm_216{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}._saveButton_16rmm_224{padding:.75rem 1.5rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._saveButton_16rmm_224:hover:not(:disabled){background:#0099d6}._saveButton_16rmm_224:disabled{opacity:.6;cursor:not-allowed}._cancelButton_16rmm_245{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._cancelButton_16rmm_245:hover:not(:disabled){background:#5a6268}._cancelButton_16rmm_245:disabled{opacity:.6;cursor:not-allowed}._bookingsList_16rmm_266{display:flex;flex-direction:column;gap:1rem}._bookingCard_16rmm_272{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;transition:box-shadow .2s ease}._bookingCard_16rmm_272:hover{box-shadow:0 2px 8px #0000001a}._bookingCard_16rmm_272._invalidBooking_16rmm_284{border:2px solid #dc3545;background:#fff5f5}._bookingHeader_16rmm_289{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._bookingTitle_16rmm_296{display:flex;align-items:center;gap:.75rem;flex:1}._bookingTitle_16rmm_296 strong{font-size:1.1rem;color:#333}._editBookingButton_16rmm_308{padding:.5rem 1rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s ease}._editBookingButton_16rmm_308:hover{background:#0099d6}._bookingDetails_16rmm_324{display:flex;flex-direction:column;gap:.75rem}._bookingDetailRow_16rmm_330{display:flex;gap:1rem}._detailLabel_16rmm_335{font-weight:500;color:#6c757d;min-width:80px;font-size:.9rem}._detailValue_16rmm_342{color:#333;font-size:.9rem}._emptyState_16rmm_347{text-align:center;padding:3rem 1rem;color:#6c757d}._modalFooter_16rmm_353{padding:1.5rem 2rem;border-top:1px solid #e9ecef;background:#f8f9fa;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._generatePDFButton_16rmm_363{padding:.75rem 1.5rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._generatePDFButton_16rmm_363:hover:not(:disabled){background:#0099d6}._generatePDFButton_16rmm_363:disabled{opacity:.6;cursor:not-allowed}._closeFooterButton_16rmm_384{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease}._closeFooterButton_16rmm_384:hover{background:#5a6268}._loadingContainer_16rmm_400{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;min-height:200px}._loadingSpinner_16rmm_409{width:40px;height:40px;border:4px solid #e9ecef;border-top-color:#00aeef;border-radius:50%;animation:_spin_16rmm_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_16rmm_1{to{transform:rotate(360deg)}}._loadingContainer_16rmm_400 p{color:#6c757d;font-size:.9rem}._inlineRoot_16rmm_430{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(12px,3vw,20px) 2.5rem;box-sizing:border-box}._inlinePageEmbed_16rmm_439{width:100%;min-width:0;max-width:none;margin:0;padding:0;box-sizing:border-box;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}._inlineLoadingWrap_16rmm_452{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1.5rem;color:#495057;flex:1 1 auto;min-height:0;width:100%;box-sizing:border-box}._inlineLoadingWrap_16rmm_452 p{margin:0;font-size:.9rem}._activateConfirmDialog_16rmm_472{width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#f1f5f9;box-shadow:0 10px 40px #0003}._activateConfirmHeader_16rmm_484{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238)}._activateConfirmTitle_16rmm_495{margin:0;font-size:1.05rem;font-weight:600;color:#fff}._activateConfirmBody_16rmm_502{padding:1rem 1.25rem 1.25rem;background:#f1f5f9;flex:1;min-height:0}._activateConfirmText_16rmm_509,._activateConfirmSubtext_16rmm_510{margin:0;font-size:.9375rem;color:#334155;line-height:1.45}._activateConfirmSubtext_16rmm_510{margin-top:1rem;font-weight:600}._activateConfirmFooter_16rmm_522{flex-shrink:0;display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}._activateConfirmCancel_16rmm_532{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:1px solid #ea580c;background:#fff;color:#ea580c}._activateConfirmCancel_16rmm_532:disabled{opacity:.55;cursor:not-allowed}._activateConfirmCancel_16rmm_532:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._activateConfirmPrimary_16rmm_553{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;background:#ea580c;color:#fff}._activateConfirmPrimary_16rmm_553:disabled{opacity:.55;cursor:not-allowed}._activateConfirmPrimary_16rmm_553:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._modalOverlay_1wmtn_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}._modalContent_1wmtn_14{background:#fff;border-radius:12px;max-width:800px;width:90%;height:90vh;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}._modalHeader_1wmtn_26{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}._modalHeader_1wmtn_26 h2{margin:0;font-size:1.5rem;color:#333}._closeButton_1wmtn_40{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;outline:none}._closeButton_1wmtn_40:hover{background:#f0f0f0}._closeButton_1wmtn_40:focus{outline:none}._modalBody_1wmtn_65{display:flex;flex-direction:column;flex:1;overflow-y:auto;min-height:0;padding:0}._loadingContainer_1wmtn_74{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#666}._spinner_1wmtn_83{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #00AEEF;border-radius:50%;animation:_spin_1wmtn_83 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1wmtn_83{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._infoSection_1wmtn_98{flex:0 0 auto;display:flex;flex-direction:column;background:#f8f9fa;border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 1.5rem 0}._imagesSection_1wmtn_108{flex:1;display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem;min-height:0;overflow:hidden}._imagesSection_1wmtn_108 h3{margin:0 0 1rem;font-size:1.1rem;color:#333;flex-shrink:0}._imageCarouselContainer_1wmtn_124{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden}._infoRow_1wmtn_133{display:flex;padding:.5rem 0;border-bottom:1px solid #e0e0e0}._infoRow_1wmtn_133:last-child{border-bottom:none;padding-bottom:0}._infoRow_1wmtn_133 label{font-weight:600;color:#555;width:120px;flex-shrink:0}._infoRow_1wmtn_133 span{color:#333}._campaignLink_1wmtn_155{background:none;border:none;color:#00aeef;cursor:pointer;padding:0;text-decoration:underline;font-size:inherit;font-family:inherit;transition:color .2s}._campaignLink_1wmtn_155:hover{color:#0099d6}._campaignLink_1wmtn_155:focus{outline:2px solid #00AEEF;outline-offset:2px;border-radius:2px}._noCampaign_1wmtn_177{color:#6c757d;font-style:italic}._editForm_1wmtn_182{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}._formField_1wmtn_190{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}._formField_1wmtn_190:last-child{flex:1;min-height:0;display:flex;flex-direction:column}._formField_1wmtn_190 label{font-weight:600;color:#555;font-size:.9rem}._formField_1wmtn_190 input[type=text]{padding:.75rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem}._customSelect_1wmtn_218{position:relative;width:100%}._selectButton_1wmtn_223{width:100%;border:1px solid #dee2e6;border-radius:4px;background:#fff;font-size:1rem;color:#333;padding:.75rem;outline:none;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}._selectButton_1wmtn_223[type=text]{cursor:text;font-family:inherit}._selectButton_1wmtn_223:hover:not([type=text]){border-color:#adb5bd}._selectButton_1wmtn_223:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef1a}._selectButton_1wmtn_223 svg{flex-shrink:0;margin-left:.5rem;transition:transform .2s ease;color:#6b7280}._selectDropdown_1wmtn_264{position:absolute;top:calc(100% + .1rem);left:0;right:0;width:100%;background:#fff;border:1px solid #dee2e6;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000014;z-index:1000;max-height:200px;overflow-y:auto}._selectOption_1wmtn_280{width:100%;padding:.75rem;border:none;background:#fff;text-align:left;font-size:1rem;color:#495057;cursor:pointer;transition:background-color .2s ease}._selectOption_1wmtn_280:hover{background-color:#f8f9fa}._selectOptionActive_1wmtn_296{background-color:#e7f5ff;color:#00aeef;font-weight:500}._searchInputContainer_1wmtn_302{padding:.5rem;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff;z-index:1}._searchInput_1wmtn_302{width:100%;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;outline:none}._searchInput_1wmtn_302:focus{border-color:#00aeef;box-shadow:0 0 0 2px #00aeef1a}._imagesList_1wmtn_325{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow-y:auto;padding-right:.5rem}._imagesList_1wmtn_325::-webkit-scrollbar{width:8px}._imagesList_1wmtn_325::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._imagesList_1wmtn_325::-webkit-scrollbar-thumb{background:#888;border-radius:4px}._imagesList_1wmtn_325::-webkit-scrollbar-thumb:hover{background:#555}._imageItem_1wmtn_353{display:flex;gap:1rem;align-items:center;padding:1rem;background:#fff;border:1px solid #dee2e6;border-radius:8px}._imageFileInput_1wmtn_363{flex:1}._imagePreview_1wmtn_367{width:100px;height:100px;border-radius:4px;overflow:hidden;background:#f8f9fa}._imagePreview_1wmtn_367 img{width:100%;height:100%;object-fit:cover}._imageItemControls_1wmtn_381{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}._imageIndex_1wmtn_388{font-size:.875rem;color:#666}._removeImageButton_1wmtn_393{padding:.25rem .75rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background .2s;outline:none}._removeImageButton_1wmtn_393:hover{background:#c82333}._removeImageButton_1wmtn_393:focus{outline:none}._addImageButton_1wmtn_413{padding:.75rem;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#666;cursor:pointer;font-size:1rem;transition:all .2s;outline:none}._addImageButton_1wmtn_413:hover{background:#e9ecef;border-color:#00aeef;color:#00aeef}._addImageButton_1wmtn_413:focus{outline:none}._modalFooter_1wmtn_435{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem;align-items:center}._editButton_1wmtn_444,._saveButton_1wmtn_445{padding:.75rem 1.5rem;background:#00aeef;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s;outline:none}._editButton_1wmtn_444:hover,._saveButton_1wmtn_445:hover{background:#0099d6}._editButton_1wmtn_444:focus,._saveButton_1wmtn_445:focus{outline:none}._cancelButton_1wmtn_468{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s;outline:none}._cancelButton_1wmtn_468:hover{background:#5a6268}._cancelButton_1wmtn_468:focus{outline:none}._modalOverlay_1dard_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1dard_1 .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes _fadeIn_1dard_1{0%{opacity:0}to{opacity:1}}._modalContent_1dard_25{background:#f1f5f9;border-radius:12px;max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;animation:_slideUp_1dard_1 .2s ease-out;overflow:hidden}@keyframes _slideUp_1dard_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1dard_49{padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:linear-gradient(180deg,#1a2b4a,#152238)}._modalHeader_1dard_49 h2{margin:0;font-size:1.05rem;font-weight:600;color:#fff}._closeButton_1dard_66{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;outline:none}._closeButton_1dard_66:hover{background:#f0f0f0}._closeButton_1dard_66:focus{outline:none}._modalBody_1dard_91{flex:1;overflow-y:auto;padding:1rem 1.25rem 1.25rem;min-height:0;position:relative;background:#f1f5f9}._adSpaceInfo_1dard_100{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 1px 2px #0f172a0f}._adSpaceInfo_1dard_100 label{font-weight:600;color:#555}._adSpaceInfo_1dard_100 span{color:#333;font-weight:500}._formField_1dard_122{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}._formField_1dard_122:has(._dateRangePicker_1dard_129){overflow:visible;position:relative;z-index:1}._formField_1dard_122:last-of-type{margin-bottom:0}._formField_1dard_122 label{font-weight:600;color:#555;font-size:.9rem}._formField_1dard_122 input[type=text]{padding:.75rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem}._selectInput_1dard_152{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem;background:#fff;color:#333;cursor:pointer}._selectInput_1dard_152:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c33}._customSelect_1dard_170{position:relative;width:100%}._selectButton_1dard_175{width:100%;border:1px solid #dee2e6;border-radius:4px;background:#fff;font-size:1rem;color:#333;padding:.75rem;outline:none;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}._selectButton_1dard_175[type=text]{cursor:text;font-family:inherit}._selectButton_1dard_175:hover:not([type=text]){border-color:#adb5bd}._selectButton_1dard_175:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c33}._selectButton_1dard_175 svg{flex-shrink:0;margin-left:.5rem;transition:transform .2s ease;color:#6b7280}._selectDropdown_1dard_216{position:absolute;top:calc(100% + .1rem);left:0;right:0;width:100%;background:#fff;border:1px solid #dee2e6;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000014;z-index:1000;max-height:200px;overflow-y:auto}._selectOption_1dard_232{width:100%;padding:.75rem;border:none;background:#fff;text-align:left;font-size:1rem;color:#495057;cursor:pointer;transition:background-color .2s ease}._selectOption_1dard_232:hover{background-color:#f8f9fa}._selectOptionActive_1dard_248{background-color:#ea580c1f;color:#c2410c;font-weight:500}._searchInputContainer_1dard_254{padding:.5rem;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff;z-index:1}._searchInput_1dard_254{width:100%;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;outline:none}._searchInput_1dard_254:focus{border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}._addButton_1dard_277{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;min-width:2.75rem;min-height:2.75rem;border:none;border-radius:4px;background:#ea580c;color:#fff;cursor:pointer;outline:none;transition:background-color .2s ease}._addButton_1dard_277:hover:not(:disabled){background:#c2410c}._addButton_1dard_277:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._addButton_1dard_277:disabled{opacity:.55;cursor:not-allowed}._smallFormPrimaryButton_1dard_308{padding:.5rem 1rem;border:none;border-radius:4px;background:#ea580c;color:#fff;cursor:pointer;font-size:inherit;font-family:inherit;transition:background-color .2s ease;outline:none}._smallFormPrimaryButton_1dard_308:hover:not(:disabled){background:#c2410c}._smallFormPrimaryButton_1dard_308:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._smallFormPrimaryButton_1dard_308:disabled{opacity:.6;cursor:not-allowed}._smallFormOutlineButton_1dard_335{padding:.5rem 1rem;border:1px solid #ea580c;border-radius:4px;background:#fff;color:#ea580c;cursor:pointer;font-size:inherit;font-family:inherit;transition:background-color .2s ease;outline:none}._smallFormOutlineButton_1dard_335:hover:not(:disabled){background:#fff7ed}._smallFormOutlineButton_1dard_335:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._smallFormOutlineButton_1dard_335:disabled{opacity:.6;cursor:not-allowed}._createInlineAccountDivider_1dard_362{display:flex;align-items:center;gap:.75rem;margin:.75rem 0}._createInlineAccountDivider_1dard_362:first-child{margin-top:0}._createInlineAccountDividerHairline_1dard_373{flex:1;height:1px;background:#cbd5e1}._createInlineAccountDividerLabel_1dard_379{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:#475569;white-space:nowrap}._inlineCompactLabel_1dard_388{display:block;font-size:.8125rem;font-weight:500;color:#334155;margin-bottom:.35rem}._inlineCompactInput_1dard_396{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9375rem;box-sizing:border-box}._inlineCompactInput_1dard_396:disabled{opacity:.7}._imagesList_1dard_409{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto;padding-right:.5rem}._imagesList_1dard_409::-webkit-scrollbar{width:8px}._imagesList_1dard_409::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._imagesList_1dard_409::-webkit-scrollbar-thumb{background:#888;border-radius:4px}._imagesList_1dard_409::-webkit-scrollbar-thumb:hover{background:#555}._imageItem_1dard_436{display:flex;gap:1rem;align-items:center;padding:1rem;background:#fff;border:1px solid #dee2e6;border-radius:8px}._imageFileInput_1dard_446{flex:1}._imagePreview_1dard_450{width:100px;height:100px;border-radius:4px;overflow:hidden;background:#f8f9fa}._imagePreview_1dard_450 img{width:100%;height:100%;object-fit:cover}._imageItemControls_1dard_464{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}._imageIndex_1dard_471{font-size:.875rem;color:#666}._removeImageButton_1dard_476{padding:.25rem .75rem;background:#ea580c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s;outline:none}._removeImageButton_1dard_476:hover{background:#c2410c}._removeImageButton_1dard_476:focus{outline:none}._addImageButton_1dard_496{padding:.75rem;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#666;cursor:pointer;font-size:1rem;transition:all .2s;outline:none}._addImageButton_1dard_496:hover{background:#fff7ed;border-color:#ea580c;color:#c2410c}._addImageButton_1dard_496:focus{outline:none}._modalFooter_1dard_518{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem;flex-shrink:0;background:#fff}._cancelButton_1dard_528,._saveButton_1dard_529{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem;outline:none}._cancelButton_1dard_528{background:#ea580c;color:#fff}._cancelButton_1dard_528:hover{background:#c2410c}._cancelButton_1dard_528:focus{outline:none}._saveButton_1dard_529{background:#ea580c;color:#fff}._saveButton_1dard_529:hover{background:#c2410c}._saveButton_1dard_529:focus{outline:none}._modalOverlay_b6b5l_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_b6b5l_1 .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes _fadeIn_b6b5l_1{0%{opacity:0}to{opacity:1}}._modalContent_b6b5l_25{background:#fff;border-radius:12px;max-width:500px;width:90%;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;animation:_slideUp_b6b5l_1 .2s ease-out;overflow:hidden}@keyframes _slideUp_b6b5l_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_b6b5l_48{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}._modalHeader_b6b5l_48 h2{margin:0;font-size:1.25rem;font-weight:600;color:#333}._closeButton_b6b5l_63{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}._closeButton_b6b5l_63:hover{background:#f8f9fa;color:#333}._closeButton_b6b5l_63:focus{outline:none}._modalBody_b6b5l_88{padding:1.5rem}._areaInfo_b6b5l_92{margin:0 0 1.5rem;color:#6c757d;font-size:.875rem}._areaInfo_b6b5l_92 strong{color:#333;font-weight:600}._optionsContainer_b6b5l_103{display:flex;flex-direction:column;gap:1rem}._optionButton_b6b5l_109{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px solid #e9ecef;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}._optionButton_b6b5l_109:hover{border-color:#00aeef;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00aeef26}._optionButton_b6b5l_109:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef1a}._optionIcon_b6b5l_136{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;color:#00aeef}._optionButton_b6b5l_109:hover ._optionIcon_b6b5l_136{background:#e7f5f9}._optionContent_b6b5l_152{flex:1}._optionContent_b6b5l_152 h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#333}._optionContent_b6b5l_152 p{margin:0;font-size:.875rem;color:#6c757d}._modalOverlay_w0xb5_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_w0xb5_1 .2s ease-out}@keyframes _fadeIn_w0xb5_1{0%{opacity:0}to{opacity:1}}._modalContent_w0xb5_25{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:_slideIn_w0xb5_1 .3s ease-out;display:flex;flex-direction:column}@keyframes _slideIn_w0xb5_1{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}._modalHeader_w0xb5_49{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#1e3a5f;border-bottom:1px solid rgba(255,255,255,.12);border-radius:12px 12px 0 0}._modalHeader_w0xb5_49 h3{margin:0;color:#fff;font-size:1.5rem;font-weight:600}._closeButton_w0xb5_66{background:none;border:none;color:#6c757d;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._closeButton_w0xb5_66:hover{background-color:#f8f9fa;color:#dc3545}._modalBody_w0xb5_84{padding:1.5rem;flex:1;overflow-y:auto}._errorMessage_w0xb5_90{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f8d7da;color:#721c24;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem}._section_w0xb5_102{margin-bottom:1.5rem}._section_w0xb5_102:last-child{margin-bottom:0}._loading_w0xb5_110{padding:1rem;text-align:center;color:#6c757d;font-size:.9rem}._adSpaceSelect_w0xb5_117{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;color:#333;margin-bottom:1rem;transition:border-color .2s ease,box-shadow .2s ease}._adSpaceSelect_w0xb5_117:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c33}._adSpaceSelect_w0xb5_117:disabled{background-color:#f8f9fa;cursor:not-allowed}._noAdSpaces_w0xb5_139{margin:.5rem 0 1rem;color:#6c757d;font-style:italic;font-size:.9rem}._updateButton_w0xb5_146,._createButton_w0xb5_147{width:100%;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;color:#fff}._updateButtonMuted_w0xb5_158{background:#6c757d}._updateButtonMuted_w0xb5_158:disabled{cursor:not-allowed}._updateButtonMuted_w0xb5_158:focus-visible{outline:2px solid #6c757d;outline-offset:2px}._updateButtonReady_w0xb5_171{background:#ea580c;cursor:pointer}._updateButtonReady_w0xb5_171:not(:disabled):hover{background:#c2410c}._updateButtonReady_w0xb5_171:focus-visible:not(:disabled){outline:2px solid #ea580c;outline-offset:2px}._updateButtonReady_w0xb5_171._updateButtonBusy_w0xb5_186:disabled{opacity:.88;cursor:default}._createButton_w0xb5_147{background:#ea580c;color:#fff;cursor:pointer}._createButton_w0xb5_147:hover:not(:disabled){background:#c2410c}._createButton_w0xb5_147:focus-visible:not(:disabled){outline:2px solid #ea580c;outline-offset:2px}._createButton_w0xb5_147:disabled{opacity:.6;cursor:not-allowed}._divider_w0xb5_211{display:flex;align-items:center;text-align:center;margin:2rem 0;color:#6c757d;font-size:.875rem;font-weight:500}._divider_w0xb5_211:before,._divider_w0xb5_211:after{content:"";flex:1;border-bottom:1px solid #e9ecef}._divider_w0xb5_211 span{padding:0 1rem}@media(max-width:768px){._modalContent_w0xb5_25{max-width:95%;max-height:95vh}._modalHeader_w0xb5_49,._modalBody_w0xb5_84{padding:1rem}}._airportDetail_qeplo_1{min-height:100vh;background:#f8f9fa;position:relative}._embeddedMapRoot_qeplo_8{min-height:0;min-width:0;width:100%;flex:1;display:flex;flex-direction:column;background:#f1f5f9;--embedded-map-max-height: calc(100dvh - 56px - min(14rem, 28vh) - 3.5rem) }._embeddedMapRoot_qeplo_8 ._airportDetailContent_qeplo_20{flex:1;min-height:0;display:flex;flex-direction:column;padding:.25rem .5rem;margin:0;width:100%;min-width:0;max-width:none;align-self:stretch}._embeddedMapRoot_qeplo_8 ._terminalMapContainer_qeplo_36{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%;max-width:min(100%,95vw);align-self:center;max-height:min(var(--embedded-map-max-height),100%);contain:none;overflow:hidden}._embeddedMapRoot_qeplo_8 ._terminalMap_qeplo_36{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:0;width:100%;max-height:100%;padding:.75rem 1rem;box-sizing:border-box;overflow:hidden}._embeddedMapRoot_qeplo_8 ._terminalMapOuter_qeplo_68{flex:1 1 auto;display:flex;align-items:center;justify-content:center;width:100%;max-width:none;min-width:0;min-height:0;height:auto}._embeddedMapRoot_qeplo_8 ._terminalImageContainer_qeplo_80{position:relative;display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0 auto;min-width:0;min-height:0;box-sizing:border-box;aspect-ratio:unset!important}._embeddedMapRoot_qeplo_8 ._mapImageWrapper_qeplo_94{position:absolute;inset:0}._embeddedMapRoot_qeplo_8 ._terminalImageContainer_qeplo_80 ._terminalBackground_qeplo_100{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block}._searchAndBackContainer_qeplo_111{max-width:1400px;margin:0 auto;padding:.25rem .75rem;display:flex;align-items:center;gap:.75rem;position:relative}._backToMapButton_qeplo_121{background:transparent;color:#1e3a5f;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:opacity .2s ease;position:fixed;left:.25rem;top:100px;z-index:10;display:flex;align-items:center;justify-content:center;outline:none}._backToMapButton_qeplo_121:focus{outline:none}._backToMapButton_qeplo_121:hover{opacity:.7}._backToMapButton_qeplo_121 svg{width:24px;height:24px}._createAdSpaceAreaButton_qeplo_152{background:#1e3a5f;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;outline:none;height:40px;white-space:nowrap;position:absolute;right:0}._createAdSpaceAreaButton_qeplo_152:hover{background:#2d4a70}._createAdSpaceAreaButton_qeplo_152:focus{outline:none}._createAdSpaceAreaButton_qeplo_152 svg{width:16px;height:16px;flex-shrink:0}._createAdSpaceAreaButton_qeplo_152 span{font-size:.875rem;font-weight:500}._loadingContainer_qeplo_190,._errorContainer_qeplo_191,._emptyState_qeplo_192{display:flex;justify-content:center;align-items:center;min-height:400px;flex-direction:column;gap:1rem;padding:2rem;text-align:center}._emptyState_qeplo_192 h2{margin:0 0 1rem;color:#495057;font-size:1.5rem}._emptyState_qeplo_192 p{margin:.5rem 0;color:#6c757d;font-size:1rem}._airportDetailContent_qeplo_20{max-width:100%;margin:0 auto;padding:.25rem .5rem}._airportHeader_qeplo_221{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}._backButton_qeplo_232{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s ease;outline:none}._backButton_qeplo_232:hover{background:#495057}._backButton_qeplo_232:focus{outline:none}._airportInfo_qeplo_252 h1{margin:0;color:#00aeef;font-size:24px;font-weight:600}._airportLocation_qeplo_259{margin:.25rem 0 0;color:#6c757d;font-size:16px}._terminalMapContainer_qeplo_36{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative;contain:layout style paint;will-change:auto}._unpositionedWarningWrapper_qeplo_275{position:absolute;top:12px;left:12px;z-index:100;min-width:280px;cursor:default}._unpositionedWarning_qeplo_275{background-color:#ea580c;color:#fff;padding:10px 14px;border-radius:6px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;font-family:inherit;box-shadow:0 2px 8px #ea580c59;white-space:nowrap;cursor:default}._unpositionedWarning_qeplo_275 svg{flex-shrink:0;cursor:default}._unpositionedWarning_qeplo_275 span{cursor:default}._viewToggleContainer_qeplo_309{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:center;gap:.75rem}._ganttDateRangePicker_qeplo_319{display:flex;align-items:center}._ganttViewContainer_qeplo_324{height:calc(var(--vh, 100vh) - 200px);min-height:500px;max-height:calc(var(--vh, 100vh) - 200px);overflow:hidden;position:relative;contain:layout style paint size;flex-shrink:0;isolation:isolate;transform:translateZ(0);backface-visibility:hidden}._terminalMap_qeplo_36{padding:1rem;background:#f8f9fa;height:calc(100vh - 200px);min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._terminalMapOuter_qeplo_68{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa;min-width:0;min-height:0}._terminalImageContainer_qeplo_80{position:relative;background:transparent;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;width:98%;max-width:98%;max-height:98%;margin:0 auto;aspect-ratio:4/3;display:block;flex-shrink:1;min-width:0;min-height:0}._mapImageWrapper_qeplo_94{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._replaceMapImageButton_qeplo_394{background:#1e3a5f;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;opacity:1;flex-shrink:0;white-space:nowrap;font-size:.875rem;font-weight:500;height:32px}._replaceMapImageButton_qeplo_394:hover{background:#2d4a70}._replaceMapImageButton_qeplo_394:disabled{opacity:.5;cursor:not-allowed}._replaceMapImageButton_qeplo_394:focus{outline:none}._replaceMapImageButton_qeplo_394 svg{width:16px;height:16px;flex-shrink:0}._replaceMapImageButton_qeplo_394 span{font-size:.875rem;font-weight:500}._terminalBackground_qeplo_100{width:100%;height:100%;object-fit:contain;display:block;flex-shrink:0}._adSpot_qeplo_448{position:absolute;width:20px;height:20px;cursor:pointer;transform:translate(-50%,-50%);transition:all .2s ease;z-index:10}._adSpot_qeplo_448:hover{transform:translate(-50%,-50%) scale(1.2)}._adSpotInner_qeplo_462{width:100%;height:100%;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 6px #0000004d}._adSpot_qeplo_448._available_qeplo_471 ._adSpotInner_qeplo_462{background:#28a745}._adSpot_qeplo_448._partial_qeplo_475 ._adSpotInner_qeplo_462{background:#ffc107}._adSpot_qeplo_448._unavailable_qeplo_479 ._adSpotInner_qeplo_462{background:#dc3545}._adSpot_qeplo_448._archived_qeplo_483 ._adSpotInner_qeplo_462{background:#6c757d}._adSpot_qeplo_448._booked_qeplo_487 ._adSpotInner_qeplo_462,._adSpot_qeplo_448._occupied_qeplo_492 ._adSpotInner_qeplo_462{background:#dc3545}._adSpot_qeplo_448:hover ._adSpotInner_qeplo_462{box-shadow:0 4px 12px #0006}._adSpaceTooltip_qeplo_501{pointer-events:none;z-index:1000;position:absolute}._tooltipContent_qeplo_507{background:#000000e6;color:#fff;padding:.75rem;border-radius:6px;font-size:12px;white-space:nowrap;box-shadow:0 4px 12px #0000004d;position:relative}._tooltipContent_qeplo_507:after{content:"";position:absolute;bottom:-6px;right:8px;border:6px solid transparent;border-top-color:#000000e6}._tooltipCode_qeplo_527{font-weight:700;font-size:14px;margin-bottom:.25rem}._tooltipName_qeplo_533{font-size:11px;margin-bottom:.25rem;opacity:.9}._tooltipLocation_qeplo_539{font-size:10px;margin-bottom:.25rem;opacity:.8}._tooltipAvailability_qeplo_545{font-size:10px;opacity:.8}._legendContainer_qeplo_551{position:absolute;bottom:1rem;right:1rem;z-index:20;margin:12px}._legendIcon_qeplo_560{width:48px;height:48px;border-radius:50%;background:#1e3a5f;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1e3a5f59;transition:background-color .2s ease,box-shadow .2s ease;position:relative}._legendIcon_qeplo_560:hover{background:#2d4a70;box-shadow:0 6px 16px #1e3a5f66}._legendIcon_qeplo_560._expanded_qeplo_581{background:#6c757d}._legendIcon_qeplo_560._expanded_qeplo_581:hover{background:#5a6268}._availabilityLegend_qeplo_590{position:absolute;bottom:60px;right:0;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:200px;z-index:21;border:1px solid #dee2e6}._legendHeader_qeplo_603{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}._legendHeader_qeplo_603 h4{margin:0;color:#495057;font-size:14px;font-weight:600}._legendClose_qeplo_619{background:none;border:none;font-size:18px;color:#6c757d;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._legendClose_qeplo_619:hover{background:#f8f9fa;color:#495057}._legendItems_qeplo_640{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._legendItem_qeplo_640{display:flex;align-items:center;gap:.5rem;font-size:12px;color:#495057}._legendDot_qeplo_655{width:12px;height:12px;border-radius:50%;border:1px solid #fff;box-shadow:0 1px 3px #0000004d;flex-shrink:0}._legendDates_qeplo_664{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e9ecef}._legendDates_qeplo_664 small{color:#6c757d;font-size:10px;line-height:1.3}._popupOverlay_qeplo_677{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:100;padding:1rem;animation:_fadeIn_qeplo_1 .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);isolation:isolate}@keyframes _fadeIn_qeplo_1{0%{opacity:0}to{opacity:1}}._popupContent_qeplo_703{background:#f1f5f9;border-radius:12px;box-shadow:0 12px 40px #0f223838;max-width:520px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:_slideUp_qeplo_1 .2s ease-out;transform-origin:center}@keyframes _slideUp_qeplo_1{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._popupHeader_qeplo_728{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);background:linear-gradient(180deg,#1a2b4a,#152238);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}._popupHeader_qeplo_728 h3{margin:0;color:#fff;font-size:1.05rem;font-weight:600;line-height:1.25;min-width:0}._closeButton_qeplo_749{background:none;border:none;font-size:24px;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;outline:none}._closeButton_qeplo_749:hover{background:#e9ecef}._closeButton_qeplo_749:focus{outline:none}._popupBody_qeplo_774{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem clamp(12px,3vw,16px) 1.25rem;display:flex;flex-direction:column;gap:.85rem}._adSpaceModalPanel_qeplo_785{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0f22380d;padding:1rem 1.1rem}._adSpaceModalPanelTitle_qeplo_793{margin:0 0 .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}._adSpaceModalDl_qeplo_802{display:grid;grid-template-columns:minmax(96px,32%) 1fr;gap:.5rem .75rem;margin:0;font-size:.875rem;align-items:start}._adSpaceModalDl_qeplo_802 dt{margin:0;font-weight:600;color:#334155}._adSpaceModalDl_qeplo_802 dd{margin:0;color:#475569;min-width:0;line-height:1.45}._adSpaceModalDescription_qeplo_824{margin:0;font-size:.875rem;line-height:1.55;color:#475569;white-space:pre-wrap}._adSpaceModalPanel_qeplo_785 ._detailRow_qeplo_832{border-bottom:none;padding:0;margin:0}._adSpaceModalPanel_qeplo_785 ._detailRow_qeplo_832 label{color:#475569;font-weight:600;font-size:.8125rem}._adSpaceModalPanel_qeplo_785 ._documentsSection_qeplo_844{width:100%}._popupBody_qeplo_774 ._adSpaceModalPanel_qeplo_785 ._bookingSection_qeplo_848{margin:0;padding:0;border:none;background:transparent;box-shadow:none}._popupBody_qeplo_774 ._adSpaceModalPanel_qeplo_785 ._bookingSection_qeplo_848 h4{margin-top:0;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}._adImage_qeplo_865{margin:0;border-radius:8px;overflow:hidden;background:#f1f5f9;height:360px;min-height:280px;max-height:min(40vh,400px);display:flex;align-items:center;justify-content:center}._adImage_qeplo_865 .carousel{max-width:100%;width:100%;height:100%}._adImage_qeplo_865 .carouselContainer{height:100%}._adImage_qeplo_865 .imageContainer{height:100%;width:100%}._adImage_qeplo_865 .carouselImage{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}._adDetails_qeplo_901{display:flex;flex-direction:column;gap:.85rem}._detailRow_qeplo_832{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid #e9ecef}._detailRow_qeplo_832:has(._documentsSection_qeplo_844){align-items:flex-start;flex-direction:column;gap:.5rem}._detailRow_qeplo_832:last-child{border-bottom:none}._detailRow_qeplo_832 label{font-weight:600;color:#495057;font-size:14px}._detailRow_qeplo_832 span{color:#6c757d;font-size:14px;margin-left:1rem;flex:1}._status_qeplo_938._available_qeplo_471{color:#28a745;font-weight:600}._status_qeplo_938._partial_qeplo_475{color:#ffc107;font-weight:600}._status_qeplo_938._unavailable_qeplo_479{color:#dc3545;font-weight:600}._status_qeplo_938._reserved_qeplo_953{color:#9e9e9e;font-weight:600}._status_qeplo_938._occupied_qeplo_492{color:#dc3545;font-weight:600}._popupFooter_qeplo_963{flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:1rem;justify-content:flex-end}._bookButton_qeplo_973{background:#fd7e14;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease;outline:none}._bookButton_qeplo_973:hover{background:#e8690b}._bookButton_qeplo_973:focus{outline:none}._waitlistButton_qeplo_993{background:#fd7e14;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease;outline:none}._waitlistButton_qeplo_993:hover{background:#e8690b}._waitlistButton_qeplo_993:focus{outline:none}._cancelButton_qeplo_1013{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease;outline:none}._cancelButton_qeplo_1013:hover{background:#545b62}@media(max-width:1024px){._airportDetailContent_qeplo_20{padding:.5rem}._terminalMap_qeplo_36{padding:.75rem;height:calc(100vh - 180px);min-height:450px}._adSpot_qeplo_448{width:18px;height:18px}._popupContent_qeplo_703{margin:1rem}._legend_qeplo_551{max-width:250px;top:.5rem;right:.5rem}}._dateRanges_qeplo_1061{display:flex;flex-direction:column;gap:.5rem}._dateRange_qeplo_1061{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:#f8f9fa;border-radius:4px}._dateRangeText_qeplo_1076{font-weight:500;color:#495057}._availabilityIndicator_qeplo_1081{font-size:12px;font-weight:500}._availabilityIndicator_qeplo_1081._compatible_qeplo_1086{color:#00aeef}._availabilityIndicator_qeplo_1081._notCompatible_qeplo_1090{color:#dc3545}._compatibilityStatus_qeplo_1100{font-weight:600}._compatibilityStatus_qeplo_1100._available_qeplo_471{color:#00aeef}._compatibilityStatus_qeplo_1100._unavailable_qeplo_479{color:#dc3545}._detail-row_qeplo_1112{margin-bottom:1rem}._detailRow_qeplo_832:last-child{margin-bottom:0}@media(max-width:768px){._airportHeader_qeplo_221{flex-direction:column;align-items:flex-start;text-align:left}._terminalMap_qeplo_36{padding:.5rem;height:calc(100vh - 150px);min-height:350px}._adSpot_qeplo_448{width:16px;height:16px}._popupOverlay_qeplo_677{padding:.5rem}._popupFooter_qeplo_963{flex-direction:column}._legendContainer_qeplo_551{position:fixed;bottom:1rem;right:1rem;margin:0}._availabilityLegend_qeplo_590{bottom:60px;right:0;left:auto;min-width:180px}._terminalMap_qeplo_36{flex-direction:column}}._dateRanges_qeplo_1061{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}._dateRange_qeplo_1061{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;border-radius:4px;background:#f8f9fa}._dateRangeText_qeplo_1076{font-weight:500;font-size:13px}._dateRangeText_qeplo_1076._booked_qeplo_487{color:#000}._dateRangeText_qeplo_1076._available_qeplo_471{color:#c2410c}._noBookings_qeplo_1195{padding:.5rem;background:#d4edda;border-radius:4px;border:1px solid #c3e6cb}._bookingInfo_qeplo_1202{display:flex;flex-direction:column;gap:.25rem}._clientName_qeplo_1208{font-size:12px;color:#6c757d;font-style:italic;margin-top:.25rem}._bookingField_qeplo_1217{margin-bottom:1rem}._bookingField_qeplo_1217:last-child{margin-bottom:0}._bookingField_qeplo_1217 label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057;font-size:14px}._bookingField_qeplo_1217 input[type=text]{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:14px;transition:border-color .2s ease}._bookingField_qeplo_1217 input[type=text]:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef33}._bookingReadOnlyValue_qeplo_1248{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;color:#212529;background:#f8f9fa;box-sizing:border-box;min-height:2.25rem;display:flex;align-items:center}._imagesList_qeplo_1262{display:flex;flex-direction:column;gap:.75rem}._imageItem_qeplo_1268{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px}._imageFileInput_qeplo_1278{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:14px;background:#fff;cursor:pointer}._imageFileInput_qeplo_1278:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef33}._imagePreview_qeplo_1294{max-width:120px;max-height:120px;border-radius:4px;overflow:hidden;border:1px solid #dee2e6;align-self:flex-start}._imagePreview_qeplo_1294 img{width:100%;height:100%;object-fit:cover}._imageItemControls_qeplo_1309{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}._imageIndex_qeplo_1316{font-size:12px;color:#6c757d;font-weight:500}._removeImageButton_qeplo_1322{background:#dc3545;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;cursor:pointer;font-size:12px;font-weight:500;transition:background-color .2s ease;outline:none}._removeImageButton_qeplo_1322:hover{background:#c82333}._removeImageButton_qeplo_1322:focus{outline:none}._addImageButton_qeplo_1343{background:#00aeef;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease;align-self:flex-start;outline:none}._addImageButton_qeplo_1343:hover{background:#0099d6}._addImageButton_qeplo_1343:focus{outline:none}._availabilityIndicator_qeplo_1081{font-size:12px;font-weight:500;padding:.25rem .5rem;border-radius:3px;display:inline-block}._availabilityIndicator_qeplo_1081._conflict_qeplo_1373{background:#f8d7da;color:#721c24}._availabilityIndicator_qeplo_1081._noConflict_qeplo_1378{background:#d4edda;color:#155724}._campaignCompatibility_qeplo_1094{border-top:1px solid #e9ecef;padding-top:1rem;margin-top:1rem}._compatibilityStatus_qeplo_1100{font-weight:600;padding:.5rem;border-radius:4px;display:inline-block}._compatibilityStatus_qeplo_1100._available_qeplo_471{background:#d4edda;color:#155724}._compatibilityStatus_qeplo_1100._unavailable_qeplo_479{background:#f8d7da;color:#721c24}._availabilityIndicator_qeplo_1081 svg,._compatibilityStatus_qeplo_1100 svg{display:inline-block;margin-right:.5rem;vertical-align:middle;flex-shrink:0}._availabilityIndicator_qeplo_1081,._compatibilityStatus_qeplo_1100{display:flex;align-items:center}._terminalCarouselHeader_qeplo_1426{display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;background:#fff;border-radius:8px;margin:0 1rem .5rem;box-shadow:0 2px 4px #0000001a;position:relative}._terminalTitleSection_qeplo_1438{position:absolute;left:1rem;display:flex;align-items:center;gap:1.5rem}._terminalTitle_qeplo_1438{font-size:1.5rem;font-weight:600;color:#1a365d;margin:0}._infoButton_qeplo_1453{width:24px;height:24px;border:2px solid #1e3a5f;background:#fff;color:#1e3a5f;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;transition:background-color .2s ease;font-family:serif;outline:none}._infoButton_qeplo_1453:hover{background:#1e3a5f;color:#fff}._infoButton_qeplo_1453:focus{outline:none}._terminalInfo_qeplo_1480{flex:1}._terminalDescription_qeplo_1484{font-size:1rem;color:#4a5568;margin:0 0 1rem;line-height:1.5}._terminalDetails_qeplo_1491{display:flex;flex-direction:column;gap:.5rem}._terminalAirlines_qeplo_1497,._terminalAmenities_qeplo_1498{font-size:.9rem;color:#2d3748}._terminalAirlines_qeplo_1497 strong,._terminalAmenities_qeplo_1498 strong{color:#1a365d}._terminalNavigation_qeplo_1508{display:flex;align-items:center;gap:1rem}._navButton_qeplo_1514{width:40px;height:40px;border:2px solid #1e3a5f;background:#fff;color:#1e3a5f;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;transition:background-color .2s ease;outline:none}._navButton_qeplo_1514:hover:not(:disabled){background:#1e3a5f;color:#fff}._navButton_qeplo_1514:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}._navButton_qeplo_1514:focus{outline:none}._terminalDots_qeplo_1546{display:flex;gap:.5rem}._terminalDot_qeplo_1546{width:32px;height:32px;border:2px solid #dee2e6;background:#fff;color:#6c757d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:500;transition:all .2s ease}._terminalDot_qeplo_1546:hover{border-color:#1e3a5f;color:#1e3a5f}._terminalDot_qeplo_1546._active_qeplo_1572{background:#1e3a5f;border-color:#1e3a5f;color:#fff}@media(max-width:768px){._terminalCarouselHeader_qeplo_1426{flex-direction:column;gap:.5rem;margin:0 .5rem .5rem;padding:.5rem;position:static}._terminalTitleSection_qeplo_1438{position:static;align-self:flex-start}._terminalNavigation_qeplo_1508{align-self:center}._terminalTitle_qeplo_1438{font-size:1.25rem}._navButton_qeplo_1514{width:36px;height:36px;font-size:1rem}._terminalDot_qeplo_1546{width:28px;height:28px;font-size:.8rem}}._modalOverlay_qeplo_1615{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_qeplo_1 .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._terminalInfoModal_qeplo_1630{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;max-width:500px;width:90%;max-height:80vh;overflow:hidden}._modalHeader_qeplo_1640{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238);color:#fff}._modalHeader_qeplo_1640 h3{margin:0;font-size:1.05rem;font-weight:600;color:#fff;line-height:1.25;min-width:0}._closeButton_qeplo_749{width:32px;height:32px;border:none;background:transparent;color:#6c757d;font-size:1.5rem;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;outline:none}._closeButton_qeplo_749:hover{background:#e9ecef;color:#495057}._terminalInfoModal_qeplo_1630 ._modalContent_qeplo_1681{padding:1.1rem clamp(12px,3vw,18px) 1.25rem;overflow-y:auto;max-height:calc(80vh - 120px);background:#f1f5f9}._modalDescription_qeplo_1688{font-size:1rem;color:#4a5568;line-height:1.6;margin:0 0 1.5rem}._modalSection_qeplo_1695{margin-bottom:1.25rem}._modalSection_qeplo_1695:last-child{margin-bottom:0}._modalSection_qeplo_1695 h4{font-size:1rem;font-weight:600;color:#1a365d;margin:0 0 .5rem}._modalSection_qeplo_1695 p{font-size:.95rem;color:#2d3748;line-height:1.5;margin:0}._bookingSection_qeplo_848{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;position:relative;overflow:visible}._bookingSection_qeplo_848 h4{margin:0 0 1rem;color:#495057;font-size:1.1rem;font-weight:600}._bookingDates_qeplo_1735{display:flex;gap:1rem;position:relative;overflow:visible}._documentsSection_qeplo_844{flex:1;margin-left:1rem;min-width:0;max-width:100%;overflow:hidden}._documentsList_qeplo_1751{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;overflow-x:hidden;padding:4px;border:1px solid #e9ecef;border-radius:8px;background:#fff;width:100%;max-width:100%;box-sizing:border-box}._documentsList_qeplo_1751::-webkit-scrollbar{width:8px}._documentsList_qeplo_1751::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}._documentsList_qeplo_1751::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}._documentsList_qeplo_1751::-webkit-scrollbar-thumb:hover{background:#999}._documentListItem_qeplo_1785{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e9ecef;border-radius:6px;background:#fff;transition:all .2s ease;min-width:0;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}._documentListItem_qeplo_1785:hover{border-color:#00aeef;box-shadow:0 2px 4px #00aeef1a}._documentIcon_qeplo_1806{font-size:24px;line-height:1;flex-shrink:0;width:32px;display:flex;align-items:center;justify-content:center}._documentName_qeplo_1816{flex:1;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:calc(100% - 60px)}._documentDownloadButton_qeplo_1827{background:#00aeef;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}._documentDownloadButton_qeplo_1827:hover{background:#0096d1;transform:translateY(-1px);box-shadow:0 2px 6px #00aeef4d}._documentDownloadButton_qeplo_1827:active{transform:translateY(0)}._documentDownloadButton_qeplo_1827:focus{outline:none}._downloadIcon_qeplo_1858{width:16px;height:16px;color:#fff;fill:currentColor;display:flex;align-items:center;justify-content:center}._noDocuments_qeplo_1868,._loadingState_qeplo_1874{color:#6c757d;font-size:14px;font-style:italic}._dateInput_qeplo_1880{flex:1}._dateInput_qeplo_1880 label{display:block;font-size:.9rem;font-weight:500;color:#495057;margin-bottom:.5rem}._dateInput_qeplo_1880 input{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:.9rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}._dateInput_qeplo_1880 input:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._dateInput_qeplo_1880 input:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}@media(max-width:768px){._bookingDates_qeplo_1735{flex-direction:column}}._terminalActions_qeplo_1921{display:flex;align-items:center;gap:.5rem}._toggleGroup_qeplo_1928{display:flex;align-items:center;gap:1.5rem}._editModeToggleLabel_qeplo_1934{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._toggleText_qeplo_1942{font-size:.9rem;font-weight:500;color:#495057}._toggleInput_qeplo_1948{position:absolute;opacity:0;width:0;height:0}._toggleSwitch_qeplo_1955{position:relative;width:44px;height:24px;background-color:#ced4da;border-radius:12px;transition:background-color .2s ease;flex-shrink:0}._toggleSwitch_qeplo_1955:before{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}._toggleInput_qeplo_1948:checked+._toggleSwitch_qeplo_1955{background-color:#1e3a5f}._toggleInput_qeplo_1948:checked+._toggleSwitch_qeplo_1955:before{transform:translate(20px)}._editModeIndicator_qeplo_1986{position:absolute;top:1rem;left:1rem;z-index:10;background:#dc3545e6;color:#fff;padding:.75rem 1rem;border-radius:6px;box-shadow:0 2px 8px #0003;animation:_slideIn_qeplo_1 .3s ease-out}._editModeText_qeplo_1999{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}@keyframes _slideIn_qeplo_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._modalOverlay_qeplo_1615{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}._modalContent_qeplo_1681{background:#f1f5f9;border-radius:12px;box-shadow:0 12px 40px #0f223838;width:100%;max-width:520px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:_modalSlideIn_qeplo_1 .3s ease-out}@keyframes _modalSlideIn_qeplo_1{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}._modalContent_qeplo_1681>._modalHeader_qeplo_1640{flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238)}._modalContent_qeplo_1681>._modalHeader_qeplo_1640 h3{margin:0;color:#fff;font-size:1.05rem;font-weight:600}._closeButton_qeplo_749{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s ease;outline:none}._closeButton_qeplo_749:hover{color:#dc3545}._modalForm_qeplo_2088{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem clamp(12px,3vw,16px) 1.25rem;display:flex;flex-direction:column;gap:.85rem}._modalForm_qeplo_2088 ._formGroup_qeplo_2098{margin-bottom:.75rem}._modalForm_qeplo_2088 ._formGroup_qeplo_2098:last-child{margin-bottom:0}._modalForm_qeplo_2088>._adSpaceImagesSection_qeplo_2106,._modalForm_qeplo_2088>._bookingsSection_qeplo_2107{margin-top:0;margin-bottom:0}._modalForm_qeplo_2088 ._adSpaceImagesSection_qeplo_2106{border:1px solid #e2e8f0;border-width:1px;box-shadow:0 1px 2px #0f22380d}._modalForm_qeplo_2088 ._bookingsSection_qeplo_2107{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0f22380d}._formGroup_qeplo_2098{margin-bottom:1rem}._formGroup_qeplo_2098 label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057;font-size:.9rem}._formGroup_qeplo_2098 label._editModeToggleLabel_qeplo_1934{display:flex;margin-bottom:0;align-items:center}._formGroup_qeplo_2098 input,._formGroup_qeplo_2098 select,._formGroup_qeplo_2098 textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}._formGroup_qeplo_2098 input:focus,._formGroup_qeplo_2098 select:focus,._formGroup_qeplo_2098 textarea:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._customSelect_qeplo_2163{position:relative;width:100%}._selectButton_qeplo_2168{width:100%;border:1px solid #ced4da;border-radius:4px;background:#fff;font-size:.9rem;color:#495057;padding:.75rem;outline:none;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}._selectButton_qeplo_2168:hover{border-color:#adb5bd}._selectButton_qeplo_2168:focus{outline:none}._selectButton_qeplo_2168 svg{flex-shrink:0;margin-left:.5rem;transition:transform .2s ease;color:#6b7280}._selectDropdown_qeplo_2201{position:absolute;top:calc(100% + .1rem);left:0;right:0;width:100%;background:#fff;border:1px solid #ced4da;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000014;z-index:1000;max-height:200px;overflow-y:auto}._selectOption_qeplo_2217{width:100%;padding:.75rem;border:none;background:#fff;text-align:left;font-size:.9rem;color:#495057;cursor:pointer;transition:background-color .2s ease}._selectOption_qeplo_2217:hover{background-color:#f8f9fa}._selectOptionActive_qeplo_2233{background-color:#e7f5ff;color:#00aeef;font-weight:500}._formRow_qeplo_2239{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._positionInfo_qeplo_2245{background:#f8f9fa;padding:.5rem;border-radius:4px;font-family:monospace;font-size:.85rem;color:#6c757d}._fileInput_qeplo_2254{padding:.5rem!important;border:2px dashed #ced4da!important;background:#f8f9fa;cursor:pointer;transition:all .2s ease}._fileInput_qeplo_2254:hover{border-color:#00b4d8!important;background:#e3f2fd}._imagePreview_qeplo_1294{margin-top:.5rem;text-align:center}._imagePreview_qeplo_1294 img{max-width:200px;max-height:150px;border-radius:4px;box-shadow:0 2px 8px #0000001a}._imageLabel_qeplo_2279{margin:0 0 .5rem;font-size:.9rem;font-weight:500;color:#495057}._modalActions_qeplo_2286{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #e9ecef}._deleteSection_qeplo_2295{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef;display:flex;justify-content:center}._cancelButton_qeplo_1013,._saveButton_qeplo_2304{padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:.9rem;outline:none}._cancelButton_qeplo_1013{background:#6c757d;color:#fff}._cancelButton_qeplo_1013:hover{background:#5a6268}._cancelButton_qeplo_1013:focus{outline:none}._saveButton_qeplo_2304{background:#00aeef;color:#fff}._saveButton_qeplo_2304:hover{background:#0099d6}._saveButton_qeplo_2304:focus{outline:none}._popupFooter_qeplo_963{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid #e9ecef;background:#f8f9fa}._popupActions_qeplo_2351{display:flex;gap:.75rem;justify-content:flex-end;align-items:center}._adminActions_qeplo_2358{display:flex;justify-content:center;padding-top:.75rem;border-top:1px solid #dee2e6}._deleteButton_qeplo_2365{display:flex;align-items:center;gap:.5rem;background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}._deleteButton_qeplo_2365:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 4px #dc35454d}._deleteButton_qeplo_2365:active{transform:translateY(0)}._deleteButton_qeplo_2365:focus{outline:none}._modalBody_qeplo_2396{padding:1.5rem;text-align:center}._warningContent_qeplo_2407 h4{color:#dc3545;margin-bottom:1rem;font-size:1.1rem}._warningContent_qeplo_2407 p{margin-bottom:.5rem;color:#495057}._warningNote_qeplo_2418{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:.75rem;margin-top:1rem}._warningNote_qeplo_2418 p{margin:0;color:#856404;font-size:.9rem}._confirmDeleteButton_qeplo_2432{display:flex;align-items:center;gap:.5rem;background:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}._confirmDeleteButton_qeplo_2432:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 4px #dc35454d}._confirmDeleteButton_qeplo_2432:active{transform:translateY(0)}@media(max-width:768px){._formRow_qeplo_2239{grid-template-columns:1fr}._modalActions_qeplo_2286{flex-direction:column}._cancelButton_qeplo_1013,._saveButton_qeplo_2304{width:100%}._popupActions_qeplo_2351{flex-direction:column;align-items:stretch}._popupActions_qeplo_2351 button{width:100%;outline:none}._popupActions_qeplo_2351 button:focus{outline:none}}._draggable_qeplo_2487{cursor:grab;transition:none}._draggable_qeplo_2487:hover{cursor:grab}._draggable_qeplo_2487:active{cursor:grabbing!important}._terminalImageContainer_qeplo_80{position:relative}._terminalImageContainer_qeplo_80._dragOver_qeplo_2504{background-color:#1e3a5f14;border:2px dashed #1e3a5f}._adSpot_qeplo_448._dragging_qeplo_2510{opacity:.7;transform:scale(1.1);z-index:100;pointer-events:none}._adSpaceImagesSection_qeplo_2106{margin:1.5rem 0;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0f;display:flex;flex-direction:column}._sectionHeader_qeplo_2529{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem;flex-shrink:0}._imageContentScrollable_qeplo_2537{max-height:33vh;overflow-y:auto;overflow-x:hidden;padding-right:4px}._imageContentScrollable_qeplo_2537::-webkit-scrollbar{width:8px}._imageContentScrollable_qeplo_2537::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._imageContentScrollable_qeplo_2537::-webkit-scrollbar-thumb{background:#2b7db9;border-radius:4px}._imageContentScrollable_qeplo_2537::-webkit-scrollbar-thumb:hover{background:#1d3557}._sectionHeader_qeplo_2529 h4{margin:0;color:#333;font-size:1.2rem;font-weight:600}._sectionDescription_qeplo_2569{color:#666;font-size:.875rem;font-style:italic}._bookingsSection_qeplo_2107{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6}._bookingsSection_qeplo_2107 h4{margin:0 0 1rem;color:#495057;font-size:1.1rem;font-weight:600}._bookingsHeader_qeplo_2591{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._addBookingButton_qeplo_2598{background:#00aeef;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease;outline:none}._addBookingButton_qeplo_2598:hover:not(:disabled){background:#0088c4}._addBookingButton_qeplo_2598:disabled{background:#6c757d;cursor:not-allowed}._addBookingButton_qeplo_2598:focus{outline:none}._newBookingForm_qeplo_2624{background:#fff;border-radius:8px;border:1px solid #dee2e6;margin-bottom:1rem;overflow:visible;box-shadow:0 2px 4px #0000001a}._bookingFormHeader_qeplo_2633{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}._bookingFormHeader_qeplo_2633 h5{margin:0;color:#495057;font-size:1rem;font-weight:600}._closeFormButton_qeplo_2649{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;outline:none}._closeFormButton_qeplo_2649:hover{background:#e9ecef;color:#495057}._closeFormButton_qeplo_2649:focus{outline:none}._bookingFormContent_qeplo_2670{padding:1rem}._bookingFormActions_qeplo_2674{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem;background:#f8f9fa;border-top:1px solid #e9ecef}._noBookings_qeplo_1195{text-align:center;padding:2rem;color:#6c757d;font-style:italic}._bookingsList_qeplo_2690{display:flex;flex-direction:column;gap:.75rem}._bookingItem_qeplo_2696{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #dee2e6;border-radius:6px;transition:all .2s ease}._bookingItem_qeplo_2696:hover{box-shadow:0 2px 4px #0000001a}._bookingItem_qeplo_2696._pastBooking_qeplo_2711{background:#f8f9fa;opacity:.7}._bookingItem_qeplo_2696._editingBooking_qeplo_2716{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f22380f}._bookingDates_qeplo_1735{display:flex;flex-direction:column;gap:.25rem}._bookingClient_qeplo_2728{margin:.5rem 0;font-size:14px;color:#333}._bookingImages_qeplo_2734{margin:.5rem 0;font-size:14px;color:#666}._bookingDate_qeplo_1735{font-weight:500;color:#495057;font-size:.9rem}._bookingStatus_qeplo_2746{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}._pastLabel_qeplo_2754,._currentLabel_qeplo_2755,._futureLabel_qeplo_2756,._cancelledLabel_qeplo_2757,._archivedBookingLabel_qeplo_2758{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:600;padding:.2rem .55rem;border-radius:9999px;line-height:1.25;letter-spacing:.01em;font-style:normal;border:1px solid transparent}._pastLabel_qeplo_2754{background:#8fa1b9;color:#1d3557;border-color:#1d355733}._currentLabel_qeplo_2755{background:#1d3557;color:#fff;border-color:#ffffff26}._futureLabel_qeplo_2756{background:#2b7db9;color:#fff;border-color:#ffffff26}._cancelledLabel_qeplo_2757{background:#94a3b8;color:#fff;text-decoration:line-through;text-decoration-thickness:1px;border-color:#fff3;opacity:.95}._archivedBookingLabel_qeplo_2758{background:#64748b;color:#fff;border-color:#fff3}._confirmationModal_qeplo_2805{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;position:relative}._confirmationHeader_qeplo_2816{padding:1.5rem 1.5rem 0;border-bottom:1px solid #e9ecef}._confirmationHeader_qeplo_2816 h3{margin:0;color:#333;font-size:1.25rem;font-weight:600}._confirmationContent_qeplo_2828{padding:1.5rem;text-align:center}._warningIcon_qeplo_2401{margin-bottom:1rem;display:flex;justify-content:center}._warningText_qeplo_2839{margin:0;color:#495057;font-size:1rem;line-height:1.5}._confirmationActions_qeplo_2846{padding:1rem 1.5rem 1.5rem;display:flex;gap:1rem;justify-content:center}._confirmButton_qeplo_2853{background:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;outline:none}._confirmButton_qeplo_2853:hover{background:#c82333}._confirmButton_qeplo_2853:focus{outline:none}._bookingActions_qeplo_2874{display:flex;gap:.5rem}._editBookingButton_qeplo_2879{background:#00aeef;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._editBookingButton_qeplo_2879:hover:not(:disabled){background:#0088c4;transform:translateY(-1px);box-shadow:0 2px 4px #00aeef4d}._editBookingButton_qeplo_2879:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}._editBookingButton_qeplo_2879:active:not(:disabled){transform:translateY(0)}._cancelBookingButton_qeplo_2907{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelBookingButton_qeplo_2907:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 2px 4px #dc35454d}._cancelBookingButton_qeplo_2907:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}._cancelBookingButton_qeplo_2907:active:not(:disabled){transform:translateY(0)}._reinstateBookingButton_qeplo_2935{background:#00aeef;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._reinstateBookingButton_qeplo_2935:hover{background:#0099d6;transform:translateY(-1px);box-shadow:0 2px 4px #28a7454d}._reinstateBookingButton_qeplo_2935:active{transform:translateY(0)}._reinstateBookingButton_qeplo_2935:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}._reinstateBookingButton_qeplo_2935:disabled:hover{background:#6c757d;transform:none;box-shadow:none}._bookingEditForm_qeplo_2970{width:100%;display:flex;flex-direction:column;gap:1rem}._bookingEditDates_qeplo_2977{display:flex;gap:1rem;flex-wrap:wrap}._adminNote_qeplo_2983{width:100%;margin-bottom:.5rem;padding:.5rem;background:#00aeef1a;border:1px solid rgba(0,174,239,.3);border-radius:4px;text-align:center}._adminNote_qeplo_2983 small{color:#00aeef;font-weight:500;font-size:12px}._bookingDateInput_qeplo_2999{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:150px}._bookingDateInput_qeplo_2999 label{font-size:.8rem;font-weight:500;color:#495057}._bookingDateInput_qeplo_2999 input{padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;transition:border-color .2s ease}._bookingDateInput_qeplo_2999 input:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef40}._bookingEditActions_qeplo_3027{display:flex;gap:.5rem;justify-content:flex-end;align-items:center;flex-wrap:wrap}._bookingArchiveAction_qeplo_3035{margin-right:auto}._saveBookingButton_qeplo_3039{background:#00aeef;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._saveBookingButton_qeplo_3039:hover{background:#0099d6;transform:translateY(-1px);box-shadow:0 2px 4px #28a7454d}._saveBookingButton_qeplo_3039:active{transform:translateY(0)}._cancelEditButton_qeplo_3061{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelEditButton_qeplo_3061:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 2px 4px #6c757d4d}._cancelEditButton_qeplo_3061:active{transform:translateY(0)}@media(max-width:768px){._bookingItem_qeplo_2696{flex-direction:column;align-items:flex-start;gap:.75rem}._bookingActions_qeplo_2874{width:100%;justify-content:flex-end}._bookingEditDates_qeplo_2977{flex-direction:column;gap:.75rem}._bookingDateInput_qeplo_2999{min-width:unset}._bookingEditActions_qeplo_3027{width:100%;justify-content:stretch}._saveBookingButton_qeplo_3039,._cancelEditButton_qeplo_3061,._cancelBookingButton_qeplo_2907{flex:1}._bookingArchiveAction_qeplo_3035{margin-right:0;width:100%;order:3}._saveBookingButton_qeplo_3039{order:1}._cancelEditButton_qeplo_3061{order:2}}._loadingImageState_qeplo_3131{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666;min-height:300px}._loadingImageState_qeplo_3131 p{margin-top:16px;font-size:14px}._spinner_qeplo_3146{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #00AEEF;border-radius:50%;animation:_spin_qeplo_3146 1s linear infinite}@keyframes _spin_qeplo_3146{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._adSpaceEditorModal_qeplo_3161 ._saveButton_qeplo_2304{background:#ea580c;color:#fff}._adSpaceEditorModal_qeplo_3161 ._saveButton_qeplo_2304:hover{background:#c2410c;box-shadow:0 2px 8px #ea580c59}._adSpaceEditorModal_qeplo_3161 ._addBookingButton_qeplo_2598{background:#ea580c}._adSpaceEditorModal_qeplo_3161 ._addBookingButton_qeplo_2598:hover:not(:disabled){background:#c2410c;box-shadow:0 2px 6px #ea580c59}._adSpaceEditorModal_qeplo_3161 ._editBookingButton_qeplo_2879{background:#ea580c}._adSpaceEditorModal_qeplo_3161 ._editBookingButton_qeplo_2879:hover:not(:disabled){background:#c2410c;box-shadow:0 2px 4px #ea580c59}._adSpaceEditorModal_qeplo_3161 ._reinstateBookingButton_qeplo_2935{background:#ea580c}._adSpaceEditorModal_qeplo_3161 ._reinstateBookingButton_qeplo_2935:hover{background:#c2410c;box-shadow:0 2px 4px #ea580c59}._adSpaceEditorModal_qeplo_3161 ._saveBookingButton_qeplo_3039{background:#ea580c}._adSpaceEditorModal_qeplo_3161 ._saveBookingButton_qeplo_3039:hover{background:#c2410c;box-shadow:0 2px 4px #ea580c59}._adSpaceEditorModal_qeplo_3161 ._addImageButton_qeplo_1343{background:#ea580c}._adSpaceEditorModal_qeplo_3161 ._addImageButton_qeplo_1343:hover{background:#c2410c}._adSpaceEditorModal_qeplo_3161 ._cancelBookingButton_qeplo_2907{background:transparent;color:#ea580c;border:2px solid #ea580c;box-shadow:none}._adSpaceEditorModal_qeplo_3161 ._cancelBookingButton_qeplo_2907:hover:not(:disabled){background:#fff7ed;color:#c2410c;border-color:#c2410c;box-shadow:0 2px 4px #ea580c33}._adSpaceEditorModal_qeplo_3161 ._removeImageButton_qeplo_1322{background:transparent;color:#ea580c;border:2px solid #ea580c;padding:.35rem .65rem}._adSpaceEditorModal_qeplo_3161 ._removeImageButton_qeplo_1322:hover{background:#fff7ed;color:#c2410c;border-color:#c2410c}._adSpaceEditorModal_qeplo_3161 ._formGroup_qeplo_2098 input:focus,._adSpaceEditorModal_qeplo_3161 ._formGroup_qeplo_2098 select:focus,._adSpaceEditorModal_qeplo_3161 ._formGroup_qeplo_2098 textarea:focus{border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}._adSpaceEditorModal_qeplo_3161 ._selectOptionActive_qeplo_2233{background-color:#fff7ed;color:#c2410c}._adSpaceEditorModal_qeplo_3161 ._bookingDateInput_qeplo_2999 input:focus{border-color:#ea580c;box-shadow:0 0 0 2px #ea580c40}._adSpaceEditorModal_qeplo_3161 ._imageContentScrollable_qeplo_2537::-webkit-scrollbar-thumb{background:#2b7db9}._adSpaceEditorModal_qeplo_3161 ._imageContentScrollable_qeplo_2537::-webkit-scrollbar-thumb:hover{background:#1d3557}._adSpaceEditorModal_qeplo_3161 ._toggleInput_qeplo_1948:checked+._toggleSwitch_qeplo_1955{background-color:#ea580c}._uploader_4zier_1{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}._header_4zier_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._headerLeft_4zier_15{display:flex;align-items:center;gap:12px}._imageCount_4zier_21{color:#666;font-size:14px;font-weight:500}._addImagesButton_4zier_27{background:#ea580c;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}._addImagesButton_4zier_27:hover:not(:disabled){background:#c2410c;transform:translateY(-1px);box-shadow:0 2px 8px #ea580c59}._addImagesButton_4zier_27:disabled{background:#6c757d;cursor:not-allowed;transform:none}._error_4zier_54{background:#fff7ed;color:#9a3412;border:1px solid #fdba74;padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:14px}._dismissError_4zier_67{background:none;border:none;color:#9a3412;font-size:20px;cursor:pointer;padding:0 4px;line-height:1;opacity:.85}._dismissError_4zier_67:hover{opacity:1}._fileInput_4zier_82{display:none}._detailThumb_4zier_87{width:2.125rem;height:2.125rem;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid #e2e8f0}._spinner_4zier_96{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #ea580c;border-radius:50%;animation:_spin_4zier_96 1s linear infinite;margin:0 auto 16px}@keyframes _spin_4zier_96{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_4zier_115{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:#666}._loadingContainer_4zier_115 p{margin:8px 0 0;font-size:14px}._imageGrid_4zier_128{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:20px}._imageCard_4zier_135{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}._imageCard_4zier_135:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._imagePreview_4zier_148{position:relative;width:100%;height:180px;overflow:hidden;background:#f8f9fa}._imagePreview_4zier_148 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._imageCard_4zier_135:hover ._imagePreview_4zier_148 img{transform:scale(1.05)}._deleteBtn_4zier_167{position:absolute;top:4px;right:4px;background:#fffffff2;color:#ea580c;border:2px solid #ea580c;border-radius:4px;width:28px;height:28px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:0;z-index:10;transition:all .2s ease;opacity:0}._imageCard_4zier_135:hover ._deleteBtn_4zier_167{opacity:1}._deleteBtn_4zier_167:hover{background:#fff7ed;color:#c2410c;border-color:#c2410c;transform:scale(1.1)}._viewAllButton_4zier_199{width:100%;padding:12px 24px;background:#ea580c;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._viewAllButton_4zier_199:hover{background:#c2410c;transform:translateY(-2px);box-shadow:0 4px 12px #ea580c59}._emptyState_4zier_218{text-align:center;padding:40px 20px;color:#666}._emptyState_4zier_218 p{margin:0 0 8px;font-size:15px}._emptyHint_4zier_229{font-size:13px;color:#999}@media(max-width:768px){._uploader_4zier_1{padding:16px}._header_4zier_8 h3{font-size:18px}._dropZone_4zier_244{padding:32px 16px}._uploadIcon_4zier_248{font-size:36px}._dropZoneText_4zier_252{font-size:14px}._imageGrid_4zier_128{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}._imagePreview_4zier_148{height:140px}}._uploader_1mzpp_1{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%;min-height:0;max-height:100%;overflow:hidden}._header_1mzpp_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._headerLeft_1mzpp_21,._headerRight_1mzpp_27{display:flex;align-items:center;gap:12px}._fileCount_1mzpp_33{color:#666;font-size:14px;font-weight:500}._addFilesButton_1mzpp_39{background:#ea580c;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}._addFilesButton_1mzpp_39:hover:not(:disabled){background:#c2410c;transform:translateY(-1px);box-shadow:0 2px 8px #ea580c59}._addFilesButton_1mzpp_39:disabled{background:#6c757d;cursor:not-allowed;transform:none}._error_1mzpp_67{background:#fff7ed;color:#9a3412;border:1px solid #fdba74;padding:12px 16px;border-radius:8px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:14px}._dismissError_1mzpp_80{background:none;border:none;color:#9a3412;font-size:20px;cursor:pointer;padding:0 4px;line-height:1;opacity:.85}._dismissError_1mzpp_80:hover{opacity:1}._fileInput_1mzpp_95{display:none}._spinner_1mzpp_99{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #ea580c;border-radius:50%;animation:_spin_1mzpp_99 1s linear infinite;margin:0 auto 16px}@keyframes _spin_1mzpp_99{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_1mzpp_118{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:#666}._loadingContainer_1mzpp_118 p{margin:8px 0 0;font-size:14px}._fileListContainer_1mzpp_132{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}._fileList_1mzpp_132{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:4px;border:1px solid #e9ecef;border-radius:8px;background:#fff;width:100%;max-width:100%;box-sizing:border-box}._fileList_1mzpp_132::-webkit-scrollbar{width:8px}._fileList_1mzpp_132::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}._fileList_1mzpp_132::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}._fileList_1mzpp_132::-webkit-scrollbar-thumb:hover{background:#999}._fileListItem_1mzpp_176{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e9ecef;border-radius:6px;background:#fff;transition:all .2s ease;min-width:0;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}._fileListItem_1mzpp_176:hover{border-color:#ea580c;box-shadow:0 2px 4px #ea580c1f}._fileIcon_1mzpp_197{font-size:24px;line-height:1;flex-shrink:0;width:32px;display:flex;align-items:center;justify-content:center}._fileName_1mzpp_207{flex:1;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:calc(100% - 80px)}._fileActions_1mzpp_218{display:flex;align-items:center;gap:8px;flex-shrink:0}._downloadButton_1mzpp_225{background:#ea580c;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}._downloadButton_1mzpp_225:hover{background:#c2410c;transform:translateY(-1px);box-shadow:0 2px 6px #ea580c59}._downloadButton_1mzpp_225:active{transform:translateY(0)}._downloadButton_1mzpp_225:focus{outline:none}._downloadIcon_1mzpp_256{width:16px;height:16px;color:#fff;fill:currentColor;display:flex;align-items:center;justify-content:center}._deleteButton_1mzpp_266{background:transparent;color:#ea580c;border:2px solid #ea580c;padding:6px 12px;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;line-height:1}._deleteButton_1mzpp_266:hover:not(:disabled){background:#fff7ed;color:#c2410c;border-color:#c2410c;transform:translateY(-1px);box-shadow:0 2px 6px #ea580c33}._deleteButton_1mzpp_266:active:not(:disabled){transform:translateY(0)}._deleteButton_1mzpp_266:disabled{opacity:.6;cursor:not-allowed}._deleteButton_1mzpp_266:focus{outline:none}._emptyState_1mzpp_306{text-align:center;padding:40px 20px;color:#666}._emptyState_1mzpp_306 p{margin:0 0 8px;font-size:15px}._emptyHint_1mzpp_317{font-size:13px;color:#999}@media(max-width:768px){._uploader_1mzpp_1{padding:16px}._header_1mzpp_14{flex-direction:column;align-items:flex-start;gap:12px}._headerRight_1mzpp_27{width:100%;justify-content:space-between}._fileListItem_1mzpp_176{flex-direction:column;align-items:flex-start;gap:12px}._fileActions_1mzpp_218{width:100%;justify-content:flex-end}._fileName_1mzpp_207{max-width:100%}}._loginContainer_16al3_1{min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a5f,#2d4a70);padding:1rem;overflow:hidden}._loginCard_16al3_13{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:440px;max-height:95vh;padding:1.5rem;animation:_slideUp_16al3_1 .5s ease;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}._loginCard_16al3_13::-webkit-scrollbar{width:6px}._loginCard_16al3_13::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._loginCard_16al3_13::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._loginCard_16al3_13::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes _slideUp_16al3_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._loginHeader_16al3_58{text-align:center;margin-bottom:1.25rem;flex-shrink:0}._logo_16al3_64{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}._logoImage_16al3_71{max-width:180px;height:auto;object-fit:contain}._logoImage_16al3_71._compact_16al3_77{max-width:140px}._loginHeader_16al3_58 h1{margin:0 0 .375rem;font-size:22px;font-weight:600;color:#333}._loginHeader_16al3_58 p{margin:0;color:#666;font-size:15px}._loginForm_16al3_94{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}._errorMessage_16al3_102{background:#fee;border:1px solid #fcc;border-radius:6px;padding:.625rem;color:#c33;font-size:13px;display:flex;align-items:center;gap:.5rem;animation:_shake_16al3_1 .5s ease;flex-shrink:0}@keyframes _shake_16al3_1{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}._formGroup_16al3_122{display:flex;flex-direction:column;gap:.375rem;flex-shrink:0}._formGroup_16al3_122 label{font-weight:500;color:#333;font-size:14px}._labelWithError_16al3_135{display:flex;justify-content:space-between;align-items:center;gap:.5rem}._fieldError_16al3_142{color:#dc3545;font-size:12px;font-weight:400;white-space:nowrap}._formGroup_16al3_122 input{padding:.625rem .75rem;border:2px solid #e1e5e9;border-radius:6px;font-size:15px;transition:border-color .2s ease;background:#fff}._formGroup_16al3_122 input:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}._formGroup_16al3_122 input:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}._passwordInput_16al3_170{position:relative}._passwordToggle_16al3_174{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s ease}._passwordToggle_16al3_174:hover{color:#333}._passwordToggle_16al3_174:disabled{cursor:not-allowed;opacity:.5}._formOptions_16al3_197{display:flex;justify-content:space-between;align-items:center}._forgotPasswordLink_16al3_203{background:none;border:none;color:#ea580c;font-size:14px;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}._forgotPasswordLink_16al3_203:hover:not(:disabled){color:#c2410c}._forgotPasswordLink_16al3_203:disabled{opacity:.5;cursor:not-allowed}._checkboxLabel_16al3_225{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#666;cursor:pointer}._checkboxLabel_16al3_225 input[type=checkbox]{width:auto;margin:0;cursor:pointer}._loginButton_16al3_240{background:#ea580c;color:#fff;border:1px solid #ea580c;padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:none;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;flex-shrink:0}._loginButton_16al3_240:disabled{opacity:.5;cursor:default;background:#9e9e9e;border-color:#9e9e9e;pointer-events:none}._spinner_16al3_266{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_16al3_266 1s linear infinite}@keyframes _spin_16al3_266{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._demoSection_16al3_280{margin-top:2rem;padding-top:2rem;border-top:1px solid #e1e5e9}._demoSection_16al3_280 h3{margin:0 0 .5rem;font-size:16px;font-weight:600;color:#333}._demoSection_16al3_280 p{margin:0 0 1rem;font-size:14px;color:#666}._demoButtons_16al3_299{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._demoButton_16al3_299{background:#fff;border:2px solid #e1e5e9;border-radius:6px;padding:.75rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;font-size:14px;font-weight:500;color:#333}._demoButton_16al3_299:hover:not(:disabled){border-color:#667eea;background:#f8f9ff;transform:translateY(-1px)}._demoButton_16al3_299:disabled{opacity:.5;cursor:not-allowed;transform:none}._demoButton_16al3_299 small{font-size:12px;color:#666;font-weight:400}._loginFooter_16al3_340{margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e5e9;text-align:center;flex-shrink:0}._loginFooter_16al3_340 p{margin:0;font-size:12px;color:#999}._forgotPasswordSection_16al3_354{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow-y:auto}._forgotPasswordHeader_16al3_363{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}._forgotPasswordHeader_16al3_363 h2{margin:0;font-size:20px;font-weight:600;color:#333}._closeButton_16al3_378{background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._closeButton_16al3_378:hover{background:#f8f9fa;color:#333}._successMessage_16al3_396{background:#e8f5e9;border:1px solid #c8e6c9;border-radius:6px;padding:.625rem;color:#2e7d32;font-size:13px;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-shrink:0}._helpText_16al3_410{margin:.375rem 0 0;font-size:11px;color:#666;line-height:1.4}._successActions_16al3_417{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}._passwordRequirements_16al3_424{margin-top:.5rem;padding:.5rem;background:#f8f9fa;border-radius:6px;border:1px solid #e1e5e9}._passwordRequirementsTitle_16al3_432{font-size:11px;font-weight:600;color:#333;margin-bottom:.375rem}._passwordRequirementsList_16al3_439{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}._passwordRequirement_16al3_424{display:flex;align-items:center;gap:.375rem;font-size:11px;line-height:1.3;transition:color .2s ease}._requirementIcon_16al3_457{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:14px;height:14px}._requirementMet_16al3_466,._requirementMet_16al3_466 ._requirementIcon_16al3_457{color:#2e7d32}._requirementUnmet_16al3_474{color:#666}._requirementUnmet_16al3_474 ._requirementIcon_16al3_457,._requirementPending_16al3_482{color:#999}._requirementPending_16al3_482 ._requirementIcon_16al3_457{color:#ccc}._inputError_16al3_490{border-color:#dc3545!important}._inputError_16al3_490:focus{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc35451a!important}@media(max-width:480px){._loginContainer_16al3_1{padding:.5rem}._loginCard_16al3_13{padding:1.5rem}._loginHeader_16al3_58 h1{font-size:20px}._demoButtons_16al3_299{grid-template-columns:1fr}._logo_16al3_64{width:60px;height:60px}}._modalOverlay_xieh1_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_xieh1_1 .2s ease-out}@keyframes _fadeIn_xieh1_1{0%{opacity:0}to{opacity:1}}._modalContent_xieh1_25{background:#f1f5f9;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:680px;max-height:90vh;overflow:hidden;animation:_slideIn_xieh1_1 .3s ease-out;display:flex;flex-direction:column}@keyframes _slideIn_xieh1_1{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}._modalHeader_xieh1_49{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238)}._modalHeader_xieh1_49 h3{margin:0;color:#fff;font-size:1.05rem;font-weight:600}._closeButton_xieh1_66{background:none;border:none;color:#6c757d;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._closeButton_xieh1_66:hover{background-color:#f8f9fa;color:#dc3545}._modalBody_xieh1_84{padding:1rem 1.25rem 1.25rem;flex:1;min-height:0;overflow-y:auto;background:#f1f5f9}._agencyProfile_xieh1_92{text-align:center;padding:1.5rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}._agencyAvatarLarge_xieh1_99{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1a2b4a,#254a7d);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;margin:0 auto 1rem}._agencyNameLarge_xieh1_113{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}._agencySlugLarge_xieh1_120{font-size:1rem;color:#6c757d}._detailsGrid_xieh1_125{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}._detailItem_xieh1_132{display:flex;flex-direction:column;gap:.5rem}._detailLabel_xieh1_138{font-size:.875rem;font-weight:500;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}._detailValue_xieh1_146{font-size:1rem;color:#333;font-weight:500}._inputField_xieh1_152{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;color:#333;transition:border-color .2s ease,box-shadow .2s ease}._inputField_xieh1_152:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}._inputField_xieh1_152:disabled{background-color:#f8f9fa;cursor:not-allowed}._textareaField_xieh1_173{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px}._textareaField_xieh1_173:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}._agencySelectorContainer_xieh1_190{display:flex;gap:.5rem;align-items:stretch}._addAgencyButton_xieh1_196{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;min-width:44px;flex-shrink:0;outline:none}._addAgencyButton_xieh1_196:hover:not(:disabled){background:#c2410c}._addAgencyButton_xieh1_196:focus{outline:none}._addAgencyButton_xieh1_196:disabled{opacity:.6;cursor:not-allowed}._naValue_xieh1_227{color:#6c757d;font-style:italic}._managerInfo_xieh1_232{display:flex;flex-direction:column;gap:.25rem}._managerEmail_xieh1_238{font-size:.875rem;color:#6c757d;font-weight:400}._slugBadge_xieh1_244{display:inline-block;padding:.375rem .75rem;background-color:#e7f3ff;color:#06c;border-radius:12px;font-size:.875rem;font-weight:500;border:1px solid #b3d9ff}._statusBadge_xieh1_255{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._statusBadge_xieh1_255._active_xieh1_265{background:#d4edda;color:#155724}._statusBadge_xieh1_255._inactive_xieh1_270{background:#f8d7da;color:#721c24}._section_xieh1_275{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}._sectionTitle_xieh1_281{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 1rem}._companyIdsList_xieh1_288{display:flex;flex-wrap:wrap;gap:.5rem}._companyIdsPreview_xieh1_294{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}._companyIdBadge_xieh1_301{display:inline-block;padding:.375rem .75rem;background-color:#f8f9fa;color:#495057;border-radius:12px;font-size:.875rem;font-weight:500;border:1px solid #dee2e6}._formGroup_xieh1_312{display:flex;flex-direction:column;gap:.5rem}._helpText_xieh1_318{font-size:.875rem;color:#6c757d;margin:0}._errorMessage_xieh1_324{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f8d7da;color:#721c24;border-radius:6px;margin-bottom:1rem;font-size:.875rem}._modalFooter_xieh1_336{padding:.85rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.75rem;flex-shrink:0}._archivePropertyButton_xieh1_347{padding:.75rem 1.25rem;background:#fff;color:#b91c1c;border:1px solid #fecaca;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}._archivePropertyButton_xieh1_347:hover{background:#fef2f2;border-color:#f87171}._unarchivePropertyButton_xieh1_364{padding:.75rem 1.25rem;background:#fff;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}._unarchivePropertyButton_xieh1_364:hover{background:#f0fdf4;border-color:#4ade80}._closeButtonFooter_xieh1_381{padding:.65rem 1.35rem;background:#fff;color:#ea580c;border:1px solid #ea580c;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._closeButtonFooter_xieh1_381:hover{background:#fff7ed}._editButton_xieh1_397{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.35rem;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._editButton_xieh1_397:hover{background:#c2410c}._cancelButton_xieh1_416{padding:.65rem 1.35rem;background:#fff;color:#ea580c;border:1px solid #ea580c;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._cancelButton_xieh1_416:hover:not(:disabled){background:#fff7ed}._cancelButton_xieh1_416:disabled{opacity:.55;cursor:not-allowed}._saveButton_xieh1_437{padding:.65rem 1.35rem;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._saveButton_xieh1_437:hover:not(:disabled){background:#c2410c}._saveButton_xieh1_437:disabled{opacity:.55;cursor:not-allowed}@media(max-width:768px){._modalContent_xieh1_25{max-width:95%;max-height:95vh}._detailsGrid_xieh1_125{grid-template-columns:1fr}._modalHeader_xieh1_49,._modalBody_xieh1_84{padding:1rem}._agencyAvatarLarge_xieh1_99{width:60px;height:60px;font-size:1.5rem}._agencyNameLarge_xieh1_113{font-size:1.25rem}._modalFooter_xieh1_336{flex-direction:column-reverse}._modalFooter_xieh1_336 button{width:100%}}._createAgencyForm_xieh1_497{margin-top:.75rem;padding:1rem;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}._createAgencyButton_xieh1_505{padding:.5rem 1rem;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._createAgencyButton_xieh1_505:hover:not(:disabled){background:#c2410c}._createAgencyButton_xieh1_505:disabled{opacity:.6;cursor:not-allowed}._cancelAgencyButton_xieh1_526{padding:.5rem 1rem;background:#fff;color:#ea580c;border:1px solid #ea580c;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._cancelAgencyButton_xieh1_526:hover:not(:disabled){background:#fff7ed}._cancelAgencyButton_xieh1_526:disabled{opacity:.6;cursor:not-allowed}._agencyImageContainer_xieh1_548{width:120px;height:120px;margin:0 auto 1rem;border-radius:12px;overflow:hidden;border:2px solid #e9ecef;display:flex;align-items:center;justify-content:center;background:#f8f9fa}._agencyImage_xieh1_548{width:100%;height:100%;object-fit:cover}._imageUploadSection_xieh1_567{display:flex;flex-direction:column;gap:1rem}._imagePreviewContainer_xieh1_573{display:flex;flex-direction:column;gap:.75rem}._imagePreview_xieh1_573{width:100%;max-width:300px;height:auto;border-radius:8px;border:1px solid #e9ecef;object-fit:contain;background:#f8f9fa}._imageActions_xieh1_589{display:flex;gap:.5rem;flex-wrap:wrap}._imageUploadPlaceholder_xieh1_595{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}._imageUploadActions_xieh1_602{display:flex;gap:.5rem;flex-wrap:wrap}._uploadImageButton_xieh1_608,._changeImageButton_xieh1_609,._saveImageButton_xieh1_610{padding:.5rem 1rem;background:#ea580c;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._uploadImageButton_xieh1_608:hover:not(:disabled),._changeImageButton_xieh1_609:hover:not(:disabled),._saveImageButton_xieh1_610:hover:not(:disabled){background:#c2410c}._uploadImageButton_xieh1_608:disabled,._changeImageButton_xieh1_609:disabled,._saveImageButton_xieh1_610:disabled{opacity:.6;cursor:not-allowed}._deleteImageButton_xieh1_635,._cancelImageButton_xieh1_636{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._deleteImageButton_xieh1_635:hover:not(:disabled){background:#c82333}._cancelImageButton_xieh1_636{background:#fff;color:#ea580c;border:1px solid #ea580c}._cancelImageButton_xieh1_636:hover:not(:disabled){background:#fff7ed}._deleteImageButton_xieh1_635:disabled,._cancelImageButton_xieh1_636:disabled{opacity:.6;cursor:not-allowed}._fileInput_xieh1_668{display:none}._adTypesList_xieh1_673{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._adTypeItem_xieh1_680{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;gap:.75rem}._adTypeName_xieh1_691{flex:1;font-weight:500;color:#333}._adTypeInput_xieh1_697{flex:1;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem}._adTypeInput_xieh1_697:focus{outline:none;border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}._adTypeActions_xieh1_711{display:flex;gap:.5rem;align-items:center}._addAdTypeButton_xieh1_717{background:#ea580c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:inline-flex;align-items:center;gap:.5rem}._addAdTypeButton_xieh1_717:hover{background:#c2410c}._editAdTypeButton_xieh1_736{background:#fff;color:#ea580c;border:1px solid #ea580c;padding:.375rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.25rem}._editAdTypeButton_xieh1_736:hover{background:#fff7ed}._saveAdTypeButton_xieh1_754{background:#ea580c;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background-color .2s ease}._saveAdTypeButton_xieh1_754:hover:not(:disabled){background:#c2410c}._saveAdTypeButton_xieh1_754:disabled{opacity:.6;cursor:not-allowed}._cancelAdTypeButton_xieh1_774{background:#fff;color:#ea580c;border:1px solid #ea580c;padding:.375rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background-color .2s ease}._cancelAdTypeButton_xieh1_774:hover{background:#fff7ed}._loadingState_xieh1_789,._emptyState_xieh1_796{padding:1rem;text-align:center;color:#6c757d;font-size:.9rem}._emptyState_xieh1_796 p{margin:0 0 .5rem}._globalTypeBadge_xieh1_807{display:inline-block;margin-left:.5rem;padding:.125rem .375rem;background:#e7f3ff;color:#06c;border-radius:4px;font-size:.75rem;font-weight:500}._cardList_1wmkz_1{display:flex;flex-direction:column;gap:1rem;max-width:960px}._card_1wmkz_1{background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a14;overflow:hidden}._cardHeader_1wmkz_16{background:#1d3557;color:#fff;padding:.85rem 1.1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem}._cardTitleRow_1wmkz_27{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;min-width:0}._cardTitle_1wmkz_27{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}._slugPill_1wmkz_43{display:inline-flex;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#fff;border:2px solid #ea580c;border-radius:999px;flex-shrink:0}._outlineOrangeBtn_1wmkz_57{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.4rem .85rem;border-radius:6px;border:2px solid #ea580c;background:transparent;color:#ea580c;cursor:pointer;flex-shrink:0}._outlineOrangeBtn_1wmkz_57:focus-visible{outline:2px solid #fff;outline-offset:2px}._outlineOrangeBtnSm_1wmkz_76{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.25rem .55rem;border-radius:6px;border:2px solid #ea580c;background:transparent;color:#ea580c;cursor:pointer;flex-shrink:0}._outlineOrangeBtnSm_1wmkz_76:focus-visible{outline:2px solid #1d3557;outline-offset:2px}._solidOrangeBtn_1wmkz_95{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.4rem .85rem;border-radius:6px;border:2px solid #ea580c;background:#ea580c;color:#fff;cursor:pointer;flex-shrink:0}._solidOrangeBtn_1wmkz_95:focus-visible{outline:2px solid #1d3557;outline-offset:2px}._solidOrangeBtn_1wmkz_95:disabled,._outlineOrangeBtn_1wmkz_57:disabled,._outlineOrangeBtnSm_1wmkz_76:disabled{opacity:.55;cursor:not-allowed}._headerActions_1wmkz_121{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}._headerNameInput_1wmkz_128{flex:1 1 12rem;min-width:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;padding:.35rem .5rem;border-radius:6px;border:1px solid #cbd5e1;color:#0f172a;background:#fff}._headerNameInput_1wmkz_128:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._cardBody_1wmkz_146{padding:1rem 1.1rem 1.15rem;background:#f8fafc}._inlineError_1wmkz_151{font-size:.8125rem;color:#b91c1c;margin-bottom:.65rem;line-height:1.4}._sectionLabelRow_1wmkz_158{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}._sectionLabelRow_1wmkz_158 ._blockLabel_1wmkz_167{margin-bottom:0}._editPanel_1wmkz_171{display:flex;flex-direction:column;gap:.5rem}._editActions_1wmkz_177{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}._fieldInput_1wmkz_184,._fieldSelect_1wmkz_185,._fieldTextarea_1wmkz_186{font-family:inherit;font-size:.875rem;width:100%;max-width:100%;box-sizing:border-box;padding:.45rem .55rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#0f172a}._fieldTextarea_1wmkz_186{resize:vertical;min-height:5rem}._fieldInput_1wmkz_184:focus-visible,._fieldSelect_1wmkz_185:focus-visible,._fieldTextarea_1wmkz_186:focus-visible{outline:2px solid #ea580c;outline-offset:1px}._managerCreateFields_1wmkz_211{display:flex;flex-direction:column;gap:.4rem}._muted_1wmkz_217{font-size:.8125rem;color:#64748b}._imageRow_1wmkz_222{padding-top:.85rem;border-top:1px solid #e2e8f0}._imageRowBody_1wmkz_227{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}._imageThumb_1wmkz_234{width:48px;height:48px;border-radius:6px;object-fit:cover;border:1px solid #e2e8f0;background:#fff}._hiddenFileInput_1wmkz_243{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._adTypeComposer_1wmkz_255{margin-bottom:.5rem}._adTypesList_1wmkz_259{display:flex;flex-direction:column;gap:.4rem}._adTypeRow_1wmkz_265{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem;font-size:.875rem;color:#0f172a}._adTypeName_1wmkz_275{flex:1 1 auto;min-width:0;word-break:break-word}._globalBadge_1wmkz_281{font-size:.75rem;font-weight:600;color:#64748b}._quoteEdit_1wmkz_287{display:flex;flex-direction:column;gap:.45rem}._bodyStack_1wmkz_293{display:flex;flex-direction:column;gap:1rem}._summaryRow_1wmkz_299{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1.25rem;align-items:start}._summaryRowWithLead_1wmkz_306{grid-template-columns:minmax(0,auto) repeat(3,minmax(0,1fr))}._summaryLead_1wmkz_310{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;min-width:0}._summaryThumb_1wmkz_318{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;background:#fff}._summaryBlock_1wmkz_327{min-width:0}._blockLabel_1wmkz_167{font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;color:#64748b;margin-bottom:.35rem}._blockValue_1wmkz_340{font-size:.875rem;color:#0f172a;line-height:1.45;word-break:break-word}._mediaRow_1wmkz_347,._quoteRow_1wmkz_355{padding-top:.85rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.45rem}._statusBadge_1wmkz_363{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}._statusActive_1wmkz_372{background:#dcfce7;color:#166534}._statusInactive_1wmkz_377{background:#f1f5f9;color:#64748b}._propertyLine_1wmkz_382{margin-top:.35rem;font-size:.8125rem;color:#64748b;font-weight:500}._quoteBlock_1wmkz_389{max-height:6.5rem;overflow-y:auto;padding:.55rem .7rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.8125rem;line-height:1.45;color:#334155}._quotePlain_1wmkz_401{font-size:.875rem;line-height:1.55;color:#334155;white-space:pre-wrap;word-break:break-word}._mediaTypeChips_1wmkz_409{display:flex;flex-wrap:wrap;gap:.4rem}._mediaTypeChip_1wmkz_409{display:inline-flex;align-items:center;padding:.25rem .55rem;font-size:.8125rem;font-weight:500;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#334155}._mediaTypeChipGlobal_1wmkz_427{font-size:.75rem;font-weight:600;color:#64748b}._na_1wmkz_433{color:#94a3b8;font-style:italic}._managerEmail_1wmkz_438{display:block;margin-top:.2rem;font-size:.8125rem;color:#64748b}._chips_1wmkz_445{display:flex;flex-wrap:wrap;gap:.35rem}._chip_1wmkz_445{display:inline-flex;padding:.2rem .45rem;font-size:.75rem;font-weight:500;background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#334155}._chipsEmpty_1wmkz_462{font-size:.8125rem;color:#94a3b8}@media(max-width:720px){._summaryRow_1wmkz_299{grid-template-columns:1fr;gap:.85rem}._summaryRowWithLead_1wmkz_306{grid-template-columns:1fr}}._adminPanel_m39c2_2{height:100vh;max-height:100vh;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;padding-bottom:.75rem;background:#eef2f6}._adminPanel_m39c2_2>header{flex-shrink:0}._adminHero_m39c2_19{flex-shrink:0;background:#1e3a5f;color:#fff;padding:1.75rem 0 2.25rem;margin-bottom:0}._adminHeroInner_m39c2_28{width:95%;max-width:95vw;margin:0 auto;box-sizing:border-box}._breadcrumb_m39c2_35{margin:0 0 .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}._adminHeroTitle_m39c2_44{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}._adminHeroSubtitle_m39c2_51{margin:0;font-size:.9375rem;line-height:1.5;color:#ffffffe0;max-width:52ch}._shellCard_m39c2_59{flex:1 1 auto;min-height:0;display:flex;width:95%;max-width:95vw;margin:-1.25rem auto 0;box-sizing:border-box;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 24px #0f172a0f;overflow:hidden;align-items:stretch}._sidebar_m39c2_75{width:260px;flex-shrink:0;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;border-right:1px solid #e2e8f0;background:#fafbfc;padding:1.25rem 0}._sidebarHeading_m39c2_87{margin:0 1.25rem .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.14em;color:#94a3b8}._sidebarList_m39c2_95{list-style:none;margin:0;padding:0}._sidebarItem_m39c2_101{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem 1rem .65rem 1.25rem;border:none;background:transparent;cursor:pointer;font-size:.8125rem;font-weight:600;color:#475569;text-align:left;transition:background .15s ease,color .15s ease}._sidebarItem_m39c2_101:hover{background:#1e3a5f0f;color:#1e3a5f}._sidebarItemActive_m39c2_122{background:#1e3a5f;color:#fff}._sidebarItemActive_m39c2_122:hover{background:#2d4a70;color:#fff}._sidebarIcon_m39c2_132{display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.9}._sidebarLabel_m39c2_140{flex:1;min-width:0;line-height:1.3}._sidebarDot_m39c2_146{width:8px;height:8px;border-radius:50%;background:#cbd5e1;flex-shrink:0}._sidebarDotActive_m39c2_154{background:#ea580c}._sidebarItemActive_m39c2_122 ._sidebarDot_m39c2_146:not(._sidebarDotActive_m39c2_154){background:#ffffff59}._contentPanel_m39c2_162{flex:1;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1.5rem 1.75rem 2rem;background:#fff}._contentHead_m39c2_173{margin-bottom:1.5rem}._contentKicker_m39c2_177{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.12em;color:#94a3b8;margin-bottom:.35rem}._contentHeadRow_m39c2_186{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}._contentTitle_m39c2_194{margin:0;font-size:1.375rem;font-weight:700;color:#1e3a5f}._contentDesc_m39c2_201{margin:.35rem 0 0;font-size:.875rem;color:#64748b;line-height:1.5;max-width:56ch}._addNewButton_m39c2_209{appearance:none;font-family:inherit;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;background:#ea580c;color:#fff;cursor:pointer;transition:background .15s ease;flex-shrink:0}._addNewButton_m39c2_209:hover{background:#c2410c}._addNewButton_m39c2_209:disabled{opacity:.45;cursor:pointer;pointer-events:none}._summaryCards_m39c2_234{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}._summaryCard_m39c2_234{border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.15rem;background:#fafbfc;display:flex;flex-direction:column;gap:.35rem}._summaryLabel_m39c2_251{font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#64748b}._summaryValue_m39c2_258{font-size:1.75rem;font-weight:700;color:#1e3a5f;line-height:1.1}._crewToolbar_m39c2_265{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem}._crewToolbarFilters_m39c2_273{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}._searchWrap_m39c2_280{position:relative;flex:1;min-width:200px;max-width:min(520px,100%)}._searchIcon_m39c2_287{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}._crewSearch_m39c2_296{width:100%;padding:.55rem .75rem .55rem 2.35rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff}._crewSearch_m39c2_296::placeholder{color:#94a3b8}._crewSearch_m39c2_296:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1f}._crewSelect_m39c2_315{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:#1e3a5f;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:12px;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem 2rem .5rem .75rem;min-width:9.5rem;max-width:100%;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}._crewSelect_m39c2_315:hover{border-color:#cbd5e1}._crewSelect_m39c2_315:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1f}._crewNameCell_m39c2_345{min-width:0}._crewNamePrimary_m39c2_349{font-size:.9375rem;font-weight:600;color:#1e293b;line-height:1.35;word-break:break-word}._crewPlainText_m39c2_357{font-size:.875rem;font-weight:400;color:#334155;line-height:1.35}._crewTable_m39c2_364 ._tableHeader_m39c2_364,._crewTable_m39c2_364 ._tableRow_m39c2_365{grid-template-columns:minmax(160px,2fr) minmax(72px,.9fr) minmax(140px,1.4fr) minmax(88px,.9fr) minmax(100px,1fr)}._propertyTableShell_m39c2_370{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:none}._propertyTableShell_m39c2_370 ._tableHeader_m39c2_364{background:#f1f5f9;color:#64748b;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}._propertyTableShell_m39c2_370 ._tableRow_m39c2_365{background:#fff;border-bottom:1px solid #e2e8f0}._propertyTableShell_m39c2_370 ._tableRow_m39c2_365:last-child{border-bottom:none}._propertyTableShell_m39c2_370 ._tableCell_m39c2_395{color:#334155}._propertyTable_m39c2_370 ._tableHeader_m39c2_364,._propertyTable_m39c2_370 ._tableRow_m39c2_365{grid-template-columns:minmax(140px,2fr) minmax(52px,.65fr) minmax(88px,.85fr) minmax(72px,.65fr) minmax(104px,.95fr)}._propertyRow_m39c2_404._clickableRow_m39c2_404:hover{transform:none;box-shadow:none;background-color:#f8fafc}._propertyNameCell_m39c2_410{font-size:.9375rem;font-weight:600;color:#0f172a;line-height:1.35;word-break:break-word}._propertyCodeCell_m39c2_418{font-size:.875rem;font-weight:400;color:#64748b;line-height:1.35}._propertyStatusPill_m39c2_425{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.8125rem;font-weight:600}._propertyStatusPillActive_m39c2_433{background:#e8eef4;color:#334155}._propertyStatusPillInactive_m39c2_438{background:#f1f5f9;color:#64748b}._propertyManageButton_m39c2_443{appearance:none;font-family:inherit;padding:.4rem .95rem;font-size:.8125rem;font-weight:600;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}._propertyManageButton_m39c2_443:hover{background:#f8fafc;border-color:#cbd5e1}._areaSubRow_m39c2_462{background:#fafbfc;border-bottom:1px solid #e2e8f0}._areaSubRow_m39c2_462:hover{background:#f1f5f9}._areaSubRow_m39c2_462 ._tableCell_m39c2_395{padding-top:.4rem;padding-bottom:.4rem;font-size:.8125rem}._areaSubIndent_m39c2_477{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;min-width:0;padding-left:1.25rem;margin-left:.5rem;border-left:2px solid #cbd5e1}._areaSubName_m39c2_488{font-weight:500;color:#475569;line-height:1.35}._areaSubMuted_m39c2_494{color:#94a3b8;font-size:.75rem}._areaMapYes_m39c2_499{font-size:.75rem;font-weight:600;color:#64748b}._areaInlineEdit_m39c2_505{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;min-width:0;flex:1}._areaNameInput_m39c2_514{flex:1;min-width:120px;max-width:100%;padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8125rem;color:#334155}._areaNameInput_m39c2_514:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 2px #1e3a5f1f}._areaIconButton_m39c2_531{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.2rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#64748b}._areaIconButton_m39c2_531:hover{background:#f8fafc;color:#1e293b}._areaSaveBtn_m39c2_549{padding:.25rem .55rem;font-size:.75rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;background:#1e3a5f;color:#fff}._areaSaveBtn_m39c2_549:disabled{opacity:.5;cursor:pointer}._areaCancelBtn_m39c2_565{padding:.25rem .55rem;font-size:.75rem;border-radius:6px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#64748b}._areaReplaceLink_m39c2_575{appearance:none;font:inherit;font-size:.75rem;font-weight:600;color:#1e3a5f;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.3rem .55rem;cursor:pointer}._areaReplaceLink_m39c2_575:hover:not(:disabled){background:#f8fafc}._areaReplaceLink_m39c2_575:disabled{opacity:.65;cursor:pointer}._areaFileInput_m39c2_597{display:none}._segmented_m39c2_601{display:inline-flex;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f8fafc}._segmented_m39c2_601 button{border:none;background:transparent;padding:.45rem .85rem;font-size:.8125rem;font-weight:600;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}._segmented_m39c2_601 button:hover{background:#f1f5f9;color:#1e3a5f}._segmentedActive_m39c2_625{background:#1e3a5f!important;color:#fff!important}._adminSectionFlat_m39c2_630{margin-top:0}._sectionStack_m39c2_634{display:flex;flex-direction:column;gap:2rem}._subSection_m39c2_640{margin:0}._subSectionTitle_m39c2_644{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:#1e3a5f}._placeholderPanel_m39c2_651{border:1px dashed #cbd5e1;border-radius:10px;padding:2.5rem 1.5rem;text-align:center;color:#64748b;font-size:.9375rem;background:#fafbfc}._mutedNote_m39c2_661{margin:0;color:#64748b;font-size:.875rem}._agencyManagerBlock_m39c2_667{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}._adminContent_m39c2_673{padding:0 2rem;display:flex;flex-direction:column;gap:2rem}._adminSection_m39c2_630{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}._adminSection_m39c2_630 h2{margin:0 0 1.5rem;color:#333;font-size:20px;font-weight:600}._statsGrid_m39c2_694{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._statCard_m39c2_700{background:#f8f9fa;padding:1.5rem;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;border:1px solid #e9ecef}._statIcon_m39c2_724{width:48px;height:48px;background:linear-gradient(135deg,#00aeef,#005a9e);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}._statInfo_m39c2_736{display:flex;flex-direction:column;align-items:center;text-align:center}._statInfo_m39c2_736 h3{margin:0 0 .25rem;font-size:24px;font-weight:700;color:#333}._statInfo_m39c2_736 p{margin:0;font-size:14px;color:#666}._userTable_m39c2_756{background:#f8f9fa;border-radius:8px;overflow:hidden;border:1px solid #e9ecef}._tableHeader_m39c2_364{background:#e9ecef;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;font-weight:600;color:#333;font-size:14px}._tableRow_m39c2_365{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #e9ecef;transition:background-color .2s ease}._tableRow_m39c2_365:hover{background:#fff}._tableRow_m39c2_365:last-child{border-bottom:none}._clickableRow_m39c2_404{cursor:pointer;-webkit-user-select:none;user-select:none}._clickableRow_m39c2_404:hover{background-color:#e9ecef;transform:translate(2px);box-shadow:0 2px 4px #0000000d}._clickableRow_m39c2_404:active{transform:translate(0);box-shadow:none}._clickableRow_m39c2_404:focus{outline:2px solid #007bff;outline-offset:-2px}._tableCell_m39c2_395{display:flex;align-items:center;font-size:14px;color:#333}._userInfo_m39c2_819{display:flex;align-items:center;gap:.75rem}._userAvatar_m39c2_825{width:40px;height:40px;background:linear-gradient(135deg,#00aeef,#005a9e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0;overflow:hidden;position:relative}._agencyAvatarLetter_m39c2_841{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}._agencyAvatarImage_m39c2_851{width:100%;height:100%;object-fit:cover;border-radius:50%;position:absolute;top:0;left:0;z-index:2}._userDetails_m39c2_862{display:flex;flex-direction:column;gap:.25rem}._userName_m39c2_868{font-weight:500;color:#333}._userEmail_m39c2_873{font-size:12px;color:#666}._managerInfo_m39c2_878{display:flex;flex-direction:column;gap:.25rem}._managerName_m39c2_884{font-weight:500;color:#333}._managerEmail_m39c2_889{font-size:12px;color:#666}._roleBadge_m39c2_894{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._roleBadge_m39c2_894._admin_m39c2_2{background:#dc3545;color:#fff}._roleBadge_m39c2_894._sales_rep_m39c2_909{background:#00aeef;color:#fff}._actionButtons_m39c2_914{display:flex;gap:1rem;flex-wrap:wrap}._actionButton_m39c2_914{background:linear-gradient(135deg,#00aeef,#005a9e);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:14px}._actionButton_m39c2_914:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00aeef4d}._accessDenied_m39c2_940{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8f9fa;text-align:center;padding:2rem}._accessDenied_m39c2_940 h2{color:#dc3545;margin:1rem 0 .5rem;font-size:24px}._accessDenied_m39c2_940 p{color:#666;margin:0;font-size:16px}@media(max-width:1024px){._tableHeader_m39c2_364,._tableRow_m39c2_365{grid-template-columns:1fr;gap:.5rem}._tableCell_m39c2_395{padding:.5rem 0;border-bottom:1px solid #f0f0f0}._tableCell_m39c2_395:last-child{border-bottom:none}}@media(max-width:900px){._shellCard_m39c2_59{flex-direction:column}._sidebar_m39c2_75{width:100%;flex-shrink:0;min-height:auto;max-height:none;overflow-y:visible;border-right:none;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}._sidebarList_m39c2_95{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 .75rem .75rem}._sidebarList_m39c2_95 li{flex:1 1 auto;min-width:calc(50% - .25rem)}._sidebarItem_m39c2_101{border-radius:8px}}@media(max-width:768px){._adminPanel_m39c2_2{padding:0 0 .75rem}._adminHero_m39c2_19{padding:1.25rem 0 1.75rem}._adminHeader_m39c2_1022,._adminSection_m39c2_630{padding:1.5rem}._statsGrid_m39c2_694{grid-template-columns:1fr}._actionButtons_m39c2_914{flex-direction:column}}._agencyManagement_m39c2_1037 ._userTable_m39c2_756{background:#fff;border:1px solid #e2e8f0;border-radius:8px}._agencyManagement_m39c2_1037 ._tableHeader_m39c2_364{background:#1d3557;color:#fff}._agencyManagement_m39c2_1037 ._tableHeader_m39c2_364 ._tableCell_m39c2_395{color:#fff}._agencyManagement_m39c2_1037 ._tableRow_m39c2_365{background:#fff;border-bottom:1px solid #f1f5f9}._agencyManagement_m39c2_1037 ._tableRow_m39c2_365:hover{background:#fff}._agencyManagement_m39c2_1037 ._clickableRow_m39c2_404:hover{background:#f8fafc;transform:none;box-shadow:none}._agencyManagement_m39c2_1037 ._clickableRow_m39c2_404:focus{outline:2px solid #ea580c;outline-offset:2px}._agencyManagement_m39c2_1037 ._loadingSpinner_m39c2_1072{border-top-color:#ea580c}._agencyManagement_m39c2_1037 ._primaryButton_m39c2_1076{background:#ea580c;color:#fff}._agencyManagement_m39c2_1037 ._primaryButton_m39c2_1076:hover:not(:disabled){background:#ea580c}._agencyManagement_m39c2_1037 ._primaryButton_m39c2_1076:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._agencyManagement_m39c2_1037 ._companyId_m39c2_1090{background:#ea580c;color:#fff}._agencyManagement_m39c2_1037 ._agencyListName_m39c2_1095{font-weight:600;font-size:.9375rem;color:#0f172a}._agencyManagement_m39c2_1037 ._agencySlugMono_m39c2_1101{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;color:#334155;background:#f1f5f9;padding:.2rem .5rem;border-radius:4px}._agencyManagement_m39c2_1037 ._agencySlugPlaceholder_m39c2_1110{color:#94a3b8;font-size:.875rem}._agencyManagement_m39c2_1037 ._sectionFooter_m39c2_1115{border-top-color:#e2e8f0}._sectionHeader_m39c2_1119{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._toggleLabel_m39c2_1127{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._toggleText_m39c2_1135{font-size:.9rem;font-weight:500;color:#495057}._toggleInput_m39c2_1141{position:absolute;opacity:0;width:0;height:0}._toggleSwitch_m39c2_1148{position:relative;width:44px;height:24px;background-color:#ced4da;border-radius:12px;transition:background-color .2s ease;flex-shrink:0}._toggleSwitch_m39c2_1148:before{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}._toggleInput_m39c2_1141:checked+._toggleSwitch_m39c2_1148{background-color:#00aeef}._toggleInput_m39c2_1141:checked+._toggleSwitch_m39c2_1148:before{transform:translate(20px)}._sectionActions_m39c2_1179{display:flex;gap:.75rem;align-items:center}._refreshButton_m39c2_1185{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}._refreshButton_m39c2_1185:hover{background:#e9ecef;color:#495057}._primaryButton_m39c2_1076{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#00aeef;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}._primaryButton_m39c2_1076:hover:not(:disabled){background:#0088c4}._primaryButton_m39c2_1076:disabled{opacity:.5;pointer-events:none}._loadingState_m39c2_1228,._errorState_m39c2_1228,._emptyState_m39c2_1228{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:#6c757d}._loadingSpinner_m39c2_1072{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #00AEEF;border-radius:50%;animation:_spin_m39c2_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_m39c2_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorState_m39c2_1228 svg,._emptyState_m39c2_1228 svg{margin-bottom:1rem}._retryButton_m39c2_1257{margin-top:1rem;padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer}._retryButton_m39c2_1257:hover{background:#c82333}._slugBadge_m39c2_1271{background:#e9ecef;color:#495057;padding:.25rem .5rem;border-radius:4px;font-size:12px;font-family:monospace;font-weight:500}._companyCount_m39c2_1281{font-weight:500;color:#495057}._companyIds_m39c2_1286{display:flex;gap:.25rem;margin-top:.25rem;flex-wrap:wrap}._companyId_m39c2_1090{background:#00aeef;color:#fff;padding:.125rem .375rem;border-radius:3px;font-size:11px;font-weight:500}._moreCompanies_m39c2_1302{color:#6c757d;font-size:11px;font-style:italic}._actionButtons_m39c2_914 ._actionButton_m39c2_914{padding:.375rem;background:transparent;color:#6c757d;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._actionButtons_m39c2_914 ._actionButton_m39c2_914:hover{background:#f8f9fa;color:#495057;border-color:#adb5bd}._sectionFooter_m39c2_1115{margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center}._recordCount_m39c2_1336{margin:0;color:#6c757d;font-size:14px}._debugInfo_m39c2_1342{margin:0;color:#adb5bd;font-size:12px;font-family:monospace}._agencyCard_m39c2_1350{border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;background:#f8f9fa}._agencyCardHeader_m39c2_1357{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}._agencyCardImage_m39c2_1366{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;background:#fff;flex-shrink:0}._agencyCardImage_m39c2_1366 img{width:100%;height:100%;object-fit:cover}._agencyCardAvatar_m39c2_1382{width:80px;height:80px;border-radius:8px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;flex-shrink:0}._agencyCardInfo_m39c2_1396{flex:1}._agencyCardInfo_m39c2_1396 h3{margin:0 0 .25rem;color:#333;font-size:1.5rem;font-weight:600}._agencyCardSlug_m39c2_1407{margin:0;color:#6c757d;font-size:.875rem}._agencyCardDetails_m39c2_1413{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._agencyCardDetailItem_m39c2_1420{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}._agencyCardLabel_m39c2_1427{font-size:.875rem;font-weight:500;color:#6c757d}._agencyCardValue_m39c2_1433{font-size:.875rem;color:#333;font-weight:500}._agencyCardActions_m39c2_1439{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e9ecef}._viewButton_m39c2_1446{padding:.5rem 1rem;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._viewButton_m39c2_1446:hover{background:#0056b3}._overlay_8sz1o_1{position:fixed;inset:0;z-index:90;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem}._sheet_8sz1o_12{width:100%;max-width:480px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 16px 48px #0f172a1f;display:flex;flex-direction:column;max-height:min(92vh,640px)}._head_8sz1o_24{padding:1.1rem 1.15rem 1rem;border-bottom:1px solid #e8ecf1;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._headText_8sz1o_33{min-width:0;flex:1}._kicker_8sz1o_38{margin:0 0 .4rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;color:#94a3b8}._title_8sz1o_46{margin:0 0 .35rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#1d3557;line-height:1.2;word-break:break-word}._subtitle_8sz1o_56{margin:0;font-size:.8125rem;color:#64748b;line-height:1.45;max-width:38ch}._body_8sz1o_64{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:1.1rem;overflow-y:auto}._field_8sz1o_72{display:flex;flex-direction:column;gap:.35rem}._fieldLabel_8sz1o_78{font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#94a3b8}._textInput_8sz1o_85{font-family:inherit;font-size:.9375rem;width:100%;box-sizing:border-box;padding:.55rem .65rem;border-radius:8px;border:1px solid #cbd5e1;color:#0f172a;background:#fff}._textInput_8sz1o_85:disabled{background:#f8fafc;color:#64748b}._textInput_8sz1o_85:focus-visible{outline:2px solid #ea580c;outline-offset:1px}._segmented_8sz1o_107{display:inline-flex;align-self:flex-start;padding:3px;border-radius:8px;background:#1d3557;gap:2px}._segment_8sz1o_107{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.45rem 1.15rem;border:none;margin:0;cursor:pointer;border-radius:6px;background:transparent;color:#fff}._segmentActive_8sz1o_130{background:#fff;color:#1d3557}._segment_8sz1o_107:focus-visible{outline:2px solid #ea580c;outline-offset:2px;z-index:1}._segment_8sz1o_107:disabled{cursor:not-allowed;opacity:.55}._foot_8sz1o_146{padding:.85rem 1.15rem 1.1rem;border-top:1px solid #e8ecf1;display:flex;justify-content:flex-end}._saveBtn_8sz1o_153{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.55rem 1.25rem;border-radius:8px;border:none;background:#ea580c;color:#fff;cursor:pointer}._saveBtn_8sz1o_153:focus-visible{outline:2px solid #1d3557;outline-offset:2px}._saveBtn_8sz1o_153:disabled{opacity:.45;cursor:not-allowed}._outlineBtn_8sz1o_176{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.55rem 1.1rem;border-radius:8px;border:2px solid #ea580c;background:transparent;color:#ea580c;cursor:pointer}._outlineBtn_8sz1o_176:focus-visible{outline:2px solid #1d3557;outline-offset:2px}._error_8sz1o_194{font-size:.8125rem;color:#b91c1c;margin:0}._page_11ouz_1{display:flex;flex-direction:column;gap:1.25rem}._toolbar_11ouz_7{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem}._agencyField_11ouz_14{display:flex;flex-direction:column;gap:.3rem;min-width:min(100%,14rem)}._agencyField_11ouz_14 label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#64748b}._agencySelect_11ouz_28{font-family:inherit;font-size:.875rem;padding:.45rem .65rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;max-width:20rem}._agencySelect_11ouz_28:focus-visible{outline:2px solid #ea580c;outline-offset:1px}._grid_11ouz_44{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch}@media(max-width:960px){._grid_11ouz_44{grid-template-columns:1fr}}._panel_11ouz_57{border:1px solid #e2e8f0;border-radius:10px;background:#fff;display:flex;flex-direction:column;min-height:0}._panelHead_11ouz_66{padding:1rem 1.15rem .85rem;border-bottom:1px solid #e2e8f0}._panelHeadTop_11ouz_71{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem}._panelKicker_11ouz_79{margin:0 0 .35rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;color:#64748b}._panelDesc_11ouz_87{margin:0;font-size:.8125rem;color:#64748b;line-height:1.45;max-width:36rem}._primaryAction_11ouz_95{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;border:none;background:#ea580c;color:#fff;cursor:pointer;flex-shrink:0}._primaryAction_11ouz_95:focus-visible{outline:2px solid #1d3557;outline-offset:2px}._primaryAction_11ouz_95:disabled{opacity:.45;cursor:not-allowed}._tableWrap_11ouz_119{overflow-x:auto;padding:0 0 1rem}._table_11ouz_119{width:100%;border-collapse:collapse;font-size:.875rem}._table_11ouz_119 thead th{text-align:left;padding:.65rem 1rem;background:#e8eef5;color:#1e3a5f;font-size:.6875rem;font-weight:700;letter-spacing:.06em;border-bottom:1px solid #dbe2eb}._table_11ouz_119 tbody td{padding:.75rem 1rem;border-bottom:1px solid #eef2f7;color:#0f172a;vertical-align:middle}._table_11ouz_119 tbody tr:last-child td{border-bottom:none}._monoMuted_11ouz_152{color:#64748b}._manageBtn_11ouz_156{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.35rem .75rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}._manageBtn_11ouz_156:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._manageBtn_11ouz_156:disabled{opacity:.45;cursor:not-allowed}._comingSoon_11ouz_179{position:relative}._comingSoonBadge_11ouz_183{display:inline-block;margin-left:.5rem;padding:.15rem .45rem;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f1f5f9;border-radius:4px;vertical-align:middle}._dimmed_11ouz_197{opacity:.55;pointer-events:none}._errorBanner_11ouz_202{font-size:.875rem;color:#b91c1c;padding:.5rem 0}._loadingRow_11ouz_208{padding:1rem 1.15rem;color:#64748b;font-size:.875rem}._modalOverlay_11ouz_214{position:fixed;inset:0;z-index:80;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem}._modal_11ouz_214{width:100%;max-width:420px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 12px 40px #0f172a26}._modalHead_11ouz_234{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid #e2e8f0}._modalHead_11ouz_234 h3{margin:0;font-size:1rem;font-weight:700;color:#1e3a5f}._modalBody_11ouz_250{padding:1rem;display:flex;flex-direction:column;gap:.75rem}._modalFoot_11ouz_257{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding:0 1rem 1rem}._fieldInput_11ouz_265{font-family:inherit;font-size:.875rem;width:100%;box-sizing:border-box;padding:.5rem .6rem;border-radius:8px;border:1px solid #cbd5e1}._fieldInput_11ouz_265:focus-visible{outline:2px solid #ea580c;outline-offset:1px}._outlineBtn_11ouz_280{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.45rem .9rem;border-radius:8px;border:2px solid #ea580c;background:transparent;color:#ea580c;cursor:pointer}._outlineBtn_11ouz_280:focus-visible{outline:2px solid #1d3557;outline-offset:2px}._overlay_anc21_1{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_anc21_1 .2s ease-out}@keyframes _fadeIn_anc21_1{0%{opacity:0}to{opacity:1}}._modal_anc21_22{background:#fff;border-radius:12px;box-shadow:0 20px 50px #0f172a2e;width:100%;max-width:720px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;animation:_slideIn_anc21_1 .25s ease-out}@keyframes _slideIn_anc21_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._header_anc21_46{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0}._headerText_anc21_55{min-width:0}._kicker_anc21_59{margin:0 0 .35rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}._title_anc21_68{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;color:#1e3a5f;letter-spacing:-.02em;line-height:1.2}._subtitle_anc21_77{margin:0;font-size:.875rem;color:#64748b;line-height:1.45;max-width:48ch}._closeButtonBorder_anc21_85{flex-shrink:0;border:1px solid #e2e8f0;border-radius:8px;padding:2px;background:#fff}._body_anc21_93{padding:1.25rem 1.5rem 1.5rem;flex:1;overflow-y:auto}._errorBanner_anc21_99{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;color:#b91c1c;border-radius:8px;margin-bottom:1rem;font-size:.875rem}._grid2_anc21_111{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem;margin-bottom:1.25rem}@media(max-width:560px){._grid2_anc21_111{grid-template-columns:1fr}}._fieldLabel_anc21_124{display:block;margin-bottom:.35rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}._input_anc21_134{width:100%;box-sizing:border-box;padding:.65rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#0f172a;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}._input_anc21_134:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1f}._inputReadonly_anc21_152{background:#f8fafc;color:#334155}._activeField_anc21_157{border:1px solid #e2e8f0;border-radius:8px;padding:.65rem .85rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff}._activeFieldMuted_anc21_168{background:#f8fafc}._activeLabelText_anc21_172{font-size:.9375rem;font-weight:500;color:#334155}._toggle_anc21_178{position:relative;width:44px;height:24px;border:none;border-radius:999px;padding:0;cursor:pointer;flex-shrink:0;transition:background .2s ease}._toggleOn_anc21_190{background:#1e3a5f}._toggleOff_anc21_194{background:#cbd5e1}._toggle_anc21_178:disabled{cursor:pointer;opacity:.85}._toggleKnob_anc21_203{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}._toggleKnobOn_anc21_215{transform:translate(20px)}._readOnlyValue_anc21_219{font-size:.9375rem;color:#334155;font-weight:500}._sectionDivider_anc21_225{height:1px;background:#e2e8f0;margin:1.5rem 0 1.25rem}._areaMapsHeader_anc21_231{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._areaMapsKicker_anc21_239{margin:0 0 .25rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}._areaMapsDesc_anc21_248{margin:.25rem 0 0;font-size:.8125rem;color:#64748b;line-height:1.4;max-width:36ch}._btnOrange_anc21_257{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;border:1px solid #ea580c;border-radius:8px;background:#ea580c;color:#fff;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}._btnOrange_anc21_257:hover:not(:disabled){background:#fed7aa;border-color:#fdba74;color:#7c2d12}._btnOrange_anc21_257:focus-visible{outline:none;box-shadow:0 0 0 3px #ea580c59}._btnOrange_anc21_257:disabled{opacity:.5;cursor:pointer}._mapsTableWrap_anc21_288{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}._mapsTableHeader_anc21_295{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(100px,.9fr) minmax(180px,1.2fr);gap:.75rem;padding:.65rem 1rem;background:#f1f5f9;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}._mapsTableRow_anc21_308{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(100px,.9fr) minmax(180px,1.2fr);gap:.75rem;padding:.65rem 1rem;align-items:center;border-top:1px solid #e2e8f0;font-size:.8125rem}._mapsTableRow_anc21_308:first-of-type{border-top:none}._mapNameCell_anc21_322{font-weight:500;color:#334155;word-break:break-word}._mapDateCell_anc21_328{color:#64748b}._mapActions_anc21_332{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}._btnOutline_anc21_339{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .65rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;cursor:pointer;transition:background .15s ease,border-color .15s ease}._btnOutline_anc21_339:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._btnOutline_anc21_339:disabled{opacity:.6;cursor:pointer}._mapNameInput_anc21_363{width:100%;box-sizing:border-box;padding:.4rem .5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.8125rem;font-weight:500;color:#0f172a}._mapNameInput_anc21_363:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 2px #1e3a5f1f}._mapNameInput_anc21_363:disabled{opacity:.7;background:#f8fafc}._btnAddImage_anc21_386{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .65rem;border-radius:8px;border:1px solid #ea580c;background:#fff;color:#c2410c;cursor:pointer;transition:background .15s ease,border-color .15s ease}._btnAddImage_anc21_386:hover:not(:disabled){background:#fff7ed;border-color:#fdba74}._btnAddImage_anc21_386:disabled{opacity:.6;cursor:pointer}._mapsEmpty_anc21_410{padding:1.25rem 1rem;text-align:center;color:#94a3b8;font-size:.875rem}._mapsLoading_anc21_417{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}._hiddenFile_anc21_424{display:none}._footer_anc21_428{padding:1rem 1.5rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.75rem}._footerBtnSecondary_anc21_437{appearance:none;font-family:inherit;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer}._footerBtnSecondary_anc21_437:hover{background:#f8fafc}._footerBtnPrimary_anc21_454{appearance:none;font-family:inherit;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:8px;border:none;background:#ea580c;color:#fff;cursor:pointer;transition:background .15s ease}._footerBtnPrimary_anc21_454:hover:not(:disabled){background:#c2410c}._footerBtnPrimary_anc21_454:disabled{opacity:.5;cursor:pointer}._footerBtnBlue_anc21_477{appearance:none;font-family:inherit;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:8px;border:none;background:#1e3a5f;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}._footerBtnBlue_anc21_477:hover{background:#2d4a70}._archivePropertyButton_anc21_497{padding:.65rem 1.25rem;background:#fff;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}._archivePropertyButton_anc21_497:hover{background:#fef2f2}._unarchivePropertyButton_anc21_512{padding:.65rem 1.25rem;background:#fff;color:#15803d;border:1px solid #bbf7d0;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}._unarchivePropertyButton_anc21_512:hover{background:#f0fdf4}._naValue_anc21_527{color:#94a3b8}._createSection_anc21_532{margin-top:.5rem}._overlay_bvzy7_1{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_bvzy7_1 .2s ease-out}@keyframes _fadeIn_bvzy7_1{0%{opacity:0}to{opacity:1}}._modal_bvzy7_22{background:#fff;border-radius:12px;box-shadow:0 20px 50px #0f172a2e;width:100%;max-width:720px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;animation:_slideIn_bvzy7_1 .25s ease-out}@keyframes _slideIn_bvzy7_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._header_bvzy7_46{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1rem}._headerText_bvzy7_54{min-width:0}._kicker_bvzy7_58{margin:0 0 .35rem;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}._title_bvzy7_67{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;color:#1e3a5f;letter-spacing:-.02em;line-height:1.2}._subtitle_bvzy7_76{margin:0;font-size:.875rem;color:#64748b;line-height:1.45;max-width:42ch}._body_bvzy7_84{padding:0 1.5rem 1rem;flex:1;overflow-y:auto}._errorMessage_bvzy7_90{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;background:#fef2f2;color:#b91c1c;border-radius:8px;margin-bottom:1rem;font-size:.8125rem}._formGrid_bvzy7_102{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 1.5rem}._field_bvzy7_108{display:flex;flex-direction:column;gap:.4rem;min-width:0}._fieldLabel_bvzy7_115{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}._input_bvzy7_123,._select_bvzy7_124{width:100%;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#1e293b;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}._input_bvzy7_123:focus,._select_bvzy7_124:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}._input_bvzy7_123:disabled,._select_bvzy7_124:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}._readOnlyField_bvzy7_149{padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#334155;background:#f8fafc}._toggleRow_bvzy7_158{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}._toggleRowDisabled_bvzy7_169{background:#f8fafc}._toggleLabel_bvzy7_173{font-size:.9375rem;font-weight:500;color:#334155}._toggle_bvzy7_158{position:relative;width:44px;height:26px;border-radius:999px;border:none;cursor:pointer;flex-shrink:0;transition:background .2s ease}._toggleOn_bvzy7_190{background:#1e3a5f}._toggleOff_bvzy7_194{background:#cbd5e1}._toggle_bvzy7_158:disabled{cursor:not-allowed;opacity:.85}._toggleKnob_bvzy7_203{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}._toggleKnobOn_bvzy7_215{transform:translate(18px)}._section_bvzy7_219{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}._sectionTitle_bvzy7_225{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}._createAccessForm_bvzy7_232{padding:1rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem}._companyList_bvzy7_239{display:flex;flex-direction:column;gap:.75rem}._companyAccessItem_bvzy7_245{padding:.75rem;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0}._companyId_bvzy7_255{font-weight:500;color:#334155}._accessLevel_bvzy7_260{font-size:.8125rem;color:#64748b;padding:.2rem .5rem;background:#fff;border-radius:4px}._deleteButton_bvzy7_268{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:6px;cursor:pointer;transition:background .15s ease}._deleteButton_bvzy7_268:hover{background:#fee2e2}._addButton_bvzy7_285{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer}._addButton_bvzy7_285:hover{background:#2d4a70}._footer_bvzy7_303{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#fafbfc}._footerLeft_bvzy7_314{display:flex;flex-wrap:wrap;gap:.5rem}._footerCreateRow_bvzy7_320{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem}._btnSecondary_bvzy7_328{appearance:none;font-family:inherit;padding:.55rem 1rem;font-size:.875rem;font-weight:600;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}._btnSecondary_bvzy7_328:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._btnSecondary_bvzy7_328:disabled{opacity:.5;cursor:not-allowed}._btnPrimary_bvzy7_352{appearance:none;font-family:inherit;padding:.55rem 1.35rem;font-size:.875rem;font-weight:600;color:#fff;background:#ea580c;border:none;border-radius:8px;cursor:pointer;margin-left:auto;transition:background .15s ease}._btnPrimary_bvzy7_352:hover:not(:disabled){background:#c2410c}._btnPrimary_bvzy7_352:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._btnPrimary_bvzy7_352:disabled{opacity:.55;cursor:not-allowed}._btnGhost_bvzy7_381{appearance:none;font-family:inherit;padding:.55rem 1rem;font-size:.875rem;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:8px;cursor:pointer}._btnGhost_bvzy7_381:hover{color:#1e293b;background:#f1f5f9}._agencyRow_bvzy7_399{grid-column:1 / -1}@media(max-width:640px){._formGrid_bvzy7_102{grid-template-columns:1fr}._footer_bvzy7_303{flex-direction:column;align-items:stretch}._btnPrimary_bvzy7_352{margin-left:0;width:100%}._footerLeft_bvzy7_314{width:100%;flex-direction:column}._footerLeft_bvzy7_314 ._btnSecondary_bvzy7_328{width:100%}}._wrapper_2ip1g_1{display:flex;flex-direction:column;gap:1.25rem}._error_2ip1g_7{margin:0;color:#b91c1c;font-size:.875rem}._workflowGrid_2ip1g_13{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._workflowCard_2ip1g_19,._templatesCard_2ip1g_20{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden}._workflowCardHead_2ip1g_27,._templatesHead_2ip1g_28{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0}._workflowCardHead_2ip1g_27 h3,._templatesHead_2ip1g_28 h3{margin:0 0 .2rem;font-size:1.125rem;color:#1e3a5f}._workflowCardHead_2ip1g_27 p,._templatesHead_2ip1g_28 p{margin:0;font-size:.875rem;color:#64748b}._addButton_2ip1g_51{border:1px solid #ea580c;background:#ea580c;color:#fff;border-radius:8px;padding:.45rem .85rem;font-size:.8125rem;font-weight:600;cursor:pointer}._addButton_2ip1g_51:disabled{opacity:.5;cursor:default}._inlineEditor_2ip1g_67{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}._inlineEditor_2ip1g_67 input,._valueCell_2ip1g_77 input{width:100%;min-width:0;border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .65rem;font-size:.875rem}._inlineEditor_2ip1g_67 input:focus-visible,._valueCell_2ip1g_77 input:focus-visible{outline:2px solid #1e3a5f;outline-offset:1px}._inlineEditor_2ip1g_67 button,._actionsCell_2ip1g_93 button,._templatesRow_2ip1g_94 button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;padding:.4rem .65rem;font-size:.8125rem;font-weight:600;cursor:pointer}._inlineEditor_2ip1g_67 button:disabled,._actionsCell_2ip1g_93 button:disabled,._templatesRow_2ip1g_94 button:disabled{opacity:.5;cursor:default}._workflowTable_2ip1g_112,._templatesTable_2ip1g_113{display:flex;flex-direction:column}._workflowTableHead_2ip1g_118,._workflowRow_2ip1g_119,._templatesTableHead_2ip1g_120,._templatesRow_2ip1g_94{display:grid;gap:.75rem;align-items:center;padding:.75rem 1rem}._workflowTableHead_2ip1g_118,._workflowRow_2ip1g_119{grid-template-columns:72px minmax(0,1fr) minmax(180px,auto)}._templatesTableHead_2ip1g_120,._templatesRow_2ip1g_94{grid-template-columns:minmax(180px,.95fr) minmax(260px,1.4fr) 90px}._workflowTableHead_2ip1g_118,._templatesTableHead_2ip1g_120{background:#f1f5f9;color:#64748b;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}._workflowRow_2ip1g_119,._templatesRow_2ip1g_94{border-top:1px solid #e2e8f0;font-size:.875rem;color:#334155}._valueCell_2ip1g_77{min-width:0;overflow-wrap:anywhere}._actionsCell_2ip1g_93{display:flex;flex-wrap:wrap;gap:.35rem}._emptyState_2ip1g_166{margin:0;padding:1rem;color:#64748b;font-size:.875rem}._comingSoonBadge_2ip1g_173{display:inline-flex;align-items:center;border:1px solid #fdba74;background:#fff7ed;color:#c2410c;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}@media(max-width:1100px){._workflowGrid_2ip1g_13{grid-template-columns:1fr}}@media(max-width:820px){._workflowTableHead_2ip1g_118,._workflowRow_2ip1g_119{grid-template-columns:56px minmax(0,1fr)}._workflowTableHead_2ip1g_118 span:last-child,._workflowRow_2ip1g_119 span:last-child{grid-column:1 / -1}._templatesTableHead_2ip1g_120,._templatesRow_2ip1g_94{grid-template-columns:1fr}}._wrapper_zy9f9_1{display:flex;flex-direction:column}._card_zy9f9_6{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}._cardHeader_zy9f9_13{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem;padding:.9rem 1rem;border-bottom:1px solid #e2e8f0}._cardHeaderMain_zy9f9_23{flex:1;min-width:min(100%,220px)}._agencySelectWrap_zy9f9_28{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:min(100%,240px)}._agencySelectLabel_zy9f9_36{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}._agencySelect_zy9f9_28{width:100%;max-width:280px;padding:.45rem .55rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;color:#1e293b;background:#fff}._agencySelect_zy9f9_28:focus-visible{outline:none;border-color:#ea580c;box-shadow:0 0 0 2px #ea580c33}._agencySelect_zy9f9_28:disabled{opacity:.65;cursor:default}._pmAgencyNotice_zy9f9_67,._pmAgencyError_zy9f9_68{margin:0;padding:.65rem 1rem;font-size:.8125rem;line-height:1.45}._pmAgencyNotice_zy9f9_67{background:#fffbeb;color:#92400e;border-bottom:1px solid #fde68a}._pmAgencyError_zy9f9_68{background:#fef2f2;color:#b91c1c;border-bottom:1px solid #fecaca}._tableMuted_zy9f9_87{opacity:.55;pointer-events:none}._kicker_zy9f9_92{margin:0 0 .2rem;font-size:.6875rem;font-weight:700;letter-spacing:.11em;color:#94a3b8}._description_zy9f9_100{margin:0;font-size:.875rem;color:#475569}._table_zy9f9_87,._tableRowWrap_zy9f9_111{display:flex;flex-direction:column}._tableHead_zy9f9_116,._tableRow_zy9f9_111{display:grid;grid-template-columns:minmax(140px,1fr) minmax(260px,1.9fr) minmax(190px,1.3fr) minmax(210px,1.4fr);gap:.9rem;align-items:center;padding:.8rem 1rem}._tableHead_zy9f9_116{background:#f1f5f9;color:#64748b;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}._tableRow_zy9f9_111{border-top:1px solid #e2e8f0;color:#334155;font-size:.875rem}._hiddenFileInput_zy9f9_140{display:none}._typeCell_zy9f9_144{font-weight:700;color:#1e293b}._actionsCell_zy9f9_149{display:flex;flex-wrap:wrap;gap:.5rem}._secondaryBtn_zy9f9_155,._primaryBtn_zy9f9_156{border-radius:10px;padding:.45rem .8rem;font-size:.8125rem;font-weight:600}._secondaryBtn_zy9f9_155{border:1px solid #d1d5db;background:#fff;color:#475569}._primaryBtn_zy9f9_156{border:1px solid #ea580c;background:#ea580c;color:#fff}._secondaryBtn_zy9f9_155:disabled,._primaryBtn_zy9f9_156:disabled{cursor:default;opacity:.7}._resultPanel_zy9f9_181{border-top:1px solid #e2e8f0;background:#f8fafc;padding:.7rem 1rem .8rem}._resultSummary_zy9f9_187{margin:0;font-size:.8125rem;color:#334155}._issueList_zy9f9_193{margin:.4rem 0 0;padding-left:1rem;color:#b91c1c;font-size:.8125rem}@media(max-width:1000px){._tableHead_zy9f9_116,._tableRow_zy9f9_111{grid-template-columns:minmax(120px,1fr) minmax(180px,1.6fr) minmax(150px,1.1fr)}._tableHead_zy9f9_116 span:last-child,._tableRow_zy9f9_111 span:last-child{grid-column:1 / -1}}@media(max-width:700px){._tableHead_zy9f9_116,._tableRow_zy9f9_111{grid-template-columns:1fr}}@media(max-width:600px){._agencySelectWrap_zy9f9_28{align-items:stretch;width:100%;min-width:0}._agencySelect_zy9f9_28{max-width:none}}._overlay_t0uiv_1{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080}._modal_t0uiv_12{width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#f1f5f9;box-shadow:0 10px 40px #0003}._header_t0uiv_24{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238)}._headerText_t0uiv_35{min-width:0}._title_t0uiv_39{margin:0;font-size:1.05rem;font-weight:600;color:#fff}._subtitle_t0uiv_46{margin:.25rem 0 0;font-size:.8125rem;color:#ffffffbf}._body_t0uiv_52{flex:1;min-height:0;overflow-y:auto;padding:1rem 1.25rem 1.25rem;background:#f1f5f9}._banner_t0uiv_60{margin:0 0 1rem;padding:.65rem .75rem;border-radius:8px;font-size:.875rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._field_t0uiv_70{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}._field_t0uiv_70:last-of-type{margin-bottom:0}._checkboxStack_t0uiv_81{display:flex;flex-direction:column;gap:.5rem}._checkboxRow_t0uiv_87{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#334155}._checkboxRow_t0uiv_87 input{width:1rem;height:1rem;accent-color:#ea580c;cursor:pointer}._checkboxRow_t0uiv_87 input:disabled{cursor:not-allowed}._fieldScope_t0uiv_108{align-items:flex-start}._scopeSegment_t0uiv_113{display:inline-flex;width:fit-content;max-width:100%;border-radius:8px;border:1px solid #cbd5e1;overflow:hidden;background:#fff}._scopeBtn_t0uiv_123{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .85rem;border:none;background:transparent;color:#475569;cursor:pointer}._scopeBtn_t0uiv_123+._scopeBtn_t0uiv_123{border-left:1px solid #e2e8f0}._scopeBtnActive_t0uiv_139{background:#ea580c;color:#fff}._scopeBtn_t0uiv_123:disabled{opacity:.65;cursor:not-allowed}._scopeBtn_t0uiv_123:focus-visible{outline:2px solid #ea580c;outline-offset:2px;position:relative;z-index:1}._label_t0uiv_156{font-size:.875rem;font-weight:500;color:#334155}._input_t0uiv_162,._select_t0uiv_163,._textarea_t0uiv_164{width:100%;box-sizing:border-box;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9375rem;background:#fff;color:#0f172a}._input_t0uiv_162:disabled,._select_t0uiv_163:disabled,._textarea_t0uiv_164:disabled{opacity:.65;cursor:not-allowed}._fieldError_t0uiv_182{font-size:.8125rem;color:#b91c1c}._submitError_t0uiv_187{margin-top:.75rem;padding:.65rem .75rem;border-radius:8px;font-size:.875rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._footer_t0uiv_197{flex-shrink:0;display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}._btnCancel_t0uiv_207{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:1px solid #ea580c;background:#fff;color:#ea580c}._btnCancel_t0uiv_207:disabled{opacity:.55;cursor:not-allowed}._btnCancel_t0uiv_207:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._btnPrimary_t0uiv_228{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;background:#ea580c;color:#fff}._btnPrimary_t0uiv_228:disabled{opacity:.55;cursor:not-allowed}._btnPrimary_t0uiv_228:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._manifestPageRoot_kfagb_6{width:100%;min-width:0;height:calc(100vh - var(--header-offset, 0px));max-height:calc(100vh - var(--header-offset, 0px));height:calc(100dvh - var(--header-offset, 0px));max-height:calc(100dvh - var(--header-offset, 0px));overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}._manifestPageRoot_kfagb_6>:first-child{flex-shrink:0}._page_kfagb_23{flex:1 1 auto;min-height:0;overflow:hidden;width:100%;display:flex;flex-direction:column;background:#f1f5f9}._page_kfagb_23>header{flex-shrink:0}._manifestHeroInner_kfagb_38{padding-top:2.25rem;padding-bottom:2rem}._manifestHeroTitleWrap_kfagb_44{flex:1 1 auto;min-width:0;overflow:visible}._manifestHeroTitle_kfagb_44{font-size:1.75rem;font-weight:700;margin:0;letter-spacing:-.02em;line-height:1.15;color:#fff}@media(max-width:900px){._manifestHeroInner_kfagb_38{padding-top:2.25rem;padding-bottom:2rem;padding-left:clamp(12px,3vw,20px);padding-right:clamp(12px,3vw,20px)}}._manifestHeroButtons_kfagb_69{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;width:100%}._newContactBtn_kfagb_78{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.55rem 1.25rem;border-radius:999px;border:1px solid #ea580c;background:#ea580c;color:#fff;cursor:pointer;flex-shrink:0}._newContactBtn_kfagb_78:focus-visible{outline:2px solid #fff;outline-offset:2px}._main_kfagb_97{box-sizing:border-box;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;max-width:1200px;width:100%;margin:0 auto;padding:1rem clamp(12px,3vw,24px) .75rem}._mainState_kfagb_109{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}._listShell_kfagb_119{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;width:100%}._card_kfagb_127{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:#fff;border-radius:10px;box-shadow:0 1px 3px #0f172a14;border:1px solid #e2e8f0;overflow:hidden}._toolbar_kfagb_139{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}._toolbarGroup_kfagb_149{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}._toolbarSearchGroup_kfagb_156{flex:1 1 240px;min-width:200px}._toolbarLabel_kfagb_161{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}._segment_kfagb_169{display:inline-flex;border-radius:8px;border:1px solid #cbd5e1;overflow:hidden;background:#fff}._segmentBtn_kfagb_177{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.45rem 1rem;border:none;background:#fff;color:#475569;cursor:pointer;border-right:1px solid #e2e8f0}._segmentBtn_kfagb_177:last-child{border-right:none}._segmentBtnActive_kfagb_194{background:#1a2b4a;color:#fff}._searchWrap_kfagb_199{flex:1;min-width:220px;display:flex;align-items:center;gap:.5rem;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .65rem;background:#fff}._searchIcon_kfagb_211{color:#94a3b8;flex-shrink:0}._searchInput_kfagb_216{flex:1;border:none;font-family:inherit;font-size:.875rem;min-width:0;outline:none;background:transparent;color:#0f172a}._searchInput_kfagb_216::placeholder{color:#94a3b8}._filterSelect_kfagb_231{font-family:inherit;font-size:.8125rem;font-weight:500;color:#0f172a;padding:.4rem 2rem .4rem .5rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer;min-width:10rem}._tableScroll_kfagb_2{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}._tableScroll_kfagb_2::-webkit-scrollbar{width:10px;height:10px}._tableScroll_kfagb_2::-webkit-scrollbar-thumb{border-radius:999px;background:#64748b73}._table_kfagb_2{width:100%;min-width:960px;border-collapse:collapse;font-size:.875rem}._table_kfagb_2 thead th{position:sticky;top:0;z-index:1;text-align:left;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f1f5f9;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}._table_kfagb_2 tbody td{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:middle}._table_kfagb_2 tbody tr:last-child td{border-bottom:none}._clickableRow_kfagb_295{cursor:pointer}._clickableRow_kfagb_295:hover td{background:#f8fafc}._clickableRow_kfagb_295:focus-visible{outline:2px solid #1a2b4a;outline-offset:-2px}._manifestCell_kfagb_308{min-width:0}._manifestTitleRow_kfagb_312{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.25rem}._manifestName_kfagb_320{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0}._archivedPillManifest_kfagb_327{flex-shrink:0;font-size:.625rem;font-weight:700;letter-spacing:.06em;padding:.2rem .55rem;border-radius:999px;background:#ea580c;color:#fff}._manifestRowArchived_kfagb_338 ._manifestName_kfagb_320{color:#64748b}._manifestRowArchived_kfagb_338 ._manifestSub_kfagb_342,._manifestRowArchived_kfagb_338 ._manifestMeta_kfagb_343{color:#94a3b8}._manifestNameLink_kfagb_347{text-decoration:none;color:inherit;min-width:0}._manifestNameLink_kfagb_347:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px;border-radius:4px}._businessPill_kfagb_359{display:inline-flex;align-items:center;max-width:14rem;padding:.15rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em;background:#1a2b4a;color:#fff;border:1px solid #152238;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._manifestSub_kfagb_342{font-size:.75rem;color:#64748b;margin:0 0 .15rem;line-height:1.35}._manifestMeta_kfagb_343{font-size:.75rem;color:#94a3b8;margin:0}._typeBadge_kfagb_389{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:6px}._typeCustomer_kfagb_398{background:#2b7db9;color:#fff;border:1px solid #2474ae}._typeVendor_kfagb_404{background:#ea580c;color:#fff;border:1px solid #c2410c}._typeBusiness_kfagb_410{background:#1a2b4a;color:#fff;border:1px solid #152238}._scopeBadge_kfagb_416{display:inline-block;font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:999px}._scopeUnknown_kfagb_424{background:#f1f5f9;color:#64748b}._scopeNational_kfagb_429{background:#1a2b4a;color:#fff}._scopeLocal_kfagb_434{background:#e2e8f0;color:#475569}._rowActions_kfagb_439{appearance:none;font-family:inherit;font-size:1.1rem;line-height:1;padding:.25rem .4rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:6px}._rowActions_kfagb_439:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._loading_kfagb_457,._empty_kfagb_458,._error_kfagb_459{padding:2rem 1.25rem;text-align:center;font-size:.9375rem;color:#64748b}._error_kfagb_459{color:#b91c1c}._overlay_vc7j2_1{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080}._modal_vc7j2_12{width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#f1f5f9;box-shadow:0 10px 40px #0003}._header_vc7j2_24{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238)}._headerText_vc7j2_35{min-width:0}._title_vc7j2_39{margin:0;font-size:1.05rem;font-weight:600;color:#fff}._subtitle_vc7j2_46{margin:.25rem 0 0;font-size:.8125rem;color:#ffffffbf}._body_vc7j2_52{flex:1;min-height:0;overflow-y:auto;padding:1rem 1.25rem 1.25rem;background:#f1f5f9}._field_vc7j2_60{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}._field_vc7j2_60:last-of-type{margin-bottom:0}._label_vc7j2_71{font-size:.875rem;font-weight:500;color:#334155}._optionalHint_vc7j2_77{font-weight:400;color:#64748b}._checkboxArchive_vc7j2_82{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#334155}._checkboxArchive_vc7j2_82 input{width:1rem;height:1rem;accent-color:#ea580c;cursor:pointer}._checkboxArchive_vc7j2_82 input:disabled{cursor:not-allowed}._fieldHint_vc7j2_102{margin:.35rem 0 0;font-size:.75rem;color:#64748b;line-height:1.4}._input_vc7j2_109,._textarea_vc7j2_110{width:100%;box-sizing:border-box;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9375rem;background:#fff;color:#0f172a}._input_vc7j2_109:disabled,._textarea_vc7j2_110:disabled{opacity:.65;cursor:not-allowed}._fieldError_vc7j2_127{font-size:.8125rem;color:#b91c1c}._submitError_vc7j2_132{margin-top:.75rem;padding:.65rem .75rem;border-radius:8px;font-size:.875rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._footer_vc7j2_142{flex-shrink:0;display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}._btnCancel_vc7j2_152{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:1px solid #ea580c;background:#fff;color:#ea580c}._btnCancel_vc7j2_152:disabled{opacity:.55;cursor:not-allowed}._btnCancel_vc7j2_152:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._btnPrimary_vc7j2_173{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;background:#ea580c;color:#fff}._btnPrimary_vc7j2_173:disabled{opacity:.55;cursor:not-allowed}._btnPrimary_vc7j2_173:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._overlay_tp7ek_1{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080}._modal_tp7ek_12{width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#f1f5f9;box-shadow:0 10px 40px #0003}._header_tp7ek_24{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0;padding:.85rem clamp(12px,3vw,18px);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#1a2b4a,#152238)}._headerText_tp7ek_35{min-width:0}._title_tp7ek_39{margin:0;font-size:1.05rem;font-weight:600;color:#fff}._subtitle_tp7ek_46{margin:.25rem 0 0;font-size:.8125rem;color:#ffffffbf}._body_tp7ek_52{flex:1;min-height:0;overflow-y:auto;padding:1rem 1.25rem 1.25rem;background:#f1f5f9}._banner_tp7ek_60{margin:0 0 1rem;padding:.65rem .75rem;border-radius:8px;font-size:.875rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._field_tp7ek_70{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}._field_tp7ek_70:last-of-type{margin-bottom:0}._label_tp7ek_81{font-size:.875rem;font-weight:500;color:#334155}._input_tp7ek_87,._select_tp7ek_88{width:100%;box-sizing:border-box;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9375rem;background:#fff;color:#0f172a}._input_tp7ek_87:disabled,._select_tp7ek_88:disabled{opacity:.65;cursor:not-allowed}._fieldError_tp7ek_105{font-size:.8125rem;color:#b91c1c}._submitError_tp7ek_110{margin-top:.75rem;padding:.65rem .75rem;border-radius:8px;font-size:.875rem;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._footer_tp7ek_120{flex-shrink:0;display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}._btnCancel_tp7ek_130{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:1px solid #ea580c;background:#fff;color:#ea580c}._btnCancel_tp7ek_130:disabled{opacity:.55;cursor:not-allowed}._btnCancel_tp7ek_130:focus-visible{outline:2px solid #ea580c;outline-offset:2px}._btnPrimary_tp7ek_151{padding:.65rem 1.35rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;background:#ea580c;color:#fff}._btnPrimary_tp7ek_151:disabled{opacity:.55;cursor:not-allowed}._btnPrimary_tp7ek_151:focus-visible{outline:2px solid #c2410c;outline-offset:2px}._page_1mdxi_1{min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column}._manifestHeroInner_1mdxi_8{padding-top:2.25rem;padding-bottom:1.75rem}._heroTitleRow_1mdxi_13{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.35rem}._heroTitle_1mdxi_13{font-size:1.65rem;font-weight:700;margin:0;letter-spacing:-.02em;line-height:1.15;color:#fff}._heroMetaGrid_1mdxi_30{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(1rem,3vw,2.5rem);row-gap:1rem;align-items:flex-end;margin-top:1rem;width:100%}._heroMetaGridVendor_1mdxi_41{grid-template-columns:minmax(0,.85fr) minmax(0,.75fr) minmax(0,.85fr) minmax(0,1fr) minmax(17.5rem,1.65fr)}._heroMetaGridVendorWithArchive_1mdxi_51{grid-template-columns:minmax(0,.8fr) minmax(0,.72fr) minmax(0,.8fr) minmax(0,.95fr) minmax(14rem,1.35fr) minmax(4.25rem,.52fr)}._vendorServicesMeta_1mdxi_61{min-width:0}._vendorServicesMeta_1mdxi_61 ._serviceBtnRow_1mdxi_65{width:max-content;max-width:100%}._vendorArchiveMeta_1mdxi_70{min-width:0}@media(max-width:1100px){._heroMetaGrid_1mdxi_30,._heroMetaGridVendor_1mdxi_41,._heroMetaGridVendorWithArchive_1mdxi_51{grid-template-columns:repeat(2,minmax(0,1fr))}._heroMetaGridVendor_1mdxi_41 ._vendorServicesMeta_1mdxi_61{grid-column:1 / -1}._heroMetaGridVendor_1mdxi_41 ._vendorServicesMeta_1mdxi_61 ._serviceBtnRow_1mdxi_65{width:max-content}}@media(max-width:560px){._heroMetaGrid_1mdxi_30,._heroMetaGridVendor_1mdxi_41{grid-template-columns:1fr}}._heroMetaBlock_1mdxi_104{min-width:0}._scopeSegment_1mdxi_108{display:inline-flex;border-radius:8px;border:1px solid rgba(255,255,255,.35);overflow:hidden}._scopeSegment_1mdxi_108 ._scopeChip_1mdxi_115:first-of-type{border-right:1px solid rgba(255,255,255,.35)}._scopeBtn_1mdxi_119{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .85rem;border:none;background:transparent;color:#ffffffd9;cursor:pointer}._scopeBtnActive_1mdxi_131{background:#ea580c;color:#fff}._scopeBtn_1mdxi_119:focus-visible{outline:2px solid #fff;outline-offset:2px}._scopeChip_1mdxi_115{display:inline-block;font-size:.75rem;font-weight:600;padding:.35rem .85rem;color:#ffffffd9}._scopeChipActive_1mdxi_150{background:#ea580c;color:#fff}._serviceBtnRow_1mdxi_65{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.65rem;margin-top:.25rem}._serviceBtn_1mdxi_65{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.45rem 1.1rem;border-radius:8px;cursor:default;white-space:nowrap}._serviceBtn_1mdxi_65:disabled{opacity:1}._serviceBtnFilled_1mdxi_180{border:1px solid #c2410c;background:#ea580c;color:#fff}._serviceBtnOutline_1mdxi_186{border:2px solid #fb923c;background:transparent;color:#fb923c}._heroPropertySelect_1mdxi_192{font-family:inherit;font-size:.75rem;font-weight:500;color:#0f172a;padding:.35rem 1.75rem .35rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:#fffffff2;min-width:11rem;cursor:pointer}._heroPropertySelect_1mdxi_192:disabled{opacity:.75;cursor:not-allowed}._editManifestBtn_1mdxi_210{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.5rem 1.1rem;border-radius:8px;border:2px solid #fb923c;background:transparent;color:#fb923c;cursor:pointer;white-space:nowrap}._editManifestBtn_1mdxi_210:disabled{opacity:.65;cursor:not-allowed}._editManifestBtn_1mdxi_210:focus-visible{outline:2px solid #fff;outline-offset:2px}._heroActionStack_1mdxi_234{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}._saveChangesBtn_1mdxi_243{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.5rem 1.1rem;border-radius:8px;border:1px solid #c2410c;background:#ea580c;color:#fff;cursor:pointer;white-space:nowrap}._saveChangesBtn_1mdxi_243:disabled{opacity:.65;cursor:not-allowed}._saveChangesBtn_1mdxi_243:focus-visible{outline:2px solid #fff;outline-offset:2px}._heroCrewSelect_1mdxi_267{font-family:inherit;font-size:.75rem;font-weight:500;color:#0f172a;padding:.35rem 1.75rem .35rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:#fffffff2;min-width:10rem;max-width:100%;cursor:pointer}._scopeSegmentInteractive_1mdxi_281 ._scopeBtn_1mdxi_119{cursor:pointer}._scopeSegmentInteractive_1mdxi_281 ._scopeBtn_1mdxi_119:disabled{cursor:not-allowed;opacity:.85}._propertyDropdown_1mdxi_290{margin-top:.25rem;max-width:100%;position:relative;z-index:20}._propertyDropdown_1mdxi_290 summary{cursor:pointer;list-style:none;font-size:.75rem;font-weight:600;color:#fffffff2;padding:.35rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f}._propertyDropdown_1mdxi_290 summary::-webkit-details-marker{display:none}._propertyDropdownBody_1mdxi_313{position:absolute;top:calc(100% + .35rem);left:0;width:max(100%,14rem);max-height:11rem;overflow-y:auto;padding:.35rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:#0f172a73;box-shadow:0 8px 20px #0f172a4d}._propertyCheckRow_1mdxi_327{display:flex;align-items:flex-start;gap:.4rem;font-size:.7rem;line-height:1.35;color:#ffffffeb;padding:.2rem 0}._propertyCheckRow_1mdxi_327 input{margin-top:.12rem;flex-shrink:0}._serviceBtnInteractive_1mdxi_342{cursor:pointer;pointer-events:auto}._serviceBtnInteractive_1mdxi_342:disabled{cursor:not-allowed;opacity:.85}._main_1mdxi_352{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2.5rem;flex:1;width:100%;box-sizing:border-box}._grid_1mdxi_361{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}._column_1mdxi_368{min-width:0}._stack_1mdxi_372{margin-top:1.25rem}@media(max-width:960px){._grid_1mdxi_361{grid-template-columns:1fr}}._card_1mdxi_382{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0f172a14;border:1px solid #e2e8f0;overflow:hidden}._cardHeader_1mdxi_390{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;background:#fafafa}._cardTitle_1mdxi_401{margin:0;font-size:.9375rem;font-weight:700;color:#0f172a}._cardActions_1mdxi_408{display:flex;flex-wrap:wrap;gap:.5rem}._linkBtn_1mdxi_414,._ghostBtn_1mdxi_415{appearance:none;font-family:inherit;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:6px;cursor:pointer;border:none;background:transparent;color:#1a2b4a;text-decoration:underline;text-underline-offset:2px}._ghostBtn_1mdxi_415{text-decoration:none;border:1px solid #cbd5e1;background:#fff;color:#334155}._ghostBtn_1mdxi_415:focus-visible,._linkBtn_1mdxi_414:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px}._list_1mdxi_443{list-style:none;margin:0;padding:0}._listItem_1mdxi_449{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0}._listItem_1mdxi_449:last-child{border-bottom:none}._itemTitle_1mdxi_458{margin:0 0 .25rem;font-size:.875rem;font-weight:700;color:#0f172a}._itemTitleLink_1mdxi_465{color:inherit;text-decoration:none}._itemTitleLink_1mdxi_465:focus-visible{outline:2px solid #1a2b4a;outline-offset:2px;border-radius:2px}._itemMeta_1mdxi_476{margin:0 0 .35rem;font-size:.75rem;color:#64748b;line-height:1.35}._statusPill_1mdxi_483{display:inline-block;font-size:.6875rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}._contactBlock_1mdxi_494{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0}._contactBlock_1mdxi_494:last-child{border-bottom:none}._contactBlockButton_1mdxi_503{display:block;width:100%;margin:0;padding:.85rem 1rem;border:none;border-bottom:1px solid #e2e8f0;border-radius:0;background:transparent;text-align:left;font:inherit;cursor:pointer}._contactBlockButton_1mdxi_503:last-child{border-bottom:none}._contactBlockButton_1mdxi_503:focus-visible{outline:2px solid #ea580c;outline-offset:-2px}._contactHeaderRow_1mdxi_526{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.15rem;flex-wrap:wrap}._contactName_1mdxi_535{margin:0;flex:1;min-width:0;font-size:.875rem;font-weight:700;color:#0f172a}._archivedPill_1mdxi_544{flex-shrink:0;font-size:.625rem;font-weight:700;letter-spacing:.06em;padding:.2rem .55rem;border-radius:999px;background:#ea580c;color:#fff}._assignedPropertyWithArchive_1mdxi_555{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;min-width:0}._assignedPropertyMain_1mdxi_563{flex:1;min-width:0}._archiveHeroMetaBlock_1mdxi_569{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;flex-shrink:0;min-width:0}._archiveHeroMetaCheck_1mdxi_578{display:flex;align-items:center;cursor:pointer}._archiveHeroMetaCheck_1mdxi_578 input{width:1.125rem;height:1.125rem;accent-color:#ea580c;cursor:pointer}._contactArchivedRow_1mdxi_591 ._contactName_1mdxi_535,._contactArchivedRow_1mdxi_591 ._contactRole_1mdxi_592,._contactArchivedRow_1mdxi_591 ._contactLines_1mdxi_593{color:#94a3b8}._contactArchivedRow_1mdxi_591 ._contactName_1mdxi_535{color:#64748b}._contactRole_1mdxi_592{margin:0 0 .5rem;font-size:.75rem;color:#64748b}._contactLines_1mdxi_593{margin:0;padding:0;list-style:none;font-size:.75rem;color:#475569;line-height:1.5}._noteItem_1mdxi_616{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0}._noteItem_1mdxi_616:last-child{border-bottom:none}._noteWhen_1mdxi_625{font-size:.6875rem;font-weight:600;color:#64748b;margin-bottom:.35rem}._noteBody_1mdxi_632{margin:0;font-size:.8125rem;color:#334155;line-height:1.45;white-space:pre-wrap}._emptyInline_1mdxi_640{margin:0;padding:1.25rem 1rem;font-size:.875rem;color:#64748b;text-align:center}._loading_1mdxi_648,._error_1mdxi_649{padding:2rem 1.25rem;text-align:center;font-size:.9375rem;color:#64748b}._error_1mdxi_649{color:#b91c1c}._breadcrumbLink_1mdxi_660{color:inherit;text-decoration:underline;text-underline-offset:2px}._breadcrumbLink_1mdxi_660:focus-visible{outline:2px solid #fff;outline-offset:2px}._page_1o04n_1{min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column}._hero_1o04n_8{background:linear-gradient(180deg,#1a2b4a,#152238);color:#fff;padding:1.75rem 2rem 2rem}._heroInner_1o04n_14{max-width:1200px;margin:0 auto}._heroTop_1o04n_19{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}._heroText_1o04n_27{flex:1;min-width:0}._heroTitle_1o04n_32{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._heroSubtitle_1o04n_39{font-size:.9375rem;font-weight:400;color:#ffffffd9;margin:0;line-height:1.5;max-width:36rem}._newQuoteBtn_1o04n_48{appearance:none;font-family:inherit;font-size:.875rem;font-weight:600;padding:.55rem 1.25rem;border-radius:999px;border:1px solid #ea580c;background:#ea580c;color:#fff;cursor:pointer;flex-shrink:0}._newQuoteBtn_1o04n_48:focus-visible{outline:2px solid #fff;outline-offset:2px}._main_1o04n_67{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2.5rem;flex:1;width:100%}._card_1o04n_75{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0f172a14;border:1px solid #e2e8f0;overflow:hidden}._toolbar_1o04n_83{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}._segment_1o04n_92{display:inline-flex;border-radius:8px;border:1px solid #cbd5e1;overflow:hidden;background:#fff;flex-shrink:0}._segmentBtn_1o04n_101{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.45rem 1rem;border:none;background:#fff;color:#475569;cursor:pointer;border-right:1px solid #e2e8f0}._segmentBtn_1o04n_101:last-child{border-right:none}._segmentBtn_1o04n_101:hover{background:#fff;color:#475569}._segmentBtnActive_1o04n_123,._segmentBtnActive_1o04n_123:hover{background:#1a2b4a;color:#fff}._searchWrap_1o04n_129{flex:1;min-width:200px;display:flex;align-items:center;gap:.5rem;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .65rem;background:#fff}._searchIcon_1o04n_141{color:#94a3b8;flex-shrink:0}._searchInput_1o04n_146{flex:1;border:none;font-family:inherit;font-size:.875rem;min-width:0;outline:none;background:transparent;color:#0f172a}._searchInput_1o04n_146::placeholder{color:#94a3b8}._salesRepWrap_1o04n_161{flex-shrink:0}._salesRepLabel_1o04n_165{display:block;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-bottom:.25rem}._salesRepSelect_1o04n_175{font-family:inherit;font-size:.8125rem;font-weight:500;color:#0f172a;padding:.4rem 2rem .4rem .5rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;cursor:pointer;min-width:11rem}._tableScroll_1o04n_188{overflow-x:auto;-webkit-overflow-scrolling:touch}._table_1o04n_188{width:100%;min-width:1020px;border-collapse:collapse;font-size:.875rem}._table_1o04n_188 thead th{text-align:left;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f1f5f9;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}._table_1o04n_188 tbody td{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:middle}._table_1o04n_188 tbody tr:last-child td{border-bottom:none}._tableRow_1o04n_223{cursor:pointer}._tableRow_1o04n_223:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}._badge_1o04n_232{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:6px}._badgeAvailable_1o04n_240{background:#dcfce7;color:#166534}._badgePartial_1o04n_245{background:#ffedd5;color:#c2410c}._footerNote_1o04n_250{padding:.75rem 1.25rem 1rem;font-size:.75rem;line-height:1.45;color:#64748b;border-top:1px solid #e2e8f0;background:#fafafa}._loading_1o04n_259,._empty_1o04n_260,._error_1o04n_261{padding:2rem 1.25rem;text-align:center;font-size:.9375rem;color:#64748b}._error_1o04n_261{color:#b91c1c}._page_1yvdh_1{min-height:100vh;min-width:0;background:#f1f5f9;display:flex;flex-direction:column}._pageStackFill_1yvdh_10{min-height:calc(100dvh - 56px);min-width:0}._pageMapViewport_1yvdh_16{max-height:calc(100dvh - 56px);box-sizing:border-box}._scheduleHeader_1yvdh_21{background:linear-gradient(180deg,#1a2b4a,#152238);color:#fff;padding:.65rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}._scheduleHeaderInner_1yvdh_28{max-width:1400px;margin:0 auto}._scheduleHeaderInnerFull_1yvdh_33{max-width:none}._breadcrumb_1yvdh_37{font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;margin:0 0 .75rem}._headerPanels_1yvdh_46{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:stretch}._headerPanels_1yvdh_46>._controlPanel_1yvdh_53:nth-child(1){flex:2 1 320px}._headerPanels_1yvdh_46>._controlPanel_1yvdh_53:nth-child(2){flex:0 0 auto;min-width:min(100%,280px)}._headerPanels_1yvdh_46>._controlPanel_1yvdh_53:nth-child(3){flex:1 1 280px}._controlPanel_1yvdh_53{min-width:0;background:#0f172a6b;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:.65rem .85rem .75rem;box-sizing:border-box}._panelHeading_1yvdh_75{margin:0 0 .55rem;font-size:.5625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3}._panelRow_1yvdh_84{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:flex-end}._filtersRow_1yvdh_92{flex-wrap:nowrap}._filterFieldProperty_1yvdh_96{flex:1 1 120px;min-width:0}._filterFieldDates_1yvdh_101{flex:1 1 140px;min-width:0}._filterFieldMedia_1yvdh_106{flex:0 1 132px;min-width:100px}._filterFieldQuote_1yvdh_111{flex:0 0 auto;min-width:0}._toolbarQuoteWrap_1yvdh_116{position:relative;flex-shrink:0}._toolbarQuoteBadge_1yvdh_121{position:absolute;top:-6px;right:-6px;min-width:1.125rem;height:1.125rem;padding:0 .2rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;border-radius:999px;font-size:.625rem;font-weight:700;line-height:1;border:2px solid #0f172a;pointer-events:none}._filtersRow_1yvdh_92 ._panelSelect_1yvdh_142,._filtersRow_1yvdh_92 ._panelDateShell_1yvdh_146,._filtersRow_1yvdh_92 ._mediaSelect_1yvdh_150{min-width:0}._field_1yvdh_154{display:flex;flex-direction:column;gap:.35rem;min-width:0}._fieldLabel_1yvdh_161{font-size:.5625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb8}._panelSelect_1yvdh_142{font-family:inherit;font-size:.8125rem;font-weight:600;color:#f8fafc;padding:.45rem .65rem;border-radius:6px;border:1px solid rgba(255,255,255,.18);background:#0f172a59;min-width:min(100%,260px);max-width:100%;cursor:pointer}._panelSelect_1yvdh_142 option{color:#0f172a;background:#fff}._panelDateShell_1yvdh_146{min-width:min(100%,220px);padding:.2rem .5rem;border-radius:6px;border:1px solid rgba(255,255,255,.18);background:#0f172a59;box-sizing:border-box}._mediaSelect_1yvdh_150{min-width:min(100%,140px)}._quoteButton_1yvdh_201{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;border:2px solid #f97316;background:#f9731624;color:#fb923c;cursor:pointer;flex-shrink:0;box-sizing:border-box;transition:background .15s ease,color .15s ease,border-color .15s ease}._quoteButton_1yvdh_201 svg{display:block;flex-shrink:0}._quoteButton_1yvdh_201:disabled{opacity:.45}._quoteButton_1yvdh_201:focus-visible{outline:2px solid #f8fafc;outline-offset:2px}._viewScheduleButton_1yvdh_231{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;min-height:2.5rem;box-sizing:border-box;border-radius:6px;border:2px solid #f97316;background:#f9731624;color:#fb923c;font-size:.8125rem;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}._viewScheduleButton_1yvdh_231:hover:not(._viewScheduleButtonDisabled_1yvdh_252){background:#f9731647;color:#fff;border-color:#fb923c}._viewScheduleButtonDisabled_1yvdh_252{opacity:.45;cursor:not-allowed}._controlsRow_1yvdh_263{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;align-items:center;min-height:2.5rem}._controlsRow_1yvdh_263 ._toggleRow_1yvdh_272{flex:1 1 0;min-width:0;justify-content:center}._viewModeRow_1yvdh_278{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end}._viewPillWrap_1yvdh_285{flex:1 1 180px;min-width:0;display:flex;align-items:flex-end}._viewPill_1yvdh_285{display:inline-flex;padding:3px;border-radius:9999px;background:#00000047;border:1px solid rgba(255,255,255,.12);gap:2px}._viewPillBtn_1yvdh_301{border:none;border-radius:9999px;padding:.4rem 1.1rem;font-size:.8125rem;font-weight:600;cursor:pointer;background:transparent;color:#ffffffe0;font-family:inherit;transition:background .15s ease,color .15s ease}._viewPillBtn_1yvdh_301:hover{color:#fff;background:#ffffff14}._viewPillBtnActive_1yvdh_319{background:#ea580c;color:#fff}._viewPillBtnActive_1yvdh_319:hover{background:#c2410c;color:#fff}._toggleRow_1yvdh_272{display:flex;align-items:center;gap:.5rem}._toggleLabel_1yvdh_335{font-size:.6875rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.04em}._mapViewCard_1yvdh_343{flex:1;min-height:360px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a14;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem;text-align:center;box-sizing:border-box}._mapViewText_1yvdh_360{margin:0;font-size:.9375rem;color:#64748b;max-width:420px;line-height:1.5}._mapViewCta_1yvdh_368{font-family:inherit;font-size:.875rem;font-weight:600;color:#fff;background:#ea580c;border:none;border-radius:8px;padding:.55rem 1.25rem;cursor:pointer;transition:background .15s ease}._mapViewCta_1yvdh_368:hover:not(:disabled){background:#c2410c}._mapViewCta_1yvdh_368:disabled{opacity:.45}._mapHost_1yvdh_389{flex:1;min-width:0;width:100%;min-height:360px;display:flex;flex-direction:column}._toggle_1yvdh_272{position:relative;width:2.75rem;height:1.5rem;border-radius:9999px;border:none;background:#475569;cursor:pointer;flex-shrink:0;transition:background .15s ease}._toggleOn_1yvdh_410{background:#ea580c}._toggleKnob_1yvdh_414{position:absolute;top:2px;left:2px;width:calc(1.5rem - 4px);height:calc(1.5rem - 4px);border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .15s ease}._toggleOn_1yvdh_410 ._toggleKnob_1yvdh_414{transform:translate(1.25rem)}._main_1yvdh_430{flex:1;min-height:0;width:100%;max-width:1400px;margin:0 auto;padding:1rem 1.5rem 2rem;box-sizing:border-box;display:flex;flex-direction:column}._mainMainFlush_1yvdh_443{max-width:none;width:100%;margin-left:0;margin-right:0}._mainMapTall_1yvdh_451{min-height:calc(100dvh - 220px)}._ganttWrap_1yvdh_455{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;background:#fff;border-radius:10px;box-shadow:0 1px 3px #0f172a14;border:1px solid #e2e8f0;overflow:hidden;min-height:360px}._scheduleLegendDock_1yvdh_470{position:absolute;bottom:1rem;right:1rem;z-index:30}._scheduleLegendBtn_1yvdh_477{width:48px;height:48px;border-radius:50%;border:none;background:#1a2b4a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #1a2b4a59;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}._scheduleLegendBtn_1yvdh_477:hover{background:#152238;transform:scale(1.04);box-shadow:0 6px 18px #1a2b4a73}._scheduleLegendBtnExpanded_1yvdh_498{background:#475569}._scheduleLegendBtnExpanded_1yvdh_498:hover{background:#334155}._scheduleLegendPanel_1yvdh_506{position:absolute;bottom:58px;right:0;width:min(320px,calc(100vw - 3rem));background:#fff;padding:1rem 1rem .75rem;border-radius:10px;box-shadow:0 8px 28px #0f172a2e;border:1px solid #e2e8f0;animation:_scheduleLegendIn_1yvdh_1 .25s ease}@keyframes _scheduleLegendIn_1yvdh_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._scheduleLegendHeader_1yvdh_530{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem}._scheduleLegendTitle_1yvdh_537{margin:0;font-size:.9rem;font-weight:700;color:#0f172a}._scheduleLegendClose_1yvdh_544{appearance:none;border:none;background:transparent;font-size:1.25rem;line-height:1;color:#64748b;cursor:pointer;padding:.15rem .35rem;border-radius:4px}._scheduleLegendClose_1yvdh_544:hover{color:#b91c1c;background:#fef2f2}._scheduleLegendItems_1yvdh_561{display:flex;flex-direction:column;gap:.55rem}._scheduleLegendItem_1yvdh_561{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:#334155;line-height:1.35}._scheduleLegendSwatch_1yvdh_576{width:28px;height:12px;border-radius:3px;flex-shrink:0;box-shadow:0 1px 2px #0f172a14}._scheduleLegendNote_1yvdh_584{margin:.75rem 0 0;padding-top:.65rem;border-top:1px solid #e2e8f0;font-size:.68rem;color:#64748b;line-height:1.45}._ganttChartHost_1yvdh_594{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}._ganttChartHost_1yvdh_594>*{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}._loading_1yvdh_610,._error_1yvdh_611,._empty_1yvdh_612{padding:2rem 1.5rem;text-align:center;font-size:.9375rem;color:#64748b}._error_1yvdh_611{color:#b91c1c}@media(max-width:768px){._headerPanels_1yvdh_46>._controlPanel_1yvdh_53{flex:1 1 100%}._panelRow_1yvdh_84{flex-direction:column;align-items:stretch}._panelRow_1yvdh_84._filtersRow_1yvdh_92{flex-wrap:wrap}._filterFieldProperty_1yvdh_96,._filterFieldDates_1yvdh_101,._filterFieldMedia_1yvdh_106,._filterFieldQuote_1yvdh_111{flex:1 1 100%;min-width:0;width:100%}._panelSelect_1yvdh_142,._mediaSelect_1yvdh_150,._panelDateShell_1yvdh_146{min-width:0;width:100%}._controlsRow_1yvdh_263{flex-wrap:wrap;justify-content:space-between}._viewPillWrap_1yvdh_285{flex:1 1 100%;justify-content:stretch}._viewPill_1yvdh_285{width:100%}._viewPillBtn_1yvdh_301{flex:1;text-align:center}}._page_mutoo_1{min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column}._hero_mutoo_8{background:linear-gradient(180deg,#1a2b4a,#152238);color:#fff;padding:1.75rem 2rem 2rem}._heroInner_mutoo_14{max-width:1200px;margin:0 auto}._heroTitle_mutoo_19{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}._heroSubtitle_mutoo_26{font-size:.9375rem;font-weight:400;color:#ffffffd9;margin:0;line-height:1.5;max-width:42rem}._main_mutoo_35{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2.5rem;flex:1;width:100%}._card_mutoo_43{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0f172a14;border:1px solid #e2e8f0;overflow:hidden}._toolbar_mutoo_51{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}._segment_mutoo_61{display:inline-flex;border-radius:8px;border:1px solid #cbd5e1;overflow:hidden;background:#fff}._segmentBtn_mutoo_69{appearance:none;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.45rem 1rem;border:none;background:#fff;color:#475569;cursor:pointer;border-right:1px solid #e2e8f0}._segmentBtn_mutoo_69:last-child{border-right:none}._segmentBtn_mutoo_69:hover{background:#fff;color:#475569}._segmentBtnActive_mutoo_92,._segmentBtnActive_mutoo_92:hover{background:#1a2b4a;color:#fff}._searchWrap_mutoo_98{flex:1;min-width:200px;max-width:420px;display:flex;align-items:center;gap:.5rem;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .65rem;background:#fff}._searchIcon_mutoo_111{color:#94a3b8;flex-shrink:0}._searchInput_mutoo_116{flex:1;border:none;font-family:inherit;font-size:.875rem;min-width:0;outline:none;background:transparent;color:#0f172a}._searchInput_mutoo_116::placeholder{color:#94a3b8}._tableScroll_mutoo_131{overflow-x:auto;-webkit-overflow-scrolling:touch}._table_mutoo_131{width:100%;min-width:880px;border-collapse:collapse;font-size:.875rem}._table_mutoo_131 thead th{text-align:left;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f1f5f9;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}._table_mutoo_131 tbody td{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:middle}._table_mutoo_131 tbody tr:last-child td{border-bottom:none}._tableRow_mutoo_166:hover{background:#f8fafc}._tableRowInteractive_mutoo_170{cursor:pointer}._tableRowInteractive_mutoo_170:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}._loading_mutoo_179,._empty_mutoo_180,._error_mutoo_181{padding:2rem 1.25rem;text-align:center;font-size:.9375rem;color:#64748b}._error_mutoo_181{color:#b91c1c}._page_ytsc0_1{min-height:calc(100vh - var(--header-offset, 0px));background:#f1f5f9;padding:1.25rem 1.5rem 2rem;box-sizing:border-box}._hero_ytsc0_8{background:#1d3557;border-radius:8px;padding:1.25rem 1.5rem 1.5rem;margin-bottom:1.25rem;color:#fff}._heroTop_ytsc0_16{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem}._titleRow_ytsc0_23{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;flex:1 1 auto;min-width:0}._title_ytsc0_23{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}._dashboardSwitch_ytsc0_39{flex-shrink:0;padding:.45rem .9rem;font-size:.8125rem;font-weight:600;color:#ea580c;background:transparent;border:2px solid #ea580c;border-radius:6px;cursor:pointer}._dashboardSwitch_ytsc0_39:focus-visible{outline:2px solid #fff;outline-offset:2px}._subtitle_ytsc0_56{margin:.35rem 0 0;font-size:.875rem;opacity:.92;max-width:52rem;line-height:1.45}._filterToolbar_ytsc0_64{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:.75rem 1rem;flex:0 0 auto;margin-left:auto}._filterField_ytsc0_74{display:flex;flex-direction:column;gap:.3rem;min-width:0}._filterLabel_ytsc0_81{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.88}._filterSelect_ytsc0_89{min-width:11rem;max-width:min(22rem,100%);padding:.45rem .75rem;font-size:.8125rem;font-weight:500;color:#fff;background:#0f172a66;border:1px solid rgba(255,255,255,.35);border-radius:999px;cursor:pointer}._filterSelect_ytsc0_89:focus-visible{outline:2px solid #fff;outline-offset:2px}._filterSelect_ytsc0_89:disabled{opacity:.55;cursor:default}._inlineError_ytsc0_112{margin:0 0 1rem;padding:.65rem 1rem;font-size:.875rem;color:#b91c1c;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}._cardsGridRefreshing_ytsc0_122{opacity:.72;pointer-events:none}._cardsGrid_ytsc0_122{display:grid;gap:1rem;margin-bottom:1rem}._cardsGridSales_ytsc0_133,._cardsGridProduction_ytsc0_137{grid-template-columns:repeat(3,1fr)}@media(max-width:1100px){._cardsGridSales_ytsc0_133,._cardsGridProduction_ytsc0_137{grid-template-columns:1fr}}._card_ytsc0_122{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0f172a14}._cardHeader_ytsc0_155{background:#1d3557;color:#fff;padding:.75rem 1rem;display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem .75rem}._cardHeaderMain_ytsc0_165{flex:1;min-width:0}._cardTitle_ytsc0_170{margin:0;font-size:.9375rem;font-weight:600}._cardCount_ytsc0_176{font-size:1.75rem;font-weight:700;line-height:1.1;margin-top:.15rem}._cardHeaderActions_ytsc0_183{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}._pillLink_ytsc0_190{display:inline-flex;align-items:center;padding:.3rem .65rem;font-size:.75rem;font-weight:600;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.45);border-radius:999px;cursor:pointer}._pillLink_ytsc0_190:focus-visible{outline:2px solid #fff;outline-offset:2px}._ghostBtn_ytsc0_208{padding:.3rem .55rem;font-size:.6875rem;font-weight:600;color:#ffffffd9;background:transparent;border:1px solid rgba(255,255,255,.35);border-radius:4px;cursor:pointer}._ghostBtn_ytsc0_208:disabled{opacity:.45;cursor:default}._ghostBtn_ytsc0_208:focus-visible:not(:disabled){outline:2px solid #fff;outline-offset:2px}._tableWrap_ytsc0_229{overflow-x:auto}._table_ytsc0_229{width:100%;border-collapse:collapse;font-size:.8125rem}._table_ytsc0_229 th{text-align:left;padding:.5rem 1rem;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}._table_ytsc0_229 td{padding:.55rem 1rem;border-bottom:1px solid #f1f5f9;color:#0f172a}._rowLink_ytsc0_257{color:inherit;text-decoration:none;font-weight:600}._rowLink_ytsc0_257:focus-visible{outline:2px solid #1d3557;outline-offset:1px;border-radius:2px}._mutedCell_ytsc0_269{color:#64748b}._emptyBody_ytsc0_273{padding:1rem 1rem 1.25rem;color:#64748b;font-size:.875rem}._stateLine_ytsc0_279{margin:.75rem 1rem 0;font-size:1.5rem;font-weight:700;color:#0f172a}._upNext_ytsc0_286{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0f172a14;margin-top:.25rem}._upNextHeader_ytsc0_294{background:#1d3557;color:#fff;padding:.75rem 1rem}._upNextTitle_ytsc0_300{margin:0;font-size:1rem;font-weight:600}._upNextSub_ytsc0_306{margin:.25rem 0 0;font-size:.8125rem;opacity:.9}._upNextBody_ytsc0_312{position:relative;min-height:140px;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:repeating-linear-gradient(-45deg,#f8fafc,#f8fafc 8px,#f1f5f9 8px 16px)}._upNextBadge_ytsc0_328{padding:.5rem 1rem;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#475569;background:#ffffffeb;border:2px dashed #94a3b8;border-radius:8px}._loading_ytsc0_340,._error_ytsc0_341{padding:1rem 0;font-size:.9375rem}._error_ytsc0_341{color:#b91c1c}._overlay_1o0uj_1{position:fixed;inset:0;background:#00000080;z-index:1000}._campaign_1o0uj_11{position:fixed;top:0;right:0;width:500px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1001;display:flex;flex-direction:column}._header_1o0uj_24{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}._header_1o0uj_24 h2{margin:0;color:#495057;font-size:1.5rem}._closeButton_1o0uj_39{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:.25rem;border-radius:4px;transition:background-color .2s}._closeButton_1o0uj_39:hover{background:#e9ecef}._content_1o0uj_54{flex:1;overflow-y:auto;padding:1rem}._emptyCart_1o0uj_60{text-align:center;padding:3rem 1rem;color:#6c757d}._emptyCart_1o0uj_60 p{margin:.5rem 0;font-size:1.1rem}._campaignNameSection_1o0uj_71{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._campaignNameSection_1o0uj_71 label{display:block;margin-bottom:.5rem;font-weight:600;color:#495057;font-size:.9rem}._campaignNameInput_1o0uj_87{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem;color:#495057;transition:border-color .2s ease,box-shadow .2s ease}._campaignNameInput_1o0uj_87:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef1a}._campaignNameInput_1o0uj_87::placeholder{color:#adb5bd}._items_1o0uj_107{display:flex;flex-direction:column;gap:1rem}._item_1o0uj_107{border:1px solid #e9ecef;border-radius:8px;padding:1rem;background:#f8f9fa;position:relative}._item_1o0uj_107._invalidBooking_1o0uj_121{border:2px solid #dc3545;background:#fff5f5}._invalidBookingBadge_1o0uj_126{display:inline-block;padding:.25rem .5rem;background:#dc3545;color:#fff;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem}._itemHeader_1o0uj_137{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}._itemHeader_1o0uj_137 h3{margin:0;color:#495057;font-size:1.1rem;flex:1}._removeButton_1o0uj_151{position:absolute;top:4px;right:4px;background:#dc3545e6;color:#fff;border:none;border-radius:4px;width:28px;height:28px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:0;z-index:10;transition:all .2s ease;line-height:1}._removeButton_1o0uj_151:hover{background:#dc3545;transform:scale(1.1)}._itemDetails_1o0uj_177{margin-bottom:1rem}._itemDetails_1o0uj_177 p{margin:.25rem 0;font-size:.9rem;color:#6c757d}._dateRange_1o0uj_187{display:flex;gap:1rem;margin-bottom:1rem}._dateInput_1o0uj_193{flex:1}._dateInput_1o0uj_193 label{display:block;font-size:.8rem;font-weight:600;color:#495057;margin-bottom:.25rem}._dateInput_1o0uj_193 input{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem}._itemPricing_1o0uj_213{border-top:1px solid #dee2e6;padding-top:.75rem}._itemPricing_1o0uj_213 p{margin:.25rem 0;font-size:.9rem;color:#495057}._itemTotal_1o0uj_224{font-size:1rem!important;color:#00aeef!important;font-weight:600}._clientContactSection_1o0uj_230{margin-top:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._clientContactSection_1o0uj_230 h3{margin:0 0 1rem;color:#495057;font-size:1rem;font-weight:600}._contactFields_1o0uj_245{display:flex;flex-direction:column;gap:.75rem}._contactField_1o0uj_245{display:flex;flex-direction:column;gap:.25rem}._contactField_1o0uj_245 label{font-size:.8rem;font-weight:600;color:#495057}._contactInput_1o0uj_263{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;font-family:inherit}._contactInput_1o0uj_263:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef1a}._customSelect_1o0uj_279{position:relative;width:100%}._selectButton_1o0uj_284{width:100%;border:1px solid #ced4da;border-radius:4px;background:#fff;font-size:.9rem;color:#333;padding:.5rem;outline:none;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}._selectButton_1o0uj_284[type=text]{cursor:text;font-family:inherit}._selectButton_1o0uj_284:hover:not([type=text]):not(:disabled){border-color:#adb5bd}._selectButton_1o0uj_284:focus{outline:none;border-color:#00aeef;box-shadow:0 0 0 2px #00aeef1a}._selectButton_1o0uj_284:disabled{opacity:.6;cursor:not-allowed}._selectButton_1o0uj_284 svg{flex-shrink:0;margin-left:.5rem;transition:transform .2s ease;color:#6b7280}._selectDropdown_1o0uj_330{position:absolute;top:calc(100% + .1rem);left:0;right:0;width:100%;background:#fff;border:1px solid #ced4da;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000014;z-index:1000;max-height:200px;overflow-y:auto}._selectOption_1o0uj_346{width:100%;padding:.75rem;border:none;background:#fff;text-align:left;font-size:.9rem;color:#333;cursor:pointer;transition:background-color .2s ease}._selectOption_1o0uj_346:hover{background-color:#f8f9fa}._selectOptionActive_1o0uj_362{background-color:#e7f5ff;color:#00aeef;font-weight:500}._searchInputContainer_1o0uj_368{padding:.5rem;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff;z-index:1}._searchInput_1o0uj_368{width:100%;padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;outline:none}._searchInput_1o0uj_368:focus{border-color:#00aeef;box-shadow:0 0 0 2px #00aeef1a}._plusButton_1o0uj_392{min-width:48px;height:auto;padding:.5rem;background:#00aeef;color:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .1s ease;flex-shrink:0}._plusButton_1o0uj_392:hover{background:#0088c4;transform:scale(1.05)}._plusButton_1o0uj_392:active{transform:scale(.95)}._plusButton_1o0uj_392:disabled{opacity:.6;cursor:not-allowed;transform:none}._createClientForm_1o0uj_424{padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #dee2e6;margin-top:.5rem}._cancelFormButton_1o0uj_432{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}._cancelFormButton_1o0uj_432:hover:not(:disabled){background:#5a6268}._cancelFormButton_1o0uj_432:disabled{opacity:.6;cursor:not-allowed}._selectedClientInfo_1o0uj_452{padding:.75rem;background:#e7f5ff;border-radius:4px;border:1px solid #b3d9f0;margin-top:.5rem}._clientOption_1o0uj_461{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._clientAgencyBadge_1o0uj_468{flex-shrink:0;padding:.25rem .5rem;background:#f0f0f0;color:#6c757d;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}._footer_1o0uj_479{border-top:1px solid #e9ecef;padding:1.5rem;background:#f8f9fa}._summary_1o0uj_485{margin-bottom:1rem;text-align:center}._summary_1o0uj_485 h3{margin:0;color:#495057;font-size:1.5rem}._actions_1o0uj_496{display:flex;gap:1rem}._clearButton_1o0uj_501{flex:1;padding:.75rem;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}._clearButton_1o0uj_501:hover{background:#5a6268}._checkoutButton_1o0uj_517,._quoteButton_1o0uj_518{flex:2;padding:.75rem;background:#00aeef;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._checkoutButton_1o0uj_517:hover,._quoteButton_1o0uj_518:hover{background:#0088c4}._checkoutOverlay_1o0uj_537{position:fixed;inset:0;background:#000000b3;z-index:2000;display:flex;align-items:center;justify-content:center}._checkoutModal_1o0uj_550{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}._checkoutModal_1o0uj_550 h2{margin:0 0 1.5rem;color:#495057;text-align:center}._orderSummary_1o0uj_566{margin-bottom:2rem}._orderItem_1o0uj_570{border-bottom:1px solid #e9ecef;padding:1rem 0}._orderItem_1o0uj_570:last-child{border-bottom:none}._orderItem_1o0uj_570 h4{margin:0 0 .5rem;color:#495057}._orderItem_1o0uj_570 p{margin:.25rem 0;color:#6c757d;font-size:.9rem}._orderTotal_1o0uj_590{border-top:2px solid #00AEEF;padding-top:1rem;margin-top:1rem;text-align:center}._orderTotal_1o0uj_590 h3{margin:0;color:#495057;font-size:1.5rem}._checkoutActions_1o0uj_603{display:flex;gap:1rem}._cancelButton_1o0uj_608{flex:1;padding:.75rem;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}._cancelButton_1o0uj_608:hover{background:#5a6268}._confirmButton_1o0uj_624{flex:2;padding:.75rem;background:#00aeef;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._confirmButton_1o0uj_624:hover{background:#0099d6}._downloadButton_1o0uj_641{flex:2;padding:.75rem;background:#00aeef;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._downloadButton_1o0uj_641:hover{background:#0088c4}@media(max-width:768px){._campaign_1o0uj_11{width:100%}._dateRange_1o0uj_187,._actions_1o0uj_496{flex-direction:column}}._quoteOverlay_1o0uj_674{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center}._quoteModal_1o0uj_687{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;z-index:2001}._quoteHeader_1o0uj_698{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:8px 8px 0 0}._quoteHeader_1o0uj_698 h3{margin:0;color:#495057;font-size:1.5rem}._quoteContent_1o0uj_714{padding:1.5rem}._quoteSummary_1o0uj_718{margin-bottom:1.5rem}._quoteSummary_1o0uj_718 h4{margin:0 0 1rem;color:#495057;font-size:1.2rem}._quoteItem_1o0uj_728{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid #e9ecef;border-radius:6px;margin-bottom:.5rem;background:#f8f9fa}._quoteItemInfo_1o0uj_743{display:flex;flex-direction:column;gap:.25rem}._quoteItemInfo_1o0uj_743 strong{color:#495057;font-size:.9rem}._quoteItemInfo_1o0uj_743 span{color:#6c757d;font-size:.8rem}._quoteItemTotal_1o0uj_759{font-weight:600;color:#495057;font-size:1rem}._quoteTotal_1o0uj_765{padding:1rem;background:#f8f9fa;border-radius:6px;text-align:center;border-top:2px solid #00AEEF}._quoteTotal_1o0uj_765 strong{font-size:1.2rem;color:#495057}._quoteActions_1o0uj_778{display:flex;gap:1rem;margin-top:1.5rem}._quoteItems_1o0uj_728{margin-bottom:1.5rem}._quoteItem_1o0uj_728{margin-bottom:1.5rem;padding:1rem;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa}._quoteItemHeader_1o0uj_796{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}._quoteItemHeader_1o0uj_796 h4{margin:0;color:#495057;font-size:1.1rem}._quoteItemTotal_1o0uj_759{font-weight:600;color:#00aeef;font-size:1.1rem}._quoteItemDetails_1o0uj_817{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._quoteItemDetails_1o0uj_817 p{margin:0;font-size:.9rem;color:#495057}._quoteItemDetails_1o0uj_817 p strong{color:#212529}._quoteTotal_1o0uj_765{margin:1.5rem 0;padding:1rem;background:#e9ecef;border-radius:8px}._quoteTotalLine_1o0uj_840{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;color:#495057}._quoteFooter_1o0uj_849{text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef}._quoteFooter_1o0uj_849 p{margin:.25rem 0;color:#6c757d;font-size:.9rem}@media(max-width:768px){._quoteItemDetails_1o0uj_817{grid-template-columns:1fr}}._app_jsa9a_1{width:100%;min-width:0;min-height:100vh;background:#f8f9fa}._mainContent_jsa9a_8{background:#f8f9fa}._contentHeader_jsa9a_12{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #dee2e6}._resultsInfo_jsa9a_21{flex:1}._loading_jsa9a_25{color:#6c757d;font-style:italic;margin:0}._resultsCount_jsa9a_31{color:#495057;font-weight:500;margin:0}._contentBody_jsa9a_37{min-height:calc(100vh - 200px);position:relative}._viewToggleContainer_jsa9a_43{position:absolute;top:1rem;right:1rem;z-index:20}._legendContainer_jsa9a_51{position:absolute;bottom:1rem;right:1rem;z-index:20;margin:12px}._legendIcon_jsa9a_60{width:48px;height:48px;border-radius:50%;background:#00aeef;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00aeef4d;transition:all .3s ease;position:relative}._legendIcon_jsa9a_60:hover{background:#0088c4;transform:scale(1.05);box-shadow:0 6px 16px #00aeef66}._legendIcon_jsa9a_60._expanded_jsa9a_82{background:#6c757d}._legendIcon_jsa9a_60._expanded_jsa9a_82:hover{background:#5a6268}._availabilityLegend_jsa9a_91{position:absolute;bottom:60px;right:0;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:200px;animation:_slideUp_jsa9a_1 .3s ease}@keyframes _slideUp_jsa9a_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._legendHeader_jsa9a_114{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._legendHeader_jsa9a_114 h4{margin:0;font-size:.9rem;font-weight:600;color:#333}._legendClose_jsa9a_128{background:none;border:none;font-size:18px;color:#6c757d;cursor:pointer;padding:0;line-height:1;margin-left:1rem}._legendClose_jsa9a_128:hover{color:#dc3545}._legendItems_jsa9a_143{display:flex;flex-direction:column;gap:.5rem}._legendItem_jsa9a_143{display:flex;align-items:center;gap:.5rem;font-size:.8rem}._legendDot_jsa9a_156{width:12px;height:12px;border-radius:50%;flex-shrink:0}._legendDates_jsa9a_163{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e9ecef}._legendDates_jsa9a_163 small{color:#666;font-size:.75rem}@media(max-width:768px){._contentHeader_jsa9a_12{padding:1rem;flex-direction:column;gap:1rem;align-items:stretch}._resultsInfo_jsa9a_21{text-align:center}._viewToggleContainer_jsa9a_43{top:.5rem;right:.5rem;margin:8px}._legendContainer_jsa9a_51{bottom:.5rem;right:.5rem;margin:8px}._legendIcon_jsa9a_60{width:44px;height:44px}._availabilityLegend_jsa9a_91{bottom:56px;right:0;min-width:180px;padding:.75rem}}
