.user-nav_wrapper__ep4qq{position:relative}.user-nav_trigger__yrVPa{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:box-shadow .15s}.user-nav_trigger__yrVPa:hover{box-shadow:0 0 0 2px var(--color-border)}.user-nav_avatar__g6brU{width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;letter-spacing:.02em;flex-shrink:0}.user-nav_dropdown__iateO{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;box-shadow:var(--shadow-dropdown);padding:6px;z-index:100;animation:user-nav_dropdownIn__X9FdF .12s ease-out}@keyframes user-nav_dropdownIn__X9FdF{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-nav_accountSection__DvNTe{display:flex;align-items:center;gap:10px;padding:8px}.user-nav_accountInfo__9MgH7{display:flex;flex-direction:column;min-width:0}.user-nav_name__aa_GG{font-size:13px;font-weight:600;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-nav_department__VLVTk{font-weight:500;color:var(--color-text-secondary)}.user-nav_department__VLVTk,.user-nav_email__oFxaX{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-nav_email__oFxaX{color:var(--color-text-muted)}.user-nav_divider__6q5zr{height:1px;background:var(--color-border);margin:4px 0}.user-nav_themeSection__JQVxV{padding:6px 10px}.user-nav_themeSectionLabel__1r_U5{display:block;font-size:11px;font-weight:600;color:var(--color-text-muted);margin-bottom:6px}.user-nav_themeOptions__4Zw24{display:flex;gap:4px;background:var(--color-surface-hover);border-radius:6px;padding:3px}.user-nav_themeOption__N7L66{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:5px 0;border:none;background:transparent;border-radius:4px;font-size:12px;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:background .12s,color .12s,box-shadow .12s}.user-nav_themeOption__N7L66:hover{color:var(--color-text-primary)}.user-nav_themeOptionActive__PPA4s{background:var(--color-surface);color:var(--color-text-primary);box-shadow:0 1px 3px rgba(0,0,0,.08)}.user-nav_menuItem__3ukj7{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;background:transparent;border-radius:6px;font-size:13px;color:var(--color-text-primary);cursor:pointer;transition:background .12s}.user-nav_menuItem__3ukj7:hover:not(:disabled){background:var(--color-surface-hover)}.user-nav_menuItem__3ukj7:disabled{opacity:.5;cursor:not-allowed}.user-nav_menuItemDanger__Y0rUO{color:var(--color-secondary)}.user-nav_menuItemDanger__Y0rUO:hover:not(:disabled){background:var(--color-secondary-light)}.layout_appLayout__LcrHF{display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout_topBar__P7FHo{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 24px;background:var(--color-surface);color:var(--color-text-primary);border-bottom:1px solid var(--color-border);flex-shrink:0;z-index:60}.layout_topBarLeft__SZmVj{display:flex;align-items:center;gap:12px}.layout_mobileNavToggle__ULDos{display:none;width:36px;height:36px;align-items:center;justify-content:center;background:transparent;border:none;color:var(--color-text-primary);border-radius:6px;cursor:pointer;padding:0;margin-left:-6px;transition:background .12s}.layout_mobileNavToggle__ULDos:hover{background:var(--color-surface-hover)}.layout_mobileNavToggle__ULDos:active{background:var(--color-surface-active,var(--color-surface-hover))}.layout_mobileBackdrop__jY98u{display:none;position:fixed;top:48px;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:45;animation:layout_backdropFadeIn__6RvuI .18s ease-out}@keyframes layout_backdropFadeIn__6RvuI{0%{opacity:0}to{opacity:1}}.layout_topBarBrand__5PCAA{font-size:14px;font-weight:700;letter-spacing:-.02em;color:var(--color-primary)}.layout_topBarRight__zIHtE{display:flex;align-items:center;gap:12px}.layout_bodyArea__44nNK{display:flex;flex:1 1;min-height:0}.layout_sidebarSpacer__G5dtj{width:54px;flex-shrink:0}.layout_appMain__H_Z9c{flex:1 1;min-width:0;overflow-y:auto;background:var(--color-bg)}.layout_sidebar__MnBPl{position:fixed;top:48px;left:0;width:54px;height:calc(100vh - 48px);padding-top:4px;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden;transition:width .2s cubic-bezier(.4,0,.2,1);z-index:50}.layout_sidebar__MnBPl:hover{width:220px;box-shadow:4px 0 12px rgba(0,0,0,.06)}.layout_sidebarBrand__62GLk{gap:10px;padding:14px 12px 10px;text-decoration:none;overflow:hidden;white-space:nowrap}.layout_brandIcon__wlroj,.layout_sidebarBrand__62GLk{display:flex;align-items:center;color:#fff;flex-shrink:0}.layout_brandIcon__wlroj{width:30px;height:30px;border-radius:8px;background:var(--color-primary);justify-content:center;font-size:14px;font-weight:800;letter-spacing:-.03em}.layout_sidebarContent__uTRA4{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}.layout_sidebarContent__uTRA4::-webkit-scrollbar{width:0}.layout_sidebarGroup__jncL6{list-style:none;margin:0;padding:4px 8px;display:flex;flex-direction:column;gap:2px}.layout_sidebarDivider__0IjNv{height:1px;background:var(--color-border);margin:4px 12px;flex-shrink:0}.layout_sidebarGroupLabel__urZ0V{display:block;padding:6px 18px 2px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap;overflow:hidden}.layout_sidebarLink__2m3l0{display:flex;align-items:center;gap:10px;height:34px;padding:0 10px;border-radius:6px;color:var(--color-text-secondary);transition:background .12s,color .12s;position:relative;white-space:nowrap;overflow:hidden;font-size:13px;text-decoration:none}.layout_sidebarLink__2m3l0:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.layout_sidebarLinkActive__019F7{background:var(--color-primary);color:#fff;font-weight:500}.layout_sidebarLinkActive__019F7:hover{background:var(--color-primary-hover);color:#fff}.layout_sidebarIcon__FTSmK{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.layout_sidebarLabel__A457x{font-size:13px;font-weight:inherit;color:inherit;opacity:0;transition:opacity .15s .05s;overflow:hidden;text-overflow:ellipsis}.layout_sidebar__MnBPl:hover .layout_sidebarLabel__A457x{opacity:1}@media (max-width:768px){.layout_topBar__P7FHo{padding:0 12px}.layout_mobileNavToggle__ULDos{display:inline-flex}.layout_sidebar__MnBPl{transform:translateX(-100%);transition:transform .22s cubic-bezier(.4,0,.2,1)}.layout_sidebar__MnBPl,.layout_sidebar__MnBPl:hover{width:240px;box-shadow:none}.layout_sidebarMobileOpen__bATr4{transform:translateX(0);box-shadow:4px 0 16px rgba(0,0,0,.12)}.layout_sidebarLabel__A457x{opacity:1;transition:none}.layout_sidebarSpacer__G5dtj{display:none}.layout_mobileBackdrop__jY98u{display:block}.layout_topBarBrand__5PCAA{font-size:13px}}@media (min-width:769px){.layout_sidebarMobileOpen__bATr4{transform:none;box-shadow:none}}.notification-bell_wrapper__f79Nd{position:relative}.notification-bell_bellBtn__4gRNd{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:var(--color-text-secondary);transition:background .15s,color .15s}.notification-bell_bellBtn__4gRNd:hover{background:var(--color-primary-light);color:var(--color-primary)}.notification-bell_badge__duDis{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--color-secondary);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.notification-bell_overlay__xqs8q{position:fixed;inset:0;z-index:99}.notification-bell_panel__WPY3b{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:480px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,.12);z-index:100;display:flex;flex-direction:column;overflow:hidden}.notification-bell_panelHeader__I29m1{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--color-border)}.notification-bell_panelTitle__uUzGg{font-size:16px;font-weight:700;color:var(--color-text-primary)}.notification-bell_readAllBtn__vIYhs{font-size:12px;color:var(--color-primary);background:none;border:none;cursor:pointer;font-weight:500;padding:4px 8px;border-radius:4px;transition:background .15s}.notification-bell_readAllBtn__vIYhs:hover{background:var(--color-primary-light)}.notification-bell_list__4Nq03{flex:1 1;overflow-y:auto;padding:0;margin:0;list-style:none}.notification-bell_item__yq3Y9{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .12s;text-decoration:none;color:inherit}.notification-bell_item__yq3Y9:hover{background:#fafbfc}.notification-bell_itemUnread__FK6N0{background:var(--color-primary-light)}.notification-bell_itemUnread__FK6N0:hover{background:#dde3ef}.notification-bell_dot__X9FDw{width:8px;height:8px;border-radius:50%;background:var(--color-primary);flex-shrink:0;margin-top:6px}.notification-bell_dotRead__J5qup{background:transparent}.notification-bell_itemContent__hZMev{flex:1 1;min-width:0}.notification-bell_itemTitle__S6Unz{font-size:13px;font-weight:500;color:var(--color-text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-bell_itemMeta__t9GIt{display:flex;align-items:center;gap:8px;margin-top:4px}.notification-bell_itemProject__auIkY{font-size:11px;font-weight:500;color:var(--color-primary);background:var(--color-primary-light);padding:1px 6px;border-radius:3px}.notification-bell_itemTime__FAOpb{font-size:11px;color:var(--color-text-muted)}.notification-bell_empty__pv7gK{padding:48px 20px;text-align:center;color:var(--color-text-muted);font-size:13px}.scope-switcher_wrapper__b_r1h{position:relative;display:inline-flex}.scope-switcher_trigger__JvWVF{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;background:var(--color-surface-alt,#f5f5f5);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.scope-switcher_trigger__JvWVF:hover{background:var(--color-surface);border-color:var(--color-primary)}.scope-switcher_dropdown__TNG6C{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:6px;z-index:100;display:flex;flex-direction:column;gap:2px}.scope-switcher_option__ZFiky{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;background:transparent;border:none;border-radius:6px;text-align:left;cursor:pointer;transition:background .15s}.scope-switcher_option__ZFiky:hover:not(:disabled){background:var(--color-surface-alt,#f5f5f5)}.scope-switcher_option__ZFiky:disabled{opacity:.5;cursor:not-allowed}.scope-switcher_optionActive___F2RT{background:var(--color-primary-soft,rgba(59,130,246,.1))}.scope-switcher_optionActive___F2RT .scope-switcher_optionLabel__Krgm3{color:var(--color-primary)}.scope-switcher_optionLabel__Krgm3{font-size:13px;font-weight:600;color:var(--color-text-primary)}.scope-switcher_optionDesc__fW4wj{font-size:11px;color:var(--color-text-secondary)}.full-screen-loader_overlay__re_U_{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.82);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);gap:16px}.full-screen-loader_spinner__8D39b{width:40px;height:40px;animation:full-screen-loader_fs-spin__WlKLT .8s linear infinite;color:var(--color-primary,#13264E)}.full-screen-loader_message__ztNDX{font-size:14px;font-weight:500;color:var(--color-text-secondary,#64748b);text-align:center;line-height:1.5}@keyframes full-screen-loader_fs-spin__WlKLT{to{transform:rotate(1turn)}}.confirm-dialog_overlay__qRdT_{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:confirm-dialog_confirmFadeIn__xq2AS .15s ease-out}@keyframes confirm-dialog_confirmFadeIn__xq2AS{0%{opacity:0}to{opacity:1}}.confirm-dialog_dialog__HjnGS{width:400px;max-width:calc(100vw - 32px);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 16px 48px rgba(0,0,0,.18);animation:confirm-dialog_confirmSlideUp__SjryV .2s ease-out;overflow:hidden}@keyframes confirm-dialog_confirmSlideUp__SjryV{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-dialog_iconArea__jdqwC{display:flex;align-items:center;justify-content:center;padding:24px 24px 0}.confirm-dialog_iconCircle__kezrz{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.confirm-dialog_iconInfo__BhAdv{background:var(--color-primary-light);color:var(--color-primary)}.confirm-dialog_iconWarning__YEyhv{background:#fef3c7;color:#d97706}.confirm-dialog_iconDanger__xFHnK{background:#fee2e2;color:#dc2626}.confirm-dialog_iconSuccess__K5zrq{background:#d1fae5;color:#059669}.confirm-dialog_body__Yxqo_{padding:16px 24px 8px;text-align:center}.confirm-dialog_title__SI9tr{font-size:15px;font-weight:600;color:var(--color-text-primary);margin:0 0 6px;line-height:1.4}.confirm-dialog_description__HKJro{font-size:13px;color:var(--color-text-secondary);margin:0;line-height:1.55;text-align:center;white-space:pre-wrap}.confirm-dialog_inputWrap__ePbP6{margin-top:14px;display:flex;flex-direction:column;gap:6px;text-align:left}.confirm-dialog_inputLabel__EGXh4{font-size:12px;font-weight:600;color:var(--color-text-secondary)}.confirm-dialog_input__a_UZN{padding:8px 10px;font-size:13px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg,var(--color-surface));color:var(--color-text-primary);outline:none;transition:border-color .1s,box-shadow .1s}.confirm-dialog_input__a_UZN:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.confirm-dialog_actions__2o9CP{display:flex;gap:8px;padding:16px 24px 20px;justify-content:center}.confirm-dialog_actions__2o9CP>button{flex:1 1;max-width:160px}.toast_container__nHBTk{position:fixed;top:16px;right:16px;z-index:9500;display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:400px}.toast_toast__kaXd1{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);pointer-events:auto;animation:toast_toastSlideIn__qDK6F .25s ease-out;min-width:280px}.toast_toast__kaXd1.toast_exiting__Aa0qZ{animation:toast_toastSlideOut__GAiIZ .2s ease-in forwards}@keyframes toast_toastSlideIn__qDK6F{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes toast_toastSlideOut__GAiIZ{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(24px)}}.toast_icon__qg30K{flex-shrink:0;margin-top:1px}.toast_iconSuccess__voDih{color:#059669}.toast_iconError__a7knL{color:#dc2626}.toast_iconWarning__wRZEL{color:#d97706}.toast_iconInfo__ybXQP{color:var(--color-primary)}.toast_toast__kaXd1:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 2px 2px 0}.toast_toast__kaXd1{position:relative}.toast_accentSuccess__tsqPJ:before{background:#059669}.toast_accentError__iq_HX:before{background:#dc2626}.toast_accentWarning__pfjbE:before{background:#d97706}.toast_accentInfo__XhkY1:before{background:var(--color-primary)}.toast_content__Q0HjY{flex:1 1;min-width:0}.toast_title__Q_ic3{font-size:13px;font-weight:600;color:var(--color-text-primary);line-height:1.4}.toast_message__K_LWC{font-size:12px;color:var(--color-text-secondary);line-height:1.45;margin-top:2px}.toast_close__gLcS6{flex-shrink:0;background:none;border:none;padding:2px;cursor:pointer;color:var(--color-text-muted);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.toast_close__gLcS6:hover{background:var(--color-surface-hover);color:var(--color-text-secondary)}.estimate-editor_editorRoot__NvTRu{display:flex;height:100%;min-height:0;position:relative}.estimate-editor_sidePanel__XVpve{flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--color-border);background:var(--color-surface);border-radius:0;overflow-x:hidden;overflow-y:auto;min-width:280px;max-width:560px}.estimate-editor_resizeHandle__AsM69{width:5px;flex-shrink:0;cursor:col-resize;background:transparent;position:relative;z-index:2;transition:background .15s}.estimate-editor_resizeHandle__AsM69:active,.estimate-editor_resizeHandle__AsM69:hover{background:var(--color-primary);opacity:.3}.estimate-editor_panelHeader__pL0A1{padding:16px;border-bottom:1px solid var(--color-border);flex-shrink:0}.estimate-editor_panelAmountRow__0ISeD{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.estimate-editor_panelAmountLabel__Md9nG{font-size:12px;font-weight:600;color:var(--color-text-secondary)}.estimate-editor_panelAmountValue__gpnhA{font-size:16px;font-weight:800;color:var(--color-primary)}.estimate-editor_panelActions___e4NF{display:flex;gap:6px}.estimate-editor_panelActions___e4NF>*{flex:1 1}.estimate-editor_panelSections__IYKlJ{flex:1 1;overflow-y:auto}.estimate-editor_section__k3zai{border-bottom:1px solid var(--color-border)}.estimate-editor_sectionToggle__JE48Z{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--color-text-primary);transition:background .1s;text-align:left}.estimate-editor_sectionToggle__JE48Z:hover{background:var(--color-bg)}.estimate-editor_sectionIcon__jpzl_{display:flex;align-items:center;color:var(--color-text-muted)}.estimate-editor_sectionLabel__7SXU7{flex:1 1}.estimate-editor_sectionChevron__jHXaA{color:var(--color-text-muted);transition:transform .2s;transform:rotate(180deg)}.estimate-editor_chevronOpen__tJ_EY{transform:rotate(0deg)}.estimate-editor_sectionBody__GHNKL{padding:0 16px 16px;animation:estimate-editor_fadeIn__An_2Z .12s ease-out}@keyframes estimate-editor_fadeIn__An_2Z{0%{opacity:0}to{opacity:1}}.estimate-editor_previewScroll__4YclW{flex:1 1;overflow-y:auto;padding:24px;min-width:0;background:#eaecef}[data-theme=dark] .estimate-editor_previewScroll__4YclW{background:#18191d}.estimate-editor_companySkeleton__LmMXX{display:inline-block;vertical-align:middle;height:1em;width:9em;border-radius:3px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:estimate-editor_companySkeletonShimmer__n2UzD 1.2s ease-in-out infinite}.estimate-editor_companySkeletonSm__OsjVQ{width:7em}@keyframes estimate-editor_companySkeletonShimmer__n2UzD{0%{background-position:100% 0}to{background-position:-100% 0}}.estimate-editor_formTable__lwqw_{width:100%;border-collapse:collapse;border:none;font-size:12px}.estimate-editor_formTable__lwqw_ td,.estimate-editor_formTable__lwqw_ th{border-bottom:none;padding:0;vertical-align:middle}.estimate-editor_formTable__lwqw_ tr:last-child td,.estimate-editor_formTable__lwqw_ tr:last-child th{border-bottom:none}.estimate-editor_formTable__lwqw_ th{width:56px;min-width:56px;max-width:56px;font-size:11px;font-weight:600;color:var(--color-text-muted);text-align:left;padding:4px 0;background:none;white-space:nowrap}.estimate-editor_formTable__lwqw_ td{padding:2px 0}.estimate-editor_formTable__lwqw_ td .estimate-editor_form-input__ZZnua,.estimate-editor_formTable__lwqw_ td input,.estimate-editor_formTable__lwqw_ td select{border:none;border-radius:0;background:transparent;font-size:12px;padding:5px 6px;width:100%;outline:none}.estimate-editor_formTable__lwqw_ td input:focus,.estimate-editor_formTable__lwqw_ td select:focus{background:var(--color-primary-light)}.estimate-editor_inputWithUnit__h_c48{display:flex;align-items:center}.estimate-editor_inputWithUnit__h_c48 input{flex:1 1}.estimate-editor_inputUnit__1XKWt{font-size:11px;color:var(--color-text-muted);padding-right:8px;flex-shrink:0;white-space:nowrap}.estimate-editor_formGroup__38sZg{margin-bottom:10px}.estimate-editor_formGroup__38sZg:last-child{margin-bottom:0}.estimate-editor_formLabel__gUl_S{display:block;font-size:11px;font-weight:600;color:var(--color-text-secondary);margin-bottom:4px}.estimate-editor_formRow__D2X3M{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.estimate-editor_itemCard__joHsp{border:1px solid var(--color-border);border-radius:8px;padding:12px 14px;margin-bottom:8px;background:var(--color-bg)}.estimate-editor_itemCard__joHsp:last-of-type{margin-bottom:0}.estimate-editor_itemHeader__EAOeP{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--color-border)}.estimate-editor_itemHeaderLeft__C2PSr{display:inline-flex;align-items:center;gap:6px}.estimate-editor_itemNo__w7ifP{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;line-height:1;flex-shrink:0}.estimate-editor_reorderBtns__9FmuY{display:inline-flex;flex-direction:column;gap:1px}.estimate-editor_reorderBtn__JLUmt{display:flex;align-items:center;justify-content:center;width:18px;height:14px;padding:0;border:1px solid var(--color-border);border-radius:3px;background:var(--color-bg,#fafafa);color:var(--color-text-muted);cursor:pointer;transition:all .12s}.estimate-editor_reorderBtn__JLUmt:hover:not(:disabled){background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.estimate-editor_reorderBtn__JLUmt:disabled{opacity:.25;cursor:default}.estimate-editor_itemLabel__qQ3EO{font-size:12px;font-weight:600;color:var(--color-text-secondary);margin-right:6px}.estimate-editor_removeBtn__0SulD{background:none;border:none;cursor:pointer;padding:2px 6px;color:var(--color-text-muted);font-size:16px;line-height:1;border-radius:4px;transition:all .15s}.estimate-editor_removeBtn__0SulD:hover{background:#fee2e2;color:#b91c1c}.estimate-editor_subSectionArea__WwT4m{margin-top:10px;padding-top:8px;border-top:1px dashed var(--color-border)}.estimate-editor_subSectionTitle__2Elgv{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:6px}.estimate-editor_subSectionTitle__2Elgv svg{opacity:.6}.estimate-editor_detailSection__mWxlF{padding:6px 0 6px 10px;margin-bottom:4px;border-left:2px solid var(--color-primary-light,#e0e7ff);background:none;position:relative}.estimate-editor_detailSection__mWxlF:last-of-type{margin-bottom:0}.estimate-editor_detailHeaderRow__QFPWS{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.estimate-editor_detailLabel__T2v7y{font-size:11px;font-weight:600;color:var(--color-text-secondary)}.estimate-editor_descriptionRow__ysO9a{display:flex;align-items:center;gap:4px}.estimate-editor_descriptionRow__ysO9a input{flex:1 1;min-width:0}.estimate-editor_descBullet__zAAO7{font-size:10px;color:var(--color-text-muted);flex-shrink:0}.estimate-editor_smallBtn__1RVMg{background:none;border:none;cursor:pointer;font-size:14px;color:var(--color-text-muted);padding:0 4px;transition:color .1s}.estimate-editor_smallBtn__1RVMg:hover{color:var(--color-secondary)}.estimate-editor_addInlineBtn__J7gJv{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:26px;margin-top:6px;border:1px dashed var(--color-border);border-radius:4px;background:none;color:var(--color-text-muted);font-size:11px;font-weight:600;cursor:pointer;transition:all .15s}.estimate-editor_addInlineBtn__J7gJv:hover{border-color:var(--color-primary);border-style:solid;color:var(--color-primary);background:var(--color-primary-light,#eef2ff)}.estimate-editor_addDescInlineBtn__7byap{display:flex;align-items:center;justify-content:center;width:100%;height:24px;border:1px dashed var(--color-text-muted);border-radius:4px;background:none;color:var(--color-text-muted);cursor:pointer;transition:all .15s}.estimate-editor_addDescInlineBtn__7byap:hover{border-color:var(--color-primary);border-style:solid;color:var(--color-primary);background:var(--color-primary-light,#eef2ff)}.estimate-editor_addDescBtn__OooLa,.estimate-editor_addDetailBtn__X_Brm{display:none}.estimate-editor_noteRow__xKNL2{display:flex;align-items:flex-start;gap:6px;margin-bottom:6px}.estimate-editor_noteRow__xKNL2 input{flex:1 1}.estimate-editor_noteNo__go8_H{font-size:11px;font-weight:600;color:var(--color-text-muted);flex-shrink:0;margin-top:8px}.estimate-editor_addItemBtn__ZI_9g{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px;border:1px dashed var(--color-border);border-radius:6px;cursor:pointer;color:var(--color-primary);font-size:12px;font-weight:600;background:transparent;transition:all .15s;margin-top:6px}.estimate-editor_addItemBtn__ZI_9g:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.estimate-editor_catalogGroup__5lA9N{margin-bottom:14px}.estimate-editor_catalogGroup__5lA9N:last-child{margin-bottom:0}.estimate-editor_catalogGroupLabel__hg7Yf{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);margin-bottom:6px}.estimate-editor_catalogCard__l4TqJ{border:1px solid var(--color-border);border-radius:8px;margin-bottom:6px;overflow:hidden;background:var(--color-bg);transition:border-color .15s;cursor:-webkit-grab;cursor:grab}.estimate-editor_catalogCard__l4TqJ:active{cursor:-webkit-grabbing;cursor:grabbing}.estimate-editor_catalogCard__l4TqJ:hover{border-color:var(--color-primary)}.estimate-editor_catalogCardHeader__rELw2{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.estimate-editor_catalogCardInfo__3WOFL{flex:1 1;display:flex;flex-direction:column;gap:2px;min-width:0}.estimate-editor_catalogCardName__5NIuy{font-size:12px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-editor_catalogCardPrice___uQ7P{font-size:11px;font-weight:700;color:var(--color-primary)}.estimate-editor_catalogCardBody__2SLSu{padding:0 12px 12px;animation:estimate-editor_fadeIn__An_2Z .12s ease-out}.estimate-editor_catalogDetails__G_4aY{margin-bottom:8px}.estimate-editor_catalogDetailItem__ZwZLp{display:flex;flex-direction:column;gap:1px;margin-bottom:4px}.estimate-editor_catalogDetailTitle__hHCO5{font-size:11px;font-weight:600;color:var(--color-text-secondary)}.estimate-editor_catalogDetailDesc__w8BcU{font-size:10px;color:var(--color-text-muted);padding-left:4px}.estimate-editor_catalogOptions__J73sO{border-top:1px solid var(--color-border);padding-top:8px;margin-bottom:8px}.estimate-editor_catalogOptionsLabel__I_ryu{display:block;font-size:10px;font-weight:700;color:var(--color-text-secondary);margin-bottom:4px}.estimate-editor_catalogOptionCheck__RJqDb{display:flex;align-items:center;gap:6px;padding:4px 0;cursor:pointer;font-size:11px}.estimate-editor_catalogOptionCheck__RJqDb input[type=checkbox]{width:14px;height:14px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.estimate-editor_catalogOptionName__B32y_{flex:1 1;color:var(--color-text-primary);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.estimate-editor_catalogOptionPrice__JeibZ{font-weight:600;color:var(--color-primary);flex-shrink:0}.estimate-editor_catalogAddBtn__p8BcS{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:7px;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;color:#fff;background:var(--color-primary);transition:opacity .15s}.estimate-editor_catalogAddBtn__p8BcS:hover{opacity:.85}.estimate-editor_sectionHeader__033wz{display:flex;align-items:center}.estimate-editor_sectionHeader__033wz .estimate-editor_sectionToggle__JE48Z{flex:1 1;min-width:0}.estimate-editor_catalogToggleBtn__lOuw3{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:6px;cursor:pointer;color:var(--color-text-muted);background:transparent;transition:all .15s;flex-shrink:0;margin-right:8px}.estimate-editor_catalogToggleBtn__lOuw3:hover{background:var(--color-bg);color:var(--color-primary)}.estimate-editor_catalogToggleBtnActive__jgtdN{background:var(--color-primary-light);color:var(--color-primary)}.estimate-editor_catalogFlyout__r618j{position:absolute;top:0;bottom:0;width:320px;z-index:20;display:flex;flex-direction:column;background:var(--color-surface);border-right:1px solid var(--color-border);box-shadow:4px 0 24px rgba(0,0,0,.12);animation:estimate-editor_slideIn__p2JTz .15s ease-out}@keyframes estimate-editor_slideIn__p2JTz{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.estimate-editor_catalogFlyoutHeader__o_j3x{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid var(--color-border);flex-shrink:0;color:var(--color-text-primary)}.estimate-editor_catalogFlyoutTitle__pyMIa{flex:1 1;font-size:13px;font-weight:700}.estimate-editor_catalogFlyoutClose__sljG9{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:var(--color-text-muted);display:flex;align-items:center;transition:all .15s}.estimate-editor_catalogFlyoutClose__sljG9:hover{background:var(--color-bg);color:var(--color-text-primary)}.estimate-editor_catalogFlyoutHint__JFrn8{padding:8px 16px;font-size:11px;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);flex-shrink:0;margin:0}.estimate-editor_catalogFlyoutBody__5kWjw{flex:1 1;overflow-y:auto;padding:12px 16px}.estimate-editor_catalogSearch__iBtel{position:relative;padding:10px 16px;border-bottom:1px solid var(--color-border);flex-shrink:0;background:var(--color-bg)}.estimate-editor_catalogSearchInput__JfJ3h{width:100%;padding:6px 28px 6px 30px;font-size:12px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface);color:var(--color-text-primary);outline:none;transition:border-color .15s,box-shadow .15s}.estimate-editor_catalogSearchInput__JfJ3h:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(59,130,246,.15)}.estimate-editor_catalogSearchIcon__ZHvfe{position:absolute;left:24px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.estimate-editor_catalogSearchClear__uZi_g{position:absolute;right:22px;top:50%;transform:translateY(-50%);background:none;border:none;padding:2px;cursor:pointer;color:var(--color-text-muted);border-radius:3px;display:flex;align-items:center}.estimate-editor_catalogSearchClear__uZi_g:hover{color:var(--color-text-primary);background:var(--color-border)}.estimate-editor_catalogFoldGroup__UG2Tt{margin-bottom:2px}.estimate-editor_catalogFoldHeader__YD_wF{display:flex;align-items:center;gap:6px;padding:6px 8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px;color:var(--color-text-primary);font-size:12px;font-weight:600;transition:background .1s}.estimate-editor_catalogFoldHeader__YD_wF:hover{background:var(--color-bg)}.estimate-editor_catalogFoldChevron__9itQH{flex-shrink:0;color:var(--color-text-muted);transition:transform .15s ease-out}.estimate-editor_catalogFoldChevronOpen___0oD1{transform:rotate(90deg)}.estimate-editor_catalogFoldLabel__WbuU7{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-editor_catalogFoldCount__7yUGz{font-size:10px;font-weight:500;color:var(--color-text-muted);flex-shrink:0}.estimate-editor_catalogFoldBody__Y1DfW{padding-left:10px;margin-top:1px;animation:estimate-editor_fadeIn__An_2Z .12s ease-out}.estimate-editor_catalogItemRow__z3511{display:flex;align-items:center;gap:6px;padding:5px 8px 5px 18px;border-radius:4px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;transition:background .1s}.estimate-editor_catalogItemRow__z3511:active{cursor:-webkit-grabbing;cursor:grabbing}.estimate-editor_catalogItemRow__z3511:hover{background:var(--color-bg)}.estimate-editor_catalogItemRowActive__XN54h{background:var(--color-primary-light,rgba(59,130,246,.08))}.estimate-editor_catalogItemRowHandle__heDmU{color:var(--color-text-muted);opacity:.3;flex-shrink:0;transition:opacity .15s}.estimate-editor_catalogItemRow__z3511:hover .estimate-editor_catalogItemRowHandle__heDmU{opacity:1}.estimate-editor_catalogItemRowName__TuxDJ{flex:1 1;font-size:12px;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estimate-editor_catalogItemRowAdd__h8WG3{opacity:0;background:none;border:none;padding:2px 4px;cursor:pointer;color:var(--color-primary);border-radius:3px;display:flex;align-items:center;transition:opacity .15s,background .15s}.estimate-editor_catalogItemRow__z3511:hover .estimate-editor_catalogItemRowAdd__h8WG3{opacity:1}.estimate-editor_catalogItemRowAdd__h8WG3:hover{background:var(--color-primary-light,rgba(59,130,246,.15))}.estimate-editor_catalogItemExpand___oqxL{padding:8px 10px 10px;margin:2px 0 6px 14px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;animation:estimate-editor_fadeIn__An_2Z .12s ease-out}.estimate-editor_catalogEmpty__CYNVC{padding:24px 16px;text-align:center;font-size:12px;color:var(--color-text-muted)}.estimate-editor_catalogDragHandle__POiJg{display:flex;align-items:center;color:var(--color-text-muted);cursor:-webkit-grab;cursor:grab;flex-shrink:0;opacity:.4;transition:opacity .15s}.estimate-editor_catalogCard__l4TqJ:hover .estimate-editor_catalogDragHandle__POiJg{opacity:1}.estimate-editor_sectionDropTarget__xZi2o{background:var(--color-primary-light)}.estimate-editor_dropIndicator__qgSGa{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;margin:0 16px 12px;border:2px dashed var(--color-primary);border-radius:8px;color:var(--color-primary);font-size:12px;font-weight:600;background:var(--color-primary-light);animation:estimate-editor_fadeIn__An_2Z .12s ease-out}.estimate-editor_previewWrapper__xSY1s{display:flex;flex-direction:column;align-items:center;gap:24px;position:relative;width:100%}.estimate-editor_measureContainer__Qjd5B{position:absolute;left:-9999px;top:0;width:682px;visibility:hidden;pointer-events:none;font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:13px;line-height:1.6;color:#111}.estimate-editor_a4PageOuter__duPEG{flex-shrink:0;overflow:hidden;border-radius:4px}.estimate-editor_a4Page__v2uqS{width:794px;height:1123px;padding:48px 56px;background:#fff;box-shadow:0 2px 16px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.06);transform-origin:top left;position:relative;color:#111;font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:13px;line-height:1.6;overflow:hidden}.estimate-editor_pageNumber__kaJAP{position:absolute;bottom:20px;right:28px;font-size:10px;color:#9ca3af;font-weight:500}.estimate-editor_docHeader__unDzy{display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid #13264e;padding-bottom:8px;margin-bottom:32px}.estimate-editor_docCompany__Fg_Y5{font-size:16px;font-weight:800;color:#13264E}.estimate-editor_docTypeTag__cLecm{font-size:12px;color:#6b7280;font-weight:500}.estimate-editor_docTitle__2mq8X{text-align:center;font-size:28px;font-weight:800;letter-spacing:7px;color:#13264E;margin:0 0 28px}.estimate-editor_infoTable__y9g_u{width:100%;border-collapse:collapse;margin-bottom:32px;font-size:13px;table-layout:fixed}.estimate-editor_infoTable__y9g_u td{padding:8px 12px;border:1px solid #e5e7eb;vertical-align:middle}.estimate-editor_infoLabel__7hZO2{background:#f3f4f6;font-weight:700;color:#13264E;width:100px;text-align:center;white-space:nowrap}.estimate-editor_infoValue__uN9q4{color:#111}.estimate-editor_sectionTitle__MHbi_{font-size:15px;font-weight:800;color:#13264E;margin:28px 0 12px;border-bottom:2px solid #13264e;padding-bottom:6px}.estimate-editor_detailTable__lhQBw{width:100%;border-collapse:collapse;margin-bottom:28px;font-size:12px;table-layout:fixed}.estimate-editor_detailTableCont__SImEI{margin-bottom:0}.estimate-editor_detailTableNext__5CXup{margin-top:-1px;margin-bottom:28px}.estimate-editor_detailTableNext__5CXup.estimate-editor_detailTableCont__SImEI{margin-bottom:0}.estimate-editor_detailTable__lhQBw th{background:#13264E;color:#fff;font-weight:600;padding:8px 12px;text-align:center;font-size:12px}.estimate-editor_detailTable__lhQBw td{padding:10px 12px;border:1px solid #e5e7eb;vertical-align:top}.estimate-editor_detailTable__lhQBw .estimate-editor_colNo__ErYqn{width:50px;text-align:center}.estimate-editor_detailTable__lhQBw .estimate-editor_colCategory__0AMD4{width:120px;text-align:center;font-weight:600}.estimate-editor_detailTable__lhQBw .estimate-editor_colDetails__yYzMl{min-width:0}.estimate-editor_detailTable__lhQBw .estimate-editor_colPrice__DAXq4{width:100px;text-align:right;white-space:nowrap;vertical-align:middle}.estimate-editor_detailTable__lhQBw .estimate-editor_colNote__HBXPV{width:90px;text-align:center;font-size:11px;color:#6b7280;vertical-align:middle}.estimate-editor_detailGroupSeparated__TXTnL{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #e5e7eb}.estimate-editor_detailGroupTitle__IstbN{font-weight:700;color:#13264E;font-size:13px;margin-bottom:2px}.estimate-editor_detailGroupDesc__KXgUR{color:#6b7280;font-size:11.5px;margin:0;padding-left:8px}.estimate-editor_detailGroupDesc__KXgUR:before{content:"· "}.estimate-editor_optionPreviewRow__Z3F2D td{background:#fafbfc}.estimate-editor_optionTag__gX4Sc{display:inline-block;font-size:10px;font-weight:700;color:#fff;background:#6b7280;border-radius:3px;padding:1px 5px;margin-right:4px;vertical-align:middle;letter-spacing:.02em}.estimate-editor_optionSection__OJ4dU{margin-top:0;padding-top:0}.estimate-editor_optionRow__Q4w1Q{display:flex;align-items:center;gap:4px}.estimate-editor_optionRow__Q4w1Q input{min-width:0}.estimate-editor_summaryTable__2XKNi{width:100%;border-collapse:collapse;margin-bottom:28px;font-size:13px}.estimate-editor_summaryTable__2XKNi td{padding:10px 16px;border:1px solid #e5e7eb}.estimate-editor_summaryLabel__UKar9{font-weight:700;color:#13264E;background:#f3f4f6}.estimate-editor_summaryValue__4e2Z0{text-align:right;font-weight:600;white-space:nowrap}.estimate-editor_summaryTotal__mYFUT .estimate-editor_summaryLabel__UKar9{font-size:14px;font-weight:800}.estimate-editor_summaryTotal__mYFUT .estimate-editor_summaryValue__4e2Z0{font-size:15px;font-weight:800;color:#13264E}.estimate-editor_docNotes__Py9__{margin-top:8px}.estimate-editor_docNotesTitle__Aq5py{font-size:14px;font-weight:800;color:#13264E;margin-bottom:10px;border-bottom:1px solid #e5e7eb;padding-bottom:6px}.estimate-editor_docNotesList__D39pa{list-style:none;padding:0;margin:0}.estimate-editor_docNotesList__D39pa li{font-size:12px;color:#374151;line-height:1.7;padding-left:4px}.estimate-editor_docFooter__et0N9{margin-top:32px;padding-top:12px;border-top:1px solid #e5e7eb;text-align:center;font-size:11px;color:#9ca3af}.estimate-editor_mobileViewTabs__kLu8X{display:none}.estimate-editor_mobileViewTab__LujXh{flex:1 1;padding:11px 0;background:transparent;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:color .15s,border-color .15s}.estimate-editor_mobileViewTab__LujXh:hover{color:var(--color-text-primary)}.estimate-editor_mobileViewTabActive__8hvkv{color:var(--color-primary);border-bottom-color:var(--color-primary)}@media (max-width:768px){.estimate-editor_editorRoot__NvTRu{flex-direction:column;overflow:hidden}.estimate-editor_mobileViewTabs__kLu8X{display:flex;flex-shrink:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:0 12px;gap:4px}.estimate-editor_sidePanel__XVpve{width:100%!important;max-width:none;min-width:0;border-right:none;flex:1 1;min-height:0}.estimate-editor_resizeHandle__AsM69{display:none}.estimate-editor_previewScroll__4YclW{flex:1 1;min-height:0;width:100%}.estimate-editor_editorRoot__NvTRu[data-mobile-view=aside] .estimate-editor_previewScroll__4YclW,.estimate-editor_editorRoot__NvTRu[data-mobile-view=preview] .estimate-editor_sidePanel__XVpve{display:none}.estimate-editor_catalogFlyout__r618j{left:0!important;right:0;top:0;bottom:0;width:100%;max-width:100%;z-index:50}.estimate-editor_editorRoot__NvTRu[data-mobile-view=preview] .estimate-editor_catalogFlyout__r618j{display:none}}@page{size:A4;margin:0}@media print{.estimate-editor_resizeHandle__AsM69,.estimate-editor_sidePanel__XVpve{display:none!important}.estimate-editor_previewScroll__4YclW{padding:0;overflow:visible;background:#fff}.estimate-editor_previewWrapper__xSY1s{gap:0}.estimate-editor_measureContainer__Qjd5B{display:none!important}.estimate-editor_a4PageOuter__duPEG{width:100%!important;height:auto!important;overflow:visible;border-radius:0;page-break-after:always;break-after:page}.estimate-editor_a4PageOuter__duPEG:last-child{page-break-after:auto;break-after:auto}.estimate-editor_a4Page__v2uqS{transform:none!important;box-shadow:none;width:100%;height:auto;overflow:visible}}.estimate-editor_iconPicker__Rrwms{display:flex;align-items:flex-start;gap:4px}.estimate-editor_iconPickerRow__mstq1{display:flex;flex-wrap:wrap;gap:4px;flex:1 1;max-height:30px;overflow:hidden;transition:max-height .2s ease}.estimate-editor_iconPickerExpanded__z1ENO .estimate-editor_iconPickerRow__mstq1{max-height:200px}.estimate-editor_iconExpandBtn__LqrVz{width:22px;height:30px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;color:#9ca3af;flex-shrink:0;padding:0}.estimate-editor_iconExpandBtn__LqrVz:hover{color:#6366f1}.estimate-editor_iconBtn__bViI0{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:15px;line-height:1;transition:border-color .15s,background .15s;flex-shrink:0}.estimate-editor_iconBtn__bViI0:hover{border-color:#a5b4fc;background:#f0f4ff}.estimate-editor_iconBtnActive__P6bl_{border-color:#6366f1;background:#eef2ff}.campaign-plan_cpHeader__yx9Sd{background:linear-gradient(135deg,#13264E,#1e3a6e);border-radius:10px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.campaign-plan_cpHeaderLeft__f6G0P{display:flex;flex-direction:column;gap:4px}.campaign-plan_cpHeaderClient__axyAB{font-size:20px;font-weight:800;color:#fff;letter-spacing:-.02em}.campaign-plan_cpHeaderSubtitle__qzowI{font-size:13px;font-weight:500;color:rgba(255,255,255,.7)}.campaign-plan_cpHeaderBadge__rwQDO{display:inline-flex;align-items:center;padding:6px 16px;border-radius:20px;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;border:1px solid rgba(255,255,255,.2)}.campaign-plan_cpHeaderRight__zP0Iq{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.campaign-plan_cpHeaderDate__bPZit{font-size:12px;font-weight:500;color:rgba(255,255,255,.7)}.campaign-plan_cpPeriodBar__FirdP{display:flex;align-items:center;gap:12px;background:#f3f4f6;border-radius:8px;padding:14px 20px;margin-bottom:24px}.campaign-plan_cpPeriodLabel__OBcHg{font-size:13px;font-weight:700;color:#13264E}.campaign-plan_cpPeriodValue__cJv8P{font-size:14px;font-weight:600;color:#374151}.campaign-plan_cpPeriodNote__ajyQK{font-size:12px;font-weight:500;color:#6b7280;margin-left:6px}.campaign-plan_cpSectionTitle__kF7p8{font-size:15px;font-weight:800;color:#13264E;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #13264e}.campaign-plan_cpServiceCard___V1Qy{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:14px}.campaign-plan_cpServiceHeader__Rg4tg{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f8f9fb;border-bottom:1px solid #e5e7eb}.campaign-plan_cpServiceIcon__o7txU{font-size:20px;line-height:1}.campaign-plan_cpServiceName__qf0dK{font-size:14px;font-weight:700;color:#13264E}.campaign-plan_cpServiceFields__RXwlv{padding:4px 0}.campaign-plan_cpFieldRow__GtO2E{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-bottom:1px solid #f3f4f6}.campaign-plan_cpFieldRow__GtO2E:last-child{border-bottom:none}.campaign-plan_cpFieldLabel__F04BI{font-size:13px;color:#6b7280;font-weight:500}.campaign-plan_cpFieldValue__EA2aj{font-size:13px;font-weight:600;color:#111}.campaign-plan_cpFieldSubtotal__XDmDi{background:#f9fafb;border-top:1px solid #e5e7eb}.campaign-plan_cpFieldSubtotal__XDmDi .campaign-plan_cpFieldLabel__F04BI,.campaign-plan_cpFieldSubtotal__XDmDi .campaign-plan_cpFieldValue__EA2aj{font-weight:700;color:#13264E}.campaign-plan_cpTotalBar__6cFDj{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#13264E,#1e3a6e);border-radius:10px;padding:18px 24px;margin-top:8px;margin-bottom:20px}.campaign-plan_cpTotalLabel___2lnG{font-size:14px;font-weight:700;color:rgba(255,255,255,.85)}.campaign-plan_cpTotalValue__opE7y{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.01em}.campaign-plan_cpFooter__JLb3d{text-align:center;font-size:11px;color:#9ca3af;padding-top:12px;border-top:1px solid #e5e7eb;margin-top:16px}.contract-editor_editorRoot__tHtOy{display:flex;height:100%;min-height:0;position:relative}.contract-editor_sidePanel__l7UO9{flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--color-border);background:var(--color-surface);overflow-x:hidden;overflow-y:auto;min-width:280px;max-width:560px}.contract-editor_resizeHandle__ziMK7{width:5px;flex-shrink:0;cursor:col-resize;background:transparent;position:relative;z-index:2;transition:background .15s}.contract-editor_resizeHandle__ziMK7:active,.contract-editor_resizeHandle__ziMK7:hover{background:var(--color-primary);opacity:.3}.contract-editor_panelHeader__gV7uN{padding:16px;border-bottom:1px solid var(--color-border);flex-shrink:0}.contract-editor_panelInfoRow__2ltBo{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.contract-editor_panelInfoLabel__jmWkh{font-size:12px;font-weight:600;color:var(--color-text-secondary)}.contract-editor_panelInfoValue__jv11m{font-size:14px;font-weight:700;color:var(--color-primary)}.contract-editor_panelActions__QOGDA{display:flex;gap:6px}.contract-editor_panelActions__QOGDA>*{flex:1 1}.contract-editor_panelSections__fPOSU{flex:1 1;overflow-y:auto}.contract-editor_section__ULc3r{border-bottom:1px solid var(--color-border)}.contract-editor_sectionToggle__i2JxC{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--color-text-primary);transition:background .1s;text-align:left}.contract-editor_sectionToggle__i2JxC:hover{background:var(--color-bg)}.contract-editor_sectionIcon__8AuQM{display:flex;align-items:center;color:var(--color-text-muted)}.contract-editor_sectionLabel__bm_qn{flex:1 1}.contract-editor_sectionChevron__7yq2w{color:var(--color-text-muted);transition:transform .2s;transform:rotate(180deg)}.contract-editor_chevronOpen__GKpiC{transform:rotate(0deg)}.contract-editor_sectionBody__D6EU_{padding:0 16px 16px;animation:contract-editor_fadeIn__OLPlj .12s ease-out}@keyframes contract-editor_fadeIn__OLPlj{0%{opacity:0}to{opacity:1}}.contract-editor_formTable__7ZMBC{width:100%;border-collapse:collapse;border:1px solid var(--color-border);border-radius:6px;overflow:hidden;font-size:12px}.contract-editor_formTable__7ZMBC td,.contract-editor_formTable__7ZMBC th{border-bottom:1px solid var(--color-border);padding:0;vertical-align:middle}.contract-editor_formTable__7ZMBC tr:last-child td,.contract-editor_formTable__7ZMBC tr:last-child th{border-bottom:none}.contract-editor_formTable__7ZMBC th{width:80px;min-width:80px;max-width:80px;font-size:11px;font-weight:600;color:var(--color-text-secondary);text-align:left;padding:7px 10px;background:var(--color-bg);white-space:nowrap;border-right:1px solid var(--color-border)}.contract-editor_formTable__7ZMBC td{padding:3px 4px}.contract-editor_formTable__7ZMBC td .contract-editor_form-input__ttgug,.contract-editor_formTable__7ZMBC td input,.contract-editor_formTable__7ZMBC td select,.contract-editor_formTable__7ZMBC td textarea{border:none;border-radius:0;background:transparent;font-size:12px;padding:5px 6px;width:100%;outline:none;font-family:inherit}.contract-editor_formTable__7ZMBC td input:focus,.contract-editor_formTable__7ZMBC td select:focus,.contract-editor_formTable__7ZMBC td textarea:focus{background:var(--color-primary-light)}.contract-editor_inputWithUnit__hzLfz{display:flex;align-items:center}.contract-editor_inputWithUnit__hzLfz input{flex:1 1}.contract-editor_inputUnit__WmtjA{font-size:11px;color:var(--color-text-muted);padding-right:8px;flex-shrink:0;white-space:nowrap}.contract-editor_previewScroll__UNXI3{flex:1 1;overflow-y:auto;padding:0;min-width:0;background:#eaecef;display:flex;flex-direction:column;align-items:center}[data-theme=dark] .contract-editor_previewScroll__UNXI3{background:#18191d}.contract-editor_uploadZone__RCw_A{border:2px dashed var(--color-border);border-radius:12px;padding:48px 32px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;width:100%;max-width:600px}.contract-editor_uploadZone__RCw_A:hover{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 4%,transparent)}.contract-editor_uploadZoneDragOver__0bCPP{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.contract-editor_uploadIcon__td3BR{color:var(--color-text-muted);margin-bottom:12px}.contract-editor_uploadTitle__vbZL7{font-size:14px;font-weight:600;color:var(--color-text-primary);margin-bottom:4px}.contract-editor_uploadDesc__3LW_r{font-size:12px;color:var(--color-text-muted);margin-bottom:16px}.contract-editor_uploadBtn__1TsEm{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:600;border:1px solid var(--color-primary);border-radius:8px;background:var(--color-primary);color:#fff;cursor:pointer;transition:background .15s}.contract-editor_uploadBtn__1TsEm:hover{background:var(--color-primary-hover)}.contract-editor_fileCard__fuFQY{background:var(--color-surface);border:1px solid var(--color-border);border-radius:0;width:100%;flex:1 1;overflow:hidden;display:flex;flex-direction:column}.contract-editor_fileCardHeader__RPjrf{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--color-border)}.contract-editor_fileIcon___35y5{width:40px;height:40px;border-radius:8px;background:color-mix(in srgb,var(--color-primary) 10%,transparent);display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.contract-editor_fileInfo__OphLo{flex:1 1;min-width:0}.contract-editor_fileName__plkOQ{font-size:13px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-editor_fileMeta__NO65d{font-size:11px;color:var(--color-text-muted);margin-top:2px}.contract-editor_fileActions__hxjdi{display:flex;gap:4px;flex-shrink:0}.contract-editor_fileActionBtn__rBUdK{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);cursor:pointer;color:var(--color-text-muted);transition:background .15s,color .15s}.contract-editor_fileActionBtn__rBUdK:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.contract-editor_fileActionBtnDanger__oCfpd:hover{background:#fee2e2;color:#dc2626}.contract-editor_filePreviewArea__TVab0{padding:16px;flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center;background:var(--color-bg)}.contract-editor_filePreviewArea__TVab0 img{max-width:100%;max-height:100%;border-radius:6px;object-fit:contain}.contract-editor_filePreviewArea__TVab0 iframe{width:100%;height:100%;border:none;border-radius:0}.contract-editor_filePreviewPlaceholder__HMTSO{gap:8px}.contract-editor_filePreviewPlaceholder__HMTSO,.contract-editor_uploading__IQLLd{display:flex;flex-direction:column;align-items:center;color:var(--color-text-muted);font-size:13px}.contract-editor_uploading__IQLLd{gap:12px;padding:48px 32px}.contract-editor_uploadingSpinner__SIt2V{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:contract-editor_spin__N8pnx .8s linear infinite}@keyframes contract-editor_spin__N8pnx{to{transform:rotate(1turn)}}.contract-editor_mobileViewTabs__vENhK{display:none}.contract-editor_mobileViewTab__QyyZD{flex:1 1;padding:11px 0;background:transparent;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:color .15s,border-color .15s}.contract-editor_mobileViewTab__QyyZD:hover{color:var(--color-text-primary)}.contract-editor_mobileViewTabActive__J70yd{color:var(--color-primary);border-bottom-color:var(--color-primary)}@media (max-width:768px){.contract-editor_editorRoot__tHtOy{flex-direction:column;overflow:hidden}.contract-editor_mobileViewTabs__vENhK{display:flex;flex-shrink:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:0 12px;gap:4px}.contract-editor_sidePanel__l7UO9{width:100%!important;max-width:none;min-width:0;border-right:none;flex:1 1;min-height:0}.contract-editor_resizeHandle__ziMK7{display:none}.contract-editor_previewScroll__UNXI3{flex:1 1;min-height:0;width:100%}.contract-editor_editorRoot__tHtOy[data-mobile-view=aside] .contract-editor_previewScroll__UNXI3,.contract-editor_editorRoot__tHtOy[data-mobile-view=preview] .contract-editor_sidePanel__l7UO9{display:none}}.workflow-progress_header__JUcnp{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.workflow-progress_serviceLabel__saJg5{font-size:12px;font-weight:500;color:var(--color-primary);background:var(--color-primary-light);padding:3px 10px;border-radius:4px}.workflow-progress_cancelledBanner__RwvPH{background:#fef2f2;color:#991b1b;font-size:13px;font-weight:500;padding:8px 14px;border-radius:6px;margin-bottom:16px;text-align:center}.workflow-progress_timeline__ffRMi{display:flex;flex-direction:column;gap:20px;position:relative}.workflow-progress_group__a6LzY{display:flex;gap:14px;align-items:flex-start}.workflow-progress_groupLabel__KOxs7{font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;min-width:36px;padding-top:6px;flex-shrink:0}.workflow-progress_groupSteps__AsKgW{display:flex;flex-wrap:wrap;gap:0;flex:1 1}.workflow-progress_step__On8uz{display:flex;align-items:flex-start;gap:10px;position:relative;padding-bottom:20px;padding-right:20px;min-width:140px}.workflow-progress_step__On8uz:last-child{padding-bottom:0}.workflow-progress_connector__hgQFx{position:absolute;left:15px;top:-12px;width:2px;height:12px;background:var(--color-border)}.workflow-progress_connectorFilled__cXVa8{background:var(--color-primary)}.workflow-progress_node__rXLgC{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:700;border:2px solid var(--color-border);background:#fff;color:var(--color-text-muted);transition:all .2s}.workflow-progress_done__NwtUm .workflow-progress_node__rXLgC{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.workflow-progress_active__MAfIP .workflow-progress_node__rXLgC{border-color:var(--color-primary);color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-ring)}.workflow-progress_rejected___zBZE .workflow-progress_node__rXLgC{border-color:var(--color-secondary);color:var(--color-secondary);background:var(--color-secondary-light)}.workflow-progress_checkIcon__YdNoe{width:16px;height:16px}.workflow-progress_rejectIcon__NlCvW{width:14px;height:14px}.workflow-progress_stepNumber__uqbaG{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.workflow-progress_labelGroup__xE6LG{display:flex;flex-direction:column;padding-top:4px}.workflow-progress_label__xESHl{font-size:14px;font-weight:600;color:var(--color-text-secondary)}.workflow-progress_description__0a0tT{font-size:12px;color:var(--color-text-muted);margin-top:1px}.workflow-progress_active__MAfIP .workflow-progress_label__xESHl,.workflow-progress_done__NwtUm .workflow-progress_label__xESHl{color:var(--color-text-primary)}.workflow-progress_rejected___zBZE .workflow-progress_label__xESHl{color:var(--color-secondary)}.workflow-progress_loopHint__WD5bL{display:flex;align-items:center;gap:6px;margin-top:16px;padding:10px 14px;background:#f0f9ff;color:#0369a1;font-size:12px;font-weight:500;border-radius:6px;border:1px solid #bae6fd}.workflow-progress_loopIcon__eWNLc{flex-shrink:0;color:#0284c7}.panel-layout_wrapper__Lqlbs{display:flex;height:100%;min-height:calc(100vh - 48px)}.panel-layout_wrapperStacked__jwnbA{--panel-mobile-swap:off}.panel-layout_leftPanel__V9J9g{width:380px;min-width:0;border-right:1px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;overflow:hidden;transition:width .25s ease}.panel-layout_leftPanelExpanded__liiye{width:100%}.panel-layout_expandBtn__GABrb{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;transition:background .1s,color .1s;flex-shrink:0}.panel-layout_expandBtn__GABrb:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.panel-layout_leftHeader__DLpB4{padding:16px 16px 12px;border-bottom:1px solid var(--color-border);flex-shrink:0}.panel-layout_leftHeaderToggle__5nf_0{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;margin:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:default;border:0;border-bottom:1px solid var(--color-border)}.panel-layout_collapseChevron__ip9vF{display:none;align-items:center;justify-content:center;color:var(--color-text-muted);transition:transform .2s ease}.panel-layout_collapseChevron__ip9vF[data-open=true]{transform:rotate(180deg)}.panel-layout_leftTitle__S4Jmn{font-size:15px;font-weight:700;color:var(--color-text-primary)}.panel-layout_leftTitleRow__M9PFH{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.panel-layout_leftActions__7O17U{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.panel-layout_searchInput__YAIRH{width:100%;padding:7px 10px;font-size:13px;border:1px solid var(--color-border);border-radius:6px;outline:none;background:var(--color-bg);color:var(--color-text-primary);transition:border-color .15s}.panel-layout_searchInput__YAIRH:focus{border-color:var(--color-primary)}.panel-layout_searchInput__YAIRH::placeholder{color:var(--color-text-muted)}.panel-layout_itemList__IZZXo{flex:1 1;overflow-y:auto;padding:4px 0}.panel-layout_addItem__YYl0y{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;cursor:pointer;border-bottom:1px solid var(--color-border);color:var(--color-primary);font-size:13px;font-weight:600;transition:background .1s;flex-shrink:0;background:color-mix(in srgb,var(--color-primary) 8%,var(--color-surface))}.panel-layout_addItem__YYl0y:hover{background:var(--color-primary-light)}.panel-layout_itemList__IZZXo::-webkit-scrollbar{width:4px}.panel-layout_itemList__IZZXo::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.panel-layout_item__wrE7A{display:flex;flex-direction:column;gap:3px;padding:10px 16px;cursor:pointer;border-bottom:1px solid var(--color-border);transition:background .1s}.panel-layout_item__wrE7A:hover{background:var(--color-surface-hover)}.panel-layout_itemActive__oZCHx{background:var(--color-primary-light);border-left:3px solid var(--color-primary);padding-left:13px}.panel-layout_itemName__GID_8{font-size:13px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-layout_itemNameRow__rZOfw{display:flex;align-items:center;gap:6px}.panel-layout_itemProjectLink__myIJT{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;border-radius:4px;color:var(--color-text-muted);opacity:0;transition:opacity .15s,background .1s,color .1s}.panel-layout_item__wrE7A:hover .panel-layout_itemProjectLink__myIJT{opacity:1}.panel-layout_itemProjectLink__myIJT:hover{background:var(--color-surface-hover);color:var(--color-primary)}.panel-layout_itemMeta_____R_{font-size:11px;color:var(--color-text-muted);display:flex;align-items:center;gap:8px}.panel-layout_itemBadge__QeGTg{flex-shrink:0}.panel-layout_leftFooter__NO_er{padding:8px 16px;border-top:1px solid var(--color-border);font-size:11px;color:var(--color-text-muted);flex-shrink:0;text-align:center}.panel-layout_rightPanel__mtNzY{flex:1 1;min-width:0;overflow-y:auto;background:var(--color-bg);padding:24px 28px}.panel-layout_emptyState__YhpHC{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;color:var(--color-text-muted);font-size:14px;gap:8px}.panel-layout_emptyIcon__kz10x{font-size:40px;opacity:.3}.panel-layout_skeletonItem__6jAV_{display:flex;flex-direction:column;gap:6px;padding:12px 16px;border-bottom:1px solid var(--color-border)}.panel-layout_skeletonBar__BJPSo{background:linear-gradient(90deg,var(--color-border) 25%,var(--color-bg) 50%,var(--color-border) 75%);background-size:800px 100%;animation:panel-layout_shimmer__J_dr_ 1.4s ease infinite;border-radius:4px;height:12px}@keyframes panel-layout_shimmer__J_dr_{0%{background-position:-400px 0}to{background-position:400px 0}}.panel-layout_detailHeader__pfrYz{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.panel-layout_detailTitle__O6gpB{font-size:18px;font-weight:700;color:var(--color-text-primary)}.panel-layout_detailSubtitle__8Non6{font-size:12px;color:var(--color-text-muted);margin-top:2px}.panel-layout_detailActions__Ea37S{display:flex;gap:8px;flex-shrink:0}.panel-layout_detailGrid__SYka9{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.panel-layout_detailField__p4VRI{display:flex;flex-direction:column;gap:2px}.panel-layout_detailFieldFull__YJ1Mp{grid-column:1/-1}.panel-layout_fieldLabel__eE8p1{font-size:11px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.panel-layout_fieldValue__58Kac{font-size:14px;color:var(--color-text-primary);font-weight:500}.panel-layout_clickableRow___UFRE{cursor:pointer;transition:background .15s}.panel-layout_clickableRow___UFRE:hover{background:var(--color-bg-hover)}.panel-layout_docTableWrap__8OPwh{display:block}.panel-layout_docCardList__poWt6{display:none}.panel-layout_memberTableWrap__lChgL{display:block}.panel-layout_memberCardList__3h5w6{display:none}.panel-layout_memberCard__0NNA2{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-bottom:1px solid var(--color-border)}.panel-layout_memberCard__0NNA2:last-child{border-bottom:none}.panel-layout_memberCardTop__Lxqih{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.panel-layout_memberCardName__1wyB9{font-size:14px;font-weight:600;color:var(--color-text-primary);word-break:break-word;line-height:1.3;flex:1 1;min-width:0}.panel-layout_memberCardBadges__amuKC{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.panel-layout_memberCardEmail__WjcsU{font-size:12px;color:var(--color-text-secondary);word-break:break-all}.panel-layout_memberCardRow__yqc5u{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--color-text-muted)}.panel-layout_memberCardOrgSelect__jZ6Rj{flex:1 1;min-width:0;max-width:180px}.panel-layout_memberCardDate__qmxKk{flex-shrink:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.panel-layout_memberCardActions__YRH8t{display:flex;justify-content:flex-end;margin-top:2px}.panel-layout_docCard__IN1O_{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-bottom:1px solid var(--color-border)}.panel-layout_docCard__IN1O_:last-child{border-bottom:none}.panel-layout_docCardTop__s6TAL{display:flex;align-items:center;justify-content:space-between;gap:8px}.panel-layout_docCardType__vlwu4{font-size:11px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.panel-layout_docCardTitle__jIc_j{font-size:14px;font-weight:600;color:var(--color-text-primary);word-break:break-word;line-height:1.4}.panel-layout_docCardMeta__Py_XU{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:var(--color-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.panel-layout_docCardMetaInfo__D0vVP{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.panel-layout_docCardActions__wHI_C{display:inline-flex;gap:4px;flex-shrink:0}.panel-layout_historyValue__E4eni{display:flex;align-items:baseline;gap:8px}.panel-layout_historyValueTitle__cAGX2{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-layout_historyValueDate__BpSGe{font-size:11px;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.panel-layout_detailSection__YlQW3{margin-top:24px;padding-top:20px;border-top:1px solid var(--color-border)}.panel-layout_detailSectionTitle__jtO3L{font-size:13px;font-weight:700;color:var(--color-text-primary);margin-bottom:12px}.panel-layout_filterTabs__IomPY{display:flex;gap:4px;margin-top:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.panel-layout_filterTabs__IomPY::-webkit-scrollbar{display:none}.panel-layout_filterTab__wThY2{display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:7px 8px;font-size:11px;font-weight:500;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;border-radius:4px;transition:background .1s,color .1s,border-color .1s;white-space:nowrap;flex-shrink:0}.panel-layout_filterTab__wThY2:hover{background:var(--color-surface-hover);border-color:var(--color-text-muted);color:var(--color-text-primary)}.panel-layout_filterTabActive__GYvD3{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.panel-layout_filterTabActive__GYvD3:hover{background:var(--color-primary-hover);color:#fff}.panel-layout_sortRow__6Fp74{display:flex;justify-content:flex-end;margin-top:6px}.panel-layout_sortSelect__4UZHm{font-size:11px;padding:3px 6px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;outline:none}.panel-layout_sortSelect__4UZHm:focus{border-color:var(--color-primary)}.panel-layout_formTable__P_Fzn{width:100%;border-collapse:collapse;font-size:13px}.panel-layout_formTable__P_Fzn td,.panel-layout_formTable__P_Fzn th{border-bottom:1px solid var(--color-border);padding:0;vertical-align:middle}.panel-layout_formTable__P_Fzn tr:last-child td,.panel-layout_formTable__P_Fzn tr:last-child th{border-bottom:none}.panel-layout_formTable__P_Fzn th{width:120px;min-width:120px;max-width:120px;font-size:12px;font-weight:600;color:var(--color-text-secondary);text-align:left;padding:10px 16px;background:var(--color-bg);white-space:nowrap;border-right:1px solid var(--color-border)}.panel-layout_formTable__P_Fzn td{padding:4px 6px}.panel-layout_formTable__P_Fzn td input,.panel-layout_formTable__P_Fzn td select,.panel-layout_formTable__P_Fzn td textarea{border:none;border-radius:0;background:transparent;font-size:13px;padding:8px 10px;width:100%;outline:none;color:var(--color-text-primary);font-family:inherit}.panel-layout_formTable__P_Fzn td input:focus,.panel-layout_formTable__P_Fzn td select:focus,.panel-layout_formTable__P_Fzn td textarea:focus{background:var(--color-primary-light)}.panel-layout_formTable__P_Fzn td input::placeholder,.panel-layout_formTable__P_Fzn td textarea::placeholder{color:var(--color-text-muted)}.panel-layout_formTable__P_Fzn td .panel-layout_fieldValue__58Kac{display:block;padding:8px 10px;font-size:13px;color:var(--color-text-primary);font-weight:500}.panel-layout_formTable__P_Fzn tr.panel-layout_requiredRow__5X_Y0 th{position:relative}.panel-layout_formTable__P_Fzn tr.panel-layout_requiredRow__5X_Y0 th:before{content:"";position:absolute;left:0;top:25%;bottom:25%;width:3px;border-radius:0 2px 2px 0;background:var(--color-secondary)}.panel-layout_boardColumns__x_bRx{display:flex;flex:1 1;overflow-x:auto;padding:0;gap:0;align-items:stretch}.panel-layout_boardColumn__LF6ql{flex:1 1;min-width:160px;border-right:1px solid var(--color-border);display:flex;flex-direction:column;overflow:hidden}.panel-layout_boardColumn__LF6ql:last-child{border-right:none}.panel-layout_boardColumnHeader__ccR4y{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid var(--color-border);background:var(--color-bg);flex-shrink:0}.panel-layout_boardColumnTitle__tzh45{font-size:11px;font-weight:700;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.03em}.panel-layout_boardColumnCount__R3u1X{font-size:10px;font-weight:600;color:var(--color-text-muted)}.panel-layout_boardColumnBody__MHkgZ{flex:1 1;overflow-y:auto}.panel-layout_boardColumnBody__MHkgZ::-webkit-scrollbar{width:4px}.panel-layout_boardColumnBody__MHkgZ::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.panel-layout_boardCard__O_2bh{display:flex;flex-direction:column;gap:2px;padding:7px 12px;cursor:pointer;border-bottom:1px solid var(--color-border);transition:background .1s}.panel-layout_boardCard__O_2bh:hover{background:var(--color-surface-hover)}.panel-layout_boardCardActive__QMVDV{background:var(--color-primary-light);border-left:3px solid var(--color-primary);padding-left:9px}.panel-layout_boardCardTitle__NGKxj{font-size:12px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-layout_boardCardMeta__FnFX8{font-size:11px;color:var(--color-text-muted);display:flex;align-items:center;gap:5px}.panel-layout_boardCardStatus__lX9hC{display:none}.panel-layout_boardEmpty__TjC_c{padding:16px 12px;text-align:center;font-size:11px;color:var(--color-text-muted)}.panel-layout_hideOnMobile__gAIcy{--panel-mobile-hide:on}.panel-layout_mobileBack__6gksz{display:none;align-items:center;gap:4px;background:transparent;border:none;color:var(--color-text-secondary);font-size:13px;font-weight:500;cursor:pointer;padding:6px 8px 6px 0;margin-bottom:4px;transition:color .12s;vertical-align:middle}.panel-layout_mobileBack__6gksz:hover{color:var(--color-primary)}.panel-layout_mobileBackTitle__bUkEN{display:none}@media (max-width:768px){.panel-layout_wrapper__Lqlbs{flex-direction:column;height:calc(100vh - 48px);min-height:auto}.panel-layout_leftPanel__V9J9g,.panel-layout_rightPanel__mtNzY{width:100%;min-width:0;flex:1 1;min-height:0;border-right:none}.panel-layout_leftPanel__V9J9g{border-bottom:1px solid var(--color-border)}.panel-layout_rightPanel__mtNzY{padding:16px}.panel-layout_leftHeader__DLpB4{padding:12px 14px 10px}.panel-layout_wrapper__Lqlbs:not(.panel-layout_wrapperStacked__jwnbA):has(.panel-layout_rightPanel__mtNzY>.panel-layout_emptyState__YhpHC) .panel-layout_rightPanel__mtNzY{display:none}.panel-layout_wrapper__Lqlbs:not(.panel-layout_wrapperStacked__jwnbA):has(.panel-layout_rightPanel__mtNzY>.panel-layout_emptyState__YhpHC) .panel-layout_leftPanel__V9J9g{flex:1 1 100%;border-bottom:none}.panel-layout_wrapper__Lqlbs:not(.panel-layout_wrapperStacked__jwnbA):has(.panel-layout_rightPanel__mtNzY .panel-layout_mobileBack__6gksz) .panel-layout_leftPanel__V9J9g{display:none}.panel-layout_wrapper__Lqlbs:not(.panel-layout_wrapperStacked__jwnbA):has(.panel-layout_rightPanel__mtNzY .panel-layout_mobileBack__6gksz) .panel-layout_rightPanel__mtNzY{flex:1 1 100%}.panel-layout_mobileBack__6gksz{display:inline-flex}.panel-layout_mobileBack__6gksz+.panel-layout_mobileBackTitle__bUkEN{display:inline-block;vertical-align:middle;margin-left:4px;margin-bottom:4px;font-size:13px;font-weight:600;color:var(--color-text-primary);max-width:calc(100vw - 120px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel-layout_hideOnMobile__gAIcy{display:none!important}.panel-layout_detailHeader__pfrYz{flex-wrap:wrap;row-gap:8px;margin-bottom:14px}.panel-layout_detailTitle__O6gpB{font-size:16px}.panel-layout_formTable__P_Fzn th{width:76px;min-width:76px;max-width:76px;padding:8px;font-size:11px}.panel-layout_formTable__P_Fzn td{padding:2px 4px}.panel-layout_formTable__P_Fzn td input,.panel-layout_formTable__P_Fzn td select,.panel-layout_formTable__P_Fzn td textarea{padding:8px;font-size:13px}.panel-layout_filterTabs__IomPY{margin-top:6px}.panel-layout_historyValue__E4eni{flex-direction:column;align-items:flex-start;gap:2px}.panel-layout_historyValueTitle__cAGX2{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}.panel-layout_docTableWrap__8OPwh{display:none}.panel-layout_docCardList__poWt6{display:flex;flex-direction:column}.panel-layout_memberTableWrap__lChgL{display:none}.panel-layout_memberCardList__3h5w6{display:flex;flex-direction:column}.panel-layout_leftHeaderToggle__5nf_0{cursor:pointer}.panel-layout_leftHeaderToggle__5nf_0:active{background:var(--color-surface-hover)}.panel-layout_collapseChevron__ip9vF{display:inline-flex}.panel-layout_itemListCollapsed__FklTH{display:none}.panel-layout_leftPanel__V9J9g:has(.panel-layout_itemListCollapsed__FklTH){flex:0 0 auto}}