@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.order-status-tracker-wrapper{padding:6px 0;overflow-x:auto;scrollbar-width:none;background:var(--ccore-bg-app);width:100%;box-sizing:border-box}.order-status-tracker-wrapper::-webkit-scrollbar{display:none}.order-status-tracker{display:flex;justify-content:flex-start;gap:8px;width:max-content;min-width:100%}.order-status-tracker-step{display:flex;flex-direction:column;align-items:center;position:relative;min-width:92px;flex:1 0 92px}.order-status-tracker-step:last-child{flex:1 0 92px}.order-status-tracker-rail{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:2px;position:relative}.order-status-tracker-dot{width:24px;height:24px;border-radius:50%;background:var(--ccore-bg-app);border:2px solid var(--ccore-border);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--ccore-text-muted);z-index:2;transition:all .3s ease;box-shadow:var(--ccore-shadow-card)}.order-status-tracker-dot-core{width:10px;height:10px;border-radius:50%;background:var(--tracker-current-color, var(--ccore-accent-brand))}.order-status-tracker-line{position:absolute;top:50%;left:calc(50% + 20px);width:calc(100% - 40px);height:3px;transform:translateY(-50%);background:var(--ccore-border);z-index:1;transition:all .3s ease;border-radius:2px}.order-status-tracker-step.is-completed .order-status-tracker-dot{background:var(--ccore-accent-brand);border-color:var(--ccore-accent-brand);color:var(--ccore-text-invert);box-shadow:0 0 10px color-mix(in srgb,var(--ccore-accent-brand) 40%,transparent)}.order-status-tracker-step.is-completed .order-status-tracker-line,.order-status-tracker-line.is-active{background:var(--ccore-accent-brand)}.order-status-tracker-step.is-current .order-status-tracker-dot{border-color:var(--tracker-current-color, var(--ccore-accent-brand));background:color-mix(in srgb,var(--tracker-current-color, var(--ccore-accent-brand)) 14%,var(--ccore-bg-app));box-shadow:0 0 0 4px color-mix(in srgb,var(--tracker-current-color, var(--ccore-accent-brand)) 16%,transparent)}.order-status-tracker-step.is-current .order-status-tracker-label{color:var(--tracker-current-color, var(--ccore-text-dark))}.order-status-tracker-step.is-upcoming .order-status-tracker-label{color:var(--ccore-text-muted)}.order-status-tracker-content{display:flex;font-family:var(--ccore-font-family);flex-direction:column;align-items:center;padding:0 4px}.order-status-tracker-step:last-child .order-status-tracker-content{padding:0 4px}.order-status-tracker-label{font-size:12px;font-weight:600;color:var(--ccore-text-dark);margin-bottom:2px;line-height:1.2;text-align:center;width:100%;max-width:132px;white-space:normal}.order-status-tracker-date{display:none;font-size:11px;color:var(--ccore-text-muted);text-align:center;width:max-content}.order-status-tracker-step:hover .order-status-tracker-dot{transform:scale(1.1)}.extensiondata-container{font-size:var(--ccore-font-size-base);color:var(--ccore-text-dark)}.extensiondata-section{border:1px solid var(--ccore-border);border-radius:6px;margin-bottom:16px;overflow:hidden}.extensiondata-section-header{background:var(--ccore-bg-app);border-bottom:1px solid var(--ccore-border);padding:10px 14px;font-weight:600}.extensiondata-section-body{padding:1px}.extensiondata-po-grid{display:grid;grid-template-columns:1.2fr .8fr .6fr;gap:8px;padding:8px 10px}.extensiondata-po-header{font-size:12px;color:var(--ccore-text-muted);font-weight:600}.extensiondata-po-row{display:contents}.extensiondata-row-divider{grid-column:1 / -1;height:1px;background:var(--ccore-border);margin:6px 0}.extensiondata-items-grid{display:grid;grid-template-columns:2fr 1fr 1fr .6fr .5fr .5fr .7fr;gap:8px}.extensiondata-items-header{font-size:12px;color:var(--ccore-text-muted);font-weight:600;padding:6px 0}.extensiondata-item-description{font-weight:500}.extensiondata-config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:8px 10px}.extensiondata-config-item{display:flex;flex-direction:column}.extensiondata-config-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.extensiondata-config-question{font-size:12px;color:var(--ccore-text-muted)}.extensiondata-config-answer{font-weight:500}.extensiondata-empty{color:var(--ccore-text-muted);padding:8px 0}:root{--ccore-font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;--ccore-font-size-base: 13px;--ccore-line-height: 1.5;--ccore-font-weight: 400;--ccore-brand-green: #7dad46;--ccore-blue-dark: #1c2f50;--ccore-blue-mid: #1b3360;--ccore-blue-light: #2859c4;--ccore-icon-yellow: #f9de8b;--ccore-text-dark: #1b1a19;--ccore-text-invert: #ffffff;--ccore-text-muted: #6b7280;--ccore-bg-app: #ffffff;--ccore-bg-panel: #f3f2f1;--ccore-bg-dark: var(--ccore-blue-dark);--ccore-border: #d1d1d1;--ccore-status-default-bg: #ffffff;--ccore-status-default-border: #9ca3af;--ccore-status-default-text: #000000;--ccore-accent: var(--ccore-blue-dark);--ccore-accent-hover: var(--ccore-blue-mid);--ccore-accent-active: var(--ccore-blue-light);--ccore-accent-brand: var(--ccore-brand-green);--ccore-info-bg: #f4f6fb;--ccore-info-border: #d7dce8;--ccore-info-accent: #2c6df2;--ccore-topbar-height: 48px;--ccore-featurebar-height: 36px;--ccore-programs-width: 52px;--ccore-z-topbar: 100;font-family:var(--ccore-font-family);line-height:var(--ccore-line-height);font-weight:var(--ccore-font-weight);color-scheme:light;background-color:var(--ccore-bg-app);--cilioalerts-success-bg: var(--ccore-brand-green);--cilioalerts-warning-bg: #f9de8b;--cilioalerts-error-bg: #b91c1c;--cilioalerts-text-dark: var(--ccore-text-dark);--cilioalerts-text-invert: var(--ccore-text-invert);--cilioalerts-shadow: 0 6px 18px rgba(0, 0, 0, .18);--cilioalerts-radius: 8px;--ccore-bg-soft: #f8f9fb;--ccore-bg-code: #f4f5f7;--ccore-bg-code-lines: #eef0f3;--ccore-shadow-soft: 0 8px 20px rgba(0,0,0,.08);--ccore-accent-focus: rgba(40, 89, 196, .15);--ccore-text-placeholder: #98a2b3;--ccore-priority-bg: #ffe9e9;--ccore-priority-text: #c62828;--ccore-priority-border: #f5c2c2;--ccore-bg-subtle: #f3f4f6;--ccore-bg-hover: #eef0f3;--ccore-danger: #dc2626;--ccore-danger-text: #b91c1c;--ccore-danger-bg: #fee2e2;--ccore-danger-border: #fecaca;--ccore-success: #22c55e;--ccore-success-text: #15803d;--ccore-success-bg: #d9fbe8;--ccore-success-border: #86efac;--ccore-warning: #f59e0b;--ccore-warning-text: #b45309;--ccore-warning-bg: #fef3c7;--ccore-warning-border: #fdba74;--ccore-info-text: #2563eb;--ccore-info-bg-strong: #dfe8ff;--ccore-info-border-strong: #93c5fd;--ccore-violet: #7c3aed;--ccore-violet-text: #6d28d9;--ccore-violet-bg: #f3e8ff;--ccore-violet-border: #d8b4fe;--ccore-amber: #f59e0b;--ccore-amber-text: #d97706;--ccore-amber-bg: #ffedd5;--ccore-amber-border: #fdba74;--ccore-brand-green-soft: color-mix(in srgb, var(--ccore-brand-green) 12%, transparent);--ccore-brand-green-bg: color-mix(in srgb, var(--ccore-brand-green) 8%, transparent);--ccore-brand-green-border: color-mix(in srgb, var(--ccore-brand-green) 28%, transparent);--ccore-blue-light-bg: color-mix(in srgb, var(--ccore-blue-light) 6%, transparent);--ccore-blue-light-border: color-mix(in srgb, var(--ccore-blue-light) 18%, transparent);--ccore-border-subtle: #edf1f5;--ccore-text-invert-muted: rgba(255, 255, 255, .7);--ccore-text-disabled: #cfd6de;--ccore-selected-bg: #eef4ff;--ccore-selected-accent: var(--ccore-blue-light);--ccore-overlay-hover: rgba(15, 23, 42, .05);--ccore-overlay-panel-bg: rgba(255, 255, 255, .98);--ccore-search-bg: #334155;--ccore-search-text: #f8fafc;--ccore-search-border: #475569;--ccore-search-border-focus: #64748b;--ccore-cta-grad-start: #19b966;--ccore-cta-grad-end: #129951;--ccore-shadow-card: 0 2px 8px rgba(0, 0, 0, .06);--ccore-shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .08);--ccore-shadow-menu: 0 8px 24px rgba(0, 0, 0, .15);--ccore-shadow-panel: 0 18px 40px rgba(0, 0, 0, .06);--ccore-shadow-trigger: 0 3px 8px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .08);--ccore-shadow-badge: 0 2px 4px rgba(0, 0, 0, .15);--ccore-shadow-pin: 0 2px 4px rgba(0, 0, 0, .4);--ccore-shadow-overlay: 0 24px 48px rgba(15, 23, 42, .18);--ccore-shadow-cta: 0 12px 24px rgba(20, 146, 79, .18);--ccore-shadow-accent: 0 8px 18px color-mix(in srgb, var(--ccore-blue-light) 8%, transparent);--ccore-shadow-accent-hover: 0 10px 22px color-mix(in srgb, var(--ccore-blue-light) 10%, transparent);--ccore-chart-gridline: rgba(0, 0, 0, .07);--ccore-chart-violet-from: #a855f7;--ccore-chart-violet-to: #7c3aed;--ccore-chart-blue-from: #60a5fa;--ccore-chart-blue-to: #2563eb;--ccore-chart-green-from: #34d399;--ccore-chart-green-to: #10b981;--ccore-chart-gold-from: #fde68a;--ccore-chart-gold-to: #fbbf24;--ccore-chart-rose-from: #fb7185;--ccore-chart-rose-to: #e11d48;--ccore-chart-teal-from: #2dd4bf;--ccore-chart-teal-to: #0f766e;--ccore-chart-indigo-from: #818cf8;--ccore-chart-indigo-to: #4338ca;--ccore-chart-slate-from: #94a3b8;--ccore-chart-slate-to: #475569;--ccore-icon-size-btn: 18px;--ccore-badge-size: 18px}body.ccore-dark{color-scheme:dark;--ccore-text-dark: #e5e7eb;--ccore-text-muted: #9ca3af;--ccore-bg-app: #0f172a;--ccore-bg-panel: #1e293b;--ccore-border: #374151;--ccore-blue-dark: #020617;--ccore-blue-mid: #1e293b;--ccore-blue-light: #3b82f6;--ccore-info-bg: #1e293b;--ccore-info-border: #334155;--ccore-status-default-bg: #334155;--ccore-status-default-border: #475569;--ccore-status-default-text: #e5e7eb;--ccore-bg-subtle: #1e293b;--ccore-bg-hover: rgba(255, 255, 255, .06);--ccore-danger: #f87171;--ccore-danger-text: #fca5a5;--ccore-danger-bg: #3f1d1d;--ccore-danger-border: #7f1d1d;--ccore-success: #4ade80;--ccore-success-text: #86efac;--ccore-success-bg: #14321f;--ccore-success-border: #166534;--ccore-warning: #fbbf24;--ccore-warning-text: #fcd34d;--ccore-warning-bg: #3a2c0a;--ccore-warning-border: #92400e;--ccore-info-text: #60a5fa;--ccore-info-bg-strong: #1e293b;--ccore-info-border-strong: #334155;--ccore-violet: #a78bfa;--ccore-violet-text: #c4b5fd;--ccore-violet-bg: #2e1065;--ccore-violet-border: #5b21b6;--ccore-amber: #fbbf24;--ccore-amber-text: #fcd34d;--ccore-amber-bg: #3a2c0a;--ccore-amber-border: #92400e;--ccore-border-subtle: #334155;--ccore-text-disabled: #475569;--ccore-selected-bg: #1e293b;--ccore-overlay-hover: rgba(255, 255, 255, .06);--ccore-overlay-panel-bg: rgba(15, 23, 42, .98);--ccore-shadow-card: 0 2px 8px rgba(0, 0, 0, .4);--ccore-shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .5);--ccore-shadow-menu: 0 8px 24px rgba(0, 0, 0, .6);--ccore-shadow-panel: 0 18px 40px rgba(0, 0, 0, .5);--ccore-chart-gridline: rgba(255, 255, 255, .08)}html,body{overscroll-behavior:none;overflow:hidden}a,button{color:var(--ccore-text-dark)}a svg,button svg{color:currentColor}.ccore-backend-status-pill{--status-color: #888;display:inline-flex;align-items:center;padding:4px 12px;border-radius:10px;letter-spacing:.2px;border:1px solid var(--status-color);background-color:color-mix(in srgb,var(--status-color) 15%,white);color:var(--ccore-text-dark);white-space:nowrap}body.ccore-dark .ccore-backend-status-pill{color:var(--ccore-blue-dark)}.fieldtech-homepage-badge:not(.ccore-backend-status-pill){background-color:var(--ccore-status-default-bg);border-color:var(--ccore-status-default-border);color:var(--ccore-status-default-text)}.ccore-ordertree-panel{scrollbar-width:none;-ms-overflow-style:none}.ccore-ordertree-panel::-webkit-scrollbar{display:none}.ccore-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:var(--ccore-font-size-base);font-family:var(--ccore-font-family);padding:6px 28px 6px 10px;border-radius:6px;border:1px solid var(--ccore-border);color:var(--ccore-text-dark);-webkit-text-fill-color:var(--ccore-text-dark);line-height:1.4;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--ccore-text-muted) 50%),linear-gradient(135deg,var(--ccore-text-muted) 50%,transparent 50%);background-position:calc(100% - 16px) 55%,calc(100% - 10px) 55%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;transition:border-color .16s ease,box-shadow .16s ease}.ccore-select:hover{border-color:var(--ccore-accent-hover)}.ccore-select:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px #2859c42e}.ccore-select:disabled{background:var(--ccore-bg-panel);color:var(--ccore-text-muted);cursor:not-allowed}.ccore-select-group{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ccore-text-muted)}.ccore-select-group label{white-space:nowrap}.ccore-btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-dark);font-size:12px;font-family:var(--ccore-font-family);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.ccore-btn svg{opacity:.75;transition:opacity .12s ease,color .12s ease}.ccore-btn:hover svg{opacity:1;color:var(--ccore-accent)}.ccore-btn--primary:hover svg,.ccore-btn--danger:hover svg{color:inherit}.ccore-btn--icon{padding:4px 6px;gap:0}.ccore-btn:hover{background:var(--ccore-bg-soft)}.ccore-btn:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px var(--ccore-accent-focus)}.ccore-btn:active{background:var(--ccore-bg-panel)}.ccore-btn:disabled{opacity:.6;cursor:not-allowed}.ccore-btn--primary{background:var(--ccore-accent);border-color:var(--ccore-accent);color:var(--ccore-text-invert)}.ccore-btn--primary:hover{background:var(--ccore-accent-hover);border-color:var(--ccore-accent-hover)}.ccore-btn.is-active{background:var(--ccore-accent);color:var(--ccore-text-invert);border-color:var(--ccore-accent)}.ccore-btn--primary:active{background:color-mix(in srgb,var(--ccore-accent) 85%,black)}.ccore-btn--subtle{background:transparent;border-color:transparent;color:var(--ccore-text-muted)}.ccore-btn--subtle:hover{background:var(--ccore-bg-soft);color:var(--ccore-text-dark)}.ccore-btn--danger{background:var(--ccore-priority-bg);border-color:var(--ccore-priority-border);color:var(--ccore-priority-text)}.ccore-btn--danger:hover{background:color-mix(in srgb,var(--ccore-priority-bg) 85%,black)}.ccore-btn-group{display:inline-flex;gap:6px;align-items:center}.ccore-unbutton{appearance:none;-webkit-appearance:none;background:none;border:0;margin:0;padding:0;font:inherit;color:inherit;text-align:inherit;cursor:pointer}.ccore-unbutton:focus-visible{outline:2px solid var(--ccore-accent-active);outline-offset:2px}.ccore-clickable-surface{position:relative}.ccore-stretched-link{color:inherit;text-decoration:none}.ccore-stretched-link:after{content:"";position:absolute;inset:0;z-index:0}.ccore-stretched-link:focus-visible{outline:2px solid var(--ccore-accent-active);outline-offset:2px}.ccore-raise{position:relative;z-index:1}.ccore-access-gate{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#f0f4fad9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999}.ccore-access-gate-card{background:#fff;padding:48px 56px;border-radius:8px;box-shadow:0 20px 40px #00000026;text-align:center;max-width:420px}.ccore-access-gate-card h2{margin-bottom:10px}.ccore-access-gate-card p{margin:8px 0;font-size:15px}.ccore-access-gate-actions{margin-top:22px;display:flex;gap:14px;justify-content:center}.ccore-access-exit{padding:10px 18px;border:none;background:#d9534f;color:#fff;border-radius:6px;cursor:pointer}.ccore-access-exit:hover{background:#c9302c}.ccore-access-legacy{padding:10px 18px;border-radius:6px;border:1px solid #ccc;text-decoration:none;color:#333;background:#f7f7f7}.ccore-access-legacy:hover{background:#ececec}*{scrollbar-width:none}*{-ms-overflow-style:none}*::-webkit-scrollbar{width:0px;height:0px}html,body,#root{height:100%;width:100%;margin:0}.ccore-app{height:100vh;display:grid;grid-template-rows:var(--ccore-topbar-height) 1fr;background:var(--ccore-bg-app)}.ccore-program-icon-circle.is-disabled,.ccore-program-item.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:auto}.ccore-program-icon-circle.is-disabled:hover,.ccore-program-item.is-disabled:hover{background:transparent;transform:none}.ccore-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 12px;background:var(--ccore-blue-dark);color:var(--ccore-text-invert)}.ccore-topbar-left{display:flex;align-items:center}.ccore-topbar-logo{height:28px;max-width:160px;object-fit:contain}.ccore-logo-slot{width:180px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--ccore-bg-panel);border-radius:4px;transition:width .2s ease,border-radius .2s ease}.ccore-logo-slot.is-collapsed{width:36px;justify-content:center;border-radius:8px;background:var(--ccore-bg-app);margin-left:-16px;overflow:hidden}.ccore-logo-img{max-width:100%;max-height:100%;object-fit:contain;padding:4px}.ccore-logo-letter{font-family:Arimo,sans-serif;font-weight:800;font-size:22px;color:var(--ccore-brand-green)}.ccore-topbar-center{display:flex;justify-content:center;min-width:0}.ccore-topbar-right{grid-column:3;display:flex;justify-content:flex-end;align-items:center;gap:24px}.ccore-topbar-icon{background:none;border:none;color:var(--ccore-text-invert);cursor:pointer;font-size:16px;padding:6px;border-radius:4px}.ccore-topbar-icon:hover{background:#ffffff26}body.ccore-search-open .ccore-grid{position:relative}body.ccore-search-open .ccore-grid:after{content:"";position:absolute;inset:0;background:#00000038;pointer-events:none;z-index:5}.ccore-profile-image-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.ccore-profile-image-wrapper.ccore-offline:after{content:"";position:absolute;top:0;right:0;width:8px;height:8px;background:var(--ccore-icon-yellow);border-radius:50%;border:1px solid var(--ccore-blue-dark)}.ccore-profile-image-wrapper.ccore-syncing:after{content:"";position:absolute;top:0;right:0;width:8px;height:8px;background:var(--ccore-blue-light);border-radius:50%;border:1px solid var(--ccore-blue-dark);animation:ccore-pulse 1.6s ease-in-out infinite}.ccore-profile-image-wrapper.ccore-online:after{content:"";position:absolute;top:0;right:0;width:8px;height:8px;background:var(--ccore-brand-green);border-radius:50%;border:1px solid var(--ccore-blue-dark)}.ccore-profile-button{padding:0}.ccore-profile-button--detailed{display:inline-flex;align-items:center;gap:12px;padding:6px 8px}.ccore-profile-image{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.ccore-profile-summary{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.ccore-profile-summary-name{font-size:13px;font-weight:700;color:var(--ccore-text-invert);white-space:nowrap}.ccore-profile-summary-role{font-size:12px;color:var(--ccore-text-invert-muted);white-space:nowrap}.ccore-profile-summary-chevron{font-size:12px;color:var(--ccore-text-invert-muted)}.ccore-avatar-image{width:48px;height:48px;border-radius:50%;object-fit:cover}.ccore-profile-panel{position:fixed;top:var(--ccore-topbar-height);right:8px;width:320px;max-height:calc(100vh - var(--ccore-topbar-height) - 8px);background:var(--ccore-bg-dark);color:var(--ccore-text-invert);border-radius:6px;box-shadow:0 8px 24px #00000059;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;z-index:calc(var(--ccore-z-topbar) + 10)}.ccore-profile-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.ccore-profile-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid rgba(255,255,255,.15)}.ccore-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:var(--ccore-accent-hover)}.ccore-profile-name{font-weight:600}.ccore-profile-role{font-size:12px;color:var(--ccore-text-muted)}.ccore-profile-actions{display:flex;flex-direction:column}.ccore-profile-actions button{background:none;border:none;color:var(--ccore-text-invert);text-align:left;padding:12px 16px;cursor:pointer}.ccore-profile-actions button:hover{background:var(--ccore-accent-hover)}.ccore-profile-actions button:disabled{opacity:.45;cursor:default}.ccore-profile-footer{padding:8px 16px;border-top:1px solid rgba(255,255,255,.15)}.ccore-profile-footer .danger{all:unset;display:block;width:100%;padding:10px 0;font-size:13px;font-weight:500;color:var(--ccore-danger);cursor:pointer}.ccore-profile-footer .danger:hover{text-decoration:underline}.ccore-profile-open{background:var(--ccore-accent-hover)}.ccore-status-indicator:hover,.ccore-status-indicator:focus{background:transparent}.ccore-status-indicator:before{display:none}.ccore-alerts-button:disabled{opacity:.55;cursor:not-allowed;pointer-events:auto}.ccore-alerts-button:disabled:hover{background:transparent}.ccore-alerts-badge{position:absolute;width:8px;height:8px;background:var(--cilioalerts-error-bg);box-shadow:0 0 0 2px var(--ccore-blue-dark);top:-4px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ccore-danger);color:var(--ccore-text-invert);font-size:9px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 4px 8px color-mix(in srgb,var(--ccore-danger) 28%,transparent)}.ccore-alerts-more{padding:10px 16px;font-size:12px;color:var(--ccore-text-muted);text-align:center}.ccore-alerts-back-label{font-weight:600}.ccore-calendar-day-selected{background:var(--ccore-primary);color:var(--ccore-text-invert);border-radius:50%}.ccore-calendar-week-selected{background:#5680e926}.ccore-rightpanel-calendar-context{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-bottom:1px solid var(--border-subtle)}.ccore-rightpanel-viewmodes{display:flex;gap:8px}.ccore-rightpanel-viewmodes button{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px}.ccore-viewmode-label{opacity:.75}.ccore-rightpanel-rangelabel{font-size:12px;opacity:.85;padding-left:10px}@keyframes ccore-pulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.6);opacity:.2}to{transform:scale(1);opacity:.6}}.ccore-alerts-panel{position:fixed;top:var(--ccore-topbar-height);right:8px;width:360px;max-height:calc(100vh - var(--ccore-topbar-height) - 8px);background:var(--ccore-bg-dark);color:var(--ccore-text-invert);border-radius:6px;box-shadow:0 8px 24px #00000059;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;z-index:calc(var(--ccore-z-topbar) + 10)}.ccore-alerts-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.ccore-alerts-header{padding:14px 16px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.15)}.ccore-alerts-list{max-height:420px;overflow-y:auto}.ccore-alert-row{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer}.ccore-alert-row:hover{background:var(--ccore-accent-hover)}.ccore-alert-source{font-size:12px;font-weight:600}.ccore-alert-text{margin-top:4px;font-size:12px;color:var(--ccore-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccore-alerts-back{all:unset;display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:600;color:var(--ccore-text-invert)}.ccore-alert-source-row{width:100%;display:flex;justify-content:space-between;align-items:center}.ccore-alert-count{min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;line-height:20px;text-align:center;background:var(--ccore-accent-brand);color:var(--ccore-text-invert);border-radius:10px}.ccore-grid{display:grid;grid-template-rows:var(--ccore-featurebar-height) 1fr;height:calc(100vh - var(--ccore-topbar-height));transition:grid-template-columns .45s cubic-bezier(.4,0,.2,1),opacity .18s ease}.ccore-grid.is-dragging{transition:none;-webkit-user-select:none;user-select:none}.ccore-feature-toggle svg{transition:transform .3s ease,opacity .2s ease}.ccore-feature-toggle.is-collapsed svg{transform:rotate(90deg);opacity:.85}.ccore-grid-span-rows{grid-row:1 / span 2}.ccore-grid-span-cols{grid-column:2 / -1}.ccore-featurebar{display:flex;align-items:center;gap:8px;padding:0 10px;background:var(--ccore-bg-panel);border-bottom:1px solid var(--ccore-border);font-size:var(--ccore-font-size-base);color:var(--ccore-text-dark)}.ccore-feature-action.is-active{background:var(--ccore-accent);color:var(--ccore-text-invert)}.ccore-feature-action.is-active svg{color:var(--ccore-text-invert)}.ccore-feature-action svg{width:18px;height:18px;flex-shrink:0}.ccore-scheduling-nav-label{margin:0 12px;font-weight:600;font-size:14px;color:var(--ccore-text-dark);white-space:nowrap}.ccore-scheduling-day-header{font-weight:600;font-size:14px;color:var(--ccore-text-dark);white-space:nowrap}.ccore-feature-toggle{background:none;border:none;cursor:pointer;font-size:16px;color:var(--ccore-blue-dark)}.ccore-feature-toggle:hover{background:#2859c41f;border-radius:4px}.ccore-featurebar-spacer{flex:1}.ccore-pdf-pencil-toolbar{display:flex;align-items:center;gap:8px;padding-left:4px;margin-right:6px}.ccore-pdf-color-picker{width:42px;height:32px;padding:0;border:1px solid var(--ccore-border);border-radius:6px;background:transparent;cursor:pointer}.ccore-pdf-width-stepper{display:flex;align-items:center;gap:4px}.ccore-pdf-stepper-button{width:28px;height:28px;border:1px solid var(--ccore-border);border-radius:6px;background:var(--ccore-bg-panel);color:var(--ccore-text-dark);font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.ccore-pdf-stepper-button:hover{background:var(--ccore-accent);color:var(--ccore-text-invert);border-color:var(--ccore-accent)}.ccore-pdf-width-value{min-width:32px;text-align:center;font-size:13px;font-weight:600;color:var(--ccore-text-dark)}.ccore-programs{background:var(--ccore-blue-dark);color:var(--ccore-text-invert);display:flex;flex-direction:column;align-items:center;padding-top:10px;gap:14px}.ccore-programs-top{display:flex;flex-direction:column;align-items:center;gap:14px}.ccore-programs-bottom{margin-top:auto;padding-bottom:12px}.ccore-program-divider{width:24px;height:1px;background:#ffffff40;margin:8px 0}.ccore-program-toggle{background:none;border:none;color:var(--ccore-text-invert);cursor:pointer;font-size:16px;padding:4px;border-radius:4px}.ccore-program-toggle:hover{background:#ffffff26}.ccore-program-toggle:active{background:#ffffff40}.ccore-program-item,.ccore-program-icon-circle{text-decoration:none}.ccore-program-icon-circle{width:36px;height:36px;position:relative;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--ccore-text-invert);cursor:pointer;transition:background .16s ease,color .16s ease,transform .12s ease}.ccore-program-icon-circle:hover:not(.is-active){background:var(--ccore-blue-light)}.ccore-program-icon-circle.is-active{background:var(--ccore-bg-app);color:var(--ccore-blue-dark)}.ccore-program-icon-circle:hover:not(.is-active){transform:scale(1.05)}.ccore-fieldtech-programs{display:flex;flex-direction:column;background:var(--ccore-blue-dark);color:var(--ccore-text-invert)}.ccore-grid.has-featurebar .ccore-fieldtech-programs{grid-row:2}.ccore-fieldtech-programs .ccore-program-toggle{align-self:flex-end;margin:8px 10px 4px;background:none;border:none;color:var(--ccore-text-invert);font-size:16px;cursor:pointer}.ccore-fieldtech-programs .ccore-programs{background:transparent;align-items:stretch;padding-top:0;width:100%}.ccore-fieldtech-programs.is-expanded{padding-left:12px}.ccore-fieldtech-programs .ccore-program-header{font-size:11px;font-weight:600;color:var(--ccore-text-muted);padding:0 20px;margin-bottom:8px;letter-spacing:.05em;text-transform:uppercase}.ccore-fieldtech-programs.is-collapsed .ccore-program-header{display:none}.ccore-fieldtech-programs .ccore-program-item{display:flex;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:10px 20px;border-radius:6px;cursor:pointer;color:var(--ccore-text-invert);transition:background .16s ease;justify-content:flex-start}.ccore-fieldtech-programs .ccore-program-item svg{width:18px;min-width:18px}.ccore-fieldtech-programs .ccore-program-item:hover:not(.is-active){background:var(--ccore-blue-mid);color:var(--ccore-text-invert)}.ccore-program-item svg{width:18px;min-width:18px}.ccore-fieldtech-programs .ccore-program-item.is-active,.ccore-program-item.is-active{background:var(--ccore-brand-green);color:var(--ccore-text-invert)}.ccore-program-label{white-space:nowrap;font-size:14px;font-weight:500}.ccore-fieldtech-programs .ccore-programs-top,.ccore-fieldtech-programs .ccore-programs-bottom{width:100%;display:flex;flex-direction:column;align-items:stretch}.ccore-fieldtech-programs .ccore-feature-toggle:hover{background:#ffffff26}.ccore-fieldtech-calendar-toggle{position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:20;color:var(--ccore-text-dark)}.ccore-fieldtech-calendar-toggle:hover{background:#00000014;border-radius:4px}.ccore-fieldtech-programs.is-collapsed .ccore-program-label{display:none}.ccore-fieldtech-programs.is-collapsed .ccore-program-item{justify-content:center;padding:10px 0}.ccore-fieldtech-header{display:flex;align-items:center;gap:24px;margin-left:24px}.ccore-fieldtech-header .ccore-feature-toggle{color:var(--ccore-text-invert)}.ccore-fieldtech-header-text{display:flex;flex-direction:column;line-height:1.2}.ccore-fieldtech-header-title{font-size:16px;font-weight:600}.ccore-fieldtech-header-sub{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.8}.ccore-fieldtech-header-sub button{all:unset;display:flex;align-items:center;cursor:pointer;color:var(--ccore-text-invert)}.ccore-fieldtech-header-sub button:hover{opacity:.75}.ccore-fieldtech-scheduler-header{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 12px;font-weight:700;font-size:13px;border-bottom:1px solid var(--ccore-border-subtle);background:var(--ccore-bg-app)}.ccore-fieldtech-scheduler-title{letter-spacing:.06em;color:var(--ccore-text-dark)}.ccore-fieldtech-scheduler-close{background:none;border:none;cursor:pointer;color:var(--ccore-text-muted);padding:0}.ccore-fieldtech-scheduler-close:hover{opacity:.6}.ccore-fieldtech-scheduler-float{position:fixed;right:8px;top:calc(var(--ccore-topbar-height) + 12px);width:28px;height:28px;border-radius:6px;border:1px solid var(--ccore-border);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:200;box-shadow:0 2px 6px #00000026}.ccore-fieldtech-scheduler-float:hover{background:var(--ccore-bg-soft)}.ccore-comingsoon{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.ccore-comingsoon-card{width:100%;padding:28px 32px;border:1px solid var(--ccore-info-border);background:var(--ccore-info-bg);border-radius:8px;box-shadow:var(--ccore-shadow-soft);text-align:center}.ccore-comingsoon-title{font-size:18px;font-weight:600;color:var(--ccore-text-dark);margin-bottom:10px}.ccore-comingsoon-description{font-size:13px;line-height:1.5;color:var(--ccore-text-muted)}.ccore-ordertree,.ccore-orderlist,.ccore-ordercontent,.ccore-rightpanel{padding:8px;font-size:var(--ccore-font-size-base);border-left:1px solid var(--ccore-border);min-width:0;min-height:0;display:flex;flex-direction:column;transition:width .45s cubic-bezier(.4,0,.2,1),opacity .3s ease}.ccore-ordercontent{color:var(--ccore-text-dark);border-right:1px solid var(--ccore-border);border-top-left-radius:8px;border-top-right-radius:8px;min-height:0;overflow:hidden;container-type:inline-size;container-name:ordercontent;transition:transform .45s cubic-bezier(.4,0,.2,1),opacity .3s ease}.ccore-ordercontent[hidden]{transform:translate(40px);opacity:0}.ccore-rightpanel{background:var(--ccore-bg-panel);color:var(--ccore-text-dark);border-left:1px solid var(--ccore-border);border-top-left-radius:8px}.ccore-ordertree,.ccore-rightpanel{opacity:1;transition:opacity .32s cubic-bezier(.4,0,.2,1)}.ccore-ordertree.is-collapsed,.ccore-rightpanel.is-collapsed{opacity:0;pointer-events:none}.ccore-ordertree[hidden],.ccore-rightpanel[hidden]{opacity:0}.ccore-layout-tree-workspace .ccore-ordertree[hidden]+.ccore-ordercontent{border-right:none}.ccore-resizer{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;z-index:50}.ccore-resizer:hover{background:#2859c440}.ccore-col-ordertree{grid-column:2}.ccore-col-orderlist{grid-column:3}.ccore-col-ordercontent{grid-column:4}.ccore-col-rightpanel{grid-column:5;min-height:0;overflow:hidden}.ccore-rightpanel-inner{display:flex;flex-direction:column;height:100%;min-height:0}.ccore-rightpanel-calendar{padding:8px;border-bottom:1px solid var(--ccore-border)}.ccore-rightpanel-appointments{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:8px}.ccore-appointment-row{padding:6px 4px;border-bottom:1px solid var(--ccore-border)}.ccore-appointment-time{font-size:12px;color:var(--ccore-text-muted)}.ccore-appointment-title{font-size:13px}.ccore-notifications-host{position:fixed;top:calc(var(--ccore-topbar-height) + 8px);left:50%;transform:translate(-50%);z-index:calc(var(--ccore-z-topbar) + 50);width:min(720px,calc(100vw - 24px));pointer-events:none}.ccore-notification{pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:var(--cilioalerts-radius);box-shadow:var(--cilioalerts-shadow);font-size:13px;line-height:1.35;margin-bottom:8px;animation:cilioalerts-slidein .14s ease-out}.ccore-notification-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ccore-notification-close{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:6px;background:#ffffff2e;color:inherit;cursor:pointer}.ccore-notification-close:hover{background:#ffffff47}.ccore-notification.success{background:var(--cilioalerts-success-bg);color:var(--cilioalerts-text-invert)}.ccore-notification.warning{background:var(--cilioalerts-warning-bg);color:var(--cilioalerts-text-dark)}.ccore-notification.error{background:var(--cilioalerts-error-bg);color:var(--cilioalerts-text-invert)}@keyframes cilioalerts-slidein{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ccore-col-ordertree{display:flex;min-height:0}.ccore-ordertree{display:flex;flex:1 1 auto;min-height:0;background:var(--ccore-bg-panel);color:var(--ccore-text-dark);position:relative}.ccore-ordertree-refresh-overlay{position:absolute;inset:0;background:#fff9;display:grid;place-items:center;z-index:2;pointer-events:none}.ccore-ordertree-refresh-indicator{font-size:.85rem;opacity:.8}.ccore-ordertree-panel{height:100%;display:flex;flex-direction:column;min-height:0}.ccore-ordertree-divider{border-bottom:1px dashed var(--ccore-border);background:none}.ccore-ordertree-header{padding:12px;border-bottom:1px solid var(--ccore-border)}.ccore-ordertree-title{font-size:14px;font-weight:700;margin-bottom:10px}.ccore-ordertree-search{width:100%;padding:8px 10px;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-dark);outline:none}.ccore-ordertree-section-header{font-size:var(--ccore-font-size-base);font-weight:600}.ccore-ordertree-item-label{font-size:var(--ccore-font-size-base);font-weight:400}.ccore-ordertree-section{margin-bottom:14px}.ccore-ordertree-section-title{padding:6px 8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--ccore-text-muted)}.ccore-ordertree-section-header{background:transparent;border:none;border-radius:0;padding:6px 4px}.ccore-ordertree-section-icon{margin-right:4px}.ccore-ordertree-items-wrapper{overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1),opacity .2s ease;max-height:2000px;opacity:1}.ccore-ordertree-chevron{transition:transform .3s ease}.ccore-ordertree-chevron.is-collapsed{transform:rotate(-90deg)}.ccore-ordertree-items-wrapper.is-collapsed{max-height:0;opacity:0}.ccore-ordertree-items{display:flex;flex-direction:column;gap:4px}.ccore-ordertree-item-count.has-work{color:var(---ccore-blue-dark);font-weight:600}.ccore-ordertree-filter-wrap{position:relative;flex:0 0 auto;margin-bottom:6px}.ccore-ordertree-filter{width:85%;padding:6px 28px 6px 8px;font-size:12px;border:1px solid var(--ccore-border);border-radius:4px;background:var(--ccore-bg-app)}.ccore-ordertree-filter-clear{position:absolute;top:50%;right:6px;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:var(--ccore-text-muted)}.ccore-ordertree-filter-clear:hover{color:var(--ccore-accent-hover)}.ccore-ordertree-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.ccore-ordertree-scroll::-webkit-scrollbar{display:none}.ccore-ordertree-item{display:flex;align-items:center;justify-content:space-between;padding:2px 10px;border-radius:8px;text-decoration:none;color:var(--ccore-text-dark)}.ccore-ordertree-item:hover{background:#0000000a;color:var(--ccore-accent-hover)}.ccore-ordertree-item.is-active{background:#2859c41f;color:var(--ccore-accent-active)}.ccore-ordertree-item-left{display:flex;align-items:center;gap:8px;padding-left:18px}.ccore-ordertree-item-count{min-width:28px;text-align:right;font-variant-numeric:tabular-nums;opacity:.9}.ccore-ordertree-statusdot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ccore-orderlist-panel{height:100%;min-height:0;padding:8px;overflow:hidden}.ccore-orderlist{height:100%;min-height:0;display:flex;flex-direction:column;position:relative}.ccore-orderlist-header{padding:8px;max-width:100%}.ccore-orderlist-refresh-overlay{position:absolute;inset:0;background:#fff9;display:grid;place-items:center;z-index:2;pointer-events:none}.ccore-orderlist-refresh-indicator{font-size:.85rem;opacity:.8}.ccore-orderlist-body{flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.ccore-orderlist-body::-webkit-scrollbar{width:0;height:0}.ccore-orderlist-sortbar{display:flex;align-items:center;gap:8px;max-width:100%;min-width:0}.ccore-orderlist-sortlabel{font-size:12px;opacity:.7;flex-shrink:0}.ccore-orderlist-sortbar .ccore-select{min-width:0;max-width:100%;flex:1 1 auto}.ccore-orderlist-sortdir{width:32px;height:30px;border:1px solid var(--ccore-border);border-radius:6px;background:#fff;cursor:pointer;flex-shrink:0}.ccore-orderlist-sortdir:hover{background:#2859c41a}.ccore-orderlist-filter{width:100%;padding:6px 8px;font-size:var(--ccore-font-size-base)}.ccore-ordercard{border:1px solid var(--ccore-border);border-radius:6px;padding:8px 7px;margin-bottom:8px;cursor:pointer;max-width:100%;overflow:hidden;min-width:0;transition:background-color .15s ease,border-color .15s ease;display:flex;flex-direction:column;gap:6px}.ccore-ordercard.is-selected{border-left-color:#5680e9;background-color:color-mix(in srgb,#5680E9 10%,var(--ccore-bg-app))}.ccore-ordercard:hover{box-shadow:0 4px 10px #00000014;border-color:var(--ccore-accent-hover)}.ccore-ordercard-title{word-break:break-word;font-size:14px;line-height:1.2}.ccore-ordercard-meta{display:flex;gap:12px;font-size:12px;font-weight:500;opacity:.85;min-width:0}.ccore-ordercard-meta span{min-width:0;word-break:break-word;overflow-wrap:anywhere}.ccore-ordercard-details{margin-top:6px;font-size:12px;display:flex;flex-direction:column;gap:4px}.ccore-ordercard-row{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:start;white-space:normal}.ccore-ordercard-row .value{text-align:left;word-break:break-word;overflow-wrap:anywhere}.ccore-ordercard-row .value{min-width:0;text-align:right;word-break:break-word;overflow-wrap:anywhere}.ccore-ordercard-row:not(:last-child){border-bottom:1px dashed var(--ccore-border);padding-bottom:3px}.ccore-ordercard--outofscope{opacity:.65}.ccore-ordercard--outofscope .ccore-ordercard-title,.ccore-ordercard--outofscope .ccore-ordercard-meta,.ccore-ordercard--outofscope .ccore-ordercard-details{font-style:italic}.ccore-ordercard-outofscope-note{margin-top:6px;padding:6px 8px;background-color:var(--ccore-bg-panel);color:var(--ccore-text-dark);font-size:12px;line-height:1.4;border-left:3px solid var(--ccore-accent-brand);border-radius:2px;opacity:.95;word-break:break-word;overflow-wrap:anywhere}.ccore-ordercard-outofscope-note strong{font-weight:500}.ccore-ordercard-row1,.ccore-ordercard-row2,.ccore-ordercard-row3{display:flex;justify-content:space-between;align-items:center;gap:10px}.ccore-ordercard-id{opacity:.7;font-size:12px}.ccore-ordercard-badge-left,.ccore-ordercard-badge-right{font-size:12px;min-width:0;flex:1 1 0%}.ccore-ordercard-badge-right{display:flex;justify-content:flex-end}.ccore-ordercard-bottom-left{font-size:12px;opacity:.75;min-width:0;flex:1}.ccore-ordercard-bottom-right{font-size:12px;opacity:.75;flex-shrink:0;white-space:nowrap}.ccore-status-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis;position:relative}.ccore-status-pill:not(.ccore-backend-status-pill){--status-color: var(--ccore-status-default-border);--status-background: var(--ccore-status-default-bg);display:inline-flex;align-items:center;padding:3px;border-radius:6px;letter-spacing:.2px;border:1px solid var(--status-color);background-color:var(--status-background);color:var(--ccore-status-default-text);white-space:nowrap}.ccore-status-text-only{display:inline-flex;align-items:center;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;position:relative;font-weight:500;color:var(--ccore-text-dark)}.ccore-status-text-only[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:70%;top:100%;transform:translateY(4px);background-color:var(--ccore-accent, #333);color:var(--ccore-text-invert, #fff);padding:6px 10px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:999;box-shadow:0 4px 10px #00000026}.ccore-status-text-only[data-tooltip]:hover:after{opacity:1;transform:translateY(8px)}.ccore-ordercard-meta{display:flex;flex-direction:column;gap:2px;font-size:12px}.ccore-ordercard-meta-row{display:flex;justify-content:space-between;gap:10px}.ccore-ordercard-meta-row .value{text-align:right}.order-shell{height:100%;display:flex;flex-direction:column;min-height:0;background:var(--ccore-bg-app);color:var(--ccore-text-dark)}.order-body{display:flex;flex:1 1 auto;width:100%;height:100%;min-height:0;min-width:0;overflow:hidden}.ccore-ordercontent-scroll{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.order-actionbar{height:var(--ccore-featurebar-height);display:flex;align-items:center;justify-content:flex-end;padding:0 12px;border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.order-navigator{border-right:1px solid var(--ccore-border);background:var(--ccore-bg-panel);padding:8px;display:flex;flex-direction:column;gap:4px;min-height:0;overflow:hidden}.order-navigator-inner{height:100%;overflow-y:auto;min-height:0}.order-navigator-inner,.order-home{scrollbar-width:none;-ms-overflow-style:none}.order-navigator-inner::-webkit-scrollbar,.order-home::-webkit-scrollbar{display:none}.order-nav-item{text-align:left;padding:6px 8px;background:none;border:none;font-size:var(--ccore-font-size-base);color:var(--ccore-text-dark);cursor:pointer}.order-nav-item:hover{background:var(--ccore-bg-panel)}.order-navigator-inner .order-nav-item{width:100%}.order-nav-item--active{background:var(--ccore-accent);color:var(--ccore-text-invert);border-radius:4px}.order-nav-item--disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.order-action-button{font-size:var(--ccore-font-size-base);padding:6px 10px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);cursor:pointer}.order-action-button:disabled{opacity:.5;cursor:default}.order-section{display:flex;flex-direction:column;margin-bottom:20px}.order-section-header{background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.order-section-title{font-size:14px;font-weight:600}.order-section-controls{display:flex;gap:16px;margin-top:6px}.order-section-content{border:1px solid var(--ccore-border);background:var(--ccore-bg-app);padding:8px}.order-section-empty{padding:16px;text-align:center;color:var(--ccore-text-muted)}.order-section-control{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--ccore-text-muted)}.order-section-description{font-size:12px;color:var(--ccore-text-muted)}.order-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 20px}.order-field label{display:block;font-size:12px;color:var(--ccore-text-muted);margin-bottom:2px}.order-header-calendar-btn{position:absolute;top:16px;right:16px;font-size:20px}.order-header-line1{display:flex;align-items:center;width:100%;gap:10px;font-size:14px}.order-header-line1 strong{font-size:12px;color:var(--ccore-text-muted);margin-bottom:2px}.order-field-value{cursor:pointer;padding:4px 6px;border-radius:4px}.order-field-value:hover{background:var(--ccore-bg-panel)}.order-link-button{background:none;border:none;padding:0;color:var(--ccore-accent);cursor:pointer}.order-attachments-tile{width:100%;min-width:0;max-width:100%;box-sizing:border-box;height:100%;overflow-y:auto}.order-attachment-list{padding:16px;border-radius:8px;scrollbar-width:none;-ms-overflow-style:none}.order-attachments-group{margin-bottom:12px}.order-attachments-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:transparent;border:none;border-bottom:1px solid var(--ccore-border);font-size:13px;font-weight:500;color:var(--ccore-text-dark);cursor:pointer;text-align:left}.order-attachments-group-count{font-size:12px;color:var(--ccore-text-muted)}.order-attachments-list{list-style:none;margin:6px 0 0;padding:0;background:var(--ccore-bg-app);border-radius:6px;flex:1;overflow-y:auto;min-height:0}.order-attachments-group-header:hover{background:var(--ccore-bg-hover)}.order-attachments-group-header:focus-visible{outline:none;background:var(--ccore-bg-hover)}.order-attachment-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;background:var(--ccore-bg-app);border-bottom:1px solid var(--ccore-border)}.order-attachment-row:last-child{border-bottom:none}.order-attachment-icon{color:var(--ccore-accent);font-size:16px}.order-attachment-meta{min-width:0}.order-attachment-name{font-size:13px;font-weight:500;color:var(--ccore-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-attachment-sub{margin-top:2px;font-size:12px;color:var(--ccore-text-muted)}.order-attachment-actions{display:flex;gap:12px;color:var(--ccore-text-muted)}.order-attachment-actions svg{cursor:pointer;opacity:.75}.order-attachment-actions svg:hover{opacity:1;color:var(--ccore-accent)}.order-attachment-row:hover{background:var(--ccore-bg-soft)}.order-home-kpi-tile.order-attachments-tile{display:flex;flex-direction:column;min-height:0}.order-header{display:flex;flex-direction:column;gap:4px;position:relative}.order-header-calendar-btn{position:absolute;top:2px;right:0;font-size:20px}.order-header-line1{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;font-size:14px;flex-wrap:nowrap;min-width:0}.order-header-line1 strong{font-size:20px;font-weight:700;color:var(--ccore-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.order-status{padding:2px;font-size:12px;font-weight:600;border-radius:7px;color:var(--ccore-text-dark);text-transform:none;letter-spacing:.4px;flex-shrink:0;white-space:nowrap}.order-header-line2{font-size:13px;font-weight:500;color:var(--ccore-blue-dark)}.order-header-line2:before{font-weight:400;color:var(--ccore-text-muted)}.order-header-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;position:relative}.order-hot-button{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);cursor:pointer}.order-hot-button:hover{background:var(--ccore-bg-soft)}.order-hot-button-dot{width:8px;height:8px;border-radius:50%;background:var(--order-action-color);flex-shrink:0}.order-hot-button--more{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center}.order-hot-button-menu{position:absolute;top:100%;right:0;display:flex;flex-direction:column;gap:0px;padding:0;margin-top:4px;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:6px;box-shadow:var(--ccore-shadow-soft);z-index:9999;max-height:276px;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--ccore-border) transparent}.order-hot-button-menu>*{flex-shrink:0}.order-hot-button-menu::-webkit-scrollbar{width:6px}.order-hot-button-menu::-webkit-scrollbar-track{background:transparent}.order-hot-button-menu::-webkit-scrollbar-thumb{background:var(--ccore-border);border-radius:4px}.order-hot-button-menu::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted)}.order-hot-button--menu{width:100%;justify-content:flex-start;border:none;border-radius:4px}.order-hot-more-menu{position:absolute;right:16px;margin-top:4px;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:6px;box-shadow:var(--ccore-shadow-menu);z-index:10;min-width:200px}.order-hot-more-item{width:100%;padding:8px 12px;background:none;border:none;text-align:left;font-size:12px;cursor:pointer}.order-hot-more-item:hover{background:var(--ccore-bg-panel)}.order-header-utilities{display:flex;justify-content:flex-end;gap:6px}.order-header-icon{width:28px;height:28px;border:none;background:none;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--ccore-text-muted);cursor:pointer}.order-header-icon:hover{background:var(--ccore-bg-panel);color:var(--ccore-text-dark)}.order-header-icon--primary{color:var(--ccore-accent)}.inventory-content{display:flex;flex-direction:column;gap:20px}.inventory-summary{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:6px;font-weight:600;background:var(--ccore-bg-subtle)}.inventory-summary--ready{border-left:4px solid var(--ccore-success)}.inventory-summary--partial{border-left:4px solid var(--ccore-warning)}.inventory-summary--missing{border-left:4px solid var(--ccore-danger)}.inventory-products{display:flex;flex-direction:column;gap:16px}.inventory-product{padding:14px;border-radius:6px;background:var(--ccore-bg-subtle)}.inventory-product-header h3{margin:0 0 8px;font-size:14px}.inventory-product-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;font-size:12px}.inventory-product-stats label{display:block;color:var(--ccore-text-muted);font-size:11px}.inventory-events{margin-top:12px;display:flex;flex-direction:column;gap:8px}.inventory-event{display:flex;gap:8px;align-items:flex-start;font-size:12px}.inventory-event-icon{width:18px;text-align:center}.inventory-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:14px 16px;border-radius:10px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border)}.inventory-overview>div{display:flex;flex-direction:column}.inventory-overview label{font-size:11px;color:var(--ccore-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.inventory-row{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:10px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-left:5px solid transparent;margin-bottom:10px}.inventory-row--received{border-left-color:var(--ccore-brand-green)}.inventory-row--pickup{border-left-color:var(--ccore-blue-light)}.inventory-row--returned{border-left-color:var(--ccore-text-muted)}.inventory-row-icon{font-size:16px;margin-top:2px;opacity:.8}.inventory-row-main{flex:1}.inventory-row-top{font-weight:600;margin-bottom:3px}.inventory-row-sub{font-size:12px;color:var(--ccore-text-muted)}.inventory-row-comment{margin-top:4px;font-size:12px;color:var(--ccore-text-muted)}.order-tabs-view{display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;min-height:0;min-width:0;overflow:hidden}.order-tabs-header{flex:0 0 auto;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-bottom:none;border-radius:12px 12px 0 0;padding:0 12px}.order-tabs-strip{display:flex;gap:4px;overflow-x:auto;padding:10px 0 0;flex-wrap:nowrap}.order-tab-button{position:relative;border:1px solid var(--ccore-border);border-bottom:none;background:var(--ccore-bg-panel);color:var(--ccore-text-dark);overflow:hidden;padding:10px 14px;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer;white-space:nowrap;opacity:.7;flex:0 0 auto}.order-tab-button:hover{background:var(--ccore-bg-panel);opacity:1}.order-tab-button.is-active{background:var(--ccore-bg-app);border-color:var(--ccore-border);border-bottom:1px solid var(--ccore-bg-panel);box-shadow:0 -1px 0 var(--ccore-bg-app);opacity:1;z-index:2}.order-tab-button.is-active:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--ccore-accent);border-top-left-radius:inherit;border-top-right-radius:inherit;pointer-events:none}.order-tab-panel{flex:1 1 auto;overflow-y:auto;padding:16px;border:1px solid var(--ccore-border);border-top:none;border-radius:0 0 12px 12px}.order-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0;gap:16px;align-items:start;align-content:start}.order-tool-card{width:100%;min-width:0;min-height:0;border:1px solid var(--ccore-border);border-radius:12px;box-sizing:border-box}.order-tool-card--full{grid-column:1 / -1}.order-tool-card--half{grid-column:span 1}.order-tabs-toprow{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.order-tabs-tools{flex:0 0 auto;display:flex;align-items:center;padding-bottom:8px}.order-hot-filter{margin:10px 0 16px}.order-hot-filter-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-dark);font-size:13px}.order-hot-filter-input:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px #2859c42e}.order-view-setup-backdrop{position:fixed;inset:0;z-index:2000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px}.order-view-setup-panel{width:min(1200px,100%);max-height:90vh;display:flex;flex-direction:column;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:14px;overflow:hidden}.order-view-setup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--ccore-border)}.order-view-setup-header h2{margin:0}.order-view-setup-subtitle{margin-top:4px;color:var(--ccore-text-muted)}.order-view-setup-actions{display:flex;gap:8px;flex-wrap:wrap}.order-view-setup-body{min-height:0;overflow-y:auto;padding:16px 18px}.order-view-setup-toolbar{margin-bottom:16px}.order-view-setup-tabs{display:flex;flex-direction:column;gap:16px}.order-view-setup-tab-card{border:1px solid var(--ccore-border);border-radius:12px;padding:14px;background:var(--ccore-bg-base)}.order-view-setup-tab-card.is-active{box-shadow:0 0 0 1px var(--ccore-border)}.order-view-setup-tab-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.order-view-setup-tab-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.order-view-setup-tab-input{min-width:240px;padding:10px 12px;border:1px solid var(--ccore-border);border-radius:8px;background:var(--ccore-bg-panel);color:var(--ccore-text-dark)}.order-view-setup-tool-adder{margin-bottom:12px}.order-view-setup-tool-list{display:flex;flex-direction:column;gap:10px}.order-view-setup-tool-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--ccore-border);border-radius:10px;padding:12px;background:var(--ccore-bg-panel)}.order-view-setup-tool-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.order-view-setup-tool-title{font-weight:600}.order-view-setup-tool-actions{display:flex;gap:8px;flex-wrap:wrap}.order-view-setup-empty{color:var(--ccore-text-muted);padding:10px 0}.order-view-setup-tool-row{cursor:grab}.order-view-setup-tool-row:active{cursor:grabbing}.order-view-setup-tool-width-toggle{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.order-view-setup-width-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ccore-border);border-radius:8px;background:var(--ccore-bg-base);color:var(--ccore-text-muted);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.order-view-setup-width-button:hover{background:var(--ccore-bg-panel);color:var(--ccore-text-dark)}.order-view-setup-width-button.is-active{background:var(--ccore-bg-panel);border-color:var(--ccore-accent);color:var(--ccore-accent)}.order-view-setup-tab-actions{display:flex;align-items:center;gap:8px}.order-view-setup-tool-row.is-drag-over{border:1px dashed var(--ccore-accent);background:color-mix(in srgb,var(--ccore-accent) 8%,transparent)}.order-view-setup-tab-card.is-drag-over{border:1px dashed var(--ccore-accent);background:color-mix(in srgb,var(--ccore-accent) 6%,transparent)}.order-view-setup-tool-row,.order-view-setup-tab-card{transition:background .12s ease,border-color .12s ease}.order-view-setup-tab-card.is-new{animation:tab-highlight-fade 1.2s ease-out}@keyframes tab-highlight-fade{0%{background-color:var(--ccore-warning-bg)}to{background-color:transparent}}.order-hot-card-content--row{display:flex;flex-direction:column;gap:10px;height:100%}.order-hot-grid-2col{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:16px;width:100%;box-sizing:border-box}.order-hot-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.order-hot-card:hover{transform:translateY(-2px);border-color:var(--ccore-accent);box-shadow:0 6px 18px #00000014}.order-hot-left{flex:0 0 40%}.order-hot-right{display:flex;flex-direction:column;flex:1}.order-hot-card-icon{font-size:16px;color:var(--order-action-color, var(--ccore-accent));margin-top:3px}.order-hot-card-subtitle{font-size:12px;color:var(--ccore-text-muted);margin-top:2px}.order-hot-card-hint{margin-top:6px}.order-hot-card-hint--highlight{background:#f9de8b26;border-color:var(--ccore-icon-yellow);color:var(--ccore-text-dark)}.order-hot-card-badges{margin-top:auto;display:flex;justify-content:center;flex-wrap:wrap;gap:6px;padding-top:8px}.hot-badge{font-size:11px;padding:3px 8px;border-radius:999px;background:var(--ccore-info-bg);border:1px solid var(--ccore-info-border);color:var(--ccore-text-muted);font-weight:500}.hot-badge--warn{background:#b91c1c1a;border-color:var(--cilioalerts-error-bg);color:var(--cilioalerts-error-bg)}.order-hot-card--warn{border-color:var(--cilioalerts-error-bg)}.order-hot-card--comment{border-color:var(--ccore-accent-active)}.order-hot-card--attachment{border-color:var(--ccore-accent-brand)}body.ccore-dark .order-hot-card{box-shadow:none;padding:14px}body.ccore-dark .order-hot-card:hover{box-shadow:0 6px 18px #0006}.order-customer-layout{display:grid;grid-template-columns:1fr;gap:16px;width:100%}.order-field{position:relative}.order-field-full{grid-column:1 / -1}.order-field-display{padding:6px 8px;border-radius:6px;min-height:28px;display:flex;align-items:center;transition:all .12s ease}.order-field.is-editable .order-field-display{cursor:pointer}.order-field.is-editable .order-field-display:hover{background:var(--ccore-bg-panel);box-shadow:inset 0 0 0 1px var(--ccore-border)}.order-field.is-editable .order-field-display:after{content:"✎";font-size:11px;margin-left:auto;opacity:0;color:var(--ccore-text-muted);transition:opacity .12s ease}.order-field.is-editable:hover .order-field-display:after{opacity:.6}.order-field-input{width:100%;padding:6px 8px;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-dark);font-size:13px}.order-field-input:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px #2859c42e}.order-field-input--multiselect{min-height:140px}.order-field-multiselect{display:flex;flex-direction:column;gap:6px}.order-field-multiselect-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--ccore-border);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--ccore-bg-panel);transition:background .15s ease,border-color .15s ease}.order-field-multiselect-option:hover{border-color:var(--ccore-primary)}.order-field-multiselect-option.is-selected{background:var(--ccore-primary-soft);border-color:var(--ccore-primary)}.order-field-multiselect-checkbox{flex:0 0 16px;width:16px;height:16px;border:1px solid var(--ccore-border);border-radius:4px;box-sizing:border-box;position:relative}.order-field-multiselect-option.is-selected .order-field-multiselect-checkbox{background:var(--ccore-accent);border-color:var(--ccore-accent)}.order-field-multiselect-option.is-selected .order-field-multiselect-checkbox:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid var(--ccore-text-invert);border-width:0 2px 2px 0;transform:rotate(45deg)}textarea.order-field-input{resize:vertical}.order-section-grid>*{min-width:0}.order-field{min-width:0}.order-field-display,.order-field-input{width:100%;box-sizing:border-box}.order-field-input{max-width:100%}.order-field-display{overflow:hidden;text-overflow:ellipsis}.order-map-tile{padding:12px}.order-map-header{margin-bottom:10px}.order-map-title{font-size:13px;font-weight:600;color:var(--ccore-text-dark)}.order-map-subtitle{font-size:11px;color:var(--ccore-text-muted)}.order-map-container{position:relative;width:100%;height:240px;border-radius:8px;overflow:hidden;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.order-map-container iframe{width:100%;height:100%;border:0}.order-customer-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:20px;align-items:start}.order-customer-right{align-self:start}.order-header-contact-icons{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.order-header-line2{display:flex;align-items:center;gap:8px;color:var(--ccore-text-muted)}.order-header-location-icon{font-size:14px;width:14px;height:14px;color:var(--ccore-text-muted)}.order-header-bullet{font-size:5px;color:var(--ccore-text-muted);margin:0 2px}.order-questionnaire-card{border:1px solid var(--ccore-border);background:var(--ccore-bg-app);border-radius:6px;margin-bottom:16px;overflow:hidden}.order-questionnaire-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:var(--ccore-bg-panel);border-bottom:1px solid var(--ccore-border)}.order-questionnaire-title{font-weight:600;color:var(--ccore-text-dark)}.order-questionnaire-card .order-section-grid{padding:12px 14px}.order-questionnaire-table th:last-child,.order-questionnaire-table td:last-child{width:1%;white-space:nowrap;text-align:right;padding-right:12px}.order-questionnaire-add{border:1px solid var(--ccore-border);background:var(--ccore-bg-app);padding:4px 10px;border-radius:4px;cursor:pointer}.order-questionnaire-add:hover{background:var(--ccore-bg-panel)}.order-questionnaire-table-wrapper{overflow-x:auto}.order-questionnaire-table{width:100%;border-collapse:collapse}.order-questionnaire-table th{text-align:left;padding:8px 10px;font-weight:600;border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.order-questionnaire-table td{padding:8px 10px}.order-questionnaire-actions{width:80px}.order-questionnaire-empty td{text-align:center;color:var(--ccore-text-muted);padding:20px}.order-note-cilio{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--ccore-border)}.order-note-avatar{width:34px;height:34px;border-radius:50%;background:var(--ccore-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex-shrink:0}.order-note-content{flex:1}.order-note-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.order-note-user{font-weight:600;color:var(--ccore-text-dark)}.order-note-date{color:var(--ccore-text-muted);font-size:12px}.order-note-body{margin-top:6px;padding:10px 12px;background:var(--ccore-bg-soft);border:1px solid var(--ccore-border);border-radius:6px;font-size:13px;line-height:1.5;color:var(--ccore-text-dark);white-space:pre-wrap;word-break:break-word}.order-note-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.order-note-badge{background:var(--ccore-info-bg);color:var(--ccore-info-accent);padding:2px 6px;border-radius:4px;font-size:11px}.order-note-badge-alert{background:var(--ccore-bg-soft);color:var(--ccore-priority-text);padding:2px 6px;border-radius:4px;font-size:11px}.order-note-timeline-row{display:flex;gap:16px;position:relative;margin-bottom:20px}.order-note-timeline-left{width:44px;display:flex;flex-direction:column;align-items:center;position:relative;flex-shrink:0}.order-note-timeline-line{position:absolute;top:52px;bottom:-22px;left:50%;transform:translate(-50%);width:2px;background:var(--ccore-border);opacity:.65;z-index:0}.order-note-avatar-wrapper{position:relative;z-index:3;background:var(--ccore-bg-app);border-radius:50%;padding:3px;box-shadow:0 0 0 4px var(--ccore-bg-app)}.order-note-card{flex:1;min-width:0;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:12px;padding:14px 16px;box-shadow:var(--ccore-shadow-soft);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.order-note-card:hover{transform:translateY(-1px);border-color:var(--ccore-accent)}.order-note-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.order-note-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.order-note-card-user{font-weight:600;color:var(--ccore-text-dark)}.order-note-card-type{color:var(--ccore-accent);font-size:12px;font-weight:500}.order-note-card-date{font-size:12px;color:var(--ccore-text-muted)}.order-note-card-separator{color:var(--ccore-text-muted);font-size:11px}.order-note-card-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.order-note-chip{padding:3px 8px;border-radius:999px;background:var(--ccore-info-bg);border:1px solid var(--ccore-info-border);font-size:11px;font-weight:500;color:var(--ccore-text-dark)}.order-note-chip--priority{background:var(--ccore-priority-bg);border-color:var(--ccore-priority-border);color:var(--ccore-priority-text)}.order-note-card-body{padding:14px;border-radius:10px;background:var(--ccore-bg-soft);line-height:1.65;font-size:13px;white-space:pre-wrap;word-break:break-word;border:1px solid rgba(0,0,0,.04)}body.ccore-dark .order-note-card{background:var(--ccore-bg-panel)}body.ccore-dark .order-note-card-body{background:#ffffff08}body.ccore-dark .order-note-timeline-line{background:#ffffff26}.order-note-add{margin-bottom:16px}.order-note-add-placeholder{display:block;width:100%;text-align:left;border:1px solid var(--ccore-border);padding:10px;border-radius:6px;cursor:text;background:var(--ccore-bg-app);color:var(--ccore-text-muted)}.order-note-editor{border:1px solid var(--ccore-border);border-radius:6px;background:var(--ccore-bg-app)}.order-note-toolbar{padding:8px;border-bottom:1px solid var(--ccore-border);display:flex;gap:12px;color:var(--ccore-text-muted);position:relative;overflow:visible}.order-note-actions{padding:8px;display:flex;gap:8px}.order-note-textmenu{position:relative}.order-note-save{background:var(--ccore-accent);color:var(--ccore-text-invert);border:none;padding:6px 12px;border-radius:4px;cursor:pointer}.order-note-save:disabled,.order-note-cancel:disabled{opacity:.5;cursor:not-allowed}.order-note-cancel{background:transparent;border:none;color:var(--ccore-text-muted);cursor:pointer}.order-note-editor-input{min-height:120px;padding:12px;border:1px solid var(--ccore-border);border-radius:6px;background:var(--ccore-bg-app);outline:none;transition:border .15s ease,box-shadow .15s ease}.order-note-editor-input:focus{border-color:var(--ccore-accent-active);box-shadow:0 0 0 2px var(--ccore-accent-focus)}.order-note-editor-input:empty:before{content:attr(data-placeholder);color:var(--ccore-text-placeholder);pointer-events:none}.order-note-toolbar button{background:none;border:none;cursor:pointer;color:var(--ccore-text-muted)}.order-note-code-wrapper{display:flex;background:var(--ccore-bg-code);border:1px solid var(--ccore-border);border-radius:6px;margin:8px 0;overflow:hidden}.order-note-code-lines{background:var(--ccore-bg-code-lines);padding:12px 8px;text-align:right;font-family:monospace;font-size:12px;color:var(--ccore-text-muted);-webkit-user-select:none;user-select:none}.order-note-code{flex:1;padding:12px;font-family:Consolas,Monaco,monospace;font-size:12px;outline:none;white-space:pre;overflow-x:auto;background:transparent}.order-note-textmenu-dropdown{position:absolute;top:32px;left:0;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:8px;box-shadow:var(--ccore-shadow-soft);width:220px;z-index:100;max-height:250px;overflow-y:auto;scrollbar-width:thin!important}.order-note-textmenu-dropdown::-webkit-scrollbar{width:6px!important;height:6px!important}.order-note-textmenu-dropdown::-webkit-scrollbar-thumb{background:var(--ccore-border)!important;border-radius:3px!important}.order-note-textmenu-dropdown::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted)!important}.order-note-textmenu-dropdown::-webkit-scrollbar-track{background:transparent!important}.order-note-textmenu-dropdown.is-upward{top:auto;bottom:32px}.order-note-textmenu-dropdown div,.order-note-textmenu-dropdown button{display:block;width:100%;text-align:left;padding:8px 12px;cursor:pointer;box-sizing:border-box;line-height:1.2}.order-note-textmenu-dropdown div:hover,.order-note-textmenu-dropdown button:hover{background:var(--ccore-bg-soft)}.order-note-actions-container{background:var(--ccore-bg-soft);border:1px solid var(--ccore-border);border-radius:8px;padding:12px;margin-bottom:16px}.order-note-actions-grid{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.order-note-action-pill{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--ccore-border);border-radius:6px;background:var(--ccore-bg-app);cursor:pointer;font-size:12px;transition:.15s ease}.order-note-action-pill:hover{background:var(--ccore-bg-soft)}.order-note-action-pill.active{background:var(--ccore-accent);color:var(--ccore-text-invert);border-color:var(--ccore-accent)}.order-note-config-block{margin-top:12px}.order-note-config-title{font-size:12px;font-weight:600;color:var(--ccore-text-muted);margin-bottom:6px}.order-note-modifier-row{display:flex;flex-wrap:wrap;gap:8px}.order-note-modifier{display:flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--ccore-border);border-radius:6px;background:var(--ccore-bg-app);cursor:pointer;font-size:12px;transition:.15s ease}.order-note-modifier:hover{background:var(--ccore-bg-soft)}.order-note-editor-input{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;caret-color:auto}.order-note-color-wrapper{position:relative;display:inline-block}.order-note-hidden-color{position:absolute;top:0;left:0;opacity:0;width:1px;height:1px;pointer-events:none}.order-note-add{position:sticky;top:0;z-index:20;background:var(--ccore-bg-app);padding-bottom:8px}.order-notes-cilio{max-height:900px;overflow-y:auto;overflow-x:visible;padding-right:6px;padding-top:4px}.order-note-email-indicator{margin-left:8px;font-size:12px;opacity:.85}.order-note-email-indicator:hover{opacity:1}.order-note-badge-priority{background:var(--ccore-priority-bg);color:var(--ccore-priority-text);border:1px solid var(--ccore-priority-border);padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;margin-left:6px}.order-note-text-indicator{margin-left:6px;font-size:12px;opacity:.85}.order-note-text-indicator.sent{color:var(--ccore-blue-light)}.order-note-text-indicator.received{color:var(--ccore-brand-green)}.order-note-text-indicator:hover{opacity:1}.order-note-filter{position:relative;margin-bottom:12px;display:flex;justify-content:flex-end}.order-note-actions{display:flex;gap:6px;margin-top:4px}.order-note-toggle{font-size:11px;padding:2px 6px;border-radius:4px;border:1px solid var(--ccore-border);background:var(--ccore-bg-soft);cursor:pointer}.order-note-toggle.active{background:var(--ccore-accent);color:var(--ccore-text-invert);border-color:var(--ccore-accent)}.order-note-toggle:hover{background:var(--ccore-bg-panel)}.order-note-badge-customer{background:var(--ccore-accent-active);color:var(--ccore-text-invert);padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.order-note-left-actions{display:flex;flex-direction:column;gap:6px;margin-top:10px;position:relative;z-index:2}.order-note-header{display:flex;justify-content:space-between;align-items:center}.order-note-header-left{display:flex;gap:8px;align-items:center}.order-note-left{display:flex;flex-direction:column;align-items:center;gap:6px;width:36px;flex-shrink:0}.user-avatar{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--ccore-blue-mid);color:var(--ccore-text-invert);font-weight:600;font-size:12px;flex-shrink:0;-webkit-user-select:none;user-select:none}.user-avatar-image{width:35px;height:35px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0}.order-note-date-group{position:relative;padding-left:88px;margin-bottom:28px}.order-note-date-group:before{content:"";position:absolute;top:34px;bottom:-28px;left:38px;width:2px;background:var(--ccore-border);opacity:.7}.order-note-date-header{position:relative;margin-left:-88px;width:78px;margin-bottom:12px}.order-note-date-title{font-weight:700;font-size:13px}.order-note-date-subtitle{font-size:11px;color:var(--ccore-text-muted)}.order-note-timeline-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;position:relative;margin-bottom:18px}.order-note-timeline-left{position:relative;display:flex;flex-direction:column;align-items:center}.order-note-timeline-line{display:none}.order-note-timeline-dot{position:absolute;top:16px;left:-42px;width:10px;height:10px;border-radius:999px;background:var(--ccore-accent-active);box-shadow:0 0 0 4px var(--ccore-bg-app);z-index:2}.order-note-card{position:relative}.order-note-card:before{content:"";position:absolute;left:-9px;top:22px;width:16px;height:16px;background:var(--ccore-bg-app);border-left:1px solid var(--ccore-border);border-bottom:1px solid var(--ccore-border);transform:rotate(45deg)}.crewpay-table td:first-child{font-weight:500}.crewpay-table{min-width:900px;table-layout:auto}.crewpay-table th,.crewpay-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crewpay-input{max-width:80px;width:100%}.crewpay-input-select{max-width:140px;width:100%}.jobExtension-card{grid-column:1 / -1;border:1px solid var(--ccore-border);border-radius:6px;padding:14px;margin-bottom:16px;background:var(--ccore-bg-panel)}.jobExtension-card-title{font-weight:600;margin-bottom:12px}.jobExtension-list{display:grid;row-gap:6px}.jobExtension-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;font-size:14px}.jobExtension-label{display:flex;align-items:center;gap:6px;color:var(--ccore-text-dark)}.jobExtension-separator{border-bottom:1px dashed var(--ccore-border);margin:0 8px}.jobExtension-value{font-weight:500;color:var(--ccore-text-dark)}.jobExtension-dot{width:8px;height:8px;border-radius:50%;background:var(--ccore-info-text);flex-shrink:0}.jobExtension-card--blinds .jobExtension-dot,.jobExtension-card--homedepot .jobExtension-dot{background:var(--ccore-amber)}.order-rich-read{border:1px solid var(--ccore-border);border-radius:10px;padding:14px;background:var(--ccore-bg-app);transition:all .12s ease}.order-rich-read.is-editable:hover{border-color:var(--ccore-accent);box-shadow:0 4px 12px #0000000d;cursor:pointer}.order-rich-read-header{font-size:13px;font-weight:600;margin-bottom:8px;color:var(--ccore-text-dark)}.order-rich-read-body{font-size:13px;line-height:1.5;color:var(--ccore-text-dark)}.order-rich-read-body p{margin:4px 0}.order-rich-read-body .muted{color:var(--ccore-text-muted)}.order-section-grid .order-rich-container{grid-column:1 / -1;width:100%}.order-rich-container{display:flex;flex-direction:column;gap:12px;width:100%}.order-rich-block{width:100%}.order-field-display{width:100%;display:block}.cioAi-panel{display:flex;flex-direction:column;gap:12px;min-height:0;height:100%}.cioAi-actions{display:flex;justify-content:flex-start}.cioAi-analysisButton{width:auto}.cioAi-chat{flex:0 0 auto;min-height:0;overflow:visible;padding:12px;border:1px solid var(--ccore-border);border-radius:8px;background:var(--ccore-bg-app);display:flex;flex-direction:column}.cioAi-message{max-width:75%;padding:10px 12px;margin-bottom:10px;border-radius:10px;border:1px solid var(--ccore-border)}.cioAi-message--user{background:var(--ccore-bg-panel);margin-left:auto;text-align:right}.cioAi-message--assistant{background:var(--ccore-info-bg);margin-right:auto}.cioAi-messageMeta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2px 12px;min-width:0}.cioAi-messageMeta>span:first-child{white-space:nowrap}.cioAi-messageTimestamp{font-size:12px;opacity:.75;min-width:0;text-align:right;white-space:normal;overflow-wrap:anywhere}.cioAi-messageBody{color:var(--ccore-text-dark)}.cioAi-status{font-size:12px;color:var(--ccore-text-muted)}.cioAi-inputRow{display:flex;gap:8px}.cioAi-input{flex:1;padding:8px 10px;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-dark);font-family:var(--ccore-font-family)}.cioAi-input:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px var(--ccore-accent-focus)}.cioAi-thinking{display:flex;gap:6px;padding:6px 0}.cioAi-thinking span{width:6px;height:6px;background:var(--ccore-text-muted);border-radius:50%;animation:cioAi-bounce 1.4s infinite ease-in-out}.cioAi-thinking span:nth-child(2){animation-delay:.2s}.cioAi-thinking span:nth-child(3){animation-delay:.4s}@keyframes cioAi-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.cioAi-messageBody h1,.cioAi-messageBody h2,.cioAi-messageBody h3{margin:6px 0;font-weight:600}.cioAi-messageBody p{margin:4px 0}.cioAi-messageBody ul{padding-left:18px;margin:6px 0}.cioAi-messageBody li{margin-bottom:4px}.cioAi-messageBody strong{font-weight:600}.cioAi-messageBody{line-height:1.4;font-size:14px;overflow-wrap:anywhere;word-break:break-word}.cioAi-messageBody table{width:100%;border-collapse:collapse;margin:8px 0;font-size:13px}.cioAi-messageBody th,.cioAi-messageBody td{border:1px solid var(--ccore-border);padding:6px 8px;text-align:left}.cioAi-messageBody th{background:var(--ccore-bg-panel);font-weight:600}.cioAi-messageBody tr:nth-child(2n){background:var(--ccore-bg-soft)}.cioAi-messageActions{margin-top:4px;display:flex;justify-content:flex-end}.cioAi-copyBtn{background:none;border:none;cursor:pointer;color:var(--ccore-text-muted);font-size:12px;padding:4px;border-radius:4px}.cioAi-copyBtn:hover{color:var(--ccore-accent);background:var(--ccore-bg-panel)}.cioAi-micButton.is-listening{background:var(--ccore-danger)}.cioAi-micButton{color:var(--ccore-text-muted);transition:all .2s ease}.cioAi-micButton.is-listening{background:#dc26261a;color:var(--ccore-danger);border-color:var(--ccore-danger)}.cioAi-micButton.is-listening:after{content:"";position:absolute;inset:0;border-radius:inherit;border:2px solid var(--ccore-danger);animation:micPulse 1.5s infinite;opacity:.6}@keyframes micPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.4);opacity:0}to{opacity:0}}.cioAi-speakBtn{all:unset;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;cursor:pointer;color:var(--ccore-text-muted);transition:background .15s ease,color .15s ease}.cioAi-speakBtn:hover{background:#0000000f;color:var(--ccore-text-dark)}.cioAi-speakBtn:active{transform:scale(.95)}.cioAi-speakBtn svg{font-size:14px}.order-status-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;left:auto;width:max-content;min-width:100%;max-height:148px;overflow-y:auto;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:4px;box-shadow:var(--ccore-shadow-menu);z-index:9999;display:flex;flex-direction:column;padding:4px 0;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--ccore-border) transparent}.order-status-dropdown-menu::-webkit-scrollbar{width:6px}.order-status-dropdown-menu::-webkit-scrollbar-track{background:transparent}.order-status-dropdown-menu::-webkit-scrollbar-thumb{background:var(--ccore-border);border-radius:4px}.order-status-dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted)}.order-status-option{border:none;border-left:4px solid transparent;background:transparent;color:var(--ccore-text-dark);--status-text-color: var(--ccore-text-dark);text-align:left;padding:6px 12px;font-size:12px;text-transform:uppercase;cursor:pointer;flex-shrink:0;width:100%;outline:none;font-family:inherit;box-sizing:border-box}.order-status-option:hover{background:var(--ccore-bg-hover)}.order-status-option.is-selected{background:var(--status-option-bg, var(--ccore-accent));color:var(--status-option-color, var(--ccore-text-invert));border-left-color:var(--status-option-border-color, var(--ccore-accent));font-weight:600}.order-status-option.is-selected:hover{background:var(--status-option-bg, var(--ccore-accent));opacity:.9}.order-header-action-card{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:7px;box-shadow:var(--ccore-shadow-card);color:var(--ccore-text-muted);cursor:pointer;transition:all .2s ease;padding:0;flex-shrink:0}.order-header-action-card:hover:not(:disabled){box-shadow:var(--ccore-shadow-card-hover);transform:translateY(-1px);color:var(--ccore-text-muted)}.order-header-action-card:disabled{opacity:.5;cursor:not-allowed}.order-header-action-card.is-active{background:var(--ccore-brand-green);color:var(--ccore-text-invert);border-color:var(--ccore-brand-green);box-shadow:0 8px 20px #7dad4638}.order-header-action-card.is-active:hover{opacity:.92}.order-header-line1-left{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex-shrink:1;min-width:0}.order-header-line1-right{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex-shrink:0}.order-status-dropdown-container{position:relative;margin:0;padding:0}.order-status-trigger{max-width:220px;cursor:pointer;margin:0;padding:0;display:flex;align-items:stretch;background:var(--ccore-bg-app);border:1px solid var(--status-border-color, var(--ccore-border));border-radius:6px;overflow:hidden;box-shadow:var(--ccore-shadow-trigger);transition:all .2s ease;--status-border-color: var(--ccore-border);--status-bg-color: var(--ccore-bg-subtle);--status-text-color: var(--ccore-text-dark)}body.ccore-dark .order-status-trigger,body.ccore-dark .order-status-option{--status-text-color: var(--ccore-blue-dark)}.order-status-trigger-text{padding:4px 8px;color:var(--ccore-text-dark);font-family:var(--ccore-font-family);font-weight:600;font-size:12px;text-transform:none;letter-spacing:0px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--status-bg-color, var(--ccore-bg-subtle));border-right:1px solid var(--status-border-right-color, var(--ccore-border));--status-border-right-color: var(--ccore-border)}.order-status-trigger-label{overflow:hidden;text-overflow:ellipsis}.order-status-trigger-icon{padding:0 4px;display:flex;align-items:center;justify-content:center;background:var(--ccore-bg-app);color:var(--ccore-text-muted)}.order-icon-14{width:14px;height:14px}.order-menu-section-header{padding:6px 10px;font-size:11px;font-weight:600;color:var(--ccore-text-muted);text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--ccore-bg-hover)}.order-menu-divider{height:1px;background:var(--ccore-border);margin:4px 0}.order-hot-button-icon{width:14px;height:14px;color:var(--ccore-text-muted)}.order-header-line2{display:flex;align-items:center;gap:8px;flex-wrap:wrap;box-sizing:border-box}.order-header-address-container{display:flex;align-items:center;gap:8px}.order-location-button{background:none;border:none;padding:0;margin:0;position:relative;width:14px;height:14px;display:flex;align-items:center;justify-content:center;color:inherit;cursor:pointer;opacity:1}.order-location-button.is-disabled{cursor:not-allowed;opacity:.5}.order-location-shadow{position:absolute;bottom:1px;left:50%;transform:translate(-50%);width:6px;height:2px;border-radius:50%;box-shadow:var(--ccore-shadow-pin);z-index:0}.order-primary-buttons{display:flex;align-items:center;gap:6px;margin-left:8px}.order-hot-button--pill{border-radius:999px;font-weight:600;background-color:var(--order-action-bg, var(--ccore-bg-subtle));border-color:var(--order-action-border, var(--ccore-border));color:var(--order-action-text, inherit)}.order-header-location-icon{position:relative;z-index:1}.order-status-tracker-container{margin:6px 0;background:var(--ccore-bg-panel);border-radius:8px;box-shadow:var(--ccore-shadow-card);border:1px solid var(--ccore-border);overflow:hidden}.attachment-preview-modal{width:min(960px,calc(100vw - 24px));height:min(720px,calc(100vh - 24px));background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:10px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.attachment-preview-body{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:auto;background:var(--ccore-bg-soft);min-height:0;width:100%;height:100%}.attachment-preview-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--ccore-text-dark);text-align:center}.attachment-preview-loader{width:40px;height:40px;border:4px solid var(--ccore-border);border-top-color:var(--ccore-accent);border-radius:50%;animation:preview-spin 1s linear infinite}.attachment-preview-loader-text{font-size:14px;color:var(--ccore-text-muted)}@keyframes preview-spin{to{transform:rotate(360deg)}}.attachment-preview-error{color:var(--ccore-red-dark, #dc3545)}.attachment-preview-image-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.attachment-preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px;box-shadow:0 4px 12px #00000014}.attachment-preview-iframe{width:100%;height:100%;border:none;background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000014}.unsupported-icon{color:var(--ccore-text-muted)}.delete-modal-box{width:min(520px,calc(100vw - 24px));background:var(--ccore-bg-app, #ffffff);border:1px solid var(--ccore-border, #e5e7eb);border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;position:relative;overflow:hidden;display:flex;flex-direction:column}.delete-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:22px;color:var(--ccore-text-muted, #9ca3af);cursor:pointer;line-height:1;transition:color .15s ease}.delete-modal-close:hover{color:var(--ccore-text-dark, #111827)}.delete-modal-content{display:flex;gap:16px;padding:24px;align-items:flex-start}.delete-modal-icon-container{flex-shrink:0}.delete-modal-trash-circle{width:56px;height:56px;border-radius:50%;background-color:#fee2e2;display:flex;align-items:center;justify-content:center}.delete-modal-trash-icon{color:#ef4444;font-size:24px}.delete-modal-text-container{flex-grow:1}.delete-modal-title{margin:0 0 12px;font-size:18px;font-weight:700;color:var(--ccore-text-dark, #111827)}.delete-modal-body-text{margin:0 0 6px;font-size:14px;line-height:1.5;color:var(--ccore-text-dark, #374151)}.delete-modal-filename{font-weight:700;word-break:break-all;overflow-wrap:break-word}.delete-modal-sub-text{margin:0;font-size:14px;color:var(--ccore-text-muted, #6b7280)}.delete-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;background:var(--ccore-bg-panel, #f9fafb);border-top:1px solid var(--ccore-border, #e5e7eb)}.delete-modal-btn{padding:8px 16px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease}.delete-modal-btn--cancel{background:#fff;border:1px solid var(--ccore-border, #d1d5db);color:var(--ccore-text-dark, #374151)}.delete-modal-btn--cancel:hover{background:var(--ccore-bg-hover, #f3f4f6)}.delete-modal-btn--danger{background-color:#ef4444;border:1px solid #ef4444;color:#fff}.delete-modal-btn--danger:hover{background-color:#dc2626;border-color:#dc2626}.hotwf-overlay{position:fixed;inset:0;background:#00000059;display:grid;place-items:center;z-index:calc(var(--ccore-z-topbar) + 50)}.hotwf-overlay--topmost{z-index:calc(var(--ccore-z-topbar) + 60)}.hotwf-modal{width:min(720px,calc(100vw - 24px));max-height:calc(100vh - 24px);background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:10px;display:grid;grid-template-rows:auto auto 1fr auto;overflow:hidden}.hotwf-header{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.hotwf-title{font-size:13px;font-weight:600;color:var(--ccore-text-dark)}.hotwf-subtitle{margin-top:2px;font-size:12px;font-weight:500;color:var(--ccore-text-muted);word-break:break-all;overflow-wrap:break-word}.hotwf-close,.hotwf-download-btn{border:0;background:transparent;cursor:pointer;color:var(--ccore-text-muted);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;transition:color .15s ease}.hotwf-close{font-size:20px;line-height:1}.hotwf-download-btn{font-size:15px}.hotwf-close:hover,.hotwf-download-btn:hover{color:var(--ccore-text-dark)}.hotwf-header-actions{display:flex;align-items:center;gap:12px}.hotwf-steps{display:flex;gap:10px;padding:10px 14px;border-bottom:1px solid var(--ccore-border);overflow-x:auto;background:var(--ccore-bg-app)}.hotwf-step{display:inline-flex;align-items:center;gap:6px;color:var(--ccore-text-muted);white-space:nowrap;font-size:12px}.hotwf-stepdot{width:8px;height:8px;border-radius:50%;background:var(--ccore-border)}.hotwf-step--active{color:var(--ccore-text-dark);font-weight:600}.hotwf-step--active .hotwf-stepdot{background:var(--ccore-accent)}.hotwf-step--done .hotwf-stepdot{background:var(--ccore-brand-green)}.hotwf-body{min-height:0;overflow-y:auto;padding:14px;background:var(--ccore-bg-app)}.hotwf-panel{display:grid;gap:10px}.hotwf-message{color:var(--ccore-text-dark);font-size:12px;line-height:1.4}.hotwf-check{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--ccore-text-dark)}.hotwf-textarea{width:100%;border:1px solid var(--ccore-border);border-radius:6px;padding:8px;font-size:12px;resize:vertical}.hotwf-select{width:100%;border:1px solid var(--ccore-border);border-radius:6px;padding:8px;font-size:12px;background:var(--ccore-bg-app)}.hotwf-pills{display:flex;flex-wrap:wrap;gap:6px}.hotwf-pill{border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.hotwf-pill--selected{border-color:var(--ccore-accent);background:#1c2f5014}.hotwf-review{border:1px solid var(--ccore-border);border-radius:8px;padding:10px;display:grid;gap:8px;background:var(--ccore-bg-panel)}.hotwf-row{display:flex;gap:12px;align-items:flex-start}.hotwf-k{font-size:12px;color:var(--ccore-text-muted)}.hotwf-v{flex:1 1 0;min-width:0}.hotwf-error{margin-top:10px;padding:8px 10px;border-radius:6px;background:#b91c1c14;border:1px solid rgba(185,28,28,.25);color:#b91c1c;font-size:12px}.hotwf-footer{display:flex;gap:8px;align-items:center;padding:12px 14px;border-top:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.hotwf-spacer{flex:1}.hotwf-btn{border:1px solid var(--ccore-border);background:var(--ccore-bg-app);border-radius:6px;padding:6px 10px;font-size:12px;cursor:pointer}.hotwf-btn:disabled{opacity:.5;cursor:not-allowed}.hotwf-btn--ghost{background:transparent}.hotwf-btn--primary{border-color:var(--ccore-accent);background:var(--ccore-accent);color:var(--ccore-text-invert)}.hotwf-btn--primary:hover:not(:disabled){opacity:.85}.hotwf-input{width:90%;padding:8px 10px;font-size:var(--ccore-font-size-base);font-family:var(--ccore-font-family);color:var(--ccore-text-dark);background-color:#fff;border:1px solid var(--ccore-border);border-radius:4px;transition:border-color .15s ease,box-shadow .15s ease}.hotwf-input::placeholder{color:var(--ccore-text-muted)}.hotwf-input:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px #2859c426}.hotwf-input:disabled{background-color:var(--ccore-bg-panel);color:var(--ccore-text-muted)}.order-hotbuttons{display:flex;flex-wrap:wrap;gap:6px}.order-hotaction{--accent: var(--action-color);display:inline-flex;align-items:center;gap:6px;padding:5px 10px;height:30px;max-width:280px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:6px;font-size:12px;font-weight:500;color:var(--ccore-text-dark);cursor:pointer;white-space:nowrap;transition:background-color .12s ease,border-color .12s ease}.order-hotaction:hover{background:#ecebea}.order-hotaction-dot{width:8px;height:8px;border-radius:50%;background-color:var(--accent);flex-shrink:0}.order-hotaction-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-processing-banner{padding:6px 12px;font-size:12px;color:var(--ccore-text-muted);background:var(--ccore-bg-panel);border-bottom:1px solid var(--ccore-border)}.hotwf-action-name{font-weight:600;color:var(--ccore-text-dark)}.hotwf-action-description{margin-top:4px;font-size:12px;color:var(--ccore-text-muted);line-height:1.4;max-width:520px}.hotwf-header-actions{display:flex;gap:4px;align-items:center}.fieldtech-home{display:flex;flex-direction:column;height:100%;min-height:0}.fieldtech-home-header{padding:0 6px 4px}.fieldtech-home-title{font-size:20px;font-weight:700;color:var(--ccore-text-dark)}.fieldtech-home-subtitle{font-size:14px;color:var(--ccore-text-muted);margin-top:4px;font-weight:400}.fieldtech-home-filters-container{display:flex;flex-direction:column;margin-top:10px;width:100%}.fieldtech-home-filters-scroll-area{width:100%}.fieldtech-home-filters-scroll-area.is-expanded{max-height:220px;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:var(--ccore-border) transparent}.fieldtech-home-filters-scroll-area.is-expanded::-webkit-scrollbar{width:6px}.fieldtech-home-filters-scroll-area.is-expanded::-webkit-scrollbar-track{background:transparent}.fieldtech-home-filters-scroll-area.is-expanded::-webkit-scrollbar-thumb{background-color:var(--ccore-border);border-radius:3px}.fieldtech-home-filters-scroll-area.is-expanded::-webkit-scrollbar-thumb:hover{background-color:var(--ccore-text-muted)}.fieldtech-home-filters{display:flex;flex-wrap:wrap;gap:8px}.fieldtech-home-filters-expanded-actions{display:flex;margin-top:8px}.fieldtech-filter-pill{padding:4px 10px;font-size:12px;border-radius:16px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);cursor:pointer;transition:background .12s ease}.fieldtech-filter-pill.is-active{background:var(--ccore-blue-light);color:var(--ccore-text-invert);border-color:var(--ccore-blue-light)}.fieldtech-filter-pill.fieldtech-filter-pill-more,.fieldtech-home-filters-expanded-actions .fieldtech-filter-pill{background:var(--ccore-bg-app);color:var(--ccore-blue-light)}.fieldtech-filter-pill.fieldtech-filter-pill-more:hover,.fieldtech-home-filters-expanded-actions .fieldtech-filter-pill:hover{background:var(--ccore-info-bg);border-color:var(--ccore-info-border)}body.ccore-dark .fieldtech-filter-pill.fieldtech-filter-pill-more,body.ccore-dark .fieldtech-home-filters-expanded-actions .fieldtech-filter-pill{color:var(--ccore-blue-light)}.fieldtech-home-list{flex:1;min-height:0;overflow-y:auto;padding:4px 4px 0}.fieldtech-home-empty{padding:20px;text-align:center;color:var(--ccore-text-muted)}.fieldtech-home-header-row{display:flex;justify-content:space-between;align-items:flex-start}.fieldtech-home-header-left{display:flex;flex-direction:column}.fieldtech-home-header-actions{display:flex;gap:10px;align-items:center}.fieldtech-header-btn{position:relative;min-width:40px;height:40px;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:8px;color:var(--ccore-text-muted);cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #1018280f}.fieldtech-header-btn--icon-only{width:40px;padding:0}.fieldtech-header-btn svg{flex-shrink:0;font-size:14px}.fieldtech-header-btn-label{font-size:14px;font-weight:400;line-height:1;white-space:nowrap}.fieldtech-header-btn:hover{color:var(--ccore-blue-light);border-color:var(--ccore-accent-active);background:var(--ccore-info-bg)}.fieldtech-header-btn:focus-visible{outline:none;border-color:var(--ccore-brand-green);box-shadow:0 0 0 3px var(--ccore-brand-green-soft)}.fieldtech-header-btn.is-active,.fieldtech-header-btn-primary{background:var(--ccore-brand-green);color:var(--ccore-text-invert);border-color:var(--ccore-brand-green);box-shadow:0 8px 20px #7dad4638}.fieldtech-header-btn.is-active:hover,.fieldtech-header-btn-primary:hover{opacity:.92}.fieldtech-filter-badge{position:absolute;top:-6px;right:-6px;background-color:var(--ccore-danger);color:var(--ccore-text-invert);font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--ccore-bg-app);box-shadow:var(--ccore-shadow-badge);z-index:10;line-height:1;box-sizing:border-box}.fieldtech-table{border-radius:12px;border:1px solid var(--ccore-border);box-shadow:var(--ccore-shadow-soft);display:flex;flex-direction:column;height:100%;overflow:hidden}.fieldtech-table-header,.fieldtech-table-row{display:grid;min-width:100%;width:fit-content}.fieldtech-table-header{font-weight:600;font-size:12px;letter-spacing:.5px;border-bottom:1px solid var(--ccore-border);flex:0 0 auto}.fieldtech-table-row{cursor:pointer;border-bottom:1px solid #eee;transition:background .12s ease;min-width:100%;height:36px;box-sizing:border-box}.fieldtech-table-row:last-child{border-bottom:none}.fieldtech-table-wrapper{display:flex;flex-direction:column;height:100%;min-height:0}.fieldtech-table-wrapper .fieldtech-table{flex:1;min-height:0;height:auto}.fieldtech-table-scroll-container{flex:1;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden;min-height:0}.fieldtech-table-body{flex:1;min-height:0;overflow-y:auto;overflow-x:visible;min-width:100%;width:fit-content}.fieldtech-table-loading-more{position:sticky;bottom:0;left:0;height:36px;display:flex;align-items:center;justify-content:center;color:var(--ccore-text-muted);font-size:13px;border-top:1px solid #eee;border-bottom:1px solid #eee;box-sizing:border-box;background-color:var(--ccore-bg-panel);z-index:10;width:var(--container-width, 100%)}.fieldtech-compact-list-container{display:flex;flex-direction:column;height:100%}.ccore-orderlist-body{flex:1;overflow-y:auto}.fieldtech-compact-loading-more{position:sticky;bottom:0;left:0;height:36px;display:flex;align-items:center;justify-content:center;color:var(--ccore-text-muted);font-size:13px;background-color:var(--ccore-bg-panel);z-index:10;box-sizing:border-box;width:100%}.fieldtech-table-loading-more svg,.fieldtech-compact-loading-more svg{margin-right:6px}.fieldtech-table-cell{padding:6px;font-size:13px;display:flex;align-items:center;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.fieldtech-table-header-cell{text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fieldtech-sort-indicator{display:inline-flex;align-items:center;justify-content:center;flex:0 0 12px;width:12px;color:var(--ccore-text-muted);opacity:0;visibility:hidden;transition:opacity .12s ease}.fieldtech-sort-indicator.is-active,.fieldtech-table-header-cell:hover .fieldtech-sort-indicator{opacity:1;visibility:visible;color:var(--ccore-text-dark)}.fieldtech-sort-indicator-neutral{display:inline-flex;flex-direction:column;line-height:var(--ccore-line-height);font-size:9px}.fieldtech-table-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 4px;font-size:13px;color:var(--ccore-text-muted)}.fieldtech-table-pagination{display:flex;align-items:center;gap:8px}.fieldtech-page-btn{background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);padding:6px 12px;border-radius:8px;cursor:pointer}.fieldtech-page-btn:hover{background:#eaeaea}.fieldtech-page-current{background:var(--ccore-brand-green);color:var(--ccore-text-invert);padding:6px 10px;border-radius:8px;font-weight:600}.fieldtech-back-btn{display:flex;align-items:center;gap:6px;font-weight:600}.fieldtech-list-chevron-bar{position:absolute;top:12px;right:8px;display:flex;gap:6px}.fieldtech-list-chevron-bar.is-collapsed{right:auto;left:4px}.fieldtech-list-chevron-btn{width:30px;height:30px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-muted);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.fieldtech-list-chevron-btn:hover{color:var(--ccore-blue-light);border-color:var(--ccore-accent-active);background:var(--ccore-info-bg)}.fieldtech-list-chevron-btn:focus-visible{outline:none;border-color:var(--ccore-brand-green);box-shadow:0 0 0 3px var(--ccore-brand-green-soft)}.fieldtech-compact-header{padding:4px}.fieldtech-compact-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.fieldtech-compact-title{font-size:16px;font-weight:700;letter-spacing:.04em;color:var(--ccore-text-dark)}.fieldtech-compact-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.fieldtech-compact-divider{margin:10px 0 12px;border:none;border-top:1px solid var(--ccore-border)}.fieldtech-compact-search{width:100%;max-width:100%}.fieldtech-compact-search-input{width:100%;max-width:100%;box-sizing:border-box;padding:10px 14px;border-radius:10px;border:1px solid var(--ccore-border)}.fieldtech-compact-count{margin-top:8px;font-size:14px;color:var(--ccore-muted)}.fieldtech-compact-card{padding:14px;border-bottom:1px solid var(--ccore-border);cursor:pointer}.fieldtech-compact-row1,.fieldtech-compact-row2,.fieldtech-compact-row3{display:flex;justify-content:space-between;margin-bottom:6px}.fieldtech-compact-name{font-weight:600}.fieldtech-compact-type{color:var(--ccore-brand-blue)}.fieldtech-compact-status{font-weight:500}.fieldtech-compact-card.is-selected{background-color:var(--ccore-selected-bg);border-left:4px solid var(--ccore-accent)}.fieldtech-home-list.is-loading{filter:blur(3px);pointer-events:none}.fieldtech-list-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fff9}.fieldtech-home-list.is-loading .fieldtech-table{filter:blur(3px);pointer-events:none}.fieldtech-list-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--ccore-bg-panel) 80%,transparent)}.fieldtech-search-banner{display:flex;justify-content:space-between;align-items:center;background:var(--ccore-info-bg);border:1px solid var(--ccore-info-border);color:var(--ccore-text-dark);padding:10px 14px;margin-bottom:12px;border-radius:6px;font-size:var(--ccore-font-size-base)}.fieldtech-search-clear{background:none;border:none;color:var(--ccore-info-accent);font-weight:500;cursor:pointer}.fieldtech-search-clear:hover{text-decoration:underline}.fieldtech-filter-group{margin-bottom:12px}.fieldtech-filter-panel{position:relative;margin-top:12px;padding:22px 20px 18px;border:1px solid var(--ccore-border);border-radius:10px;background:var(--ccore-bg-panel);box-shadow:0 4px 14px #0000000f;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.fieldtech-filter-body{display:contents}.fieldtech-filter-section{display:flex;flex-direction:column;gap:8px}.fieldtech-filter-section h4{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--ccore-text-muted);margin-bottom:4px}.fieldtech-filter-section input,.fieldtech-filter-section select{padding:8px 10px;border-radius:6px;border:1px solid var(--ccore-border);font-size:var(--ccore-font-size-base)}.fieldtech-filter-section input:focus{outline:none;border-color:var(--ccore-blue-light)}.fieldtech-filter-clear{background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);padding:8px 12px;border-radius:6px;cursor:pointer}.fieldtech-filter-apply{background:var(--ccore-brand-green);color:var(--ccore-text-invert);border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.fieldtech-filter-header{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fieldtech-filter-title{font-size:15px;font-weight:600;color:var(--ccore-text-dark)}.fieldtech-filter-actions{display:flex;align-items:center;gap:8px}.fieldtech-filter-reset{padding:6px 12px;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);cursor:pointer;font-size:12px}.fieldtech-filter-reset:hover{background:#e5e5e5}.fieldtech-filter-close{width:30px;height:30px;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);cursor:pointer;display:flex;align-items:center;justify-content:center}.fieldtech-filter-close:hover{background:#e5e5e5}.fieldtech-col-resize{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none}.fieldtech-col-resize:hover{background:color-mix(in srgb,var(--ccore-border) 50%,transparent)}.fieldtech-active-filters{display:flex;flex-wrap:wrap;gap:8px}.fieldtech-filter-chip{display:flex;align-items:center;gap:6px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);padding:4px 8px;border-radius:14px;font-size:12px}.fieldtech-filter-chip button{border:none;background:none;cursor:pointer;font-size:12px;color:var(--ccore-text-muted)}.fieldtech-filter-chip button:hover{color:var(--ccore-danger)}.fieldtech-homepage{display:flex;flex-direction:column;height:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;padding:0;min-width:0;container-type:inline-size;container-name:fieldtech-homepage;font-family:var(--ccore-font-family);background:var(--ccore-bg-app)}.fieldtech-homepage-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:10px;flex-shrink:0}.fieldtech-homepage-copy{min-width:0}.fieldtech-homepage-title{margin:0;font-size:clamp(2rem,3vw,2.6rem);line-height:1.05;color:var(--ccore-text-dark);letter-spacing:-.04em}.fieldtech-homepage-subtitle{margin:10px 0 0;font-size:16px;color:var(--ccore-text-muted)}.fieldtech-homepage-meta{margin-top:12px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#7dad461f;color:var(--ccore-brand-green);font-size:12px;font-weight:600}.fieldtech-homepage-shortcuts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.fieldtech-homepage-shortcut{display:inline-flex;align-items:flex-start;gap:10px;min-width:148px;padding:11px 15px;border-radius:18px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);box-shadow:0 10px 24px #0000000f;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.fieldtech-homepage-shortcut:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0000001a}.fieldtech-homepage-shortcut-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:1px;font-size:15px}.fieldtech-homepage-shortcut-copy{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}.fieldtech-homepage-shortcut-title{font-size:14px;font-weight:700;color:var(--ccore-text-dark)}.fieldtech-homepage-shortcut-subtitle{font-size:12px;color:var(--ccore-text-muted)}.fieldtech-homepage-shortcut.is-tone-blue{border-color:#2859c447;background:#2859c40f}.fieldtech-homepage-shortcut.is-tone-blue .fieldtech-homepage-shortcut-icon{color:var(--ccore-blue-light)}.fieldtech-homepage-shortcut.is-tone-green{border-color:#7dad4647;background:#7dad4614}.fieldtech-homepage-shortcut.is-tone-green .fieldtech-homepage-shortcut-icon{color:var(--ccore-brand-green)}.fieldtech-homepage-shortcut.is-tone-violet{border-color:#7c3aed47;background:#7c3aed0f}.fieldtech-homepage-shortcut.is-tone-violet .fieldtech-homepage-shortcut-icon{color:#7c3aed}.fieldtech-homepage-shortcut.is-tone-amber{border-color:#f59e0b47;background:#f59e0b14}.fieldtech-homepage-shortcut.is-tone-amber .fieldtech-homepage-shortcut-icon{color:#d97706}.fieldtech-homepage-shortcut.is-tone-slate{min-width:auto;padding-inline:14px;border-color:var(--ccore-border)}.fieldtech-homepage-shortcut.is-tone-slate .fieldtech-homepage-shortcut-icon{color:var(--ccore-text-muted);width:16px;height:16px;font-size:12px}.fieldtech-homepage-shortcut.is-tone-slate .fieldtech-homepage-shortcut-subtitle{display:none}.fieldtech-homepage-shortcut.is-icon-only{align-items:center;justify-content:center;min-width:44px;width:44px;height:44px;padding:0;gap:0;border-radius:8px}.fieldtech-homepage-shortcut.is-icon-only .fieldtech-homepage-shortcut-icon{margin-top:0;font-size:22px;width:22px;height:22px}.fieldtech-homepage-board{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.95fr);align-items:start;gap:8px;flex:0 0 auto;min-height:auto;overflow:visible;padding-right:4px}.fieldtech-homepage-board::-webkit-scrollbar{width:6px}.fieldtech-homepage-board::-webkit-scrollbar-track{background:transparent}.fieldtech-homepage-board::-webkit-scrollbar-thumb{border-radius:999px;background:var(--ccore-border)}.fieldtech-homepage-board::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted)}.fieldtech-homepage-primary,.fieldtech-homepage-sidebar{display:flex;flex-direction:column;gap:10px;min-width:0;align-self:start;padding-bottom:24px;box-sizing:border-box}.fieldtech-homepage-primary{position:relative}.fieldtech-homepage-sidebar{position:sticky;top:0;max-height:calc(100vh - var(--ccore-topbar-height) - 16px);overflow-y:auto;overscroll-behavior-y:contain;padding-right:6px;scrollbar-width:none;-ms-overflow-style:none}.fieldtech-homepage-sidebar::-webkit-scrollbar{display:none}.fieldtech-homepage-section-heading{position:sticky;top:0;z-index:10;background:var(--ccore-bg-app);padding:6px 2px 8px;margin:0;font-size:14px;font-weight:800;letter-spacing:.02em;color:var(--ccore-text-dark)}.fieldtech-homepage-panel{min-width:0;padding:18px 18px 20px;border-radius:14px;border:.8px solid var(--ccore-border);background:var(--ccore-bg-app);box-shadow:0 22px 42px #0000000f,inset 0 1px #fffc;width:100%;min-height:350px;height:auto;top:156px;left:24px;transform:rotate(0);opacity:1;box-sizing:border-box;display:flex;flex-direction:column}.fieldtech-homepage-panel.is-metric{--fieldtech-homepage-metric-card-max-height: min(420px, calc(100vh - var(--ccore-topbar-height) - 56px));width:100%;min-height:350px;height:auto;max-height:var(--fieldtech-homepage-metric-card-max-height);top:41px;left:auto;transform:rotate(0);opacity:1;border-radius:14px;border-width:.8px;padding-bottom:4px;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.fieldtech-homepage-panel.is-metric .fieldtech-homepage-panel-header,.fieldtech-homepage-panel.is-metric .fieldtech-homepage-chart-frame,.fieldtech-homepage-panel.is-metric .fieldtech-homepage-metric-empty{flex:0 0 auto}.fieldtech-homepage-panel-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.fieldtech-homepage-panel-title-wrap{display:flex;align-items:center;gap:10px}.fieldtech-homepage-panel-alert{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;color:var(--ccore-blue-light);background:var(--ccore-info-bg);font-size:10px}.fieldtech-homepage-panel-title{margin:0;font-size:15px;font-weight:800;color:var(--ccore-text-dark)}.fieldtech-homepage-panel-count{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 8px;border-radius:999px;background:var(--ccore-bg-panel);color:var(--ccore-text-muted);font-size:11px;font-weight:700;white-space:nowrap}.fieldtech-homepage-link{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;color:var(--ccore-brand-green);font-size:14px;font-weight:600;cursor:pointer}.fieldtech-homepage-link:hover{color:var(--ccore-accent-hover)}.fieldtech-homepage-job-list{--fieldtech-homepage-visible-jobs: 3;--fieldtech-homepage-job-card-height: 78px;display:flex;flex-direction:column;gap:12px;margin-top:12px;overflow:visible;flex:0 0 auto;min-height:auto}.fieldtech-homepage-job-empty{padding:18px 20px;border-radius:16px;border:1px dashed var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-muted);font-size:14px;font-weight:500}.fieldtech-homepage-job-card{width:100%;height:auto;transform:rotate(0);opacity:1;border-radius:10px;border:.8px solid var(--ccore-border);min-height:var(--fieldtech-homepage-job-card-height);box-sizing:border-box;position:relative;z-index:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;padding:8px 14px;background:var(--ccore-bg-app);overflow:visible;flex-shrink:0;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.fieldtech-homepage-job-card.is-clickable{cursor:pointer}.fieldtech-homepage-job-card.is-clickable:hover{border-color:var(--ccore-accent-active);box-shadow:0 12px 24px #2859c414;transform:translateY(-1px)}.fieldtech-homepage-job-card.is-attachment-open,.fieldtech-homepage-job-card.is-customer-open,.fieldtech-homepage-job-card.is-notes-open{border-color:var(--ccore-accent-active);box-shadow:0 14px 28px #2859c41a;height:auto}.fieldtech-homepage-job-card:has(.fieldtech-homepage-status-dropdown){z-index:10}.fieldtech-homepage-job-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:var(--ccore-bg-panel);color:var(--ccore-text-muted);font-size:15px}.fieldtech-homepage-job-date-block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#7c3aed14;border:1px solid rgba(124,58,237,.2);color:#7c3aed;box-sizing:border-box;font-family:var(--ccore-font-family);-webkit-user-select:none;user-select:none}.fieldtech-homepage-job-date-month{font-size:9px;font-weight:800;letter-spacing:.05em;line-height:1}.fieldtech-homepage-job-date-day{font-size:16px;font-weight:800;line-height:1.1;margin-top:1px}body.ccore-dark .fieldtech-homepage-job-date-block{background:#8b5cf626;border-color:#8b5cf64d;color:#a78bfa}.fieldtech-homepage-job-copy{min-width:0}.fieldtech-homepage-job-line{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;color:var(--ccore-text-muted);font-size:13px}.fieldtech-homepage-job-line strong{color:var(--ccore-text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fieldtech-homepage-job-line span:not(.fieldtech-homepage-job-type-badge):not(.fieldtech-homepage-job-dot){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fieldtech-homepage-job-type-badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:2px 8px;border-radius:999px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-dark);font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.fieldtech-homepage-job-dot{width:4px;height:4px;border-radius:999px;background:var(--ccore-text-muted);flex-shrink:0}.fieldtech-homepage-job-detail{margin-top:2px;color:var(--ccore-text-muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fieldtech-homepage-job-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.fieldtech-homepage-job-badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%}.fieldtech-homepage-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:26px;font-size:11px;font-weight:600;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.fieldtech-homepage-badge:not(.ccore-backend-status-pill){padding:4px 10px;border-radius:999px;border:1px solid var(--ccore-status-default-border)}.fieldtech-homepage-badge svg{font-size:9px;margin-left:2px}.fieldtech-homepage-badge.is-interactive{cursor:pointer}.fieldtech-homepage-badge.is-interactive:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000000f}.fieldtech-homepage-badge.is-tone-slate{color:var(--ccore-text-muted);background:var(--ccore-bg-app);border-color:var(--ccore-border)}.fieldtech-homepage-badge.is-tone-blue{color:var(--ccore-blue-light);background:var(--ccore-info-bg);border-color:#2859c42e}.fieldtech-homepage-badge.is-tone-violet{color:#7c3aed;background:#f3e8ff;border-color:#7c3aed2e}.fieldtech-homepage-badge.is-tone-green{color:var(--ccore-brand-green);background:#7dad461f;border-color:#7dad463d}.fieldtech-homepage-badge.is-tone-amber{color:#92400e;background:#ffedd5;border-color:#d9770633}.fieldtech-homepage-badge.is-tone-red{color:#991b1b;background:#fee2e2;border-color:#dc26262e}.fieldtech-homepage-status-menu{position:relative;z-index:1}.fieldtech-homepage-status-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:260px;max-width:320px;padding:10px;border-radius:18px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);box-shadow:0 22px 42px #0000001f,inset 0 1px #ffffffb8;overflow:hidden;display:flex;flex-direction:column}.fieldtech-homepage-status-dropdown-header{padding:4px 10px 10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ccore-text-muted)}.fieldtech-homepage-status-dropdown-body{display:flex;flex-direction:column;gap:4px;overflow-y:auto;padding-right:2px;flex:1 1 auto}.fieldtech-homepage-status-dropdown-body::-webkit-scrollbar{width:8px}.fieldtech-homepage-status-dropdown-body::-webkit-scrollbar-track{background:transparent}.fieldtech-homepage-status-dropdown-body::-webkit-scrollbar-thumb{border-radius:999px;background:var(--ccore-border);border:2px solid transparent;background-clip:padding-box}.fieldtech-homepage-status-dropdown-body::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted);border:2px solid transparent;background-clip:padding-box}.fieldtech-homepage-status-option,.fieldtech-homepage-status-empty{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 10px;border-radius:14px;border:none;background:transparent;text-align:left;box-sizing:border-box}.fieldtech-homepage-status-option{cursor:pointer}.fieldtech-homepage-status-option:hover{background:var(--ccore-info-bg)}.fieldtech-homepage-status-option.is-readonly{cursor:default;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border)}.fieldtech-homepage-status-option.is-readonly:hover{background:var(--ccore-bg-panel)}.fieldtech-homepage-status-option-content{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.fieldtech-homepage-status-option-title{display:block;line-height:1.3;font-size:13px;font-weight:700;color:var(--ccore-text-dark);white-space:normal}.fieldtech-homepage-status-option-copy,.fieldtech-homepage-status-empty{font-size:12px;line-height:1.35;color:var(--ccore-text-muted)}.fieldtech-homepage-status-option-copy{white-space:normal}.fieldtech-homepage-status-option-icon{flex-shrink:0;font-size:11px;color:var(--ccore-text-muted)}.fieldtech-homepage-status-empty{padding:12px 13px;border-radius:14px;background:var(--ccore-bg-panel)}.fieldtech-homepage-job-actions{display:flex;gap:4px}.fieldtech-homepage-icon-button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-muted);cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.fieldtech-homepage-icon-button svg{font-size:12px}.fieldtech-homepage-icon-button:hover:not(:disabled){color:var(--ccore-blue-light);border-color:var(--ccore-accent-active);background:var(--ccore-info-bg)}.fieldtech-homepage-icon-button.is-active:not(:disabled){color:var(--ccore-blue-light);border-color:var(--ccore-accent-active);background:var(--ccore-info-bg)}.fieldtech-homepage-icon-button:disabled{opacity:.5;cursor:not-allowed;background:var(--ccore-bg-subtle)!important;border-color:var(--ccore-border)!important;color:var(--ccore-text-disabled)!important}.fieldtech-homepage-attachment-panel{grid-column:1 / -1;display:flex;flex-direction:column;gap:12px;margin-top:2px;padding:14px;border-radius:14px;border:1px solid rgba(40,89,196,.18);background:var(--ccore-info-bg)}.fieldtech-homepage-customer-panel{grid-column:1 / -1;display:flex;flex-direction:column;gap:12px;margin-top:2px;padding:14px;border-radius:14px;border:1px solid rgba(125,173,70,.24);background:#7dad4614}.fieldtech-homepage-notes-panel{grid-column:1 / -1;display:flex;flex-direction:column;gap:14px;min-height:min(520px,calc(100vh - 220px));max-height:min(720px,calc(100vh - 180px));margin-top:2px;padding:14px;border-radius:14px;border:1px solid rgba(40,89,196,.18);background:var(--ccore-info-bg);overflow-x:hidden;overflow-y:scroll;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--ccore-border) transparent}.fieldtech-homepage-notes-panel::-webkit-scrollbar{width:8px}.fieldtech-homepage-notes-panel::-webkit-scrollbar-track{background:transparent}.fieldtech-homepage-notes-panel::-webkit-scrollbar-thumb{border-radius:999px;background:var(--ccore-border)}.fieldtech-homepage-notes-panel::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted)}.fieldtech-homepage-attachment-header,.fieldtech-homepage-customer-header,.fieldtech-homepage-notes-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.fieldtech-homepage-attachment-title,.fieldtech-homepage-customer-title,.fieldtech-homepage-notes-title{font-size:14px;font-weight:800;color:var(--ccore-text-dark)}.fieldtech-homepage-attachment-subtitle,.fieldtech-homepage-customer-subtitle,.fieldtech-homepage-notes-subtitle{margin-top:4px;font-size:12px;color:var(--ccore-text-muted)}.fieldtech-homepage-attachment-cancel,.fieldtech-homepage-customer-close,.fieldtech-homepage-notes-close{border:none;background:transparent;color:var(--ccore-text-muted);font-size:12px;font-weight:700;cursor:pointer}.fieldtech-homepage-notes-mode-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.fieldtech-homepage-notes-mode{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 12px;border-radius:999px;border:1px solid rgba(125,173,70,.25);background:var(--ccore-bg-app);color:var(--ccore-brand-green);font-size:12px;font-weight:700;cursor:pointer}.fieldtech-homepage-notes-mode.is-active{background:var(--ccore-brand-green);color:var(--ccore-text-invert);border-color:transparent}.fieldtech-homepage-notes-form{display:flex;flex-direction:column;gap:12px}.fieldtech-homepage-notes-modifiers{display:flex;flex-wrap:wrap;gap:10px}.fieldtech-homepage-notes-toggle{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--ccore-text-dark)}.fieldtech-homepage-notes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fieldtech-homepage-notes-field{display:flex;flex-direction:column;gap:6px;min-width:0}.fieldtech-homepage-notes-field.is-full{grid-column:1 / -1}.fieldtech-homepage-notes-field span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ccore-text-muted)}.fieldtech-homepage-notes-field input,.fieldtech-homepage-notes-field select,.fieldtech-homepage-notes-field textarea{width:100%;min-width:0;padding:10px 12px;border-radius:10px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-dark);font:inherit;box-sizing:border-box}.fieldtech-homepage-notes-field select[multiple]{min-height:112px}.fieldtech-homepage-notes-field .multiselect-trigger{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:10px 28px 10px 12px!important;border-radius:10px!important;height:auto!important;min-height:0!important;background-image:linear-gradient(45deg,transparent 50%,var(--ccore-text-muted) 50%),linear-gradient(135deg,var(--ccore-text-muted) 50%,transparent 50%)!important;background-position:calc(100% - 16px) 50%,calc(100% - 10px) 50%!important;background-size:6px 6px,6px 6px!important;background-repeat:no-repeat!important}.fieldtech-homepage-notes-field textarea{resize:vertical}.fieldtech-homepage-notes-field input:focus,.fieldtech-homepage-notes-field select:focus,.fieldtech-homepage-notes-field textarea:focus{outline:none;border-color:var(--ccore-blue-light);box-shadow:0 0 0 3px #2859c41f}.fieldtech-homepage-notes-helper,.fieldtech-homepage-notes-message{font-size:12px;font-weight:600;color:var(--ccore-text-muted)}.fieldtech-homepage-notes-message.is-error{color:#b91c1c}.fieldtech-homepage-notes-actions{display:flex;justify-content:flex-end;gap:10px}.fieldtech-homepage-notes-save,.fieldtech-homepage-notes-clear{min-width:92px;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer}.fieldtech-homepage-notes-save{border:none;background:var(--ccore-brand-green);color:var(--ccore-text-invert)}.fieldtech-homepage-notes-save:hover:not(:disabled){opacity:.85}.fieldtech-homepage-notes-save:disabled{cursor:not-allowed;opacity:.65}.fieldtech-homepage-notes-clear{border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-dark)}.fieldtech-homepage-notes-timeline{display:flex;flex-direction:column;gap:10px}.fieldtech-homepage-notes-timeline-title{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ccore-text-muted)}.fieldtech-homepage-notes-list{display:flex;flex-direction:column;gap:10px}.fieldtech-homepage-note-card{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app)}.fieldtech-homepage-note-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--ccore-text-muted)}.fieldtech-homepage-note-card-separator{color:var(--ccore-text-muted)}.fieldtech-homepage-note-card-badges{display:flex;flex-wrap:wrap;gap:8px}.fieldtech-homepage-note-chip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800}.fieldtech-homepage-note-chip.is-kind-email{background:var(--ccore-info-bg);color:var(--ccore-blue-light)}.fieldtech-homepage-note-chip.is-kind-priority{background:#fee2e2;color:#b91c1c}.fieldtech-homepage-note-chip.is-kind-inhouse{background:#ede9fe;color:#6d28d9}.fieldtech-homepage-note-chip.is-kind-home{background:#7dad462e;color:var(--ccore-brand-green)}.fieldtech-homepage-note-card-body{font-size:13px;font-weight:600;color:var(--ccore-text-dark);line-height:1.5;word-break:break-word}.fieldtech-homepage-note-card-body p{margin:0 0 8px}.fieldtech-homepage-note-card-body p:last-child{margin-bottom:0}.fieldtech-homepage-customer-list{display:flex;flex-direction:column;gap:10px}.fieldtech-homepage-customer-row{display:grid;grid-template-columns:minmax(0,126px) minmax(0,1fr);gap:12px;align-items:start}.fieldtech-homepage-customer-label{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ccore-text-muted)}.fieldtech-homepage-customer-value{min-width:0;font-size:13px;font-weight:600;color:var(--ccore-text-dark);line-height:1.45;word-break:break-word}.fieldtech-homepage-customer-value.is-copyable{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.fieldtech-homepage-customer-copy-content{min-width:0;flex:1 1 180px}.fieldtech-homepage-copy-button{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;min-height:30px;padding:6px 10px;border-radius:999px;border:1px solid rgba(125,173,70,.28);background:var(--ccore-bg-app);color:var(--ccore-brand-green);font-size:12px;font-weight:700;cursor:pointer}.fieldtech-homepage-copy-button:hover{border-color:#7dad467a;background:var(--ccore-bg-app)}.fieldtech-homepage-copy-all-btn{background:var(--ccore-brand-green)!important;border-color:var(--ccore-brand-green)!important;color:var(--ccore-text-invert)!important;margin-right:8px}.fieldtech-homepage-copy-all-btn:hover{background:var(--ccore-brand-green)!important;border-color:var(--ccore-brand-green)!important;opacity:.85!important}.fieldtech-homepage-copy-all-btn:active{opacity:.7!important}.fieldtech-homepage-customer-link{color:var(--ccore-brand-green);text-decoration:none}.fieldtech-homepage-customer-link:hover{text-decoration:underline}.fieldtech-homepage-customer-message{font-size:12px;font-weight:600;color:var(--ccore-text-muted)}.fieldtech-homepage-customer-message.is-error{color:#b91c1c}.fieldtech-homepage-attachment-form{display:flex;flex-direction:column;gap:16px}.fieldtech-homepage-attachment-field{display:flex;flex-direction:column;gap:6px;min-width:0}.fieldtech-homepage-attachment-field span{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ccore-text-muted)}.fieldtech-homepage-attachment-field input,.fieldtech-homepage-attachment-field select{width:100%;min-width:0;padding:10px 12px;border-radius:10px;border:1px solid var(--ccore-border);background:var(--ccore-bg-app);color:var(--ccore-text-dark);font:inherit;box-sizing:border-box}.fieldtech-homepage-attachment-field .multiselect-trigger{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:10px 28px 10px 12px!important;border-radius:10px!important;height:auto!important;min-height:0!important;background-image:linear-gradient(45deg,transparent 50%,var(--ccore-text-muted) 50%),linear-gradient(135deg,var(--ccore-text-muted) 50%,transparent 50%)!important;background-position:calc(100% - 16px) 50%,calc(100% - 10px) 50%!important;background-size:6px 6px,6px 6px!important;background-repeat:no-repeat!important}.fieldtech-homepage-attachment-field input[type=file]{padding:8px 10px}.fieldtech-homepage-attachment-field input:focus,.fieldtech-homepage-attachment-field select:focus{outline:none;border-color:var(--ccore-blue-light);box-shadow:0 0 0 3px #2859c41f}.fieldtech-homepage-attachment-message{font-size:12px;font-weight:600;color:var(--ccore-text-muted)}.fieldtech-homepage-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;text-align:center;cursor:pointer;border:2px dashed var(--ccore-border);border-radius:12px;background:#2859c403;transition:border-color .2s,background-color .2s}.fieldtech-homepage-upload-dropzone:hover,.fieldtech-homepage-upload-dropzone.is-drag-over{border-color:var(--ccore-accent, #2859c4);background:#2859c40a}.fieldtech-homepage-upload-icon{font-size:28px;color:var(--ccore-text-muted);margin-bottom:10px;transition:color .2s}.fieldtech-homepage-upload-dropzone:hover .fieldtech-homepage-upload-icon{color:var(--ccore-accent, #2859c4)}.fieldtech-homepage-upload-primary-text{font-size:13px;font-weight:600;color:var(--ccore-text-dark);margin:0 0 3px}.fieldtech-homepage-upload-secondary-text{font-size:11px;color:var(--ccore-text-muted);margin:0}.fieldtech-homepage-upload-preview{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--ccore-border);border-radius:12px;background:var(--ccore-bg-app)}.fieldtech-homepage-upload-preview-icon{font-size:24px;color:var(--ccore-accent, #2859c4)}.fieldtech-homepage-upload-preview-details{display:flex;flex-direction:column;min-width:0;flex-grow:1}.fieldtech-homepage-upload-preview-name{font-size:13px;font-weight:600;color:var(--ccore-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fieldtech-homepage-upload-preview-size{font-size:11px;color:var(--ccore-text-muted);margin-top:1px}.fieldtech-homepage-upload-preview-clear{background:none;border:none;padding:4px;cursor:pointer;color:var(--ccore-text-muted);transition:color .2s}.fieldtech-homepage-upload-preview-clear:hover{color:#ef4444}.fieldtech-homepage-attachment-message.is-error{color:#b91c1c}.fieldtech-homepage-attachment-actions{display:flex;justify-content:flex-end}.fieldtech-homepage-attachment-submit{min-width:92px;padding:10px 16px;border:none;border-radius:10px;background:var(--ccore-blue-light);color:var(--ccore-text-invert);font-size:13px;font-weight:700;cursor:pointer}.fieldtech-homepage-attachment-submit:disabled{cursor:not-allowed;opacity:.6}.fieldtech-homepage-refresh{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:999px;background:#7dad461f;color:var(--ccore-brand-green);cursor:pointer}.fieldtech-homepage-metric-empty{margin-top:18px;padding:18px 20px;border-radius:16px;border:1px dashed var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-muted);font-size:14px;font-weight:500}.fieldtech-homepage-chart-frame{display:flex;align-items:flex-start;min-width:0;margin-top:18px;flex-shrink:0}.fieldtech-homepage-chart-axis{flex-shrink:0;width:36px;height:100px;margin-top:18px;padding-right:8px;display:flex;flex-direction:column;justify-content:space-between;font-size:11px;font-weight:600;color:var(--ccore-text-muted);text-align:right;line-height:1}.fieldtech-homepage-chart-axis-spacer{visibility:hidden}.fieldtech-homepage-chart-scroll{flex:1;min-width:0;overflow-x:scroll;overflow-y:hidden;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:var(--ccore-border) transparent}.fieldtech-homepage-chart-scroll::-webkit-scrollbar{height:8px}.fieldtech-homepage-chart-scroll::-webkit-scrollbar-track{background:transparent}.fieldtech-homepage-chart-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:var(--ccore-border)}.fieldtech-homepage-chart{position:relative;display:grid;grid-template-rows:100px 1px auto;gap:0 8px;padding:18px 12px 10px;box-sizing:border-box;background:linear-gradient(to top,transparent calc(25% - .5px),rgba(0,0,0,.07) calc(25% - .5px),rgba(0,0,0,.07) calc(25% + .5px),transparent calc(25% + .5px),transparent calc(50% - .5px),rgba(0,0,0,.07) calc(50% - .5px),rgba(0,0,0,.07) calc(50% + .5px),transparent calc(50% + .5px),transparent calc(75% - .5px),rgba(0,0,0,.07) calc(75% - .5px),rgba(0,0,0,.07) calc(75% + .5px),transparent calc(75% + .5px),transparent 100%);background-size:calc(100% - 24px) 100px;background-position:12px 18px;background-repeat:no-repeat}.fieldtech-homepage-chart-baseline{background:var(--ccore-border)}.fieldtech-homepage-chart-label{padding-top:12px;font-size:11px;font-weight:500;color:var(--ccore-text-muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box;cursor:pointer}.fieldtech-homepage-chart-column{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0}.fieldtech-homepage-chart-scale{font-size:12px;font-weight:700;color:var(--ccore-text-muted);text-align:center}.fieldtech-homepage-chart-bar-rail{display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;cursor:pointer}.fieldtech-homepage-chart-bar{width:38px;height:var(--bar-height);min-height:20px;border-radius:12px 12px 8px 8px;box-shadow:0 14px 24px #0000001a}.fieldtech-homepage-chart-bar.is-tone-violet,.fieldtech-homepage-legend-dot.is-tone-violet{background:#7c3aed}.fieldtech-homepage-chart-bar.is-tone-blue,.fieldtech-homepage-legend-dot.is-tone-blue{background:var(--ccore-blue-light)}.fieldtech-homepage-chart-bar.is-tone-green,.fieldtech-homepage-legend-dot.is-tone-green{background:var(--ccore-brand-green)}.fieldtech-homepage-chart-bar.is-tone-gold,.fieldtech-homepage-legend-dot.is-tone-gold{background:#fbbf24}.fieldtech-homepage-chart-bar.is-tone-rose,.fieldtech-homepage-legend-dot.is-tone-rose{background:#e11d48}.fieldtech-homepage-chart-bar.is-tone-teal,.fieldtech-homepage-legend-dot.is-tone-teal{background:#0f766e}.fieldtech-homepage-chart-bar.is-tone-indigo,.fieldtech-homepage-legend-dot.is-tone-indigo{background:#4338ca}.fieldtech-homepage-chart-bar.is-tone-slate,.fieldtech-homepage-legend-dot.is-tone-slate{background:var(--ccore-text-muted)}.fieldtech-homepage-chart-bar.has-backend-color,.fieldtech-homepage-legend-dot.has-backend-color{background:var(--status-color)}.fieldtech-homepage-legend{display:flex;flex-direction:column;gap:10px;margin-top:10px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:6px;overscroll-behavior-y:contain}.fieldtech-homepage-legend::-webkit-scrollbar{width:4px}.fieldtech-homepage-legend::-webkit-scrollbar-track{background:transparent}.fieldtech-homepage-legend::-webkit-scrollbar-thumb{border-radius:999px;background:var(--ccore-border)}.fieldtech-homepage-legend::-webkit-scrollbar-thumb:hover{background:var(--ccore-text-muted)}.fieldtech-homepage-legend-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:12px;color:var(--ccore-text-dark);line-height:1.3;cursor:pointer}.fieldtech-homepage-legend-row strong{white-space:nowrap;flex-shrink:0}.fieldtech-homepage-legend-row.is-disabled{opacity:.5;text-decoration:line-through}.fieldtech-homepage-legend-label{display:flex;align-items:flex-start;gap:10px;color:var(--ccore-text-muted);min-width:0;overflow:hidden}.fieldtech-homepage-legend-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:0}.fieldtech-homepage-legend-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0;margin-top:3px;cursor:pointer}@container fieldtech-homepage (max-width: 640px){.fieldtech-homepage-board{grid-template-columns:1fr}.fieldtech-homepage-primary,.fieldtech-homepage-sidebar{position:relative;top:auto;max-height:none;overflow:visible;padding-right:0;align-self:start}}@container fieldtech-homepage (max-width: 860px){.fieldtech-homepage-job-card{grid-template-columns:52px minmax(0,1fr)}.fieldtech-homepage-job-meta{grid-column:1 / -1;align-items:flex-start;padding-left:66px}.fieldtech-homepage-job-badges{justify-content:flex-start}.fieldtech-homepage-attachment-form{grid-template-columns:1fr}}@container fieldtech-homepage (max-width: 620px){.fieldtech-homepage-hero{flex-direction:column;align-items:stretch}.fieldtech-homepage-shortcuts{justify-content:flex-start}.fieldtech-homepage-shortcut:not(.is-icon-only){width:100%;min-width:0}.fieldtech-homepage-customer-row{grid-template-columns:1fr;gap:4px}.fieldtech-homepage-notes-grid{grid-template-columns:1fr}.fieldtech-homepage-notes-actions{justify-content:stretch;flex-direction:column}.fieldtech-homepage-notes-save,.fieldtech-homepage-notes-clear{width:100%}.fieldtech-homepage-job-card{grid-template-columns:1fr}.fieldtech-homepage-job-icon{width:48px;height:48px}.fieldtech-homepage-job-meta{padding-left:0}.fieldtech-homepage-panel{padding:16px}}.fieldtech-homepage-attachment-add{background:var(--ccore-brand-green)!important;border-color:var(--ccore-brand-green)!important;color:var(--ccore-text-invert)!important}.fieldtech-homepage-attachment-add:hover:not(:disabled){opacity:.85!important}.fieldtech-homepage-attachment-add:active:not(:disabled){opacity:.7!important}@media(max-width:900px){.fieldtech-homepage{padding:18px}.fieldtech-homepage-job-card{grid-template-columns:52px minmax(0,1fr)}.fieldtech-homepage-job-meta{grid-column:1 / -1;align-items:flex-start;padding-left:66px}.fieldtech-homepage-attachment-form{grid-template-columns:1fr}}@media(max-width:640px){.fieldtech-homepage{padding:14px}.fieldtech-homepage-customer-row{grid-template-columns:1fr;gap:4px}.fieldtech-homepage-notes-grid{grid-template-columns:1fr}.fieldtech-homepage-notes-modifiers{flex-direction:column;align-items:flex-start}.fieldtech-homepage-shortcut:not(.is-icon-only){width:100%}.fieldtech-homepage-job-card{grid-template-columns:1fr}.fieldtech-homepage-job-icon{width:48px;height:48px}.fieldtech-homepage-job-meta{padding-left:0}.fieldtech-homepage-panel{padding:16px}.fieldtech-homepage-status-dropdown{right:auto;left:0;min-width:220px;max-width:min(320px,calc(100vw - 48px))}.fieldtech-homepage-status-dropdown-body{max-height:none}}.order-header-line1-left{transition:margin-left .2s ease-in-out}.ccore-ordercontent.is-list-collapsed .order-header-line1-left{margin-left:36px}.pdf-shell{display:grid;grid-template-rows:auto 1fr;height:100%;min-height:0}.pdf-shell-body{min-height:0;overflow:hidden}.pdf-actionbar{display:grid;grid-template-columns:1fr auto;gap:12px;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.12);background:#fff}.pdf-actionbar-title{font-weight:700}.pdf-actionbar-status{font-size:12px;opacity:.8}.pdf-actionbar-error{color:#b00020}.pdf-actionbar-actions{display:flex;align-items:center;gap:8px}.pdf-btn{border:1px solid rgba(0,0,0,.2);background:#fff;padding:6px 10px;cursor:pointer}.pdf-btn:disabled{opacity:.5;cursor:default}.pdf-workspace{height:100%;min-height:0;overflow:hidden}.pdf-scrollhost{height:100%;min-height:0;overflow-y:auto;padding:16px}.pdf-empty{padding:18px;opacity:.8}.pdf-viewer{display:grid;gap:18px;justify-content:center}.pdf-page{display:grid;justify-content:center}.pdf-page-canvaswrap{position:relative;display:inline-block}.pdf-canvas{display:block;background:#fff;box-shadow:0 8px 20px #0000001f}.pdf-note{position:absolute;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:999px;border:1px solid rgba(0,0,0,.35);background:#ffff00d9;display:grid;place-items:center;font-size:11px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.pdf-overlay{position:absolute;top:0;left:0;pointer-events:auto;z-index:2}.pdf-text{position:absolute;transform:translate(-50%,-50%);max-width:60%;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3;background:#fff9;padding:2px 4px;border-radius:2px;-webkit-user-select:none;user-select:none}.pdf-text.pdf-field-text{transform:translateY(-50%);text-align:left}.pdf-text-draft{min-width:20px;background:transparent;border:none!important;outline:none!important;resize:none!important;overflow:hidden!important;appearance:none;-webkit-appearance:none}.pdf-text-draft::-webkit-resizer{display:none}.pdf-text-draft::-webkit-scrollbar{display:none}.pdf-text-measure{position:absolute;visibility:hidden;white-space:pre;font:14px sans-serif;line-height:1.3;padding:0;margin:0;pointer-events:none}.pdf-text-input{font:14px sans-serif;line-height:1.3;color:#000;padding:0;margin:0;box-sizing:content-box}.pdf-text-display{font:14px sans-serif;line-height:1.3;color:#000;white-space:pre-wrap;word-break:break-word;padding:0;margin:0}.pdf-signature-box{position:relative;width:100%;height:100%}.pdf-signature-clear{position:absolute;bottom:4px;right:4px;font-size:11px;padding:2px 6px;background:#fff;border:1px solid rgba(0,0,0,.2);cursor:pointer}.pdf-sign-here{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.pdf-sign-here-badge{display:inline-flex;align-items:center;gap:6px;background:#ffeb3b;font-weight:600;font-size:12px;padding:6px 10px;border-radius:4px;box-shadow:0 3px 6px #0003}.pdf-sign-here-arrow{font-size:14px}.pdf-sign-here-text{white-space:nowrap}.sig-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.sig-modal{background:#fff;width:700px;border-radius:8px;display:flex;flex-direction:column}.sig-header{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;font-weight:600}.sig-body{padding:20px}.sig-canvas{border:1px solid rgba(0,0,0,.2);width:100%;height:auto;background:#fff;cursor:crosshair}.sig-footer{padding:12px 16px;display:flex;align-items:center;border-top:1px solid rgba(0,0,0,.1)}.sig-btn{padding:6px 14px;border:1px solid rgba(0,0,0,.2);background:#fff;cursor:pointer}.sig-btn--primary{background:#1976d2;color:#fff;border:none}.sig-btn--ghost{background:transparent}.sig-spacer{flex:1}.sig-placeholder{font-size:12px;color:#1976d2;font-weight:500}.ccore-rightpanel-calendar{padding:10px 12px 8px;border-bottom:1px solid #edf1f5}.ccore-rightpanel-calendar .react-calendar{width:100%;border:none;background:transparent;color:#1f2937;border-radius:0;overflow:visible;font-family:var(--ccore-font-family);padding:0}.ccore-rightpanel-calendar .react-calendar__navigation{background:transparent;margin-bottom:10px}.ccore-rightpanel-calendar .react-calendar__navigation button{color:#64748b;min-width:28px;border-radius:8px;font-size:13px;font-weight:700}.ccore-rightpanel-calendar .react-calendar__navigation button:enabled:hover{background:#0f172a0d}.ccore-rightpanel-calendar .react-calendar__navigation__label{color:#1f2937;font-size:13px;font-weight:700}.ccore-rightpanel-calendar .react-calendar__month-view__weekdays{background:transparent;border-bottom:none;margin-bottom:4px}.ccore-rightpanel-calendar .react-calendar__month-view__weekdays__weekday{color:#b0b8c3;text-transform:uppercase;text-decoration:none;font-size:10px;font-weight:700;padding-bottom:6px}.ccore-rightpanel-calendar .react-calendar__month-view__days__day--weekend{color:#475569}.ccore-rightpanel-calendar .react-calendar__month-view__days__day--neighboringMonth{color:#cfd6de}.ccore-rightpanel-calendar .react-calendar__tile{position:relative;border-radius:10px;color:#475569;font-size:13px;font-weight:500;padding:9px 4px 13px}.ccore-rightpanel-calendar .react-calendar__tile:enabled:hover{background:#0f172a0d;box-shadow:none}.ccore-rightpanel-calendar .react-calendar__tile--now{background:transparent;color:#1f2937}.ccore-rightpanel-calendar .ccore-calendar-day-selected{background:#7ab843!important;color:#fff!important}.ccore-rightpanel-calendar .react-calendar__tile--active{background:transparent!important;color:inherit!important}.ccore-rightpanel-calendar .ccore-calendar-range-boundary{background:#7ab843!important;color:#fff!important;border-radius:10px}.ccore-rightpanel-calendar .ccore-calendar-range-mid{background:#e2e8f0!important;color:#1f2937!important;border-radius:0!important}.ccore-rightpanel-calendar .ccore-calendar-range-start:not(.is-single){border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ccore-rightpanel-calendar .ccore-calendar-range-end:not(.is-single){border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ccore-rightpanel-calendar .ccore-calendar-range-boundary .ccore-calendar-appointment-dot{background:#fff!important}.ccore-calendar-appointment-dot{position:absolute;left:50%;bottom:4px;width:5px;height:5px;border-radius:999px;background:#7ab843;transform:translate(-50%)}.ccore-rightpanel-calendar .ccore-calendar-day-selected .ccore-calendar-appointment-dot{background:#fff}@media(max-width:1360px),(max-height:860px){.ccore-rightpanel-calendar{padding:8px 10px 6px}.ccore-rightpanel-calendar .react-calendar__navigation{margin-bottom:6px}.ccore-rightpanel-calendar .react-calendar__navigation button,.ccore-rightpanel-calendar .react-calendar__navigation__label{font-size:12px}.ccore-rightpanel-calendar .react-calendar__month-view__weekdays__weekday{font-size:9px;padding-bottom:4px}.ccore-rightpanel-calendar .react-calendar__tile{padding:7px 3px 10px;font-size:12px}}.multiselect-root{position:relative;display:inline-block;width:100%;font-family:var(--ccore-font-family);font-size:var(--ccore-font-size-base)}.multiselect-trigger{width:100%;padding:6px 10px;text-align:left;background-color:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:6px;color:var(--ccore-text-dark);cursor:pointer;line-height:1.4;transition:border-color .16s ease,box-shadow .16s ease}.multiselect-trigger:hover{border-color:var(--ccore-accent-hover)}.multiselect-trigger:focus{outline:none;border-color:var(--ccore-accent);box-shadow:0 0 0 2px #2859c42e}.multiselect-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;min-width:0}.multiselect-trigger:disabled{background:var(--ccore-bg-panel);color:var(--ccore-text-muted);cursor:not-allowed}.multiselect-dropdown{position:absolute;top:100%;left:0;right:0;z-index:calc(var(--ccore-z-topbar) + 10);margin-top:4px;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:6px;box-shadow:0 6px 18px #0000002e;display:flex;flex-direction:column}.multiselect-search{padding:6px 8px;border:none;border-bottom:1px solid var(--ccore-border);font-size:var(--ccore-font-size-base);font-family:var(--ccore-font-family);color:var(--ccore-text-dark);outline:none}.multiselect-search::placeholder{color:var(--ccore-text-muted)}.multiselect-list{overflow-y:auto;padding:4px 0}.multiselect-item{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;font-size:var(--ccore-font-size-base);color:var(--ccore-text-dark);min-width:0}.multiselect-item:hover{background:var(--ccore-bg-panel)}.multiselect-footer{display:flex;justify-content:space-between;padding:6px 8px;border-top:1px solid var(--ccore-border)}.multiselect-footer button{background:none;border:none;padding:4px 6px;font-size:12px;font-family:var(--ccore-font-family);color:var(--ccore-accent);cursor:pointer}.multiselect-footer button:hover{color:var(--ccore-accent-hover);text-decoration:underline}.order-home{container-type:inline-size;container-name:order-home;max-width:100%;min-width:0;padding:16px 20px;min-height:0;height:100%}.order-home-header{margin-bottom:15px}.order-home-header h2{margin:0;line-height:1.2}.order-home-subtitle{margin-top:2px;line-height:1.2;font-size:12px;color:var(--ccore-text-muted)}.order-home-controls{display:flex;gap:16px;margin-top:10px;flex-wrap:wrap}.order-home-control label{line-height:1.2}.order-home-control .ccore-select{min-width:160px}.order-home-control{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--ccore-text-muted)}.order-home-kpi-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:stretch}.order-home section:empty{display:none}.order-home-chart-row{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}.order-home-kpi-tile canvas{max-width:100%!important;height:auto!important;display:block}.order-home-kpi-tile{border-radius:8px;max-width:100%;min-width:0;position:relative;scrollbar-width:none;-ms-overflow-style:none}.order-home-kpi-tile::-webkit-scrollbar{display:none}.homepagesummary-value{font-size:2.25em;font-weight:600;line-height:1.1;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;display:block}.homepagesummary-label{margin-top:6px;font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.order-home-kpi-placeholder{border-style:dashed;color:var(--ccore-text-muted)}.order-lifecycle-timeline-note{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ccore-text-dark);margin-top:4px}.order-lifecycle-timeline-note-icon{font-size:11px;opacity:.8}.order-lifecycle-timeline-note.note-sent .order-lifecycle-timeline-note-icon{color:var(--ccore-blue-light)}.order-lifecycle-timeline-note.note-received .order-lifecycle-timeline-note-icon{color:var(--ccore-brand-green)}.order-lifecycle-timeline{position:relative;display:flex;flex-direction:column;gap:28px}.order-lifecycle-timeline-item{display:grid;grid-template-columns:32px 1fr;align-items:start}.order-lifecycle-timeline-rail{position:relative;display:flex;align-items:center}.order-lifecycle-timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--ccore-border)}.order-lifecycle-timeline-marker{position:relative;display:flex;justify-content:center}.order-lifecycle-timeline-dot{position:relative;z-index:1;width:10px;height:10px;border-radius:50%;background:var(--ccore-accent)}.order-lifecycle-timeline-arm{flex:1;height:2px;margin-left:6px;background:var(--ccore-border)}.order-lifecycle-timeline-line{position:absolute;top:16px;width:2px;height:calc(100% + 24px);background:var(--ccore-border)}.order-lifecycle-timeline-content{padding-bottom:2px}.order-lifecycle-timeline-label{font-weight:500;color:var(--ccore-text-dark)}.order-lifecycle-timeline-date{font-size:12px;color:var(--ccore-text-muted)}.ccore-dashboard-shell{display:flex;flex-direction:column;height:100%;min-height:0}.ccore-dashboard-content{flex:1;min-height:0;overflow-y:auto;padding:20px}.order-related-orders{overflow:hidden;padding:0}.order-related-orders .order-home-header{padding:16px 20px 10px}.order-related-orders .fieldtech-table{width:100%;height:auto;border-radius:0;border-left:none;border-right:none}.order-related-orders .fieldtech-table-header,.order-related-orders .fieldtech-table-row{box-sizing:border-box}.order-related-orders .fieldtech-table-body{overflow:visible}.order-related-orders .fieldtech-table-cell{box-sizing:border-box}.ccore-scheduling-mini-calendar{border-bottom:1px solid var(--ccore-border);padding:8px;background:var(--ccore-bg-panel)}.ccore-scheduling-mini-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.ccore-scheduling-mini-calendar-header button{background:none;border:none;padding:4px;cursor:pointer;color:var(--ccore-text-dark)}.ccore-scheduling-mini-calendar-header button:hover{color:var(--ccore-accent-hover)}.ccore-scheduling-mini-calendar-header .label{font-size:12px;font-weight:600;color:var(--ccore-text-dark);white-space:nowrap}.ccore-scheduling-mini-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.ccore-scheduling-mini-calendar-grid .dow{text-align:center;font-size:10px;color:var(--ccore-text-muted);padding:2px 0}.ccore-scheduling-mini-calendar-grid .empty{height:26px}.ccore-scheduling-mini-calendar-grid .day{height:26px;font-size:11px;border-radius:4px;border:none;background:transparent;cursor:pointer;color:var(--ccore-text-dark)}.ccore-scheduling-mini-calendar-grid .day:hover{background:#0000000d}.ccore-scheduling-mini-calendar-grid .day.is-active{background:var(--ccore-accent);color:var(--ccore-text-invert);font-weight:600}.ccore-scheduling-mini-calendar-grid .day.today:not(.is-active){outline:1px solid var(--ccore-accent)}.ccore-scheduling-queue{height:100%;display:flex;flex-direction:column;background:var(--ccore-bg-panel);border-right:1px solid var(--ccore-border)}.ccore-scheduling-queue.loading,.ccore-scheduling-queue.empty{padding:16px;color:var(--ccore-text-muted)}.ccore-scheduling-queue-refresh{padding:6px 10px;font-size:12px;background:var(--ccore-bg-panel);border-bottom:1px solid var(--ccore-border)}.ccore-scheduling-queue-scroll{flex:1;overflow-y:auto;min-height:0;min-width:0}.ccore-scheduling-jobcard{display:block;width:100%;box-sizing:border-box;text-align:left;padding:10px 12px;border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-app);cursor:pointer;min-width:0}.ccore-scheduling-jobcard:hover{background:var(--ccore-bg-soft)}.ccore-scheduling-jobcard.is-selected{background:var(--ccore-selected-bg);box-shadow:inset 3px 0 0 var(--ccore-selected-accent)}.ccore-scheduling-jobcard-title{font-weight:600;margin-bottom:4px;overflow-wrap:anywhere}.ccore-scheduling-jobcard-meta{font-size:12px;color:var(--ccore-text-muted);display:flex;gap:8px;flex-wrap:wrap;min-width:0;row-gap:4px}.ccore-scheduling-jobcard-readiness{margin-top:6px;font-size:12px;color:var(--ccore-accent)}.ccore-scheduling-calendar{height:100%;background:var(--ccore-bg-app);display:flex;flex-direction:column;font-family:var(--ccore-font-family);font-size:var(--ccore-font-size-base);color:var(--ccore-text-dark);min-height:0}.ccore-scheduling-calendar.loading{padding:16px;color:var(--ccore-text-muted)}.ccore-scheduling-calendar-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;border-top:1px solid var(--ccore-border)}.ccore-scheduling-timeslot{display:grid;grid-template-columns:72px 1fr;border-bottom:1px solid var(--ccore-border);min-height:28px}.ccore-scheduling-timeslot-label{padding:6px 8px;font-size:11px;line-height:1;color:var(--ccore-text-muted);border-right:1px solid var(--ccore-border);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.ccore-scheduling-timeslot-body{position:relative;background:var(--ccore-bg-app)}.ccore-scheduling-appointment{position:absolute;left:6px;right:6px;background:#5680e9d9;-webkit-backdrop-filter:saturate(120%) blur(1px);backdrop-filter:saturate(120%) blur(1px);color:var(--ccore-text-invert);padding:6px 8px;border-radius:4px;font-size:12px;line-height:1.3;box-shadow:0 1px 2px #00000026}.ccore-scheduling-appointment .title{font-weight:500;margin-bottom:2px}.ccore-scheduling-appointment .meta{font-size:11px;opacity:.9}.ccore-scheduling-appointment.is-series{border-left:4px solid var(--ccore-accent);padding-left:6px}.ccore-scheduling-week-header{display:grid;grid-template-columns:72px repeat(7,1fr);border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.ccore-scheduling-week-header-day{padding:6px 4px;text-align:center;font-size:12px;color:var(--ccore-text-dark)}.ccore-scheduling-week-header-day .date{font-size:11px;color:var(--ccore-text-muted)}.ccore-scheduling-week-row{display:grid;grid-template-columns:72px 1fr;border-bottom:1px solid var(--ccore-border);min-height:28px}.ccore-scheduling-week-time{padding:6px 8px;font-size:11px;line-height:1;color:var(--ccore-text-muted);text-align:right;border-right:1px solid var(--ccore-border);white-space:nowrap;overflow:visible;text-overflow:clip;font-variant-numeric:tabular-nums}.ccore-scheduling-week-cells{display:grid;grid-template-columns:repeat(7,1fr)}.ccore-scheduling-week-cell{position:relative;border-left:1px solid var(--ccore-border);background:var(--ccore-bg-app)}.ccore-scheduling-week-cell .ccore-scheduling-appointment{position:absolute;left:6px;right:6px}.ccore-scheduling-month-header{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-panel);flex-shrink:0}.ccore-scheduling-month-header-cell{padding:6px;text-align:center;font-size:12px;color:var(--ccore-text-muted)}.ccore-scheduling-month-grid{display:grid;grid-template-columns:repeat(7,1fr);flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-top:1px solid var(--ccore-border)}.ccore-scheduling-month-grid::-webkit-scrollbar{width:0;height:0}.ccore-scheduling-month-cell{border-right:1px solid var(--ccore-border);border-bottom:1px solid var(--ccore-border);padding:6px;display:flex;flex-direction:column}.ccore-scheduling-month-cell.is-outside{background:var(--ccore-bg-soft);color:var(--ccore-text-muted)}.ccore-scheduling-month-date{font-size:12px;font-weight:600;margin-bottom:4px}.ccore-scheduling-month-items{flex:1;display:flex;flex-direction:column;gap:2px}.ccore-scheduling-month-item{position:static;left:auto;right:auto;width:100%;box-sizing:border-box}.ccore-scheduling-month-more{font-size:11px;color:var(--ccore-accent)}.ccore-scheduling-timeline{display:flex;flex-direction:column;gap:0}.ccore-scheduling-timeline-group{position:relative;padding-left:88px;margin-bottom:28px}.ccore-scheduling-timeline-group:before{content:"";position:absolute;top:34px;bottom:-28px;left:38px;width:2px;background:var(--ccore-border);opacity:.7}.ccore-scheduling-timeline-date-header{position:relative;margin-left:-88px;width:78px;margin-bottom:12px}.ccore-scheduling-timeline-date-title{font-weight:700;font-size:13px;line-height:1.2;color:var(--ccore-text-dark)}.ccore-scheduling-timeline-date-subtitle{font-size:11px;line-height:1.2;color:var(--ccore-text-muted)}.ccore-scheduling-timeline-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;position:relative;margin-bottom:18px}.ccore-scheduling-timeline-left{position:relative;display:flex;flex-direction:column;align-items:center}.ccore-scheduling-timeline-dot{position:absolute;top:16px;left:-42px;width:10px;height:10px;border-radius:999px;background:var(--ccore-accent-active);box-shadow:0 0 0 4px var(--ccore-bg-app);z-index:2}.ccore-scheduling-avatar-wrapper{position:relative;z-index:2}.ccore-scheduling-avatar-wrapper .user-avatar{width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--ccore-accent);color:var(--ccore-text-invert);font-size:12px;font-weight:700;box-shadow:0 0 0 3px var(--ccore-bg-app),0 1px 3px #00000026}.ccore-scheduling-left-actions{display:flex;flex-direction:column;gap:6px;margin-top:10px;position:relative;z-index:2}.ccore-scheduling-toggle{width:24px;height:24px;padding:0;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;transition:background .12s ease,border-color .12s ease,color .12s ease}.ccore-scheduling-toggle:hover{background:var(--ccore-bg-soft);border-color:var(--ccore-border-hover);color:var(--ccore-text-dark);transform:none}.ccore-scheduling-toggle svg{width:10px;height:10px;font-size:10px;flex-shrink:0}.ccore-scheduling-card{position:relative;background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:12px;padding:14px 16px;box-shadow:var(--ccore-shadow-soft);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.ccore-scheduling-card:hover{transform:translateY(-1px);border-color:var(--ccore-accent)}.ccore-scheduling-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.ccore-scheduling-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.ccore-scheduling-card-title{font-weight:600;color:var(--ccore-text-dark)}.ccore-scheduling-card-separator{color:var(--ccore-text-muted);font-size:11px}.ccore-scheduling-card-time{font-size:12px;color:var(--ccore-text-muted)}.ccore-scheduling-card-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.ccore-scheduling-chip{padding:3px 8px;border-radius:999px;font-size:11px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.ccore-scheduling-chip--scheduled{background:#3b82f61f;color:var(--ccore-info-text)}.ccore-scheduling-chip--completed{background:#10b9811f;color:var(--ccore-success-text)}.ccore-scheduling-chip--cancelled{background:#ef44441f;color:var(--ccore-danger-text)}.ccore-scheduling-chip--pickup{background:#f59e0b1f;color:var(--ccore-amber-text)}.ccore-scheduling-chip--series{background:#8b5cf61f;color:var(--ccore-violet-text)}.ccore-scheduling-card-section{margin-top:14px}.ccore-scheduling-card-label{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--ccore-text-muted);margin-bottom:6px}.ccore-scheduling-card-resource-list{display:flex;flex-direction:column;gap:4px}.ccore-scheduling-card-resource{font-size:13px;color:var(--ccore-text-dark)}.ccore-scheduling-card-comments{padding:14px;border-radius:10px;background:var(--ccore-bg-soft);line-height:1.65;font-size:13px;white-space:pre-wrap;word-break:break-word;border:1px solid rgba(0,0,0,.04)}.ccore-scheduling-card-footer{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:12px;color:var(--ccore-text-muted)}body.ccore-dark .ccore-scheduling-card{background:var(--ccore-bg-panel)}body.ccore-dark .ccore-scheduling-card-comments{background:#ffffff08}body.ccore-dark .ccore-scheduling-timeline-group:before{background:#ffffff26}.ccore-rightpanel{padding:0;background:#fff}.ccore-rightpanel-inner{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff;overflow:hidden}.ccore-rightpanel.ccore-rightpanel--overlay{margin:8px;border:1px solid #edf1f5;border-radius:18px;background:#fffffffa;box-shadow:0 24px 48px #0f172a2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ccore-rightpanel.ccore-rightpanel--overlay .ccore-rightpanel-inner{border-radius:inherit}.ccore-rightpanel-calendar-context{padding:8px;border-bottom:1px solid #edf1f5;background:#fff;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important}.ccore-rightpanel-selected-range{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#64748b;font-weight:600}.ccore-rightpanel-reset-btn{background:none;border:none;color:#7ab843;cursor:pointer;font-size:12px;font-weight:700;padding:2px 4px;display:inline-flex;align-items:center;gap:6px;border-radius:4px;transition:opacity .15s ease}.ccore-rightpanel-reset-btn:hover{opacity:.7}.ccore-rightpanel-calendar,.ccore-rightpanel-calendar-context,.ccore-rightpanel-footer{flex:0 0 auto}.ccore-rightpanel-appointments{flex:1 1 auto;padding:0 8px 8px;display:flex;flex-direction:column;gap:0;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.ccore-appointment-row{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid #edf1f5;background:#fff}.ccore-appointment-topline,.ccore-appointment-mainline,.ccore-appointment-bottomline{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.ccore-appointment-title{min-width:0;font-size:12px;font-weight:400;color:#1e2939;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccore-appointment-time{display:inline-flex;align-items:center;gap:2px;font-size:12px;font-weight:700;color:#1f2937;min-width:0;flex:1;cursor:pointer}.ccore-appointment-time-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ccore-appointment-time-dot{width:6px;height:6px;border-radius:999px;flex-shrink:0}.ccore-appointment-time-dot--success{background:#22c55e}.ccore-appointment-time-dot--warning{background:#f59e0b}.ccore-appointment-time-dot--info{background:#3b82f6}.ccore-appointment-time-dot--violet{background:#8b5cf6}.ccore-appointment-status,.ccore-appointment-type{font-size:11px;font-weight:600;line-height:1.25;white-space:nowrap}.ccore-appointment-status:not(.ccore-backend-status-pill),.ccore-appointment-type{padding:4px;border-radius:6px;border:.8px solid transparent}.ccore-appointment-status{flex-shrink:0}.ccore-appointment-status:not(.ccore-backend-status-pill){background-color:var(--ccore-status-default-bg);border-color:var(--ccore-status-default-border);color:var(--ccore-status-default-text)}.ccore-appointment-type--success{color:#15803d;background:#fff;border-color:#86efac}.ccore-appointment-type--warning{color:#c2410c;background:#fff;border-color:#fdba74}.ccore-appointment-type--info{color:#2563eb;background:#fff;border-color:#93c5fd}.ccore-appointment-type--violet{color:#7c3aed;background:#fff;border-color:#d8b4fe}.ccore-appointment-type-wrapper{display:flex;align-items:center;gap:2px;min-width:0}.ccore-appointment-store-pickup{font-size:11px;font-weight:600;line-height:1.25;padding:4px 5px;border-radius:6px;border:1px solid #fed7aa;background-color:#fff7ed;color:#c2410c;white-space:nowrap}.ccore-appointment-order{font-size:12px;color:#a3adb9;font-weight:500;flex-shrink:0;white-space:nowrap}.ccore-appointment-assigned{display:inline-flex;align-items:center;gap:0px;min-width:0;max-width:52%;font-size:12px;color:#a3adb9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccore-appointment-assigned span{min-width:0;overflow:hidden;text-overflow:ellipsis}.ccore-appointment-row:hover{background:#fafcff}.ccore-rightpanel-appointments-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.ccore-rightpanel-appointments-title{font-size:16px;font-weight:700;color:#1f2937}.ccore-rightpanel-appointments-count{font-size:12px;font-weight:500;color:#a3adb9}.ccore-rightpanel-state{padding:18px 12px;font-size:12px;color:#475569}.ccore-rightpanel-state--muted{color:#94a3b8}.ccore-rightpanel-footer{padding:10px 12px 12px;border-top:1px solid #edf1f5}.ccore-rightpanel-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;border:none;border-radius:12px;background:linear-gradient(180deg,var(--ccore-cta-grad-start) 0%,var(--ccore-cta-grad-end) 100%);color:var(--ccore-text-invert);font-size:14px;font-weight:700;cursor:pointer;box-shadow:var(--ccore-shadow-cta)}@media(max-width:900px){.ccore-appointment-row{padding-inline:10px}.ccore-appointment-assigned{max-width:48%}}@media(max-width:1360px),(max-height:860px){.ccore-rightpanel-calendar{max-height:min(320px,40vh);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.ccore-rightpanel-appointments{flex-basis:200px}}@media(max-height:760px){.ccore-rightpanel-calendar{max-height:min(260px,34vh)}}.ccore-topbar-search{position:relative;width:100%;max-width:620px;transition:max-width .2s ease}@media(max-width:1440px){.ccore-topbar-search{max-width:360px}}@media(max-width:1024px){.ccore-topbar-search{max-width:260px}}.ccore-search-bar{position:relative;display:flex;align-items:center;height:36px;background:var(--ccore-search-bg);border:1px solid var(--ccore-search-border);border-radius:6px}.ccore-search-bar:focus-within{border-color:var(--ccore-search-border-focus)}.ccore-search{flex:1;height:100%;padding:0 36px 0 12px;border:none;outline:none;background:transparent;color:var(--ccore-search-text)}.ccore-search::placeholder{color:var(--ccore-text-placeholder)}.ccore-search-icon{position:absolute;right:32px;color:var(--ccore-text-placeholder);pointer-events:none;font-size:14px}.ccore-search-icon.is-field-tech{right:12px}.ccore-search-expand{position:absolute;right:0;width:32px;height:100%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--ccore-text-muted);cursor:pointer}.ccore-search-expand:hover{color:var(--ccore-accent-active)}.ccore-search-expander{position:absolute;top:calc(100% + 8px);z-index:calc(var(--ccore-z-topbar) + 1);background:var(--ccore-bg-app);border:1px solid var(--ccore-border);border-radius:4px;padding:16px;display:grid;gap:16px;box-shadow:0 12px 28px #0000001f;left:50%;transform:translate(-50%);max-width:1400px;width:85vw}.ccore-search-expander input{height:32px;padding:0 8px;font-size:13px;border:1px solid var(--ccore-border);border-radius:4px;outline:none}.ccore-search-expander input:focus{border-color:var(--ccore-accent-active)}.ccore-search-filters{display:flex;flex-direction:column;gap:3px}.ccore-search-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.ccore-search-fields input,.ccore-search-filters select{height:32px;padding:0 8px;border:1px solid var(--ccore-border);border-radius:4px}.ccore-search-expander-wide{max-width:1400px}.ccore-search-daterange-row{grid-column:1 / -1;display:grid;grid-template-columns:300px 1fr 1fr;gap:12px;margin-bottom:16px}.ccore-search-body{display:grid;grid-template-columns:260px 1fr;gap:16px;width:100%}.ccore-search-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ccore-search-group{display:flex;flex-direction:column;gap:2px;padding-right:16px;border-right:1px solid var(--ccore-border)}.ccore-search-group:last-child{border-right:none}.ccore-search-group input,.ccore-searchselect-input{height:34px;font-size:.85rem}.ccore-search-group h4,.ccore-search-filters h4{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ccore-text-muted);margin-bottom:8px}.ccore-search-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--ccore-border)}.ccore-search-clear{background:transparent;border:1px solid var(--ccore-border);padding:6px 12px;border-radius:4px;cursor:pointer}.ccore-search-submit{background:var(--ccore-accent-active);color:var(--ccore-text-invert);border:none;padding:6px 16px;border-radius:4px;cursor:pointer}.ccore-search-clear-input{position:absolute;right:32px;width:28px;height:100%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ccore-text-muted)}.ccore-search-clear-input:hover{color:var(--ccore-accent-active)}.ccore-search-daterange{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ccore-tooltip{position:absolute;z-index:999999;padding:6px 10px;font-size:12px;line-height:1;background:var(--ccore-blue-dark);color:#fff;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(4px);animation:ccore-tooltip-in .18s ease-out forwards}@keyframes ccore-tooltip-in{to{opacity:1;transform:translateY(0)}}.ccore-tooltip-top{transform:translateY(-6px)}.ccore-tooltip-bottom{transform:translateY(6px)}.ccore-tooltip-left{transform:translate(-6px)}.ccore-tooltip-right{transform:translate(6px)}.dashboard-root{padding:16px}.dashboard-title{font-size:20px;font-weight:600;margin-bottom:16px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dashboard-section{background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:8px;padding:16px}.dashboard-section-full{grid-column:span 2}.dashboard-section-half{grid-column:span 1}.dashboard-section-header{font-weight:600;margin-bottom:12px}.dashboard-kpi-grid{display:flex;flex-wrap:wrap;gap:12px}.dashboard-kpi-card{flex:1 1 150px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:8px;padding:14px;display:flex;flex-direction:column;justify-content:center}.dashboard-kpi-header{font-size:11px;font-weight:600;color:var(--ccore-text-muted);letter-spacing:.5px;text-transform:uppercase}.dashboard-kpi-value{margin-top:6px;font-size:28px;font-weight:700;line-height:1.2;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--ccore-text-dark);font-variant-numeric:tabular-nums}.dashboard-chart-grid{display:flex;flex-direction:column;gap:12px}.dashboard-chart-card{background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:8px;padding:12px}.dashboard-chart-header{font-weight:600;margin-bottom:8px}.dashboard-chart-body{height:200px;display:flex;align-items:center;justify-content:center;opacity:.5}.dashboard-control-label{font-size:11px;font-weight:600;color:var(--ccore-text-muted);letter-spacing:.3px;text-transform:uppercase}.dashboard-controls-row{display:flex;flex-direction:column;gap:12px;padding:12px 16px;border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-app)}.dashboard-filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:stretch}.dashboard-control-group{display:flex;flex-direction:column;gap:5px;min-width:0;background:transparent;border:none;padding:0}.dashboard-control-group label{font-size:10px;font-weight:700;color:var(--ccore-text-muted);text-transform:uppercase;letter-spacing:.55px;padding-left:2px}.dashboard-control-group .ccore-select,.dashboard-control-group button,.dashboard-control-group input{min-height:34px;background:var(--ccore-bg-app);border-radius:7px}.dashboard-filters-placeholder{flex:1;color:var(--ccore-text-muted);font-size:12px}.dashboard-apply-button{grid-column:auto;align-self:end;min-height:34px;padding-inline:18px;white-space:nowrap}.dashboard-loading,.dashboard-empty{padding:16px;color:var(--ccore-text-muted)}.dashboard-control-card{display:flex;flex-direction:column;gap:6px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:8px;padding:10px 12px;min-width:180px;transition:border-color .12s ease,box-shadow .12s ease}.dashboard-control-card:hover{border-color:var(--ccore-accent-hover)}.daterange-container{display:flex;flex-direction:column;gap:10px;padding:8px}.daterange-container .react-calendar{border:1px solid var(--ccore-border);border-radius:8px;background:var(--ccore-bg-panel);color:var(--ccore-text-dark);font-family:var(--ccore-font-family)}.daterange-presets{display:flex;flex-wrap:wrap;gap:6px}.dashboard-filter-toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr)) auto;gap:14px;align-items:end;padding:14px 16px;background:var(--ccore-bg-panel);border:1px solid var(--ccore-border);border-radius:10px;box-shadow:var(--ccore-shadow-soft)}.dashboard-kpi-delta{font-size:12px;opacity:.8;margin-top:4px}@media(max-width:480px){.order-home-kpi-row,.order-home-chart-row{grid-template-columns:1fr}.order-home-header h2{font-size:16px}.homepagesummary-value{font-size:28px}.order-home-kpi-tile{padding:12px}.hotwf-footer{flex-wrap:wrap}.hotwf-spacer{display:none}.hotwf-btn{flex:1 1 100%}}@media(max-width:768px){html,body{overscroll-behavior:none;overflow-x:hidden;overflow-y:auto}input,textarea,select{font-size:16px!important}.order-section-grid{grid-template-columns:1fr!important;gap:8px}.order-header-line1{display:none}.dashboard-filter-toolbar{grid-template-columns:1fr}.dashboard-apply-button{width:100%}.ccore-topbar-center{display:none}.ccore-program-label{display:none!important}.ccore-program-item{justify-content:center;padding:12px 0}.ccore-topbar-search{max-width:100%}.ccore-search-expander,.ccore-search-groups{grid-template-columns:1fr}.ccore-feature-toggle.right{display:none}.order-home-kpi-row,.order-home-chart-row{grid-template-columns:1fr}.order-home{gap:12px}.ccore-grid{grid-template-columns:var(--ccore-programs-width) 1fr!important}.ccore-col-ordertree,.ccore-col-ordercontent,.ccore-col-rightpanel{display:none!important}.ccore-col-orderlist,.ccore-grid.mobile-tree-open .ccore-col-ordertree{display:block!important;grid-column:2!important}.ccore-grid.mobile-tree-open .ccore-col-orderlist{display:none!important}.ccore-featurebar{position:sticky;top:0;z-index:20;overflow-x:auto;white-space:nowrap}.ccore-feature-action{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.ccore-feature-action{touch-action:manipulation}.ccore-feature-action svg{width:12px;height:12px}.ccore-featurebar span{display:none}.ccore-orderlist,.ccore-ordercontent{border-radius:0}.ccore-grid{height:100vh;min-height:0}.ccore-col-ordertree{height:100%;min-height:0;overflow:hidden}.ccore-ordertree{height:100%;min-height:0}.ccore-ordertree-panel{display:flex;flex-direction:column;height:100%;min-height:0}.ccore-ordertree-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.ccore-grid.mobile-view-list .ccore-col-ordertree,.ccore-grid.mobile-view-list .ccore-col-ordercontent,.ccore-grid.mobile-view-list .ccore-col-rightpanel{display:none!important}.ccore-grid.mobile-view-list .ccore-col-orderlist{display:block!important;grid-column:2!important}.ccore-grid.mobile-view-tree .ccore-col-orderlist,.ccore-grid.mobile-view-tree .ccore-col-ordercontent,.ccore-grid.mobile-view-tree .ccore-col-rightpanel{display:none!important}.ccore-grid.mobile-view-tree .ccore-col-ordertree{display:block!important;grid-column:2!important}.ccore-grid.mobile-view-order .ccore-col-ordertree,.ccore-grid.mobile-view-order .ccore-col-orderlist,.ccore-grid.mobile-view-order .ccore-col-rightpanel{display:none!important}.ccore-grid.mobile-view-order .ccore-col-ordercontent{display:block!important;grid-column:2!important}.ccore-fieldtech-programs .ccore-program-header{display:none!important}.order-body{display:flex;flex-direction:column;min-height:0}.order-navigator{width:100%;max-width:100%;position:sticky;top:0;left:0;background:var(--ccore-bg-app);border-bottom:1px solid var(--ccore-border);z-index:10}.order-navigator-inner{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;padding:8px;width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch}.order-nav-item{white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:var(--ccore-font-size-base)}.order-nav-item--active{background:var(--ccore-accent);border-color:var(--ccore-accent);color:var(--ccore-text-invert);font-weight:600}.order-nav-item--disabled{opacity:.45;cursor:not-allowed}.ccore-ordercontent-scroll{display:flex;flex-direction:column;height:100%;min-height:0}.order-home,.order-content-panel{flex:1 1 auto;min-height:0}.order-home-controls{flex-direction:column;gap:12px;margin-top:12px}.order-home-control{width:100%}.order-home-control label{font-size:11px;color:var(--ccore-text-muted)}.order-home-control .ccore-select,.order-home-control .ccore-btn{width:100%}.order-home-control .ccore-btn{justify-content:center}.ccore-ordercontent-scroll,.order-home{overflow-y:auto;-webkit-overflow-scrolling:touch}.ccore-mobile-orders-featurebar{display:flex;align-items:center;height:44px;padding:0 8px;border-bottom:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.ccore-fieldtech-programs{width:52px!important;min-width:52px;max-width:52px;margin:0!important;padding:0!important;justify-self:start}.ccore-fieldtech-programs.is-expanded{width:52px!important}.ccore-fieldtech-header-text{display:none}.ccore-grid.mobile-view-list .ccore-ordercontent,.ccore-grid.mobile-view-list .ccore-rightpanel{display:none!important}.ccore-grid.mobile-view-list .ccore-orderlist{display:block!important;grid-column:2!important}.ccore-grid.mobile-view-order .ccore-orderlist,.ccore-grid.mobile-view-order .ccore-rightpanel{display:none!important}.ccore-grid.mobile-view-order .ccore-ordercontent{display:block!important;grid-column:2!important}.ccore-fieldtech.mobile-view-order .ccore-orderlist{grid-column:2!important}.ccore-fieldtech.mobile-view-order .ccore-orderlist>:not(.ccore-mobile-orders-featurebar){display:none!important}.ccore-fieldtech.mobile-view-order .ccore-ordercontent{display:block!important;grid-column:2!important}.fieldtech-home-filters{display:none!important}.fieldtech-home-header{padding:12px 12px 8px}.fieldtech-home-header-row{align-items:center}.fieldtech-home-title{font-size:16px}.fieldtech-home-subtitle{display:none}.fieldtech-home-header-actions{gap:6px}.fieldtech-header-btn{min-width:36px;width:36px;height:36px;padding:0;gap:0;border-radius:8px}.fieldtech-header-btn-label{display:none}.fieldtech-filter-panel{position:fixed;inset:0;z-index:500;background:var(--ccore-bg-app);padding:16px;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.fieldtech-filter-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--ccore-border)}.fieldtech-filter-panel>.fieldtech-filter-section:first-of-type,.fieldtech-filter-panel>.fieldtech-filter-section{flex:0 0 auto}.fieldtech-filter-panel{display:flex;flex-direction:column}.fieldtech-filter-panel .fieldtech-filter-section{flex:0 0 auto}.fieldtech-filter-panel .fieldtech-filter-section:last-child{margin-bottom:20px}.fieldtech-filter-panel{overflow:hidden}.fieldtech-filter-panel .fieldtech-filter-section{max-width:100%}.fieldtech-filter-panel .fieldtech-filter-section+.fieldtech-filter-section{margin-top:8px}.fieldtech-filter-panel{min-height:0}.fieldtech-filter-panel>.fieldtech-filter-section{overflow:visible}.fieldtech-filter-body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:18px}.fieldtech-filter-title{font-size:16px;font-weight:600}.fieldtech-filter-actions{display:flex;gap:10px}.fieldtech-filter-section{display:flex;flex-direction:column;gap:10px}.fieldtech-filter-section h4{font-size:13px;font-weight:600;color:var(--ccore-text-muted);margin-bottom:4px}.fieldtech-filter-section input{width:100%;height:40px;border-radius:8px;border:1px solid var(--ccore-border);padding:0 10px;font-size:16px;background:var(--ccore-bg-panel)}.multiselect-trigger{width:100%;height:40px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);padding:0 12px;text-align:left;font-size:16px}.multiselect-list{max-height:260px!important;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4px 0}.multiselect-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;font-size:16px;line-height:1.3;cursor:pointer;border-bottom:1px solid var(--ccore-border)}.multiselect-item input[type=checkbox]{margin-top:2px;width:18px;height:18px;flex:0 0 auto}.multiselect-item span{flex:1;font-size:16px;line-height:1.35;word-break:break-word}.multiselect-item:active{background:var(--ccore-bg-hover)}.fieldtech-filter-reset{height:36px;padding:0 12px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.fieldtech-filter-close{width:36px;height:36px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.order-tabs-toprow{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.order-tabs-tools{justify-content:flex-end;padding-bottom:10px}.order-view-setup-backdrop{padding:10px}.order-view-setup-panel{max-height:95vh}.order-view-setup-header,.order-view-setup-tab-header,.order-view-setup-tool-row{flex-direction:column;align-items:stretch}.order-view-setup-tab-input{min-width:0;width:100%}.order-tabs-header{padding:0 8px}.order-tab-panel{padding:10px}.order-tool-grid{grid-template-columns:1fr;gap:12px}.order-tool-card--half,.order-tool-card--full{grid-column:1 / -1}.order-customer-layout{display:grid;grid-template-columns:1fr;gap:16px}.order-customer-left{order:1}.order-customer-right{order:2}.order-map-container{height:200px}.order-customer-left,.order-customer-right{min-width:0}.order-customer-right{display:flex;flex-direction:column}.order-hot-grid-2col{grid-template-columns:1fr!important}.order-hot-card{width:100%;max-width:100%}.order-hot-card-content,.order-hot-right,.order-home-kpi-tile{min-width:0}.extensiondata-section{margin-bottom:12px}.extensiondata-section-header{font-size:16px}.extensiondata-section-body{padding:10px}.extensiondata-po-grid{grid-template-columns:1fr;gap:2px}.extensiondata-po-header{display:none}.extensiondata-po-grid>div{padding:2px 0}.extensiondata-row-divider{margin:8px 0}.extensiondata-items-grid{grid-template-columns:1fr;gap:4px}.extensiondata-items-header{display:none}.extensiondata-item-description{font-weight:600}.extensiondata-config-grid{grid-template-columns:1fr}.extensiondata-config-row{grid-template-columns:1fr;gap:2px}.extensiondata-config-question{font-size:12px}.extensiondata-config-answer{margin-bottom:8px}.order-note-toolbar{flex-wrap:wrap;gap:6px}.order-note-action-pill{font-size:11px;padding:5px 8px}.order-note-actions-grid{gap:6px}.order-notes-cilio{max-height:none}.order-note-add{top:0}.order-header-actions{display:none}.order-note-date-group{padding-left:0;margin-bottom:22px}.order-note-date-group:before{display:none}.order-note-date-header{position:static;margin-left:0;width:auto;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid var(--ccore-border)}.order-note-date-title{font-size:14px}.order-note-date-subtitle{font-size:11px}.order-note-timeline-row{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.order-note-timeline-left{display:flex;flex-direction:row;align-items:center;gap:8px;position:static}.order-note-timeline-dot{display:none}.order-note-avatar-wrapper{flex-shrink:0}.user-avatar-image,.user-avatar{width:38px;height:38px}.order-note-left-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:4px;margin-top:0}.order-note-avatar-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-note-toggle{width:26px;height:26px;padding:0;display:flex;align-items:center;justify-content:center}.order-note-toggle svg{width:10px;height:10px}.order-note-card:before{display:none}.order-note-card{border:1px solid var(--ccore-border);border-radius:10px;padding:12px;background:var(--ccore-bg-panel);overflow:hidden}.order-note-card-header{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.order-note-card-meta{display:flex;flex-wrap:wrap;gap:4px 6px;line-height:1.35;min-width:0}.order-note-card-user{font-weight:600}.order-note-card-separator{opacity:.5}.order-note-card-badges{display:flex;flex-wrap:wrap;gap:6px}.order-note-chip{max-width:100%;font-size:11px}.order-note-card-body{min-width:0;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;line-height:1.45;font-size:13px}.order-notes-cilio{overflow-x:hidden}.ccore-scheduling-timeline-group{padding-left:0;margin-bottom:22px}.ccore-scheduling-timeline-group:before{display:none}.ccore-scheduling-timeline-date-header{position:static;margin-left:0;width:auto;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid var(--ccore-border)}.ccore-scheduling-timeline-date-title{font-size:14px}.ccore-scheduling-timeline-date-subtitle{font-size:11px}.ccore-scheduling-timeline-row{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.ccore-scheduling-timeline-left{display:flex;flex-direction:row;align-items:center;gap:8px;position:static}.ccore-scheduling-timeline-dot{display:none}.ccore-scheduling-avatar-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ccore-scheduling-avatar-wrapper .user-avatar{width:38px;height:38px}.ccore-scheduling-left-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:4px;margin-top:0}.ccore-scheduling-toggle{width:26px;height:26px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);color:var(--ccore-text-muted);box-shadow:none;min-width:26px;min-height:26px}.ccore-scheduling-toggle svg{width:10px;height:10px;flex-shrink:0}.ccore-scheduling-toggle:hover{transform:none;background:var(--ccore-bg-panel);border-color:var(--ccore-border);color:var(--ccore-text-muted)}.ccore-scheduling-card{border:1px solid var(--ccore-border);border-radius:10px;padding:12px;background:var(--ccore-bg-panel);overflow:hidden}.ccore-scheduling-card-header{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.ccore-scheduling-card-meta{display:flex;flex-wrap:wrap;gap:4px 6px;line-height:1.35;min-width:0}.ccore-scheduling-card-title{font-weight:600}.ccore-scheduling-card-separator{opacity:.5}.ccore-scheduling-card-badges{display:flex;flex-wrap:wrap;gap:6px}.ccore-scheduling-card-resource{overflow-wrap:break-word;word-break:break-word}.ccore-scheduling-card-comments{min-width:0;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;line-height:1.45;font-size:13px}.ccore-scheduling-timeline{overflow-x:hidden}.hotwf-overlay{padding:12px;align-items:center}.hotwf-modal{width:100%;max-width:100%;height:auto;max-height:calc(100vh - 24px);border-radius:10px;margin:auto}.hotwf-header{padding:10px 12px}.hotwf-body{padding:12px;overflow-y:auto;-webkit-overflow-scrolling:touch}.hotwf-steps{padding:8px 10px;gap:8px}.hotwf-row{flex-direction:column;gap:4px}.hotwf-input,.hotwf-select{width:100%;font-size:16px}.hotwf-footer{padding:10px 12px;gap:6px}.hotwf-btn{padding:10px 12px;font-size:14px}.hotwf-btn--primary{flex:0 0 auto}.jobExtension-row{grid-template-columns:1fr;row-gap:2px}.jobExtension-separator{display:none}.jobExtension-value{padding-left:14px}.cioAi-panel{height:calc(100vh - 180px)}.cioAi-panel{height:100%;min-height:0;display:flex;flex-direction:column}.cioAi-panel{overflow:hidden}.cioAi-actions{flex-direction:column;gap:8px}.cioAi-analysisButton,.cioAi-clearButton{width:100%}.cioAi-chat{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.cioAi-message{max-width:90%;font-size:13px;padding:8px 10px}.cioAi-message--user{margin-left:auto}.cioAi-message--assistant{margin-right:auto}.cioAi-inputRow{display:flex;align-items:center;gap:6px;width:100%;max-width:100%;overflow:hidden}.cioAi-input{flex:1 1 auto;min-width:0}.cioAi-sendButton{min-width:42px;height:42px}.cioAi-micButton,.cioAi-sendButton{flex:0 0 auto}.cioAi-messageBody table{display:block;overflow-x:auto;white-space:nowrap}.cioAi-messageBody th,.cioAi-messageBody td{font-size:12px;padding:6px}.cioAi-messageBody{font-size:13px;line-height:1.35}}@media(max-width:810px){.ccore-grid{grid-template-columns:var(--ccore-programs-width) 220px 1fr 0px 0px}.ccore-rightpanel{display:none}.order-home-kpi-row,.order-home-chart-row{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.order-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ccore-grid{grid-template-columns:var(--ccore-programs-width) 240px 360px 1fr 0px}.ccore-fieldtech-header-title,.ccore-fieldtech-sync-text,.ccore-fieldtech-header-sub{display:none}.order-home-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.order-home-chart-row{grid-template-columns:1fr}.fieldtech-home-filters{display:none!important}.fieldtech-home-header{padding:12px 12px 8px}.fieldtech-home-header-row{align-items:center}.fieldtech-home-title{font-size:16px}.fieldtech-home-subtitle{display:none}.fieldtech-home-header-actions{gap:6px}.fieldtech-header-btn{min-width:36px;width:36px;height:36px;padding:0;gap:0;border-radius:8px}.fieldtech-header-btn-label{display:none}.fieldtech-filter-panel{position:fixed;inset:0;z-index:500;background:var(--ccore-bg-app);padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:18px}.fieldtech-filter-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--ccore-border)}.fieldtech-filter-title{font-size:16px;font-weight:600}.fieldtech-filter-actions{display:flex;gap:10px}.fieldtech-filter-section{display:flex;flex-direction:column;gap:10px}.fieldtech-filter-section h4{font-size:13px;font-weight:600;color:var(--ccore-text-muted);margin-bottom:4px}.fieldtech-filter-section input{width:100%;height:40px;border-radius:8px;border:1px solid var(--ccore-border);padding:0 10px;font-size:16px;background:var(--ccore-bg-panel)}.multiselect-trigger{width:100%;height:40px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel);padding:0 12px;text-align:left;font-size:16px}.multiselect-list{max-height:260px!important;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4px 0}.multiselect-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;font-size:16px;line-height:1.3;cursor:pointer;border-bottom:1px solid var(--ccore-border)}.multiselect-item input[type=checkbox]{margin-top:2px;width:18px;height:18px;flex:0 0 auto}.multiselect-item span{flex:1;font-size:16px;line-height:1.35;word-break:break-word}.multiselect-item:active{background:var(--ccore-bg-hover)}.fieldtech-filter-reset{height:36px;padding:0 12px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}.fieldtech-filter-close{width:36px;height:36px;border-radius:8px;border:1px solid var(--ccore-border);background:var(--ccore-bg-panel)}}@media(max-width:1024px){.ccore-orderlist,.ccore-ordercontent,.ccore-ordertree{font-size:12px}.ccore-featurebar{padding:0 8px}.ccore-search-groups{grid-template-columns:repeat(2,1fr)}.order-home{max-width:100%;overflow-x:hidden}}@media(min-width:2200px){:root{--ccore-font-size-base: 15px;--ccore-line-height: 1.6}.ccore-grid{width:100%;max-width:none;margin:0}.ccore-ordercontent{padding:16px}.ccore-featurebar{padding:0 20px}}body.ccore-dark{color-scheme:dark;--ccore-text-dark: #e5e7eb;--ccore-text-muted: #9ca3af;--ccore-bg-app: #0f172a;--ccore-bg-panel: #1e293b;--ccore-bg-dark: var(--ccore-blue-dark);--ccore-border: #374151;--ccore-blue-dark: #020617;--ccore-blue-mid: #1e293b;--ccore-blue-light: #3b82f6;--ccore-accent: var(--ccore-blue-dark);--ccore-accent-hover: var(--ccore-blue-mid);--ccore-accent-active: var(--ccore-blue-light);--ccore-info-bg: #1e293b;--ccore-info-border: #334155}body.ccore-dark .ccore-program-label,body.ccore-dark .fieldtech-table-cell,body.ccore-dark .ccore-fieldtech-programs .ccore-program-item svg,body.ccore-dark .fieldtech-filter-pill,body.ccore-dark .ccore-fieldtech-scheduler-float,body.ccore-dark .fieldtech-compact-header,body.ccore-dark .order-header-line2,body.ccore-dark .ccore-program-icon-circle.is-active{color:var(--ccore-text-invert)}body.ccore-dark .order-note-card-type{color:var(--ccore-text-invert)}body.ccore-dark .ccore-logo-slot{background:var(--ccore-text-invert)}body.ccore-dark .order-header-icon{color:inherit}body.ccore-dark .order-note-body,body.ccore-dark .order-note-toggle,body.ccore-dark .order-note-actions-container{background-color:inherit}body.ccore-dark .ccore-ordercard,body.ccore-dark .order-nav-item:hover{background:var(--ccore-bg-panel);color:var(--ccore-text-invert)}body.ccore-dark .ccore-status-pill{color:var(--ccore-blue-dark)}body.ccore-dark .order-hot-card:hover,body.ccore-dark .order-tab-button:hover,body.ccore-dark .order-hot-button:hover{background-color:#ffffff14;color:var(--ccore-text-invert)}body.ccore-dark .order-hot-button{border:none}body.ccore-dark .ccore-btn{background:transparent;color:var(--ccore-text-invert);border-color:var(--ccore-border)}body.ccore-dark .ccore-btn:hover{background:#ffffff14;border-color:var(--ccore-border);color:var(--ccore-text-invert)}body.ccore-dark .ccore-btn:active{background:#ffffff1f}body.ccore-dark .ccore-btn--primary{background:var(--ccore-accent-active);border-color:var(--ccore-accent-active);color:var(--ccore-text-invert)}body.ccore-dark .ccore-btn--primary:hover{background:var(--ccore-accent-hover);border-color:var(--ccore-accent-hover)}body.ccore-dark .order-view-setup-width-button.is-active{background:var(--ccore-text-invert);color:var(--ccore-bg-app);border-color:var(--ccore-text-invert)}body.ccore-dark .order-tab-button:hover{background:#ffffff0f}body.ccore-dark .order-tab-button.is-active{background:var(--ccore-bg-panel);border-color:var(--ccore-border);border-bottom:1px solid var(--ccore-bg-panel)}body.ccore-dark .order-hot-filter-input{background:var(--ccore-bg-panel);color:var(--ccore-text-invert)}body.ccore-dark .ccore-rightpanel,body.ccore-dark .ccore-rightpanel-inner{background:var(--ccore-bg-panel);color:var(--ccore-text-dark);border-color:var(--ccore-border)}body.ccore-dark .ccore-fieldtech-scheduler-header,body.ccore-dark .ccore-rightpanel-calendar-context,body.ccore-dark .ccore-rightpanel-footer{background:var(--ccore-blue-mid);border-color:var(--ccore-border)}body.ccore-dark .ccore-fieldtech-scheduler-title,body.ccore-dark .ccore-rightpanel-appointments-title,body.ccore-dark .ccore-rightpanel-appointments-count,body.ccore-dark .ccore-rightpanel-state{color:var(--ccore-text-dark)}body.ccore-dark .react-calendar{background:var(--ccore-bg-panel);color:var(--ccore-text-dark);border-color:var(--ccore-border)}body.ccore-dark .react-calendar button{background:transparent;color:var(--ccore-text-dark)}body.ccore-dark .react-calendar__navigation button:hover,body.ccore-dark .react-calendar__tile:hover{background:#ffffff14}body.ccore-dark .react-calendar__month-view__weekdays,body.ccore-dark .react-calendar__month-view__weekdays abbr{color:var(--ccore-text-muted);text-decoration:none}body.ccore-dark .react-calendar__month-view__days__day--neighboringMonth{color:var(--ccore-text-muted);opacity:.55}body.ccore-dark .react-calendar__tile--now{background:#3b82f62e}body.ccore-dark .react-calendar__tile--active,body.ccore-dark .ccore-calendar-day-selected{background:#7ab843!important;color:var(--ccore-text-invert)!important}body.ccore-dark .ccore-fieldtech-scheduler-close,body.ccore-dark .ccore-rightpanel-cta{color:var(--ccore-text-invert)}body.ccore-dark .ccore-rightpanel-appointments{background:var(--ccore-bg-panel);color:var(--ccore-text-dark)}body.ccore-dark .ccore-appointment-row{background:color-mix(in srgb,var(--ccore-bg-panel) 88%,white);border:1px solid var(--ccore-border);color:var(--ccore-text-dark)}body.ccore-dark .ccore-appointment-row:hover,body.ccore-dark .ccore-appointment-row:focus{background:#ffffff14;border-color:var(--ccore-accent-active);outline:none}body.ccore-dark .ccore-appointment-title,body.ccore-dark .ccore-appointment-time{color:var(--ccore-text-dark)}body.ccore-dark .ccore-appointment-order,body.ccore-dark .ccore-appointment-assigned{color:var(--ccore-text-muted)}body.ccore-dark .ccore-appointment-assigned svg{color:var(--ccore-text-muted)}body.ccore-dark .ccore-appointment-status--info{background:#3b82f62e;color:#93c5fd;border-color:#93c5fd59}body.ccore-dark .ccore-appointment-time-dot--info{background:#60a5fa}body.ccore-dark .ccore-appointment-type--violet{background:#8b5cf633;color:#c4b5fd;border-color:#c4b5fd59}body.ccore-dark .hotwf-btn{background:transparent;color:var(--ccore-text-dark);border-color:var(--ccore-border)}body.ccore-dark .hotwf-btn:hover:not(:disabled){background:#ffffff14;border-color:var(--ccore-border);color:var(--ccore-text-invert)}body.ccore-dark .hotwf-btn:active:not(:disabled){background:#ffffff1f}body.ccore-dark .hotwf-btn--primary{background:var(--ccore-accent-active);border-color:var(--ccore-accent-active);color:var(--ccore-text-invert)}body.ccore-dark .hotwf-btn--primary:hover:not(:disabled){background:var(--ccore-accent-hover);border-color:var(--ccore-accent-hover)}body.ccore-dark .fieldtech-homepage-notes-clear{background:transparent;color:var(--ccore-text-dark);border-color:var(--ccore-border)}body.ccore-dark .fieldtech-homepage-notes-clear:hover:not(:disabled){background:#ffffff14;border-color:var(--ccore-border);color:var(--ccore-text-invert)}body.ccore-dark .fieldtech-homepage-copy-button{background:transparent;color:#8afb73;border-color:#8afb734d}body.ccore-dark .fieldtech-homepage-copy-button:hover{background:#8afb7314;border-color:#8afb7380;color:#8afb73}body.ccore-dark .fieldtech-homepage-customer-link{color:#8afb73}body.ccore-dark .hotwf-close:hover{color:var(--ccore-text-invert)}@media print{.ccore-topbar,.ccore-featurebar,.ccore-ordertree,.ccore-orderlist,.ccore-rightpanel,.ccore-programs,.ccore-resizer,.order-header,.order-tabs-header,.order-action-bar,.order-tabs-tools,.order-tabs-strip,.order-location-button,.ComingSoonPanel,.order-note-composer,.order-navigator,.order-processing-banner,.order-hot-button,.order-menu-divider,.ccore-btn,.ccore-unbutton:not(.order-field-display):not(.order-attachments-group-header),.fieldtech-list-chevron-bar,.order-tab-panel>*:not(.order-print-view),.order-shell>*:not(.order-print-view){display:none!important}body,html,#root,.ccore-app,.ccore-grid,.ccore-ordercontent,.ccore-col-ordercontent,.ccore-ordercontent-scroll,.order-shell,.order-body,.order-tabs-view,.order-tab-panel{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;overflow:visible!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important;background:transparent!important;color:#000!important;float:none!important;position:static!important}.order-print-view{display:block!important;visibility:visible!important;background:#fff!important;color:#000!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.order-print-section{page-break-after:auto;break-after:auto;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dashed #ccc}.order-print-section:last-child{border-bottom:none}tr,td,th,.order-field,.order-questionnaire-card,.order-home-kpi-row .order-home-kpi-tile,.order-home-chart-row>.order-home-kpi-tile:not(:has(.order-questionnaire-card)):not(:has(.ccore-scheduling-timeline)),.order-note-timeline-row,.order-note-date-header,.ccore-scheduling-timeline-row,.ccore-scheduling-timeline-date-header,.order-attachments-group-header{page-break-inside:avoid!important;break-inside:avoid!important}button.order-field-display,button.order-attachments-group-header{display:block!important;background:transparent!important;border:none!important;padding:0!important;margin:0!important;color:#000!important;font:inherit!important;cursor:default!important;box-shadow:none!important;pointer-events:none!important;text-align:left!important;width:100%!important}table{width:100%!important;border-collapse:collapse!important}th,td{border:1px solid #ccc!important;padding:8px!important;text-align:left!important}@page{size:A4 portrait;margin:15mm}}@media screen{.order-print-view{display:none!important}}
