.TrialNotification_trialNotification__h47jN{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:white;padding:8px 16px;border-radius:8px;margin-right:16px;box-shadow:0 2px 8px rgba(0,0,0,.1);animation:TrialNotification_slideIn__u12j6 .3s ease-out}.TrialNotification_content__HKF3S{display:flex;align-items:center;gap:12px;white-space:nowrap}.TrialNotification_message__o_w4o{font-size:14px;font-weight:500}.TrialNotification_upgradeButton__1l9Gu{background:#3b82f6;color:white;border:1px solid #2563eb;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:none;letter-spacing:.5px}.TrialNotification_upgradeButton__1l9Gu:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.2)}.TrialNotification_upgradeButton__1l9Gu:active{transform:translateY(0)}@keyframes TrialNotification_slideIn__u12j6{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}[data-theme=dark] .TrialNotification_trialNotification__h47jN{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 8px rgba(0,0,0,.3)}[data-theme=dark] .TrialNotification_upgradeButton__1l9Gu{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25)}[data-theme=dark] .TrialNotification_upgradeButton__1l9Gu:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.4)}@media (max-width:768px){.TrialNotification_trialNotification__h47jN{margin-right:8px;padding:6px 12px}.TrialNotification_content__HKF3S{gap:8px}.TrialNotification_message__o_w4o{font-size:12px}.TrialNotification_upgradeButton__1l9Gu{padding:3px 8px;font-size:11px}}@media (max-width:480px){.TrialNotification_message__o_w4o{display:none}.TrialNotification_upgradeButton__1l9Gu{padding:6px 12px;font-size:12px}.TrialNotification_upgradeButton__1l9Gu:before{content:"Trial Ending - "}}.HelpIcon_helpButton__cHSmN{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border-primary,#cbd5e1);background:var(--bg-primary,#ffffff);color:var(--text-primary,#1f2937);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.06)}.HelpIcon_helpButton__cHSmN:hover{border-color:#94a3b8;box-shadow:0 6px 18px rgba(0,0,0,.1);transform:translateY(-1px)}.HelpIcon_helpButton__cHSmN:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.HelpIcon_iconCircle__lxS9P{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:1}.HelpIcon_tooltip__GLTXa{position:absolute;top:-8px;left:50%;transform:translate(-50%,-100%) scale(.96);background:var(--bg-secondary,#f8fafc);color:var(--text-primary,#111827);border:1px solid var(--border-primary,#e5e7eb);border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.1);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap;z-index:30}.HelpIcon_helpButton__cHSmN:focus-visible .HelpIcon_tooltip__GLTXa,.HelpIcon_helpButton__cHSmN:hover .HelpIcon_tooltip__GLTXa{opacity:1;transform:translate(-50%,-110%) scale(1)}@media (max-width:640px){.HelpIcon_helpButton__cHSmN{width:32px;height:32px}.HelpIcon_iconCircle__lxS9P{font-size:14px}}.ConfirmDialog_overlay__YwVkM{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ConfirmDialog_dialog__L_mdl{background:var(--bg-primary);border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid var(--border-primary);max-width:400px;width:100%;animation:ConfirmDialog_slideIn__cI2ne .2s ease-out}@keyframes ConfirmDialog_slideIn__cI2ne{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ConfirmDialog_content__VNMC5{padding:1.5rem;display:flex;gap:1rem}.ConfirmDialog_iconContainer__JSObt{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.ConfirmDialog_iconContainer__JSObt.ConfirmDialog_danger__VMp8m{background-color:rgba(239,68,68,.1);color:#ef4444}.ConfirmDialog_iconContainer__JSObt.ConfirmDialog_warning__ANAbv{background-color:rgba(245,158,11,.1);color:#f59e0b}.ConfirmDialog_iconContainer__JSObt.ConfirmDialog_info__A8fxi{background-color:rgba(59,130,246,.1);color:#3b82f6}.ConfirmDialog_icon__O6eQT{width:1.5rem;height:1.5rem}.ConfirmDialog_textContent___yiEt{flex:1 1;min-width:0}.ConfirmDialog_title__a1mGX{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.4}.ConfirmDialog_message__pt0C7{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.ConfirmDialog_actions__lvVPU{padding:0 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end}.ConfirmDialog_button__nUZ5t{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;min-width:80px}.ConfirmDialog_button__nUZ5t:focus{outline:none;box-shadow:0 0 0 2px var(--accent-primary)}.ConfirmDialog_secondary__2_bds{background-color:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-primary)}.ConfirmDialog_secondary__2_bds:hover{background-color:var(--bg-tertiary)}.ConfirmDialog_danger__VMp8m{background-color:#ef4444;color:white}.ConfirmDialog_danger__VMp8m:hover{background-color:#dc2626}.ConfirmDialog_warning__ANAbv{background-color:#f59e0b;color:white}.ConfirmDialog_warning__ANAbv:hover{background-color:#d97706}.ConfirmDialog_info__A8fxi{background-color:#3b82f6;color:white}.ConfirmDialog_info__A8fxi:hover{background-color:#2563eb}@media (max-width:640px){.ConfirmDialog_overlay__YwVkM{padding:.5rem}.ConfirmDialog_content__VNMC5{padding:1rem;flex-direction:column;text-align:center}.ConfirmDialog_iconContainer__JSObt{align-self:center}.ConfirmDialog_actions__lvVPU{padding:0 1rem 1rem;flex-direction:column-reverse}.ConfirmDialog_button__nUZ5t{width:100%}}.Loader_kLoader___f9ed{position:relative;display:inline-block;width:34px;height:34px;filter:drop-shadow(0 10px 24px rgba(15,23,42,.08));animation:Loader_kLoaderBreathe__8D1e3 3.2s cubic-bezier(.4,0,.6,1) infinite}.Loader_sm__Epb6i{width:22px;height:22px}.Loader_md__pnGAX{width:34px;height:34px}.Loader_lg__bSCGR{width:50px;height:50px}.Loader_ring1__DF4rI,.Loader_ring2__3E_mL,.Loader_ring3__sC8Nq,.Loader_ring4__Sebm5{position:absolute;inset:0;border-radius:999px;--kloader-fg:var(--text-primary,#111827);background:conic-gradient(from 0deg,transparent 0deg,var(--kloader-fg) 120deg,rgba(0,0,0,.5) 240deg,transparent 1turn);-webkit-mask:radial-gradient(circle at 50% 50%,transparent 62%,#000 63%,#000 68%,transparent 69%);mask:radial-gradient(circle at 50% 50%,transparent 62%,#000 63%,#000 68%,transparent 69%)}[data-theme=dark] .Loader_ring1__DF4rI,[data-theme=dark] .Loader_ring2__3E_mL,[data-theme=dark] .Loader_ring3__sC8Nq,[data-theme=dark] .Loader_ring4__Sebm5{background:conic-gradient(from 0deg,transparent 0deg,rgba(255,255,255,.95) 120deg,rgba(255,255,255,.5) 240deg,transparent 1turn)}.Loader_ring1__DF4rI{opacity:.9;animation:Loader_kLoaderSpin__7lhxB 2.5s cubic-bezier(.4,0,.6,1) infinite}.Loader_ring2__3E_mL{inset:2px;opacity:.35;-webkit-mask:radial-gradient(circle at 50% 50%,transparent 59%,#000 60%,#000 65%,transparent 66%);mask:radial-gradient(circle at 50% 50%,transparent 59%,#000 60%,#000 65%,transparent 66%);animation:Loader_kLoaderSpinReverse__uUtYk 4s cubic-bezier(.4,0,.6,1) infinite}.Loader_ring3__sC8Nq{inset:4px;opacity:.5;background:conic-gradient(from 270deg,transparent 0deg,rgba(0,0,0,.4) 20deg,transparent 40deg);-webkit-mask:radial-gradient(circle at 50% 50%,transparent 55%,#000 56%,#000 60%,transparent 61%);mask:radial-gradient(circle at 50% 50%,transparent 55%,#000 56%,#000 60%,transparent 61%);animation:Loader_kLoaderSpin__7lhxB 3.5s linear infinite}[data-theme=dark] .Loader_ring3__sC8Nq{background:conic-gradient(from 270deg,transparent 0deg,rgba(255,255,255,.4) 20deg,transparent 40deg)}.Loader_ring4__Sebm5{inset:0;opacity:.18;background:conic-gradient(from 0deg,transparent 0deg,rgba(0,0,0,.75) 90deg,transparent 180deg);-webkit-mask:radial-gradient(circle at 50% 50%,transparent 73%,#000 74%,#000 76%,transparent 77%);mask:radial-gradient(circle at 50% 50%,transparent 73%,#000 74%,#000 76%,transparent 77%);animation:Loader_kLoaderSpin__7lhxB 3s linear infinite}@keyframes Loader_kLoaderBreathe__8D1e3{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.92}}[data-theme=dark] .Loader_ring4__Sebm5{background:conic-gradient(from 0deg,transparent 0deg,rgba(255,255,255,.75) 90deg,transparent 180deg)}@keyframes Loader_kLoaderSpin__7lhxB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Loader_kLoaderSpinReverse__uUtYk{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.NotificationBell_container__uaOKk{position:relative}.NotificationBell_bellButton__HK_nk{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:background .2s}.NotificationBell_bellButton__HK_nk:hover{background:rgba(0,0,0,.05)}.NotificationBell_bellIcon__GHdD3{width:24px;height:24px;color:#374151}.NotificationBell_badge__ESFpa{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;color:#fff;background:#ef4444;border-radius:9px;display:flex;align-items:center;justify-content:center}.NotificationBell_dropdown__YEzNZ{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:400px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.12);z-index:100;overflow:hidden}.NotificationBell_header__FDl52{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb}.NotificationBell_title__Gg1lD{font-size:15px;font-weight:700;margin:0;color:#111827}.NotificationBell_markAllBtn__NkS8M{font-size:13px;color:#2563eb;background:none;border:none;cursor:pointer;padding:0}.NotificationBell_markAllBtn__NkS8M:hover{text-decoration:underline}.NotificationBell_list__c35NH{max-height:320px;overflow-y:auto}.NotificationBell_empty__iFYkf{padding:32px 16px;text-align:center;color:#6b7280;font-size:14px}.NotificationBell_item__yBFJD{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .15s}.NotificationBell_item__yBFJD:hover{background:#f9fafb}.NotificationBell_item__yBFJD:last-child{border-bottom:none}.NotificationBell_unread__uS7v6{background:#eff6ff}.NotificationBell_unread__uS7v6:hover{background:#dbeafe}.NotificationBell_itemContent__AzA4c{flex:1 1;min-width:0}.NotificationBell_itemTitle__7MWKY{font-size:14px;font-weight:600;color:#111827;margin:0 0 4px}.NotificationBell_itemMessage__CKhs_{font-size:13px;color:#6b7280;margin:0 0 6px;line-height:1.4}.NotificationBell_itemTime__a83CV{font-size:12px;color:#9ca3af}.NotificationBell_unreadDot___5wNG{width:8px;height:8px;background:#2563eb;border-radius:50%;flex-shrink:0;margin-top:6px;margin-left:8px}[data-theme=dark] .NotificationBell_bellButton__HK_nk:hover{background:rgba(255,255,255,.1)}[data-theme=dark] .NotificationBell_bellIcon__GHdD3{color:#e2e8f0}[data-theme=dark] .NotificationBell_dropdown__YEzNZ{background:#1e293b;border-color:#334155}[data-theme=dark] .NotificationBell_header__FDl52{border-color:#334155}[data-theme=dark] .NotificationBell_title__Gg1lD{color:#f1f5f9}[data-theme=dark] .NotificationBell_markAllBtn__NkS8M{color:#60a5fa}[data-theme=dark] .NotificationBell_empty__iFYkf{color:#94a3b8}[data-theme=dark] .NotificationBell_item__yBFJD{border-color:#334155}[data-theme=dark] .NotificationBell_item__yBFJD:hover{background:#334155}[data-theme=dark] .NotificationBell_unread__uS7v6{background:#1e3a5f}[data-theme=dark] .NotificationBell_unread__uS7v6:hover{background:#1e4070}[data-theme=dark] .NotificationBell_itemTitle__7MWKY{color:#f1f5f9}[data-theme=dark] .NotificationBell_itemMessage__CKhs_{color:#94a3b8}[data-theme=dark] .NotificationBell_itemTime__a83CV{color:#64748b}.SearchBar_searchForm__I4krI{width:100%}.SearchBar_searchContainer__xAbis{position:relative;display:flex;align-items:center}.SearchBar_iconWrapper__mOala{position:absolute;left:.75rem;z-index:10;color:#6b7280;pointer-events:none}.SearchBar_searchIcon__hMHjc{width:1.25rem;height:1.25rem}.SearchBar_searchInput__uNsu6{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background-color:white;transition:all .2s ease}.SearchBar_searchInput__uNsu6:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.SearchBar_searchInput__uNsu6::placeholder{color:#9ca3af}.SearchBar_clearButton__NykAJ{position:absolute;right:.75rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease}.SearchBar_clearButton__NykAJ:hover{color:#374151}.SearchBar_clearIcon__z22LT{width:1rem;height:1rem}.home_page__NOZQO{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}[data-theme=dark] .home_page__NOZQO{background:linear-gradient(135deg,#0a0e14,#0f1419)}.home_main__ZqXmQ{flex:1 1}.home_heroSection__0qyIh{position:relative;isolation:isolate;color:white;text-align:center;padding:8rem 2rem 6rem;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000000}.home_heroContent__Cojnk{position:relative;z-index:1;max-width:800px;margin:0 auto;animation:home_fadeInUp__3JnpZ .8s ease-out}.home_heroTitle__LI4Uj{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.home_titleMain__vkGIJ{color:#ffffff;text-shadow:0 0 20px rgba(3,179,195,.3)}.home_titleHighlight__1zKEI{color:#fbbf24;text-shadow:0 0 30px rgba(251,191,36,.5)}.home_heroSubtitle__KJe1X{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6;color:rgba(255,255,255,.85)}.home_ctaButtons__bT_1r{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home_ctaButton__DZftT{padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;display:inline-block}.home_ctaButton__DZftT:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.home_ctaButton__DZftT:hover:before{left:100%}.home_ctaButton__DZftT.home_primary__8mB8P{background-color:#fbbf24;color:#1f2937;box-shadow:0 4px 15px rgba(251,191,36,.4)}.home_ctaButton__DZftT.home_primary__8mB8P:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 25px rgba(251,191,36,.6)}.home_ctaButton__DZftT.home_secondary__lkqbj{border:2px solid white;color:white;background:transparent;box-shadow:0 4px 15px rgba(255,255,255,.2)}.home_ctaButton__DZftT.home_secondary__lkqbj:hover{background-color:rgba(255,255,255,.1);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3);border-color:#fbbf24}.home_featuresSection__N3fWH{padding:5rem 2rem;background-color:var(--bg-secondary);transition:background-color .3s ease}.home_featuresContainer__VvAgI{max-width:1200px;margin:0 auto;text-align:left}.home_featuresIntro__nM5YF{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.home_featuresTitle__QbIzx{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);transition:color .3s ease}.home_featuresSubtitle__h2a02{font-size:1.25rem;color:var(--text-secondary);margin-bottom:0;line-height:1.6;transition:color .3s ease}.home_featuresCta__4GFPx{color:var(--accent-primary);font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border-radius:999px;border:1px solid var(--border-color);background:var(--bg-primary);transition:all .2s ease}.home_featuresCta__4GFPx:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.home_featuresGrid__FYHsV{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.home_featureCard__mhPve{padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease;animation:home_fadeInUp__3JnpZ .8s ease-out;background:var(--bg-primary);border-radius:16px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:.75rem;text-decoration:none}.home_featureCard__mhPve:hover{transform:translateY(-5px);box-shadow:0 16px 30px rgba(15,23,42,.12)}.home_featureCategory__7e5tu{font-size:.7rem;text-transform:uppercase;letter-spacing:.12rem;color:var(--accent-primary);font-weight:600}.home_featureTitle__nkj9Q{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);transition:color .3s ease}.home_featureDescription__2opC1{color:var(--text-secondary);line-height:1.6;transition:color .3s ease}.home_featureLink__AdTDZ{margin-top:auto;font-weight:600;color:var(--accent-primary);display:inline-flex;align-items:center;gap:.5rem}.home_featureLink__AdTDZ:after{content:"->"}@media (max-width:768px){.home_heroSection__0qyIh{padding:6rem 1rem 4rem}.home_heroTitle__LI4Uj,.home_titleHighlight__1zKEI,.home_titleMain__vkGIJ{font-size:2.5rem}.home_heroSubtitle__KJe1X{font-size:1.1rem}.home_ctaButtons__bT_1r{flex-direction:column;align-items:center}.home_ctaButton__DZftT{width:100%;max-width:300px;text-align:center}.home_featuresSection__N3fWH{padding:3rem 1rem}.home_featuresTitle__QbIzx{font-size:2rem}.home_featuresGrid__FYHsV{grid-template-columns:1fr;gap:1.5rem}.home_featureCard__mhPve{padding:1.5rem}.home_featuresIntro__nM5YF{align-items:flex-start}.home_featuresCta__4GFPx{width:100%;text-align:center}}@keyframes home_fadeInUp__3JnpZ{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.EditInvoiceModal_modalOverlay__Dn6q_{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.EditInvoiceModal_modalContent__7UB_G{background:var(--bg-primary,white);border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.EditInvoiceModal_modalHeader__4MSwd{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color,#e5e7eb)}.EditInvoiceModal_modalHeader__4MSwd h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary,#111827)}.EditInvoiceModal_closeButton__FBMZy{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-secondary,#6b7280);padding:.25rem;border-radius:.25rem;transition:all .2s ease;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.EditInvoiceModal_closeButton__FBMZy:hover:not(:disabled){background-color:var(--bg-secondary,#f9fafb);color:var(--text-primary,#111827)}.EditInvoiceModal_closeButton__FBMZy:disabled{opacity:.5;cursor:not-allowed}.EditInvoiceModal_errorMessage__oatxs{margin:1rem 1.5rem 0;padding:.75rem;background-color:rgba(239,68,68,.1);color:#dc2626;border:1px solid rgba(239,68,68,.2);border-radius:.375rem;font-size:.875rem}.EditInvoiceModal_form__nSm0O{padding:1.5rem}.EditInvoiceModal_formGrid__nTcUH{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.EditInvoiceModal_inputGroup__B9MJW{margin-bottom:1rem}.EditInvoiceModal_label__skNQP{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary,#111827);font-size:.875rem}.EditInvoiceModal_input__pnFyU,.EditInvoiceModal_select__uoGiv,.EditInvoiceModal_textarea__NyhWw{width:100%;padding:.75rem;border:1px solid var(--border-color,#d1d5db);border-radius:.375rem;font-size:.875rem;background-color:var(--bg-primary,white);color:var(--text-primary,#111827);transition:all .2s ease;box-sizing:border-box}.EditInvoiceModal_input__pnFyU:focus,.EditInvoiceModal_select__uoGiv:focus,.EditInvoiceModal_textarea__NyhWw:focus{outline:none;border-color:var(--accent-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.EditInvoiceModal_input__pnFyU:disabled{background-color:var(--bg-secondary,#f9fafb);color:var(--text-secondary,#6b7280);cursor:not-allowed}.EditInvoiceModal_textarea__NyhWw{resize:vertical;min-height:80px}.EditInvoiceModal_modalActions__wuYBG{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color,#e5e7eb)}.EditInvoiceModal_cancelButton__yL7DD{padding:.75rem 1.5rem;border:1px solid var(--border-color,#d1d5db);background-color:var(--bg-primary,white);color:var(--text-secondary,#6b7280);border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.EditInvoiceModal_cancelButton__yL7DD:hover:not(:disabled){background-color:var(--bg-secondary,#f9fafb);color:var(--text-primary,#111827)}.EditInvoiceModal_submitButton__yXSFW{padding:.75rem 1.5rem;background-color:var(--accent-primary,#2563eb);color:white;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.EditInvoiceModal_submitButton__yXSFW:hover:not(:disabled){background-color:var(--accent-primary-hover,#1d4ed8)}.EditInvoiceModal_cancelButton__yL7DD:disabled,.EditInvoiceModal_submitButton__yXSFW:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .EditInvoiceModal_modalContent__7UB_G{background:var(--bg-secondary,#1f2937);color:var(--text-primary,#f9fafb)}[data-theme=dark] .EditInvoiceModal_modalHeader__4MSwd{border-bottom-color:var(--border-color,#374151)}[data-theme=dark] .EditInvoiceModal_modalHeader__4MSwd h2{color:var(--text-primary,#f9fafb)}[data-theme=dark] .EditInvoiceModal_input__pnFyU,[data-theme=dark] .EditInvoiceModal_select__uoGiv,[data-theme=dark] .EditInvoiceModal_textarea__NyhWw{background-color:var(--bg-tertiary,#111827);border-color:var(--border-color,#374151);color:var(--text-primary,#f9fafb)}[data-theme=dark] .EditInvoiceModal_input__pnFyU:focus,[data-theme=dark] .EditInvoiceModal_select__uoGiv:focus,[data-theme=dark] .EditInvoiceModal_textarea__NyhWw:focus{border-color:var(--accent-primary,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}[data-theme=dark] .EditInvoiceModal_input__pnFyU:disabled{background-color:var(--bg-tertiary,#111827);color:var(--text-secondary,#9ca3af)}[data-theme=dark] .EditInvoiceModal_modalActions__wuYBG{border-top-color:var(--border-color,#374151)}[data-theme=dark] .EditInvoiceModal_cancelButton__yL7DD{background-color:var(--bg-tertiary,#111827);color:var(--text-secondary,#9ca3af);border-color:var(--border-color,#374151)}[data-theme=dark] .EditInvoiceModal_cancelButton__yL7DD:hover:not(:disabled){background-color:var(--bg-secondary,#1f2937);color:var(--text-primary,#f9fafb)}[data-theme=dark] .EditInvoiceModal_closeButton__FBMZy:hover:not(:disabled){background-color:var(--bg-tertiary,#111827);color:var(--text-primary,#f9fafb)}[data-theme=dark] .EditInvoiceModal_errorMessage__oatxs{background-color:rgba(239,68,68,.1);color:#fca5a5;border:1px solid rgba(239,68,68,.2)}@media (max-width:640px){.EditInvoiceModal_modalOverlay__Dn6q_{padding:.5rem}.EditInvoiceModal_modalContent__7UB_G{max-height:95vh}.EditInvoiceModal_formGrid__nTcUH{grid-template-columns:1fr}.EditInvoiceModal_modalActions__wuYBG{flex-direction:column-reverse}.EditInvoiceModal_cancelButton__yL7DD,.EditInvoiceModal_submitButton__yXSFW{width:100%}}.HelpModal_backdrop__W4FpK{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.3);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2000}.HelpModal_open__abyOj{opacity:1;pointer-events:auto}.HelpModal_modalCard__bNs9l{width:min(640px,92vw);background:linear-gradient(180deg,#ffffff,#f8fafc);color:var(--text-primary,#0f172a);border-radius:16px;box-shadow:0 24px 64px rgba(0,0,0,.18);padding:1.5rem;border:1px solid var(--border-primary,#e2e8f0);transform:translateY(10px) scale(.98);opacity:0;transition:transform .22s ease,opacity .22s ease}.HelpModal_modalVisible__tUgTb{transform:translateY(0) scale(1);opacity:1}.HelpModal_modalHeader__HMizH{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.HelpModal_modalTitle__CuI_d{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:.02em;color:var(--text-primary,#0f172a)}.HelpModal_closeButton__XhoLt{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-primary,#e2e8f0);background:var(--bg-primary,#ffffff);color:var(--text-secondary,#475569);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.HelpModal_closeButton__XhoLt:hover{background:rgba(59,130,246,.08);border-color:rgba(59,130,246,.4);color:#0f172a}.HelpModal_closeButton__XhoLt:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.HelpModal_modalBody__ZtYnv{display:flex;flex-direction:column;gap:.75rem;font-size:.95rem;line-height:1.6;color:var(--text-primary,#0f172a)}.HelpModal_paragraph___MOnA{margin:0;color:var(--text-secondary,#334155)}.HelpModal_bulletList___j7Kv{margin:.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.HelpModal_bulletItem__E5ep2{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-secondary,#334155)}.HelpModal_bulletDot__16OCT{width:8px;height:8px;border-radius:50%;background:#3b82f6;flex-shrink:0;margin-top:.35rem}@media (max-width:1024px){.HelpModal_modalCard__bNs9l{width:80vw}}@media (max-width:768px){.HelpModal_modalCard__bNs9l{width:90vw;padding:1.25rem}.HelpModal_modalTitle__CuI_d{font-size:1.05rem}}.AttachmentGallery_attachmentsToolbar__J8ZaO{display:flex;gap:8px;margin-bottom:8px;align-items:center}.AttachmentGallery_attachmentsLabel__foZwv{font-size:12px;color:var(--text-muted,#6b7280)}.AttachmentGallery_attachmentsGrid__VmdwA{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:12px}.AttachmentGallery_attachmentCard__OENWh{border:none;border-radius:10px;padding:0;background:transparent;display:flex;flex-direction:column;gap:6px;position:relative}.AttachmentGallery_attachmentPreview___QAEr{width:100%;aspect-ratio:4/3;position:relative;overflow:hidden;border-radius:8px;background:transparent;display:block;border:none;padding:0;cursor:pointer}.AttachmentGallery_attachmentPreviewImage__9OgBh{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.AttachmentGallery_attachmentPreviewFallback__6X1mt{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--text-muted,#6b7280);padding:8px;text-align:center}.AttachmentGallery_attachmentDeleteButton__O5hul{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;border:none;background:rgba(17,24,39,.7);color:#ffffff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;cursor:pointer;z-index:2}.AttachmentGallery_attachmentCard__OENWh:hover .AttachmentGallery_attachmentDeleteButton__O5hul{opacity:1}@media (hover:none){.AttachmentGallery_attachmentDeleteButton__O5hul{opacity:1}}.AttachmentGallery_attachmentMeta__1G_fb{display:flex;justify-content:space-between;align-items:center;gap:6px}.AttachmentGallery_attachmentName__5XS_J{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AttachmentGallery_attachmentActions__bqkll{display:flex;gap:6px}.AttachmentGallery_attachmentViewerOverlay__GGg_5{position:fixed;inset:0;background:rgba(15,23,42,.4);display:flex;align-items:center;justify-content:center;z-index:80;padding:24px}[data-theme=dark] .AttachmentGallery_attachmentViewerOverlay__GGg_5{background:rgba(15,23,42,.75)}.AttachmentGallery_attachmentViewer__S1oit{background:#ffffff;border-radius:16px;width:min(96vw,1200px);height:min(92vh,820px);display:flex;flex-direction:column;overflow:hidden;color:#111827;border:1px solid #e5e7eb}[data-theme=dark] .AttachmentGallery_attachmentViewer__S1oit{background:#111827;color:#e5e7eb;border-color:transparent}.AttachmentGallery_attachmentViewerHeader__Ea5IO{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc}[data-theme=dark] .AttachmentGallery_attachmentViewerHeader__Ea5IO{border-bottom-color:rgba(148,163,184,.15);background:#111827}.AttachmentGallery_attachmentViewerTitle__NdDnq{font-weight:600;font-size:.95rem}.AttachmentGallery_attachmentViewerClose__s3JDq{border:none;background:#e2e8f0;color:#0f172a;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto}[data-theme=dark] .AttachmentGallery_attachmentViewerClose__s3JDq{background:rgba(148,163,184,.2);color:#f9fafb}.AttachmentGallery_attachmentViewerBody__Rz97_{flex:1 1;display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-rows:minmax(0,1fr);min-height:0;overflow:hidden}.AttachmentGallery_attachmentViewerLeft__DoPaC{display:flex;flex-direction:column;min-height:0}.AttachmentGallery_attachmentViewerMain__HUjfb{position:relative;display:flex;align-items:center;justify-content:center;padding:24px;background:#f1f5f9;overflow:hidden;flex:1 1;min-height:0}[data-theme=dark] .AttachmentGallery_attachmentViewerMain__HUjfb{background:#111827}.AttachmentGallery_attachmentViewerImage__BD0ES{max-width:100%;max-height:100%;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.3);object-fit:contain;transform-origin:center;transition:transform .2s ease}.AttachmentGallery_attachmentViewerFallback__DcVLt{width:100%;height:100%;border-radius:12px;border:1px dashed rgba(148,163,184,.7);display:flex;align-items:center;justify-content:center;color:#475569;padding:24px;text-align:center}[data-theme=dark] .AttachmentGallery_attachmentViewerFallback__DcVLt{border-color:rgba(148,163,184,.4);color:#cbd5f5}.AttachmentGallery_attachmentNavButton__dR_Z3{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:rgba(15,23,42,.12);color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer}[data-theme=dark] .AttachmentGallery_attachmentNavButton__dR_Z3{background:rgba(15,23,42,.7);color:#f8fafc}.AttachmentGallery_attachmentNavPrev__BBEHZ{left:16px}.AttachmentGallery_attachmentNavNext__fCV_d{right:16px}.AttachmentGallery_attachmentCounter__sU8Rg{position:absolute;bottom:16px;left:16px;padding:4px 10px;border-radius:999px;background:rgba(226,232,240,.9);color:#0f172a;font-size:.75rem}[data-theme=dark] .AttachmentGallery_attachmentCounter__sU8Rg{background:rgba(15,23,42,.7);color:#f8fafc}.AttachmentGallery_attachmentViewerDetails__YK7uD{background:#ffffff;color:#111827;padding:20px;overflow-y:auto;height:100%;display:flex;flex-direction:column;border-left:1px solid #e5e7eb;box-sizing:border-box;min-height:0}[data-theme=dark] .AttachmentGallery_attachmentViewerDetails__YK7uD{background:#0f172a;color:#e2e8f0;border-left-color:rgba(148,163,184,.15)}.AttachmentGallery_attachmentDetailsHeader__4knYm{font-weight:600;margin-bottom:12px}.AttachmentGallery_attachmentDetailsHeaderRow__YO5vQ{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.AttachmentGallery_attachmentEditToggle__WPFzK{border:1px solid #cbd5f5;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:999px;cursor:pointer}[data-theme=dark] .AttachmentGallery_attachmentEditToggle__WPFzK{border-color:rgba(148,163,184,.35);background:rgba(96,165,250,.15);color:#bfdbfe}.AttachmentGallery_attachmentFieldLabel__HLDNk{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:6px;display:block}[data-theme=dark] .AttachmentGallery_attachmentFieldLabel__HLDNk{color:#94a3b8}.AttachmentGallery_attachmentFieldInput__r3s9g{width:100%;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;font-size:.875rem;margin-bottom:16px;background:#ffffff;color:#0f172a;resize:vertical}[data-theme=dark] .AttachmentGallery_attachmentFieldInput__r3s9g{border-color:rgba(148,163,184,.3);background:rgba(15,23,42,.4);color:#e2e8f0}.AttachmentGallery_attachmentEditActions__DQifj{display:flex;justify-content:flex-end;gap:10px;margin-bottom:16px}.AttachmentGallery_attachmentEditCancel__s215t{border:1px solid #cbd5f5;background:#ffffff;color:#1d4ed8;padding:6px 14px;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer}.AttachmentGallery_attachmentEditSave__ymRCL{border:none;background:#2563eb;color:#ffffff;padding:6px 16px;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer}[data-theme=dark] .AttachmentGallery_attachmentEditCancel__s215t{border-color:rgba(148,163,184,.35);background:rgba(15,23,42,.3);color:#bfdbfe}[data-theme=dark] .AttachmentGallery_attachmentEditSave__ymRCL{background:#3b82f6}.AttachmentGallery_attachmentDetailsRow__CsAmE{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.AttachmentGallery_attachmentDetailsLabel__TrP19{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}[data-theme=dark] .AttachmentGallery_attachmentDetailsLabel__TrP19{color:#94a3b8}.AttachmentGallery_attachmentDetailsValue__xyHOq{font-size:.9rem;font-weight:500;color:inherit;word-break:break-word}.AttachmentGallery_attachmentDetailsLink___LGfS{display:inline-flex;align-items:center;gap:6px;color:#3b82f6;text-decoration:none;font-weight:500;font-size:.875rem}[data-theme=dark] .AttachmentGallery_attachmentDetailsLink___LGfS{color:#60a5fa}.AttachmentGallery_attachmentDetailsActions__LX7MJ{margin-top:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.AttachmentGallery_attachmentDetailsButton__cBruD{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s;flex:1 1;justify-content:center;min-width:140px}.AttachmentGallery_attachmentDetailsButton__cBruD:hover{background:#e2e8f0;border-color:#cbd5f5}.AttachmentGallery_attachmentDetailsButton__cBruD:disabled{cursor:not-allowed;opacity:.6}[data-theme=dark] .AttachmentGallery_attachmentDetailsButton__cBruD{border-color:rgba(148,163,184,.25);background:rgba(148,163,184,.12);color:#f8fafc}[data-theme=dark] .AttachmentGallery_attachmentDetailsButton__cBruD:hover{background:rgba(148,163,184,.2)}.AttachmentGallery_attachmentDetailsButtonDanger__GQ1ZE{border-color:rgba(220,38,38,.3);color:#dc2626;background:rgba(220,38,38,.08)}.AttachmentGallery_attachmentDetailsButtonDanger__GQ1ZE:hover{background:rgba(220,38,38,.15)}[data-theme=dark] .AttachmentGallery_attachmentDetailsButtonDanger__GQ1ZE{border-color:rgba(248,113,113,.35);color:#f87171;background:rgba(248,113,113,.15)}.AttachmentGallery_attachmentViewerZoomControls__kj64R{position:absolute;right:24px;bottom:24px;display:flex;gap:8px}.AttachmentGallery_attachmentZoomButton__Avftf{width:34px;height:34px;border-radius:50%;border:none;background:rgba(15,23,42,.12);color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.AttachmentGallery_attachmentZoomButton__Avftf:hover{background:rgba(15,23,42,.2)}.AttachmentGallery_attachmentZoomButton__Avftf:disabled{cursor:not-allowed;opacity:.5}[data-theme=dark] .AttachmentGallery_attachmentZoomButton__Avftf{background:rgba(15,23,42,.7);color:#f8fafc}[data-theme=dark] .AttachmentGallery_attachmentZoomButton__Avftf:hover{background:rgba(15,23,42,.85)}.AttachmentGallery_attachmentViewerThumbs__xRoZ_{display:flex;gap:10px;padding:12px 16px;background:#f1f5f9;overflow-x:auto;border-top:1px solid #e2e8f0}[data-theme=dark] .AttachmentGallery_attachmentViewerThumbs__xRoZ_{background:#0f172a;border-top-color:rgba(148,163,184,.15)}.AttachmentGallery_attachmentThumb__XHYSM{width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#ffffff;flex-shrink:0;cursor:pointer;padding:0}[data-theme=dark] .AttachmentGallery_attachmentThumb__XHYSM{background:rgba(255,255,255,.08)}.AttachmentGallery_attachmentThumb__XHYSM img{width:100%;height:100%;object-fit:cover;display:block}.AttachmentGallery_attachmentThumbActive__nXuwE{border-color:#3b82f6}.AttachmentGallery_attachmentThumbFallback__FLD_H{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#475569}[data-theme=dark] .AttachmentGallery_attachmentThumbFallback__FLD_H{color:#e2e8f0}@media (max-width:900px){.AttachmentGallery_attachmentViewerBody__Rz97_{grid-template-columns:1fr}.AttachmentGallery_attachmentViewerDetails__YK7uD{border-top:1px solid rgba(148,163,184,.15)}}@media (max-width:640px){.AttachmentGallery_attachmentViewerOverlay__GGg_5{padding:12px;align-items:stretch;justify-content:stretch}.AttachmentGallery_attachmentViewer__S1oit{width:100%;height:100%;max-height:100%;border-radius:14px}.AttachmentGallery_attachmentViewerHeader__Ea5IO{flex-shrink:0}.AttachmentGallery_attachmentViewerBody__Rz97_{grid-template-rows:auto auto;overflow-y:auto;overflow-x:hidden;min-height:0}.AttachmentGallery_attachmentViewerLeft__DoPaC{overflow:hidden}.AttachmentGallery_attachmentViewerMain__HUjfb{padding:16px;min-height:240px}.AttachmentGallery_attachmentViewerImage__BD0ES{max-height:40vh}.AttachmentGallery_attachmentViewerDetails__YK7uD{padding:16px;border-left:none;overflow-y:auto;min-height:0;height:auto}.AttachmentGallery_attachmentDetailsActions__LX7MJ{flex-direction:row;gap:8px;position:static;background:transparent;padding-top:0;margin-top:12px;width:100%}.AttachmentGallery_attachmentDetailsButton__cBruD{min-width:0;flex:1 1;padding:8px 10px;font-size:.8rem;gap:6px;white-space:nowrap}.AttachmentGallery_attachmentViewerZoomControls__kj64R{right:16px;bottom:16px}[data-theme=dark] .AttachmentGallery_attachmentDetailsActions__LX7MJ{background:#0f172a}}.AttachmentGallery_addButton__IRUNe{background:none;border:none;color:#3b82f6;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.AttachmentGallery_addButton__IRUNe:hover{background:#eff6ff}[data-theme=dark] .AttachmentGallery_addButton__IRUNe{color:#60a5fa}[data-theme=dark] .AttachmentGallery_addButton__IRUNe:hover{background:#1e3a8a}.AttachmentGallery_addButton__IRUNe svg{width:16px;height:16px}.AttachmentGallery_emptyState__Pg5mK{text-align:center;padding:24px 16px;color:#9ca3af}.AttachmentGallery_emptyState__Pg5mK p{margin:0;font-size:.875rem}.AddressAutocomplete_container__j_GMZ{position:relative;width:100%}.AddressAutocomplete_inputContainer__cPoQj{position:relative;display:flex;align-items:center}.AddressAutocomplete_input__EqTQW{width:100%;padding:.75rem;border:1px solid var(--border-secondary);border-radius:.375rem;font-size:.875rem;background-color:var(--bg-primary);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.AddressAutocomplete_input__EqTQW:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.AddressAutocomplete_input__EqTQW:disabled{background-color:var(--bg-tertiary);color:var(--text-tertiary);cursor:not-allowed}.AddressAutocomplete_input__EqTQW::placeholder{color:var(--text-tertiary)}.AddressAutocomplete_loadingIndicator__BDpXQ{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center}.AddressAutocomplete_spinner__jbuPu{width:1rem;height:1rem;border-top:2px solid var(--border-primary);border:2px solid var(--border-primary);border-top-color:var(--accent-primary);border-radius:50%;animation:AddressAutocomplete_spin__X0nw8 1s linear infinite}@keyframes AddressAutocomplete_spin__X0nw8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AddressAutocomplete_suggestionsContainer__gAXCP{position:absolute;top:100%;left:0;right:0;z-index:1000;background-color:var(--bg-primary);border:1px solid var(--border-primary);border-top:none;border-radius:0 0 .375rem .375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);max-height:200px;overflow-y:auto}.AddressAutocomplete_suggestion__1WQUT{padding:.75rem;cursor:pointer;border-bottom:1px solid var(--border-primary);transition:background-color .2s ease}.AddressAutocomplete_suggestion__1WQUT:last-child{border-bottom:none}.AddressAutocomplete_suggestion__1WQUT.AddressAutocomplete_selected__jjzGj,.AddressAutocomplete_suggestion__1WQUT:hover{background-color:var(--bg-secondary)}.AddressAutocomplete_suggestionText__j5vaM{font-size:.875rem;color:var(--text-primary);line-height:1.4}[data-theme=dark] .AddressAutocomplete_suggestionsContainer__gAXCP{box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2)}@media (max-width:640px){.AddressAutocomplete_suggestionsContainer__gAXCP{max-height:150px}.AddressAutocomplete_suggestion__1WQUT{padding:.5rem}.AddressAutocomplete_suggestionText__j5vaM{font-size:.8rem}}.JobTitleSelector_container__OOet8{position:relative;width:100%}.JobTitleSelector_inputContainer__lz_VM{position:relative;display:flex;align-items:center}.JobTitleSelector_input__4qtBN{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid var(--border-color,#d1d5db);border-radius:.375rem;font-size:.875rem;background-color:var(--bg-primary,white);color:var(--text-primary,#111827);transition:all .2s ease;box-sizing:border-box}.JobTitleSelector_input__4qtBN:focus{outline:none;border-color:var(--accent-primary,#2563eb);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.JobTitleSelector_dropdownToggle__nLYF4{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;color:var(--text-secondary,#6b7280);transition:color .2s ease}.JobTitleSelector_dropdownToggle__nLYF4:hover{color:var(--text-primary,#111827)}.JobTitleSelector_chevron__e6ZpS{width:1rem;height:1rem}.JobTitleSelector_dropdown__YmUcC{position:absolute;top:100%;left:0;right:0;z-index:50;background-color:var(--bg-primary,white);border:1px solid var(--border-color,#d1d5db);border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);max-height:300px;overflow-y:auto;margin-top:.25rem}.JobTitleSelector_dropdownHeader__rKYEE{padding:.75rem;border-bottom:1px solid var(--border-color,#e5e7eb);font-size:.75rem;font-weight:600;color:var(--text-secondary,#6b7280);text-transform:uppercase;letter-spacing:.05em}.JobTitleSelector_templateOption__VnYl7{width:100%;padding:.75rem;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid var(--border-color,#f3f4f6)}.JobTitleSelector_templateOption__VnYl7:hover{background-color:var(--bg-secondary,#f9fafb)}.JobTitleSelector_templateOption__VnYl7:last-child{border-bottom:none}.JobTitleSelector_templateInfo__Z2Dpm{display:flex;flex-direction:column;gap:.25rem}.JobTitleSelector_templateName__sFwBy{font-weight:500;color:var(--text-primary,#111827);font-size:.875rem}.JobTitleSelector_templateDetails__pvlTj{display:flex;gap:.75rem;align-items:center;font-size:.75rem}.JobTitleSelector_price__PE3pR{color:var(--accent-primary,#059669);font-weight:600}.JobTitleSelector_category__s_qZS,.JobTitleSelector_time__qsNzh{color:var(--text-secondary,#6b7280)}.JobTitleSelector_category__s_qZS{background-color:var(--bg-tertiary,#f3f4f6);padding:.125rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:500}.JobTitleSelector_loading__R9hYg,.JobTitleSelector_noResults__M69bo{padding:1rem;text-align:center;color:var(--text-secondary,#6b7280);font-size:.875rem}.JobTitleSelector_noResults__M69bo{font-style:italic}[data-theme=dark] .JobTitleSelector_input__4qtBN{background-color:var(--bg-secondary,#1f2937);border-color:var(--border-color,#374151);color:var(--text-primary,#f9fafb)}[data-theme=dark] .JobTitleSelector_input__4qtBN:focus{border-color:var(--accent-primary,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}[data-theme=dark] .JobTitleSelector_dropdown__YmUcC{background-color:var(--bg-secondary,#1f2937);border-color:var(--border-color,#374151)}[data-theme=dark] .JobTitleSelector_templateOption__VnYl7:hover{background-color:var(--bg-tertiary,#111827)}[data-theme=dark] .JobTitleSelector_category__s_qZS{background-color:var(--bg-tertiary,#374151);color:var(--text-secondary,#9ca3af)}@media (max-width:640px){.JobTitleSelector_dropdown__YmUcC{max-height:200px}.JobTitleSelector_templateDetails__pvlTj{flex-wrap:wrap;gap:.5rem}}.DatePicker_datePicker__ns_he{position:relative;width:100%}.DatePicker_trigger__TkDqT{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;background:var(--bg-primary,#ffffff);border:1px solid var(--border-primary,#e5e7eb);border-radius:.5rem;color:var(--text-primary,#1f2937);font-size:.9375rem;cursor:pointer;transition:all .2s ease}.DatePicker_trigger__TkDqT:hover{border-color:var(--border-secondary,#d1d5db)}.DatePicker_trigger__TkDqT:focus{outline:none;border-color:var(--accent-primary,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.DatePicker_value__jUDWB{color:var(--text-primary,#1f2937)}.DatePicker_icon__UGXRd,.DatePicker_placeholder__hdDtf{color:var(--text-secondary,#6b7280)}.DatePicker_icon__UGXRd{flex-shrink:0;transition:transform .2s ease}.DatePicker_dropdown__X_32Y{position:absolute;top:calc(100% + .5rem);left:0;z-index:1000;min-width:280px;padding:1rem;background:var(--bg-primary,#ffffff);border:1px solid var(--border-primary,#e5e7eb);border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);animation:DatePicker_slideDown__rzpvh .2s ease}@keyframes DatePicker_slideDown__rzpvh{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.DatePicker_header__t2rfj{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.DatePicker_navButton__IrcO2{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:none;border-radius:.375rem;color:var(--text-primary,#1f2937);cursor:pointer;transition:background-color .2s ease}.DatePicker_navButton__IrcO2:hover{background:var(--bg-secondary,#f3f4f6)}.DatePicker_selectors__J6bBb{display:flex;gap:.5rem;flex:1 1;justify-content:center}.DatePicker_select___6rtl{padding:.375rem .5rem;background:var(--bg-secondary,#f9fafb);border:1px solid var(--border-primary,#e5e7eb);border-radius:.375rem;color:var(--text-primary,#1f2937);font-size:.875rem;cursor:pointer;transition:all .2s ease}.DatePicker_select___6rtl:hover{border-color:var(--border-secondary,#d1d5db)}.DatePicker_select___6rtl:focus{outline:none;border-color:var(--accent-primary,#3b82f6)}.DatePicker_calendar__t1gjL{width:100%}.DatePicker_weekdays__y8XaB{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.25rem;gap:.25rem;margin-bottom:.5rem}.DatePicker_weekday__bwKmz{display:flex;align-items:center;justify-content:center;padding:.5rem;font-size:.75rem;font-weight:600;color:var(--text-secondary,#6b7280);text-transform:uppercase}.DatePicker_days__HLaow{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.25rem;gap:.25rem}.DatePicker_dayEmpty__h2lKw,.DatePicker_day__ONHsF{aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:.5rem;font-size:.875rem;border-radius:.375rem}.DatePicker_day__ONHsF{background:transparent;border:none;color:var(--text-primary,#1f2937);cursor:pointer;transition:all .2s ease;position:relative}.DatePicker_day__ONHsF:hover{background:var(--bg-secondary,#f3f4f6)}.DatePicker_day__ONHsF.DatePicker_today__WNO_7{font-weight:600}.DatePicker_day__ONHsF.DatePicker_today__WNO_7:after{content:"";position:absolute;bottom:.25rem;left:50%;transform:translateX(-50%);width:4px;height:4px;background:var(--accent-primary,#3b82f6);border-radius:50%}.DatePicker_day__ONHsF.DatePicker_selected__6HAxh{background:var(--accent-primary,#3b82f6);color:#fff;font-weight:600}.DatePicker_day__ONHsF.DatePicker_selected__6HAxh:hover{background:var(--accent-hover,#2563eb)}.DatePicker_dayEmpty__h2lKw{cursor:default}@media (prefers-color-scheme:dark){.DatePicker_dropdown__X_32Y,.DatePicker_trigger__TkDqT{background:#1a1a1a;border-color:#333}.DatePicker_select___6rtl{background:#2a2a2a;border-color:#333}}.DatePicker_dropdown__X_32Y,.DatePicker_select___6rtl,.DatePicker_trigger__TkDqT{background:var(--bg-primary,#ffffff);border-color:var(--border-primary,#e5e7eb);color:var(--text-primary,#1f2937)}.TimePicker_timePicker__tqhVf{position:relative;width:100%}.TimePicker_trigger__G5oWW{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;background:var(--bg-primary,#ffffff);border:1px solid var(--border-primary,#e5e7eb);border-radius:.5rem;color:var(--text-primary,#1f2937);font-size:.9375rem;cursor:pointer;transition:all .2s ease}.TimePicker_trigger__G5oWW:hover{border-color:var(--border-secondary,#d1d5db)}.TimePicker_trigger__G5oWW:focus{outline:none;border-color:var(--accent-primary,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.TimePicker_value__VWTCK{color:var(--text-primary,#1f2937)}.TimePicker_icon__c5Uik,.TimePicker_placeholder__ObOnr{color:var(--text-secondary,#6b7280)}.TimePicker_icon__c5Uik{flex-shrink:0;transition:transform .2s ease}.TimePicker_dropdown__jimBp{position:absolute;top:calc(100% + .5rem);left:0;z-index:1000;min-width:280px;padding:1rem;background:var(--bg-primary,#ffffff);border:1px solid var(--border-primary,#e5e7eb);border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);animation:TimePicker_slideDown__hems_ .2s ease}@keyframes TimePicker_slideDown__hems_{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.TimePicker_timeSelectors__vF9Oj{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:1rem}.TimePicker_selectorColumn__sU1AE{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.TimePicker_selectorLabel__eW2ab{font-size:.75rem;font-weight:600;color:var(--text-secondary,#6b7280);text-align:center;text-transform:uppercase;letter-spacing:.05em}.TimePicker_scrollContainer__z57ii{max-height:200px;overflow-y:auto;border:1px solid var(--border-primary,#e5e7eb);border-radius:.5rem;background:var(--bg-secondary,#f9fafb)}.TimePicker_scrollContainer__z57ii::-webkit-scrollbar{width:6px}.TimePicker_scrollContainer__z57ii::-webkit-scrollbar-track{background:transparent}.TimePicker_scrollContainer__z57ii::-webkit-scrollbar-thumb{background:var(--border-secondary,#d1d5db);border-radius:3px}.TimePicker_scrollContainer__z57ii::-webkit-scrollbar-thumb:hover{background:var(--text-secondary,#9ca3af)}.TimePicker_option__WeE9h{width:100%;padding:.5rem;background:transparent;border:none;color:var(--text-primary,#1f2937);font-size:.875rem;text-align:center;cursor:pointer;transition:all .2s ease}.TimePicker_option__WeE9h:hover{background:var(--bg-tertiary,#f3f4f6)}.TimePicker_option__WeE9h.TimePicker_selected__R82TX{background:var(--accent-primary,#3b82f6);color:#fff;font-weight:600}.TimePicker_option__WeE9h.TimePicker_selected__R82TX:hover{background:var(--accent-hover,#2563eb)}.TimePicker_separator__2d6_O{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:var(--text-secondary,#6b7280);padding-top:1.75rem}.TimePicker_actions__SdoKk{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.75rem;border-top:1px solid var(--border-primary,#e5e7eb)}.TimePicker_applyButton___UtpR,.TimePicker_cancelButton__x_eNu{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.TimePicker_cancelButton__x_eNu{background:transparent;color:var(--text-secondary,#6b7280)}.TimePicker_cancelButton__x_eNu:hover{background:var(--bg-secondary,#f3f4f6);color:var(--text-primary,#1f2937)}.TimePicker_applyButton___UtpR{background:var(--accent-primary,#3b82f6);color:#fff}.TimePicker_applyButton___UtpR:hover{background:var(--accent-hover,#2563eb)}@media (prefers-color-scheme:dark){.TimePicker_dropdown__jimBp,.TimePicker_trigger__G5oWW{background:#1a1a1a;border-color:#333}.TimePicker_scrollContainer__z57ii{background:#0a0a0a;border-color:#333}}.TimePicker_dropdown__jimBp,.TimePicker_hourButton__Iu7kn,.TimePicker_periodButton__PQ433,.TimePicker_scrollContainer__z57ii,.TimePicker_timeButton__kx87R,.TimePicker_trigger__G5oWW{background:var(--bg-primary,#ffffff);border-color:var(--border-primary,#e5e7eb);color:var(--text-primary,#1f2937)}.CustomerCard_card__RwEHR{background:var(--background-secondary,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;padding:16px;transition:all .3s ease}[data-theme=dark] .CustomerCard_card__RwEHR{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444)}.CustomerCard_collapsibleCard__P_r2k{position:relative;min-height:120px}.CustomerCard_collapsibleCard__P_r2k .CustomerCard_collapsedContent__EsUJ5{display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease}.CustomerCard_collapsibleCard__P_r2k .CustomerCard_expandedContent__Orl7P{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}.CustomerCard_collapsibleCard__P_r2k:hover .CustomerCard_collapsedContent__EsUJ5{opacity:0;pointer-events:none}.CustomerCard_collapsibleCard__P_r2k:hover .CustomerCard_expandedContent__Orl7P{opacity:1;max-height:500px;overflow:visible}.CustomerCard_numberPlaceholder___gN3V{font-size:4rem;font-weight:700;color:var(--primary-color,#3b82f6);opacity:.3;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-theme=dark] .CustomerCard_numberPlaceholder___gN3V{color:var(--primary-color,#60a5fa)}.CustomerCard_cardHeader__8tBV0{display:flex;align-items:center;gap:8px;margin-bottom:12px}.CustomerCard_headerIcon__VdMBL{width:18px;height:18px;color:var(--text-secondary,#6b7280);flex-shrink:0}[data-theme=dark] .CustomerCard_headerIcon__VdMBL{color:var(--text-secondary,#9ca3af)}.CustomerCard_cardTitle__6Bfx4{font-size:14px;font-weight:600;color:var(--text-primary,#111827);margin:0}[data-theme=dark] .CustomerCard_cardTitle__6Bfx4{color:var(--text-primary,#f9fafb)}.CustomerCard_clearButton__6i5D4{background:none;border:none;color:var(--primary-color,#3b82f6);font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s}.CustomerCard_clearButton__6i5D4:hover:not(:disabled){background:var(--background-hover,rgba(59,130,246,.1))}.CustomerCard_clearButton__6i5D4:disabled{opacity:.5;cursor:not-allowed}.CustomerCard_searchContainer__l5vIA{position:relative;margin-bottom:12px}.CustomerCard_searchIcon__JOUlW{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-tertiary,#9ca3af);pointer-events:none;z-index:1}[data-theme=dark] .CustomerCard_searchIcon__JOUlW{color:var(--text-tertiary,#6b7280)}.CustomerCard_searchInput__CXDXX{width:100%;padding:10px 12px 10px 40px;border:1px solid var(--border-color,#d1d5db);border-radius:6px;font-size:14px;color:var(--text-primary,#111827);background:var(--background-primary,#ffffff);transition:border-color .2s}.CustomerCard_searchInput__CXDXX:focus{outline:none;border-color:var(--primary-color,#3b82f6)}.CustomerCard_searchInput__CXDXX::placeholder{color:var(--text-tertiary,#9ca3af)}[data-theme=dark] .CustomerCard_searchInput__CXDXX{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#444);color:var(--text-primary,#f9fafb)}.CustomerCard_searchInput__CXDXX:disabled{opacity:.6;cursor:not-allowed}.CustomerCard_dropdown__7cyC1{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--background-primary,#ffffff);border:1px solid var(--border-color,#e5e7eb);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:10}[data-theme=dark] .CustomerCard_dropdown__7cyC1{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#444);box-shadow:0 4px 12px rgba(0,0,0,.3)}.CustomerCard_dropdownItem__Xmy0_{width:100%;padding:10px 12px;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s;border-bottom:1px solid var(--border-color,#f3f4f6)}.CustomerCard_dropdownItem__Xmy0_:last-child{border-bottom:none}.CustomerCard_dropdownItem__Xmy0_:hover{background:var(--background-hover,#f9fafb)}[data-theme=dark] .CustomerCard_dropdownItem__Xmy0_{border-bottom-color:var(--border-color,#333)}[data-theme=dark] .CustomerCard_dropdownItem__Xmy0_:hover{background:var(--background-hover,#2a2a2a)}.CustomerCard_dropdownCustomerName__j39xB{font-size:14px;font-weight:500;color:var(--text-primary,#111827);margin-bottom:2px}[data-theme=dark] .CustomerCard_dropdownCustomerName__j39xB{color:var(--text-primary,#f9fafb)}.CustomerCard_dropdownCustomerEmail__uhJey{font-size:12px;color:var(--text-secondary,#6b7280)}[data-theme=dark] .CustomerCard_dropdownCustomerEmail__uhJey{color:var(--text-secondary,#9ca3af)}.CustomerCard_newCustomerButton__cqqQC{width:100%;padding:10px 12px;border:1px dashed var(--border-color,#d1d5db);background:none;border-radius:6px;font-size:14px;font-weight:500;color:var(--primary-color,#3b82f6);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.CustomerCard_newCustomerButton__cqqQC:hover:not(:disabled){background:var(--background-hover,rgba(59,130,246,.05));border-color:var(--primary-color,#3b82f6)}.CustomerCard_newCustomerButton__cqqQC:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .CustomerCard_newCustomerButton__cqqQC{border-color:var(--border-color,#444)}.CustomerCard_plusIcon__UC6s7{width:16px;height:16px}.CustomerCard_customerDetails__pfHFd{display:flex;gap:12px}.CustomerCard_customerAvatar__nn5oK{width:48px;height:48px;border-radius:50%;background:var(--primary-color,#3b82f6);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}.CustomerCard_customerInfo__D_yxN{flex:1 1;display:flex;flex-direction:column;gap:6px}.CustomerCard_customerName__l_roZ{font-size:15px;font-weight:600;color:var(--text-primary,#111827)}[data-theme=dark] .CustomerCard_customerName__l_roZ{color:var(--text-primary,#f9fafb)}.CustomerCard_customerField__IbtNc{display:flex;align-items:flex-start;gap:6px;font-size:13px;color:var(--text-secondary,#6b7280)}[data-theme=dark] .CustomerCard_customerField__IbtNc{color:var(--text-secondary,#9ca3af)}.CustomerCard_icon__DrL8p{width:14px;height:14px;flex-shrink:0;margin-top:2px}.ScheduleCard_card__gMMtF{background:var(--background-secondary,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;padding:16px;transition:all .3s ease}[data-theme=dark] .ScheduleCard_card__gMMtF{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444)}.ScheduleCard_collapsibleCard__qojFU{position:relative;min-height:120px}.ScheduleCard_collapsibleCard__qojFU .ScheduleCard_collapsedContent__rm4dS{display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease}.ScheduleCard_collapsibleCard__qojFU .ScheduleCard_expandedContent__Kz_kg{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}.ScheduleCard_collapsibleCard__qojFU:hover .ScheduleCard_collapsedContent__rm4dS{opacity:0;pointer-events:none}.ScheduleCard_collapsibleCard__qojFU:hover .ScheduleCard_expandedContent__Kz_kg{opacity:1;max-height:500px;overflow:visible}.ScheduleCard_numberPlaceholder__9tuf5{font-size:4rem;font-weight:700;color:var(--primary-color,#3b82f6);opacity:.3;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-theme=dark] .ScheduleCard_numberPlaceholder__9tuf5{color:var(--primary-color,#60a5fa)}.ScheduleCard_cardHeader__NEVMP{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ScheduleCard_headerIcon__ylVej{width:18px;height:18px;color:var(--text-secondary,#6b7280);flex-shrink:0}[data-theme=dark] .ScheduleCard_headerIcon__ylVej{color:var(--text-secondary,#9ca3af)}.ScheduleCard_cardTitle__nL_RW{font-size:14px;font-weight:600;color:var(--text-primary,#111827);margin:0}[data-theme=dark] .ScheduleCard_cardTitle__nL_RW{color:var(--text-primary,#f9fafb)}.ScheduleCard_headerActions__ekgww{display:flex;align-items:center;gap:8px}.ScheduleCard_editButton__zbSKZ{background:none;border:none;color:var(--text-secondary,#6b7280);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ScheduleCard_editButton__zbSKZ:hover:not(:disabled){background:var(--background-hover,rgba(0,0,0,.05));color:var(--text-primary,#111827)}.ScheduleCard_editButton__zbSKZ:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .ScheduleCard_editButton__zbSKZ{color:var(--text-secondary,#9ca3af)}[data-theme=dark] .ScheduleCard_editButton__zbSKZ:hover:not(:disabled){background:var(--background-hover,rgba(255,255,255,.05));color:var(--text-primary,#f9fafb)}.ScheduleCard_editIcon__oj_nD{width:16px;height:16px}.ScheduleCard_clearButton__dsqwI{background:none;border:none;color:var(--primary-color,#3b82f6);font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s}.ScheduleCard_clearButton__dsqwI:hover:not(:disabled){background:var(--background-hover,rgba(59,130,246,.1))}.ScheduleCard_clearButton__dsqwI:disabled{opacity:.5;cursor:not-allowed}.ScheduleCard_scheduleButton__JoDit{width:100%;padding:12px;border:1px dashed var(--border-color,#d1d5db);background:none;border-radius:6px;font-size:14px;font-weight:500;color:var(--primary-color,#3b82f6);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin-bottom:8px}.ScheduleCard_scheduleButton__JoDit:hover:not(:disabled){background:var(--background-hover,rgba(59,130,246,.05));border-color:var(--primary-color,#3b82f6)}.ScheduleCard_scheduleButton__JoDit:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .ScheduleCard_scheduleButton__JoDit{border-color:var(--border-color,#444)}.ScheduleCard_calendarIcon__c1HVv{width:18px;height:18px}.ScheduleCard_helperText__UPUkz{font-size:12px;color:var(--text-tertiary,#9ca3af);text-align:center}[data-theme=dark] .ScheduleCard_helperText__UPUkz{color:var(--text-tertiary,#6b7280)}.ScheduleCard_scheduleDetails____0v4{display:flex;flex-direction:column;gap:12px}.ScheduleCard_dateTimeRow__QMFgh,.ScheduleCard_durationRow__5_N8X{display:flex;align-items:flex-start;gap:10px}.ScheduleCard_icon__iLPbB{width:18px;height:18px;color:var(--text-secondary,#6b7280);flex-shrink:0;margin-top:2px}[data-theme=dark] .ScheduleCard_icon__iLPbB{color:var(--text-secondary,#9ca3af)}.ScheduleCard_dateTimeInfo__mYhq1{flex:1 1}.ScheduleCard_dateText__Uwmsp{font-size:14px;font-weight:500;color:var(--text-primary,#111827);margin-bottom:2px}[data-theme=dark] .ScheduleCard_dateText__Uwmsp{color:var(--text-primary,#f9fafb)}.ScheduleCard_timeText__ELw8q{font-size:13px;color:var(--text-secondary,#6b7280)}[data-theme=dark] .ScheduleCard_timeText__ELw8q{color:var(--text-secondary,#9ca3af)}.ScheduleCard_durationText__KzsNw{font-size:13px;color:var(--text-secondary,#6b7280)}[data-theme=dark] .ScheduleCard_durationText__KzsNw{color:var(--text-secondary,#9ca3af)}.ScheduleModal_modalOverlay__rmUte{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.ScheduleModal_modalContent__tQomS{background:var(--background-primary,#ffffff);width:95vw;height:95vh;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}[data-theme=dark] .ScheduleModal_modalContent__tQomS{background:var(--background-primary,#1a1a1a)}.ScheduleModal_modalHeader__DTjs_{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border-color,#e5e7eb)}[data-theme=dark] .ScheduleModal_modalHeader__DTjs_{border-bottom-color:var(--border-color,#444)}.ScheduleModal_closeButton__y3lB1{background:none;border:none;font-size:32px;color:var(--text-secondary,#6b7280);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.ScheduleModal_closeButton__y3lB1:hover{background:var(--background-hover,#f3f4f6);color:var(--text-primary,#111827)}[data-theme=dark] .ScheduleModal_closeButton__y3lB1:hover{background:var(--background-hover,#2a2a2a);color:var(--text-primary,#f9fafb)}.ScheduleModal_modalTitle__AHPJt{font-size:18px;font-weight:600;color:var(--text-primary,#111827);margin:0;flex:1 1;text-align:center}[data-theme=dark] .ScheduleModal_modalTitle__AHPJt{color:var(--text-primary,#f9fafb)}.ScheduleModal_saveButton__BLwHJ{padding:8px 20px;background:var(--primary-color,#3b82f6);color:#ffffff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.ScheduleModal_saveButton__BLwHJ:hover:not(:disabled){background:var(--primary-hover,#2563eb)}.ScheduleModal_saveButton__BLwHJ:disabled{opacity:.5;cursor:not-allowed}.ScheduleModal_modalBody__0SfP3{display:flex;flex:1 1;overflow:hidden}.ScheduleModal_leftPanel__68OlJ{width:300px;padding:24px;border-right:1px solid var(--border-color,#e5e7eb);overflow-y:auto;display:flex;flex-direction:column;gap:24px}[data-theme=dark] .ScheduleModal_leftPanel__68OlJ{border-right-color:var(--border-color,#444)}.ScheduleModal_rightPanel__hSLoP{flex:1 1;padding:24px;overflow-y:auto}.ScheduleModal_section__qy5f9{display:flex;flex-direction:column;gap:12px}.ScheduleModal_sectionTitle___lsly{font-size:14px;font-weight:600;color:var(--text-primary,#111827);margin:0}[data-theme=dark] .ScheduleModal_sectionTitle___lsly{color:var(--text-primary,#f9fafb)}.ScheduleModal_dateInputs__JXRV9{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ScheduleModal_inputGroup__Evjg_{display:flex;flex-direction:column;gap:6px}.ScheduleModal_label__aPqV3{font-size:12px;font-weight:500;color:var(--text-secondary,#6b7280)}[data-theme=dark] .ScheduleModal_label__aPqV3{color:var(--text-secondary,#9ca3af)}.ScheduleModal_input__1NwRW{padding:8px 10px;border:1px solid var(--border-color,#d1d5db);border-radius:6px;font-size:14px;color:var(--text-primary,#111827);background:var(--background-primary,#ffffff);transition:border-color .2s}.ScheduleModal_input__1NwRW:focus{outline:none;border-color:var(--primary-color,#3b82f6)}.ScheduleModal_input__1NwRW:disabled{opacity:.6;cursor:not-allowed;background:var(--background-secondary,#f9fafb)}[data-theme=dark] .ScheduleModal_input__1NwRW{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444);color:var(--text-primary,#f9fafb)}[data-theme=dark] .ScheduleModal_input__1NwRW:disabled{background:var(--background-tertiary,#1a1a1a)}.ScheduleModal_checkboxGroup__vHrzs{display:flex;align-items:center;gap:8px}.ScheduleModal_checkboxGroup__vHrzs input[type=checkbox]{width:16px;height:16px;cursor:pointer}.ScheduleModal_checkboxGroup__vHrzs label{font-size:14px;color:var(--text-primary,#111827);cursor:pointer}[data-theme=dark] .ScheduleModal_checkboxGroup__vHrzs label{color:var(--text-primary,#f9fafb)}.ScheduleModal_toggleGroup__mNvTh{display:flex;align-items:center;justify-content:space-between}.ScheduleModal_toggleLabel__gsLXn{font-size:14px;font-weight:500;color:var(--text-primary,#111827)}[data-theme=dark] .ScheduleModal_toggleLabel__gsLXn{color:var(--text-primary,#f9fafb)}.ScheduleModal_helperText__JzU_W{font-size:13px;color:var(--text-secondary,#6b7280);margin:0}[data-theme=dark] .ScheduleModal_helperText__JzU_W{color:var(--text-secondary,#9ca3af)}.ScheduleModal_calendarPlaceholder__5SGms{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:var(--text-secondary,#6b7280)}[data-theme=dark] .ScheduleModal_calendarPlaceholder__5SGms{color:var(--text-secondary,#9ca3af)}.CalendarView_calendar__IMPE0{display:flex;flex-direction:column;gap:16px;padding:20px;background:var(--background-primary,#ffffff);border-radius:8px;height:100%}[data-theme=dark] .CalendarView_calendar__IMPE0{background:var(--background-primary,#1a1a1a)}.CalendarView_header__BWJJL{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border-color,#e5e7eb)}[data-theme=dark] .CalendarView_header__BWJJL{border-bottom-color:var(--border-color,#444)}.CalendarView_monthYear__ijvH5{font-size:18px;font-weight:600;color:var(--text-primary,#111827)}[data-theme=dark] .CalendarView_monthYear__ijvH5{color:var(--text-primary,#f9fafb)}.CalendarView_navButton__GImZC{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--background-secondary,#f9fafb);border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--text-primary,#111827)}.CalendarView_navButton__GImZC:hover:not(:disabled){background:var(--background-hover,#f3f4f6)}.CalendarView_navButton__GImZC:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .CalendarView_navButton__GImZC{background:var(--background-secondary,#2a2a2a);color:var(--text-primary,#f9fafb)}[data-theme=dark] .CalendarView_navButton__GImZC:hover:not(:disabled){background:var(--background-hover,#333)}.CalendarView_dayLabels__RLckV{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px;margin-bottom:8px}.CalendarView_dayLabel__BzHXg{text-align:center;font-size:12px;font-weight:600;color:var(--text-secondary,#6b7280);padding:8px 0}[data-theme=dark] .CalendarView_dayLabel__BzHXg{color:var(--text-secondary,#9ca3af)}.CalendarView_grid__YOhVb{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px;flex:1 1}.CalendarView_emptyDay__5rW4r{aspect-ratio:1}.CalendarView_day___BlaF{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-primary,#111827);cursor:pointer;transition:all .2s ease}.CalendarView_day___BlaF:hover:not(:disabled){background:var(--background-hover,#f3f4f6)}.CalendarView_day___BlaF:disabled{opacity:.5;cursor:not-allowed}.CalendarView_day___BlaF.CalendarView_today__0xRfw{border:2px solid var(--primary,#3b82f6);font-weight:600}.CalendarView_day___BlaF.CalendarView_selected__cQmr0{background:var(--primary,#3b82f6);color:white;font-weight:600}.CalendarView_day___BlaF.CalendarView_selected__cQmr0:hover{background:var(--primary-hover,#2563eb)}[data-theme=dark] .CalendarView_day___BlaF{color:var(--text-primary,#f9fafb)}[data-theme=dark] .CalendarView_day___BlaF:hover:not(:disabled){background:var(--background-hover,#333)}.CalendarView_footer__wrjOa{display:flex;justify-content:center;padding-top:12px;border-top:1px solid var(--border-color,#e5e7eb)}[data-theme=dark] .CalendarView_footer__wrjOa{border-top-color:var(--border-color,#444)}.CalendarView_todayButton__EoTpT{padding:8px 16px;background:var(--background-secondary,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:6px;font-size:14px;font-weight:500;color:var(--text-primary,#111827);cursor:pointer;transition:all .2s ease}.CalendarView_todayButton__EoTpT:hover:not(:disabled){background:var(--background-hover,#f3f4f6);border-color:var(--border-hover,#d1d5db)}.CalendarView_todayButton__EoTpT:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .CalendarView_todayButton__EoTpT{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444);color:var(--text-primary,#f9fafb)}[data-theme=dark] .CalendarView_todayButton__EoTpT:hover:not(:disabled){background:var(--background-hover,#333);border-color:var(--border-hover,#555)}.ExpandableSection_section__x9zHs{background:var(--background-secondary,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;overflow:hidden}[data-theme=dark] .ExpandableSection_section__x9zHs{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444)}.ExpandableSection_sectionHeader__5Wfge{width:100%;padding:12px 16px;background:none;border:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s}.ExpandableSection_sectionHeader__5Wfge:hover:not(:disabled){background:var(--background-hover,rgba(0,0,0,.02))}.ExpandableSection_sectionHeader__5Wfge:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .ExpandableSection_sectionHeader__5Wfge:hover:not(:disabled){background:var(--background-hover,rgba(255,255,255,.02))}.ExpandableSection_sectionTitle__l0RJt{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-primary,#111827)}[data-theme=dark] .ExpandableSection_sectionTitle__l0RJt{color:var(--text-primary,#f9fafb)}.ExpandableSection_icon__hTHvv{font-size:16px}.ExpandableSection_chevron__BgqXM{width:16px;height:16px;color:var(--text-secondary,#6b7280);transition:transform .2s}[data-theme=dark] .ExpandableSection_chevron__BgqXM{color:var(--text-secondary,#9ca3af)}.ExpandableSection_chevronExpanded__xQriW{transform:rotate(180deg)}.ExpandableSection_sectionContent__zA0xt{padding:0 16px 16px;border-top:1px solid var(--border-color,#e5e7eb)}[data-theme=dark] .ExpandableSection_sectionContent__zA0xt{border-top-color:var(--border-color,#333)}.PrivateNotesCard_card__HLMLB{background:var(--background-primary,#ffffff);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;padding:16px}[data-theme=dark] .PrivateNotesCard_card__HLMLB{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#444)}.PrivateNotesCard_cardHeader__7Jtu9{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.PrivateNotesCard_cardTitle__tOzN8{font-size:14px;font-weight:600;color:var(--text-primary,#111827);margin:0}[data-theme=dark] .PrivateNotesCard_cardTitle__tOzN8{color:var(--text-primary,#f9fafb)}.PrivateNotesCard_helperText__nutXP{font-size:12px;color:var(--text-tertiary,#9ca3af)}[data-theme=dark] .PrivateNotesCard_helperText__nutXP{color:var(--text-tertiary,#6b7280)}.PrivateNotesCard_textarea__CGSv3{width:100%;padding:10px 12px;border:1px solid var(--border-color,#d1d5db);border-radius:6px;font-size:14px;font-family:inherit;color:var(--text-primary,#111827);background:var(--background-primary,#ffffff);resize:vertical;min-height:80px;transition:border-color .2s}.PrivateNotesCard_textarea__CGSv3:focus{outline:none;border-color:var(--primary-color,#3b82f6)}.PrivateNotesCard_textarea__CGSv3::placeholder{color:var(--text-tertiary,#9ca3af)}[data-theme=dark] .PrivateNotesCard_textarea__CGSv3{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#444);color:var(--text-primary,#f9fafb)}.PrivateNotesCard_textarea__CGSv3:disabled{opacity:.6;cursor:not-allowed}.LineItemsSection_card__FkEep{background:var(--background-primary,#ffffff);border:1px solid var(--border-color,#e5e7eb);border-radius:8px;padding:20px;transition:all .3s ease}[data-theme=dark] .LineItemsSection_card__FkEep{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#444)}.LineItemsSection_collapsibleCard__B_F9d{position:relative;min-height:300px}.LineItemsSection_collapsibleCard__B_F9d .LineItemsSection_collapsedContent__l_CQE{display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease;padding-top:40px}.LineItemsSection_collapsibleCard__B_F9d .LineItemsSection_expandedContent___YhEC{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}.LineItemsSection_collapsibleCard__B_F9d:hover .LineItemsSection_collapsedContent__l_CQE{opacity:0;pointer-events:none}.LineItemsSection_collapsibleCard__B_F9d:hover .LineItemsSection_expandedContent___YhEC{opacity:1;max-height:2000px;overflow:visible}.LineItemsSection_numberPlaceholder__kppEi{font-size:4rem;font-weight:700;color:var(--primary-color,#3b82f6);opacity:.3;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-theme=dark] .LineItemsSection_numberPlaceholder__kppEi{color:var(--primary-color,#60a5fa)}.LineItemsSection_cardHeader__Vw_mC{display:flex;align-items:center;gap:8px;margin-bottom:20px}.LineItemsSection_headerIcon__IQ7nI{width:18px;height:18px;color:var(--text-secondary,#6b7280);flex-shrink:0}[data-theme=dark] .LineItemsSection_headerIcon__IQ7nI{color:var(--text-secondary,#9ca3af)}.LineItemsSection_cardTitle__Nozzl{font-size:16px;font-weight:600;color:var(--text-primary,#111827);margin:0}[data-theme=dark] .LineItemsSection_cardTitle__Nozzl{color:var(--text-primary,#f9fafb)}.LineItemsSection_section__TrWAM{margin-bottom:24px}.LineItemsSection_sectionTitle__Smw5I{font-size:13px;font-weight:600;color:var(--text-secondary,#6b7280);margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .LineItemsSection_sectionTitle__Smw5I{color:var(--text-secondary,#9ca3af)}.LineItemsSection_emptySection__1If3Z{padding:16px;text-align:center;background:var(--background-secondary,#f9fafb);border-radius:6px;margin-bottom:12px}[data-theme=dark] .LineItemsSection_emptySection__1If3Z{background:var(--background-secondary,#2a2a2a)}.LineItemsSection_emptyText__zpG_O{font-size:13px;color:var(--text-secondary,#6b7280);margin:0}[data-theme=dark] .LineItemsSection_emptyText__zpG_O{color:var(--text-secondary,#9ca3af)}.LineItemsSection_addItemButton__Et2zJ{width:100%;padding:10px 16px;border:1px solid var(--border-color,#d1d5db);background:var(--background-primary,#ffffff);color:var(--primary-color,#3b82f6);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.LineItemsSection_addItemButton__Et2zJ:hover:not(:disabled){background:var(--background-hover,#f9fafb);border-color:var(--primary-color,#3b82f6)}.LineItemsSection_addItemButton__Et2zJ:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .LineItemsSection_addItemButton__Et2zJ{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444)}[data-theme=dark] .LineItemsSection_addItemButton__Et2zJ:hover:not(:disabled){background:var(--background-hover,#333)}.LineItemsSection_plusIcon__jucAR{width:16px;height:16px}.LineItemsSection_itemsList__nlaN1{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.LineItemsSection_item__ndirp{padding:12px;background:var(--background-secondary,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:6px}[data-theme=dark] .LineItemsSection_item__ndirp{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444)}.LineItemsSection_itemRow__bbREc{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px}.LineItemsSection_dragHandle__bk8G2{display:flex;align-items:center;justify-content:center;width:24px;padding-top:8px;cursor:-webkit-grab;cursor:grab}.LineItemsSection_dragIcon__pVBM9{width:16px;height:16px;color:var(--text-tertiary,#9ca3af)}[data-theme=dark] .LineItemsSection_dragIcon__pVBM9{color:var(--text-tertiary,#6b7280)}.LineItemsSection_itemFields__3VXCn{flex:1 1;display:flex;flex-direction:column;gap:8px}.LineItemsSection_itemNameInput__zs3i4{width:100%;padding:8px 10px;border:1px solid var(--border-color,#d1d5db);border-radius:4px;font-size:14px;font-weight:500;color:var(--text-primary,#111827);background:var(--background-primary,#ffffff)}.LineItemsSection_itemNameInput__zs3i4:focus{outline:none;border-color:var(--primary-color,#3b82f6)}[data-theme=dark] .LineItemsSection_itemNameInput__zs3i4{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#555);color:var(--text-primary,#f9fafb)}.LineItemsSection_itemMetrics__9ubHW{display:flex;align-items:center;gap:12px}.LineItemsSection_metricGroup__X972v{display:flex;flex-direction:column;gap:4px}.LineItemsSection_metricLabel__u7BVB{font-size:11px;font-weight:500;color:var(--text-secondary,#6b7280);text-transform:uppercase;letter-spacing:.3px}[data-theme=dark] .LineItemsSection_metricLabel__u7BVB{color:var(--text-secondary,#9ca3af)}.LineItemsSection_metricInput__x_86_{width:80px;padding:6px 8px;border:1px solid var(--border-color,#d1d5db);border-radius:4px;font-size:13px;color:var(--text-primary,#111827);background:var(--background-primary,#ffffff)}.LineItemsSection_metricInput__x_86_:focus{outline:none;border-color:var(--primary-color,#3b82f6)}[data-theme=dark] .LineItemsSection_metricInput__x_86_{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#555);color:var(--text-primary,#f9fafb)}.LineItemsSection_metricDisplay__tMMTT{display:flex;align-items:flex-end;padding-bottom:6px}.LineItemsSection_removeButton__MTKHU{width:32px;height:32px;padding:0;border:none;background:none;color:var(--text-secondary,#6b7280);cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.LineItemsSection_removeButton__MTKHU:hover:not(:disabled){background:var(--background-hover,#fee2e2);color:#dc2626}.LineItemsSection_removeButton__MTKHU:disabled{opacity:.5;cursor:not-allowed}.LineItemsSection_removeIcon__j_b3q{width:16px;height:16px}.LineItemsSection_itemDescription__LJGNZ{display:flex;align-items:flex-end;gap:12px;padding-left:36px}.LineItemsSection_descriptionInput__3USZE{flex:1 1;padding:6px 8px;border:1px solid var(--border-color,#d1d5db);border-radius:4px;font-size:13px;color:var(--text-secondary,#6b7280);background:var(--background-primary,#ffffff)}.LineItemsSection_descriptionInput__3USZE:focus{outline:none;border-color:var(--primary-color,#3b82f6)}.LineItemsSection_descriptionInput__3USZE::placeholder{color:var(--text-tertiary,#9ca3af)}[data-theme=dark] .LineItemsSection_descriptionInput__3USZE{background:var(--background-primary,#1a1a1a);border-color:var(--border-color,#555);color:var(--text-secondary,#9ca3af)}.LineItemsSection_totalsSection__nQc1m{padding:16px 0;border-top:1px solid var(--border-color,#e5e7eb);margin-top:16px;display:flex;flex-direction:column;gap:8px}[data-theme=dark] .LineItemsSection_totalsSection__nQc1m{border-top-color:var(--border-color,#444)}.LineItemsSection_totalRow__lSweO{display:flex;align-items:center;justify-content:space-between}.LineItemsSection_totalLabel__jr9A4{font-size:14px;font-weight:500;color:var(--text-secondary,#6b7280)}[data-theme=dark] .LineItemsSection_totalLabel__jr9A4{color:var(--text-secondary,#9ca3af)}.LineItemsSection_totalValue__oWjzg{font-size:14px;font-weight:500;color:var(--text-primary,#111827)}[data-theme=dark] .LineItemsSection_totalValue__oWjzg{color:var(--text-primary,#f9fafb)}.LineItemsSection_totalAmount__awve1{font-size:16px;font-weight:700;color:var(--text-primary,#111827)}[data-theme=dark] .LineItemsSection_totalAmount__awve1{color:var(--text-primary,#f9fafb)}.LineItemsSection_messageButton__pCUp2{width:100%;padding:10px 16px;border:1px solid var(--border-color,#d1d5db);background:var(--background-primary,#ffffff);color:var(--text-secondary,#6b7280);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;margin-top:12px}.LineItemsSection_messageButton__pCUp2:hover:not(:disabled){background:var(--background-hover,#f9fafb);border-color:var(--border-color,#9ca3af)}.LineItemsSection_messageButton__pCUp2:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .LineItemsSection_messageButton__pCUp2{background:var(--background-secondary,#2a2a2a);border-color:var(--border-color,#444);color:var(--text-secondary,#9ca3af)}[data-theme=dark] .LineItemsSection_messageButton__pCUp2:hover:not(:disabled){background:var(--background-hover,#333)}.MapPreviewCard_card__mLEPr{position:relative;background:#f3f4f6;border-radius:8px;overflow:hidden;height:200px;margin-top:12px;border:1px solid var(--border-color,#e5e7eb)}.MapPreviewCard_mapMessage__Ero2e{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);text-align:center;padding:1rem}.MapPreviewCard_addressOverlay__Q8YO9{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);padding:12px 16px;color:white;pointer-events:none}.MapPreviewCard_addressText__jev7c{margin:0;font-size:13px;font-weight:500;line-height:1.4;color:white}[data-theme=dark] .MapPreviewCard_card__mLEPr{background:#1f2937;border-color:#374151}[data-theme=dark] .MapPreviewCard_mapMessage__Ero2e{background:linear-gradient(135deg,#1f2937,#111827);color:#9ca3af}