.bl-browser-frame{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #2021240d;height:100%;border:1px solid rgba(0,0,0,.06);position:relative}.bl-browser-frame__titlebar{display:flex;align-items:center;gap:clamp(4px,1.25cqw,8px);height:var(--sc-titlebar-h, 24px);padding:0 clamp(6px,1.5cqw,10px);background:#f7f7f8;border-bottom:1px solid rgba(0,0,0,.06);position:relative;z-index:1}.bl-browser-frame__dots{display:flex;gap:clamp(2px,.6cqw,4px)}.bl-browser-frame__dot{width:var(--sc-dot-size, 6px);height:var(--sc-dot-size, 6px);border-radius:50%}.bl-browser-frame__dot--close,.bl-browser-frame__dot--minimize,.bl-browser-frame__dot--maximize{background:#0000002e;box-shadow:inset 0 -1px 1px #0000000f}.bl-browser-frame__address{flex:1;display:flex;align-items:center;gap:clamp(2px,.5cqw,3px);height:clamp(10px,2.4cqw,15px);padding:0 clamp(3px,.9cqw,6px);background:#fff;border-radius:clamp(3px,.7cqw,5px);font-size:clamp(5px,1.1cqw,7px);color:#666;font-family:-apple-system,system-ui,sans-serif;border:1px solid rgba(0,0,0,.06)}.bl-browser-frame__lock{color:#888;width:clamp(5px,1.1cqw,7px);height:clamp(5px,1.1cqw,7px)}.bl-browser-frame__content{width:100%;height:calc(100% - var(--sc-titlebar-h, 24px));overflow:hidden;background:#fff;position:relative;z-index:1}.bl-phone-frame{position:relative;width:375px;height:812px;background:#fff;border-radius:40px;overflow:hidden;box-shadow:0 12px 48px #00000026,0 2px 8px #0000001a;border:8px solid #1A1A1A}.bl-phone-frame__dynamic-island{position:absolute;top:12px;left:50%;transform:translate(-50%);width:126px;height:36px;background:#1a1a1a;border-radius:18px;z-index:10}.bl-phone-frame__status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px 0;height:44px;font-size:14px;font-weight:600;color:#000;font-family:-apple-system,system-ui,sans-serif}.bl-phone-frame__status-icons{display:flex;align-items:center;gap:4px;color:#000}.bl-phone-frame__content{height:calc(100% - 64px);overflow:hidden}.bl-phone-frame__home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:120px;height:4px;background:#000;border-radius:2px;opacity:.3}.sc-sidebar-nav{display:flex;flex-direction:column;align-items:center;gap:1px;width:100%}.sc-sidebar-nav__item{display:flex;align-items:center;justify-content:center;position:relative;width:var(--sc-nav-item-size, 26px);height:var(--sc-nav-item-size, 26px);border-radius:clamp(3px,.78cqw,5px);color:#ffffff80;transition:background-color .28s cubic-bezier(.22,1,.36,1),color .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.sc-sidebar-nav__item.is-active{background:#ffffff1a;color:var(--sc-color-text-inverse, #FBFFFE)}.sc-sidebar-nav__item svg{width:var(--sc-icon-size, 11px);height:var(--sc-icon-size, 11px);shape-rendering:geometricPrecision}.sc-sidebar-nav__dot{position:absolute;top:clamp(2px,.6cqw,4px);right:clamp(1px,.4cqw,3px);width:clamp(2px,.6cqw,4px);height:clamp(2px,.6cqw,4px);border-radius:50%;background:#ef4444}.sc-desktop{display:grid;grid-template-columns:var(--sc-sidebar-w, 32px) 1fr var(--sc-gutter-r, 7px);grid-template-rows:var(--sc-header-h, 36px) 1fr;width:100%;height:100%;background:#323838;font-family:var(--sc-font-body, "Poppins", -apple-system, system-ui, sans-serif);overflow:hidden}.sc-desktop__logo{grid-row:1;grid-column:1;display:flex;align-items:center;justify-content:center;background:#323838}.sc-desktop__logo svg{width:clamp(12px,3.1cqw,20px);height:clamp(12px,3.1cqw,20px)}.sc-desktop__header{grid-row:1;grid-column:2;display:flex;align-items:center;gap:clamp(4px,1.25cqw,8px);padding:0 clamp(6px,1.56cqw,10px) 0 clamp(2px,.5cqw,4px);background:#323838;color:var(--sc-color-text-inverse, #FBFFFE)}.sc-desktop__search{flex:1;display:flex;align-items:center;gap:clamp(3px,.78cqw,5px);padding:clamp(2px,.6cqw,4px) clamp(4px,1.25cqw,8px);background:transparent;border-radius:clamp(3px,.78cqw,5px);font-size:clamp(5px,1.25cqw,8px);color:#fff6;max-width:380px}.sc-desktop__search-icon{flex-shrink:0;color:#ffffffe6;width:clamp(6px,1.56cqw,10px);height:clamp(6px,1.56cqw,10px)}.sc-desktop__search-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-desktop__header-actions{margin-left:auto;display:flex;align-items:center;gap:clamp(4px,1.25cqw,8px);flex-shrink:0}.sc-desktop__bell{position:relative;display:flex;align-items:center;justify-content:center;color:#ffffffb3}.sc-desktop__bell svg{width:clamp(7px,1.88cqw,12px);height:clamp(7px,1.88cqw,12px)}.sc-desktop__bell-dot{position:absolute;top:0;right:-1px;width:clamp(3px,.78cqw,5px);height:clamp(3px,.78cqw,5px);border-radius:50%;background:#ef4444;border:1px solid #323838;animation:sc-notification-pulse 2s ease-in-out infinite}@keyframes sc-notification-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 3px #ef444400}}@media(prefers-reduced-motion:reduce){.sc-desktop__bell-dot{animation:none}}.sc-desktop__avatar{width:clamp(12px,3.1cqw,20px);height:clamp(12px,3.1cqw,20px);border-radius:clamp(2px,.6cqw,4px);background:#212525;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-desktop__avatar-initials{font-size:clamp(4px,1.1cqw,7px);font-weight:600;color:#fff;letter-spacing:.3px;font-family:var(--sc-font-heading, "Clash Display", sans-serif);text-transform:uppercase}.sc-desktop__sidebar{grid-row:2;grid-column:1;background:#323838;display:flex;flex-direction:column;align-items:center;padding-top:clamp(4px,1.25cqw,8px);gap:clamp(1px,.3cqw,2px)}.sc-desktop__canvas{grid-row:2;grid-column:2;display:flex;flex-direction:column;overflow:hidden;background:var(--sc-color-bg, #F3F4F6);border-top-left-radius:2px;border-top-right-radius:2px}.sc-desktop__canvas-body{position:relative;flex:1;min-height:0;overflow:hidden}.sc-mobile{display:flex;flex-direction:column;width:100%;height:100%;background:var(--sc-color-bg, #f3f4f6);font-family:var(--sc-font-body, "Poppins", -apple-system, system-ui, sans-serif)}.sc-mobile__header{display:flex;align-items:center;gap:12px;padding:10px 12px;height:64px;background:var(--sc-color-surface, #FFFFFF)}.sc-mobile__avatar{width:44px;height:44px;border-radius:8px;background:var(--sc-color-neutral-100, #f3f4f6);color:var(--sc-color-text-muted, #8c8c8c);display:grid;place-items:center;flex-shrink:0}.sc-mobile__avatar-initials{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:14px;font-weight:600;letter-spacing:.02em}.sc-mobile__title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:16px;font-weight:500;color:var(--sc-color-text, #212525);text-transform:uppercase;letter-spacing:.02em;flex:1;min-width:0;margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-mobile__bell{position:relative;width:28px;height:28px;display:grid;place-items:center;color:var(--sc-color-text, #212525);flex-shrink:0}.sc-mobile__bell-dot{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;background:var(--sc-color-danger, #d92d20)}.sc-mobile__context-tabs{display:flex;gap:4px;padding:8px 12px;background:var(--sc-color-surface, #FFFFFF);border-bottom:1px solid var(--sc-color-border, #E4E4E4);overflow-x:auto}.sc-mobile__context-tab{padding:4px 12px;font-size:12px;font-weight:500;color:var(--sc-color-text-muted, #8c8c8c);border-radius:var(--sc-radius-full, 9999px);white-space:nowrap;background:transparent;border:1px solid var(--sc-color-border, #E4E4E4)}.sc-mobile__context-tab.is-active{background:var(--sc-color-surface-inverse, #323838);color:var(--sc-color-text-inverse, #FBFFFE);border-color:var(--sc-color-surface-inverse, #323838)}.sc-mobile__content{flex:1;overflow:hidden;padding:12px}.sc-mobile__tabbar{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:8px 12px;background:var(--sc-color-surface, #FFFFFF)}.sc-mobile__tab{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--sc-color-text-inactive, #9ca3af);padding:4px}.sc-mobile__tab-icon{position:relative;width:28px;height:28px;display:grid;place-items:center;color:inherit;transition:transform .2s cubic-bezier(.2,0,0,1)}.sc-mobile__tab.is-active .sc-mobile__tab-icon{transform:scale(1.1)}.sc-mobile__tab-dot{position:absolute;top:-2px;right:-4px;width:8px;height:8px;border-radius:50%;background:var(--sc-color-danger, #d92d20)}.sc-mobile__tab-label{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:9px;font-weight:500;line-height:1.25;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.sc-mobile__tab.is-active{color:var(--sc-color-text, #212525)}.sc-mobile__tab.is-active .sc-mobile__tab-label{font-weight:600}.sc-native-header{display:flex;flex-direction:column;gap:clamp(2px,.5cqw,4px);padding:clamp(5px,1.3cqw,10px) clamp(6px,1.56cqw,10px);font-family:var(--sc-font-heading, "Clash Display", sans-serif);box-sizing:border-box}.sc-native-header__context-bar{display:flex;align-items:center;gap:clamp(6px,1.5cqw,12px)}.sc-native-header__breadcrumb{display:inline-flex;align-items:center;gap:clamp(3px,.7cqw,6px)}.sc-native-header__breadcrumb-segment{font-size:clamp(5px,1.1cqw,8px);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--sc-color-text-tertiary, #787878);white-space:nowrap}.sc-native-header__breadcrumb-segment.is-current{color:var(--bl-color-text)}.sc-native-header__breadcrumb-sep{font-size:clamp(5px,1.1cqw,8px);color:var(--sc-color-text-muted, #787878);opacity:.5}.sc-native-header__tabs{position:relative;display:inline-flex;align-items:center;margin-left:auto;gap:clamp(1px,.3cqw,2px);padding:clamp(1px,.3cqw,2px);background:var(--sc-color-bg, #f3f4f6);border-radius:var(--sc-radius-full, 9999px)}.sc-native-header__tab{display:inline-flex;align-items:center;justify-content:center;padding:clamp(2px,.6cqw,4px) clamp(4px,1cqw,7px);font-size:clamp(5px,1.1cqw,8px);font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--sc-color-text);border-radius:var(--sc-radius-full, 9999px);white-space:nowrap}.sc-native-header__tab.is-active{color:#fff}.sc-native-header__page-row{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(4px,1cqw,8px)}.sc-native-header__info{display:flex;flex-direction:column;gap:1px;min-width:0}.sc-native-header__title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:clamp(6px,1.7cqw,12px);font-weight:500;text-transform:uppercase;letter-spacing:.02em;color:var(--sc-color-text, #323838);line-height:1.25;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-native-header__subtitle{font-size:clamp(5px,1.2cqw,9px);color:var(--sc-color-text-muted, #787878);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-native-header__action-btn{display:inline-flex;align-items:center;justify-content:center;gap:clamp(3px,.55cqw,4px);padding:clamp(3px,.85cqw,5px) clamp(7px,1.65cqw,11px);font-size:clamp(6px,1.5cqw,11px);font-weight:500;color:var(--sc-color-text-inverse, #FBFFFE);background:var(--sc-color-surface-inverse, #323838);border-radius:0;white-space:nowrap;line-height:var(--sc-clash-lh);flex-shrink:0}.sc-native-header__action-icon{width:clamp(6px,1.5cqw,11px);height:clamp(6px,1.5cqw,11px);flex-shrink:0}.sc-native-header__action-text{white-space:nowrap}.sc-native-header__filters{display:flex;gap:clamp(2px,.5cqw,4px);flex-wrap:nowrap}.sc-native-header__chip{display:inline-flex;align-items:center;padding:clamp(1px,.35cqw,3px) clamp(4px,1cqw,7px);font-family:var(--sc-font-body, "Poppins", -apple-system, system-ui, sans-serif);font-size:clamp(4px,1cqw,7px);font-weight:500;color:var(--sc-color-text-muted, #787878);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-full, 9999px);white-space:nowrap;background:transparent}.sc-native-header__chip.is-active{background:var(--sc-color-surface-inverse, #323838);color:var(--sc-color-text-inverse, #FBFFFE);border-color:var(--sc-color-surface-inverse, #323838)}.sc-overlay{position:absolute;inset:0;pointer-events:none;z-index:4;overflow:hidden}.sc-overlay__cursor{position:absolute;top:0;left:0;opacity:0;transform:translate(-4px,-2px);will-change:transform,opacity;filter:drop-shadow(0 2px 4px rgba(32,33,36,.25))}.sc-overlay__ring{position:absolute;top:0;left:0;width:28px;height:28px;margin:-14px 0 0 -14px;border-radius:999px;border:2px solid var(--bl-color-accent, #B9A998);background:radial-gradient(circle,#b9a9982e,#b9a99800 70%);opacity:0;transform:scale(.4);will-change:transform,opacity}.sc-overlay__pill{position:absolute;top:0;left:0;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;background:#212525;color:#fbfffe;border-radius:6px;font-family:Clash Display,sans-serif;font-size:12px;font-weight:500;letter-spacing:.01em;white-space:nowrap;opacity:0;transform:translateY(4px);will-change:transform,opacity;box-shadow:0 2px 6px #2021241f,0 8px 20px #20212429}.sc-overlay__pill:before{content:"";display:inline-block;width:5px;height:5px;border-radius:999px;background:var(--bl-color-accent, #B9A998);flex-shrink:0}.sc-overlay__pill-text{line-height:1.2}.bl-showcase .sc-summary-card:hover,.bl-showcase .sc-summary-card.sc-is-hovered,.bl-showcase .sc-elc:hover,.bl-showcase .sc-elc.sc-is-hovered,.bl-showcase .sc-dash__card:hover,.bl-showcase .sc-dash__card.sc-is-hovered{transform:translateY(-3px)!important;box-shadow:0 1px 2px #2021240a,0 8px 18px #2021241a,0 20px 40px #2021240f!important}.bl-showcase .sc-sidebar-nav__item:hover,.bl-showcase .sc-sidebar-nav__item.sc-is-hovered{background:#ffffff0f;transform:translateY(-1px)!important}.bl-showcase .sc-sidebar-nav__item.is-active:hover,.bl-showcase .sc-sidebar-nav__item.is-active.sc-is-hovered{background:#ffffff24}.bl-showcase .sc-hover-lift{transform:translateY(-3px)!important;box-shadow:0 1px 2px #2021240a,0 8px 18px #2021241a,0 20px 40px #2021240f!important}.bl-showcase .sc-summary-card,.bl-showcase .sc-elc,.bl-showcase .sc-dash__card,.bl-showcase .sc-nav-scope,.bl-showcase .sc-sidebar-nav__item{transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s cubic-bezier(.22,1,.36,1),background-color .22s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.sc-overlay{display:none}.sc-hover-lift{transform:none}}.sc-badge{font-family:var(--bl-font-family-heading);display:inline-flex;align-items:center;justify-content:center;padding:4px 6px 3px;font-size:8px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--sc-radius-sm, 4px);border:1px solid transparent;white-space:nowrap;line-height:1}.sc-badge--success{background:var(--sc-color-success-tint, #F0FDF4);color:var(--sc-color-success-text, #15803D);border-color:var(--sc-color-success-border, #bbf7d0)}.sc-badge--warning{background:var(--sc-color-warning-tint, #FFFBEB);color:var(--sc-color-warning-text, #B45309);border-color:var(--sc-color-warning-border, #fde68a)}.sc-badge--danger{background:var(--sc-color-danger-tint, #FEF2F2);color:var(--sc-color-danger-text, #B91C1C);border-color:var(--sc-color-danger-border, #fecaca)}.sc-badge--info{background:var(--sc-color-info-tint, #EFF6FF);color:var(--sc-color-info-text, #1D4ED8);border-color:var(--sc-color-info-border, #bfdbfe)}.sc-badge--neutral{background:var(--sc-color-neutral-tint, #F0F0F0);color:var(--sc-color-neutral-text, #5A5A5A);border-color:var(--sc-color-neutral-border, #d4ccc3)}.sc-dash{display:flex;flex-direction:column;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif);overflow-y:auto;text-align:left}.sc-dash__container{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:8px;width:100%}.sc-dash__card{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:10px 12px;display:flex;flex-direction:column}.sc-dash__card-title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;line-height:1.25;color:var(--sc-color-text, #323838);margin:0 0 6px}.sc-dash__briefing-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.sc-dash__briefing-title-row .sc-dash__card-title{margin-bottom:0}.sc-dash__health-bar{display:flex;align-items:center;gap:4px}.sc-dash__health-label{font-size:8px;font-weight:500;color:var(--sc-color-text-muted, #787878)}.sc-dash__health-dot{width:6px;height:6px;border-radius:var(--sc-radius-full, 9999px)}.sc-dash__health-dot--strong{background:var(--sc-color-success-text, #15803D)}.sc-dash__health-dot--stable{background:var(--sc-color-text, #323838)}.sc-dash__health-dot--attention{background:var(--sc-color-warning-text, #B45309)}.sc-dash__health-dot--at-risk{background:var(--sc-color-danger-text, #B91C1C)}.sc-dash__briefing-body{font-size:8px;line-height:1.55;color:var(--sc-color-text, #323838)}.sc-dash__risk-callout{margin-top:6px;padding-left:6px;border-left:1.5px solid var(--sc-color-warning-border, #FDE68A)}.sc-dash__risk-callout-label{display:block;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:7px;font-weight:500;text-transform:uppercase;letter-spacing:.03em;color:var(--sc-color-warning, #ff9f22);margin-bottom:3px}.sc-dash__risk-callout-card{background:var(--sc-color-warning-tint, #FFFBEB);border:1px solid var(--sc-color-warning-border, #FDE68A);border-radius:3px;padding:5px 7px;font-size:8px;line-height:1.5;color:var(--sc-color-text, #323838)}.sc-dash__briefing-body .rich-link,.sc-dash__risk-callout-card .rich-link{color:var(--sc-color-text, #323838);font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:#78787873;text-underline-offset:1.5px}.sc-dash__briefing-body .rich-chip,.sc-dash__risk-callout-card .rich-chip{font-weight:600;letter-spacing:.01em;white-space:nowrap;background:transparent;border:none;padding:0}.sc-dash__briefing-body .rich-chip--info,.sc-dash__risk-callout-card .rich-chip--info{color:var(--sc-color-info-text, #1D4ED8)}.sc-dash__briefing-body .rich-chip--warning,.sc-dash__risk-callout-card .rich-chip--warning{color:var(--sc-color-warning-text, #B45309)}.sc-dash__briefing-body .rich-chip--danger,.sc-dash__risk-callout-card .rich-chip--danger{color:var(--sc-color-danger-text, #B91C1C)}.sc-dash__briefing-body .rich-chip--success,.sc-dash__risk-callout-card .rich-chip--success{color:var(--sc-color-success-text, #15803D)}.sc-dash__briefing-body .rich-chip--neutral,.sc-dash__risk-callout-card .rich-chip--neutral{color:var(--sc-color-neutral-text, #4B5563)}.sc-dash__regenerate-row{margin-top:6px;display:flex;justify-content:flex-end}.sc-dash__regenerate-link{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:500;color:var(--sc-color-text-muted, #787878);text-decoration:underline;text-underline-offset:2px;cursor:default}.sc-dash__priority-list{display:flex;flex-direction:column;gap:6px}.sc-dash__priority-item{display:flex;flex-direction:row;align-items:flex-start;gap:6px;padding:8px 10px;border-radius:var(--sc-radius-sm, 4px);border:1px solid var(--sc-color-border, #E4E4E4);background:var(--sc-color-surface, #FFFFFF)}.sc-dash__priority-dot{width:6px;height:6px;border-radius:var(--sc-radius-full, 9999px);margin-top:4px;flex-shrink:0}.sc-dash__priority-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.sc-dash__priority-header{display:flex;justify-content:space-between;align-items:center;gap:6px}.sc-dash__priority-title{flex:1;min-width:0;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:9px;font-weight:600;color:var(--sc-color-text, #323838);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-dash__priority-link{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:7px;font-weight:500;color:var(--sc-color-text-muted, #787878);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.sc-dash__urgency-label{font-size:7px;line-height:1.25;font-weight:500}.sc-dash__urgency--critical{color:var(--sc-color-danger-text, #B91C1C)}.sc-dash__urgency--high{color:var(--sc-color-warning-text, #B45309)}.sc-dash__urgency--medium{color:var(--sc-color-info-text, #1D4ED8)}.sc-dash__urgency--low{color:var(--sc-color-text-muted, #787878)}.sc-dash__priority-description{font-size:8px;line-height:1.5;color:var(--sc-color-text, #323838)}.sc-dash__workforce-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}.sc-dash__metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:8px}.sc-dash__metric-card{display:flex;flex-direction:column;padding:8px 10px;border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);background:var(--sc-color-surface, #FFFFFF);min-width:0;overflow:hidden}.sc-dash__metric-header{display:flex;justify-content:space-between;align-items:flex-start;gap:4px;margin-bottom:6px;min-width:0}.sc-dash__metric-label{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:600;color:var(--sc-color-text, #323838);text-transform:uppercase;letter-spacing:.05em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:0 1 auto}.sc-dash__metric-link{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:7px;font-weight:500;color:var(--sc-color-text-muted, #787878);text-transform:uppercase;letter-spacing:.05em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:0 1 auto}.sc-dash__metric-body{display:flex;align-items:baseline}.sc-dash__metric-value{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:22px;font-weight:400;color:var(--sc-color-text-muted, #787878);line-height:1.1;font-variant-numeric:tabular-nums}.sc-dash__metric--active .sc-dash__metric-value,.sc-dash__metric--pipeline .sc-dash__metric-value{color:var(--sc-color-success-text, #15803D)}.sc-dash__metric--leave .sc-dash__metric-value,.sc-dash__metric--tasks .sc-dash__metric-value{color:var(--sc-color-warning-text, #B45309)}.sc-dash__metric--danger .sc-dash__metric-value{color:var(--sc-color-danger-text, #B91C1C)}.sc-dash__alert-title-row{display:flex;align-items:center;gap:4px;margin-bottom:6px}.sc-dash__alert-title-row .sc-dash__card-title{margin-bottom:0}.sc-dash__alert-list{display:flex;flex-direction:column;gap:4px}.sc-dash__alert-item{position:relative;padding:7px 8px;border-radius:var(--sc-radius-sm, 4px);border:1px solid var(--sc-color-border, #E4E4E4);background:var(--sc-color-surface, #FFFFFF);display:flex;flex-direction:column;gap:2px;text-align:left}.sc-dash__alert-item--danger{background:var(--sc-color-danger-tint, #FEF2F2);border-color:var(--sc-color-danger-border, #FECACA)}.sc-dash__alert-item--info{background:var(--sc-color-info-tint, #EFF6FF);border-color:var(--sc-color-info-border, #BFDBFE)}.sc-dash__alert-item--neutral{background:var(--sc-color-bg, #F3F4F6);border-color:var(--sc-color-border, #E4E4E4)}.sc-dash__alert-close{position:absolute;top:5px;right:6px;color:var(--sc-color-text-muted, #787878);flex-shrink:0}.sc-dash__alert-title-text{font-size:8px;font-weight:600;color:var(--sc-color-text, #323838);line-height:1.3;padding-right:10px}.sc-dash__alert-category{font-size:7px;color:var(--sc-color-text-muted, #787878);line-height:1.2}.sc-dash__alert-item--danger .sc-dash__alert-category{color:var(--sc-color-danger, #d92d20)}.sc-dash__alert-item--info .sc-dash__alert-category{color:var(--sc-color-info, #73a0d8)}.sc-dash__alert-body-text{font-size:7px;color:var(--sc-color-text-muted, #787878);line-height:1.4;margin-top:1px}.sc-dash__alert-footer{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:3px}.sc-dash__alert-suggestion{font-size:7px;font-style:italic;color:var(--sc-color-text, #323838)}.sc-dash__alert-action{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:6px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--sc-color-text, #323838);background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:calc(3px + .4em) 6px 3px;line-height:1;flex-shrink:0;text-indent:.05em}.sc-button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--sc-font-body, "Poppins", sans-serif);font-weight:600;border-radius:var(--sc-radius-md, 10px);white-space:nowrap;letter-spacing:.02em;text-transform:uppercase}.sc-button--sm{padding:3px 8px;font-size:8px;line-height:1.4}.sc-button--md{padding:5px 12px;font-size:10px;line-height:1.4}.sc-button--primary{background:var(--sc-color-surface-inverse, #323838);color:var(--sc-color-text-inverse, #FBFFFE)}.sc-button--outline{background:transparent;color:var(--sc-color-text, #323838);border:1px solid var(--sc-color-border, #E4E4E4)}.sc-worker{display:flex;flex-direction:column;gap:10px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif)}.sc-worker__site-card,.sc-worker__task-card{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:10px 12px}.sc-worker__label{display:block;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sc-color-text-muted, #787878);margin-bottom:2px}.sc-worker__value{font-size:13px;font-weight:600;color:var(--sc-color-text, #323838);line-height:1.3}.sc-worker__checklist{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:10px 12px}.sc-worker__section-title{font-size:10px;font-weight:600;color:var(--sc-color-text, #323838);margin-bottom:8px}.sc-checklist-item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:12px;color:var(--sc-color-text, #323838)}.sc-checklist-item.is-done{color:var(--sc-color-text-muted, #787878);text-decoration:line-through}.sc-checklist-check{width:16px;height:16px;border:1.5px solid var(--sc-color-border, #E4E4E4);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-checklist-item.is-done .sc-checklist-check{background:var(--sc-color-success-text, #15803D);border-color:var(--sc-color-success-text, #15803D);color:var(--sc-color-text-inverse, #FBFFFE)}.sc-worker__timer{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.sc-timer{display:flex;align-items:baseline;gap:6px}.sc-timer__time{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:20px;font-weight:700;color:var(--sc-color-text, #323838)}.sc-timer__status{font-size:10px;font-weight:500;color:var(--sc-color-success-text, #15803D)}.sc-worker__timer-actions{display:flex;gap:4px}.sc-table-wrap{width:100%;overflow:hidden;border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);background:var(--sc-color-surface, #FFFFFF);display:flex;flex-direction:column}.sc-table-search{display:flex;align-items:center;gap:6px;padding:5px 10px;background:var(--sc-color-surface-inverse, #323838);border-bottom:1px solid rgba(255,255,255,.08)}.sc-table-search-icon{width:10px;height:10px;color:var(--sc-color-text-inverse, #FBFFFE);flex-shrink:0;opacity:.7}.sc-table-search-text{font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:8px;color:var(--sc-color-text-muted, #787878);opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-table{width:100%;border-collapse:collapse;font-size:10px;line-height:1.4;color:var(--sc-color-text, #323838);font-family:var(--sc-font-body, "Poppins", sans-serif)}.sc-table thead tr{background:var(--sc-color-surface, #FFFFFF)}.sc-table th{padding:6px 10px;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--sc-color-text-muted, #8c8c8c);text-align:left;white-space:nowrap;border-bottom:1px solid var(--sc-color-border, #E4E4E4)}.sc-table td{padding:7px 10px;white-space:nowrap}.sc-table td.is-bold{font-weight:600}.sc-table td.is-muted{color:var(--sc-color-text-muted, #787878)}.sc-table-results{display:flex;align-items:center;justify-content:center;padding:5px 10px;border-top:1px solid var(--sc-color-border, #E4E4E4);margin-top:auto}.sc-table-results-text{font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:8px;color:var(--sc-color-text-muted, #787878)}.sc-table-results-text strong{color:var(--sc-color-text, #323838);font-weight:600}.sc-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:6px}.sc-summary-card{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:8px 10px 10px;display:flex;flex-direction:column;min-width:0}.sc-summary-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.sc-summary-card__label{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sc-color-text, #323838);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.sc-summary-card__icon{width:20px;height:20px;border-radius:var(--sc-radius-sm, 4px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-summary-card__icon-svg{width:10px;height:10px}.sc-summary-card__icon--default{background:var(--sc-color-neutral-tint, #F0F0F0);color:var(--sc-color-text-muted, #787878)}.sc-summary-card__icon--success{background:var(--sc-color-success-tint, #F0FDF4);color:var(--sc-color-success-text, #15803D)}.sc-summary-card__icon--warning{background:var(--sc-color-warning-tint, #FFFBEB);color:var(--sc-color-warning-text, #B45309)}.sc-summary-card__icon--danger{background:var(--sc-color-danger-tint, #FEF2F2);color:var(--sc-color-danger-text, #B91C1C)}.sc-summary-card__icon--info{background:var(--sc-color-info-tint, #EFF6FF);color:var(--sc-color-info-text, #1D4ED8)}.sc-summary-card__icon--neutral{background:var(--sc-color-neutral-tint, #F0F0F0);color:var(--sc-color-neutral-text, #5A5A5A)}.sc-summary-card__value{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:20px;font-weight:400;color:var(--sc-color-text-muted, #787878);line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}.sc-summary-card__value--success{color:var(--sc-color-success-text, #15803D)}.sc-summary-card__value--warning{color:var(--sc-color-warning-text, #B45309)}.sc-summary-card__value--danger{color:var(--sc-color-danger-text, #B91C1C)}.sc-summary-card__value--info{color:var(--sc-color-info-text, #1D4ED8)}.sc-summary-card__value--neutral{color:var(--sc-color-text-muted, #787878)}.sc-summary-card__detail{font-size:7px;color:var(--sc-color-text-muted, #787878);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.sc-estimate-list{display:flex;flex-direction:column;gap:8px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif)}.sc-estimate-list .sc-table{table-layout:fixed}.sc-estimate-list .sc-table th,.sc-estimate-list .sc-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-estimate-list .sc-table th:nth-child(3),.sc-estimate-list .sc-table td:nth-child(3){text-overflow:clip}.sc-estimate-list .sc-table th:nth-child(1),.sc-estimate-list .sc-table td:nth-child(1){width:auto}.sc-estimate-list .sc-table th:nth-child(2),.sc-estimate-list .sc-table td:nth-child(2){width:30%}.sc-estimate-list .sc-table th:nth-child(3),.sc-estimate-list .sc-table td:nth-child(3){width:80px}.sc-estimate-list .sc-table th:nth-child(4),.sc-estimate-list .sc-table td:nth-child(4){width:86px;text-align:right;font-variant-numeric:tabular-nums;font-weight:500}.sc-estimate-list .sc-table th:nth-child(5),.sc-estimate-list .sc-table td:nth-child(5){width:70px}.sc-builder{display:flex;flex-direction:column;width:100%;height:100%;background:var(--sc-color-bg, #f3f4f6);color:var(--sc-color-text, #212525);font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:9px;overflow:hidden}.sc-builder__subheader{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px 7px;flex-shrink:0;min-height:22px}.sc-builder__crumbs{display:inline-flex;align-items:center;gap:0;min-width:0}.sc-builder__crumb{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--sc-color-text-tertiary, #758484);padding:0 5px;white-space:nowrap}.sc-builder__crumbs .sc-builder__crumb:first-child{padding-left:0}.sc-builder__crumb--current{color:var(--sc-color-text, #212525);font-weight:500}.sc-builder__crumb-sep{display:inline-block;width:1px;height:9px;background:var(--sc-color-border, #eaeaea);margin:0 2px;flex-shrink:0;align-self:center}.sc-builder__meta{display:inline-flex;align-items:center;height:22px;border:1px solid var(--sc-color-border, #eaeaea);border-radius:999px;background:var(--sc-color-surface, #ffffff);overflow:hidden;flex-shrink:0}.sc-builder__meta-item{display:inline-flex;align-items:center;padding:0 9px;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:500;color:var(--sc-color-text-muted, #8c8c8c);white-space:nowrap;line-height:1;height:100%}.sc-builder__meta-item--first{text-transform:uppercase;letter-spacing:.06em;color:var(--sc-color-text, #212525)}.sc-builder__meta-sep{display:inline-block;width:1px;height:9px;background:var(--sc-color-border, #eaeaea);flex-shrink:0}.sc-builder__body{flex:1;display:grid;grid-template-columns:150px minmax(0,1fr);min-height:0;padding:0 4px 4px 0;overflow:hidden}.sc-builder__nav{background:var(--sc-color-surface, #ffffff);border:1px solid var(--sc-color-border, #eaeaea);border-radius:4px 0 0 4px;border-right:1px solid var(--sc-color-border, #eaeaea);display:flex;flex-direction:column;overflow:hidden;min-height:0}.sc-nav-item{display:flex;align-items:center;gap:6px;padding:6px 8px;width:100%;background:transparent;border:none;text-align:left;cursor:pointer;color:var(--sc-color-text-inactive, #9ca3af);font-family:inherit;min-height:18px;box-sizing:border-box}.sc-nav-item__icon{width:10px;height:10px;flex-shrink:0;display:grid;place-items:center}.sc-nav-item__icon svg{width:100%;height:100%}.sc-nav-item__label{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-nav-section-header{display:flex;align-items:center;justify-content:space-between;padding:5px 8px 4px;min-height:18px}.sc-nav-section-title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--sc-color-text-muted, #8c8c8c)}.sc-nav-section-count{font-weight:400;opacity:.7}.sc-nav-add{display:inline-flex;align-items:center;gap:2px;padding:2px 5px;border-radius:3px;color:var(--sc-color-text, #8c7d6c);font-size:7px;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.sc-nav-add__plus{font-size:9px;line-height:1;font-weight:500}.sc-nav-scope-list{display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.sc-nav-scope{display:grid;grid-template-columns:10px minmax(0,1fr);column-gap:6px;align-items:center;padding:6px 8px;background:transparent;border:none;text-align:left;cursor:pointer;color:var(--sc-color-text, #212525);font-family:inherit;box-sizing:border-box;transition:background .14s cubic-bezier(.4,0,.2,1)}@media(hover:hover){.sc-nav-scope:not(.sc-nav-scope--active):hover{background:var(--sc-color-bg, #f3f4f6)}}.sc-nav-scope--active{background:var(--sc-color-primary-50, #e6e7e8)}.sc-nav-scope__icon{width:10px;height:10px;color:var(--sc-color-text-muted, #8c8c8c);opacity:.75;display:grid;place-items:center}.sc-nav-scope__icon svg{width:100%;height:100%}.sc-nav-scope--active .sc-nav-scope__icon{color:var(--sc-color-primary-800, #12191a);opacity:.95}.sc-nav-scope__body{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0}.sc-nav-scope__name{font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:9px;font-weight:500;color:var(--sc-color-text, #212525);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-nav-scope--active .sc-nav-scope__name{color:var(--sc-color-primary-800, #12191a);font-weight:600}.sc-nav-scope__total{font-family:var(--sc-font-body, "Poppins", sans-serif);font-variant-numeric:tabular-nums;font-size:7.5px;color:var(--sc-color-text-muted, #8c8c8c);font-weight:500;flex-shrink:0}.sc-nav-scope--active .sc-nav-scope__total{color:var(--sc-color-primary-700, #182123);opacity:.7}.sc-coverage{padding:6px 8px 5px;border-top:1px solid var(--sc-color-border, #eaeaea);flex-shrink:0}.sc-coverage__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.sc-coverage__label{font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:7.5px;font-weight:500;color:var(--sc-color-text-muted, #8c8c8c);text-transform:uppercase;letter-spacing:.06em}.sc-coverage__percent{font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:9px;font-weight:600;color:var(--sc-color-success-text, #15803d);font-variant-numeric:tabular-nums}.sc-coverage__track{height:3px;background:var(--sc-color-neutral-100, #f3f4f6);border-radius:999px;overflow:hidden;margin-bottom:5px}.sc-coverage__fill{height:100%;background:var(--sc-color-success-text, #15803d);border-radius:999px}.sc-coverage__rows{display:flex;flex-direction:column;gap:1px;list-style:none;padding:0;margin:0}.sc-coverage__row{display:flex;justify-content:space-between;align-items:center;padding:1px 0;font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:8px}.sc-coverage__row-count{font-variant-numeric:tabular-nums;color:var(--sc-color-text-muted, #8c8c8c)}.sc-coverage__row--complete .sc-coverage__row-name{color:var(--sc-color-success-text, #15803d)}.sc-coverage__row--partial .sc-coverage__row-name{color:var(--sc-color-warning-text, #b45309)}.sc-coverage__row--empty .sc-coverage__row-name{color:var(--sc-color-text-muted, #8c8c8c)}.sc-nav-footer{margin-top:auto;border-top:1px solid var(--sc-color-border, #eaeaea);padding:5px 8px 6px;background:var(--sc-color-surface, #ffffff);flex-shrink:0}.sc-nav-footer__total-row{display:flex;align-items:baseline;justify-content:space-between}.sc-nav-footer__label{font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:8px;color:var(--sc-color-text-muted, #8c8c8c);font-weight:500}.sc-nav-footer__value{font-family:var(--sc-font-body, "Poppins", sans-serif);font-variant-numeric:tabular-nums;font-size:10px;font-weight:700;color:var(--sc-color-text, #212525)}.sc-nav-footer__meta{margin-top:1px;font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:7.5px;color:var(--sc-color-text-muted, #8c8c8c)}.sc-builder__main{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;gap:6px;padding:0 0 0 6px}.sc-builder__page-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding-top:2px}.sc-builder__page-title{margin:0;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:11.5px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;color:var(--sc-color-text, #212525);line-height:1.25}.sc-builder__page-count{color:var(--sc-color-text-muted, #8c8c8c);font-weight:400;margin-left:3px}.sc-builder__header-actions{display:inline-flex;align-items:center;gap:6px}.sc-sort-pill{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:500;color:var(--sc-color-text, #212525);text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:999px;line-height:1}.sc-icon-btn{width:16px;height:16px;padding:0;background:transparent;border:none;cursor:pointer;color:var(--sc-color-text-muted, #8c8c8c);display:grid;place-items:center}.sc-icon-btn svg{width:11px;height:11px}.sc-table-card{flex:1;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--sc-color-border, #eaeaea);border-radius:4px;background:var(--sc-color-surface, #ffffff);min-height:0}.sc-table-scroll{flex:1;overflow:hidden;min-height:0}.sc-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:9px}.sc-table__th{text-align:left;padding:5px 6px;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:7.5px;font-weight:500;color:var(--sc-color-text-muted, #8c8c8c);text-transform:uppercase;letter-spacing:.06em;background:var(--sc-color-surface, #ffffff);box-shadow:inset 0 -1px 0 var(--sc-color-border, #eaeaea);white-space:nowrap}.sc-table__th--right{text-align:right}.sc-table__row{transition:background .14s cubic-bezier(.4,0,.2,1);cursor:pointer}@media(hover:hover){.sc-table__row:not(.sc-table__row--selected):hover{background:var(--sc-color-bg, #f3f4f6)}}.sc-table__row--selected{background:var(--sc-color-primary-50, #e6e7e8)}.sc-table__td{padding:4px 6px;color:var(--sc-color-text, #212525);font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:9px;border-bottom:1px solid var(--sc-color-border, #eaeaea);vertical-align:middle;white-space:nowrap}.sc-table__td--num{color:var(--sc-color-text-muted, #8c8c8c);font-variant-numeric:tabular-nums;font-size:8px;padding-left:8px;padding-right:4px}.sc-table__td--right{text-align:right;font-variant-numeric:tabular-nums}.sc-table__td--total{font-weight:600;font-variant-numeric:tabular-nums;padding-right:10px}.sc-table__td--task{line-height:1.2;overflow:hidden}.sc-task-line{display:inline-flex;align-items:center;gap:3px}.sc-task-name{font-weight:500;color:var(--sc-color-text, #212525);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-task-trade{font-size:7.5px;color:var(--sc-color-text-muted, #8c8c8c);text-transform:capitalize;line-height:1.15;margin-top:1px}.sc-muted{color:var(--sc-color-text-muted, #8c8c8c)}.sc-table-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:6px 8px 7px;background:var(--sc-color-surface, #ffffff);flex-shrink:0}.sc-footer-item{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:1px;min-width:0}.sc-footer-item--total{border-left:1px solid var(--sc-color-border, #eaeaea);padding-left:6px}.sc-footer-label{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:7px;font-weight:600;color:var(--sc-color-text-muted, #8c8c8c);text-transform:uppercase;letter-spacing:.06em;line-height:1}.sc-footer-value{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:11px;font-weight:600;color:var(--sc-color-text, #212525);font-variant-numeric:tabular-nums;line-height:1.1;white-space:nowrap}.sc-footer-value--total{color:var(--sc-color-accent, #b9a998);font-size:12px}.sc-lead-list{display:flex;flex-direction:column;gap:8px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif)}.sc-lead-list .sc-table{table-layout:fixed}.sc-lead-list .sc-table th,.sc-lead-list .sc-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-lead-list .sc-table th:nth-child(3),.sc-lead-list .sc-table td:nth-child(3){text-overflow:clip}.sc-lead-list .sc-table th:nth-child(1),.sc-lead-list .sc-table td:nth-child(1){width:36%}.sc-lead-list .sc-table th:nth-child(2),.sc-lead-list .sc-table td:nth-child(2){width:auto}.sc-lead-list .sc-table th:nth-child(3),.sc-lead-list .sc-table td:nth-child(3){width:100px}.sc-lead-list .sc-table th:nth-child(4),.sc-lead-list .sc-table td:nth-child(4){width:80px}.sc-lead-list .sc-table th:nth-child(5),.sc-lead-list .sc-table td:nth-child(5){width:80px}.sc-project-list,.sc-invoice-list{display:flex;flex-direction:column;gap:8px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif)}.sc-invoice-list .sc-table tbody tr:first-child td:last-child{color:var(--sc-color-danger-text, #b91c1c);font-weight:500}.sc-invoice-list .sc-table td:nth-child(5){font-variant-numeric:tabular-nums;font-weight:500}.sc-cockpit{display:flex;flex-direction:column;min-height:calc(100% + 24px);font-family:var(--sc-font-body, "Poppins", sans-serif);background:var(--sc-color-surface, #FFFFFF);margin:-12px;border-radius:10px 10px 0 0;overflow:hidden}.sc-cockpit__banner{flex-shrink:0;padding:14px 14px 10px}.sc-cockpit__banner-row{display:flex;align-items:center;gap:6px}.sc-cockpit__dot{width:8px;height:8px;border-radius:50%;background:var(--sc-color-success-text, #15803D);flex-shrink:0;animation:sc-cockpit-pulse 2s infinite}@keyframes sc-cockpit-pulse{0%,to{box-shadow:0 0 #15803d66}50%{box-shadow:0 0 0 4px #15803d00}}.sc-cockpit__project{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:14px;font-weight:600;color:var(--sc-color-text, #212525);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-cockpit__elapsed{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:13px;font-weight:600;color:var(--sc-color-text, #212525);font-variant-numeric:tabular-nums;flex-shrink:0}.sc-cockpit__elapsed-seconds{font-size:.7em;opacity:.5;margin-left:2px}.sc-cockpit__banner-sub{font-size:10px;color:var(--sc-color-text-muted, #8c8c8c);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-cockpit__tabs{flex-shrink:0;display:flex;gap:14px;padding:0 14px;border-bottom:1px solid var(--sc-color-border, #EAEAEA)}.sc-cockpit__tab{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:9px;font-weight:600;letter-spacing:.05em;color:var(--sc-color-text-muted, #8c8c8c);padding:10px 0;border-bottom:2px solid transparent;white-space:nowrap}.sc-cockpit__tab.is-active{color:var(--sc-color-text, #212525);border-bottom-color:var(--sc-color-text, #212525)}.sc-cockpit__tab-count{font-family:var(--sc-font-body, "Poppins", sans-serif);font-weight:400;opacity:.7;margin-left:1px}.sc-cockpit__col-header{flex-shrink:0;display:flex;align-items:baseline;padding:10px 14px 6px}.sc-cockpit__col-label{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:8px;font-weight:600;letter-spacing:.05em;color:var(--sc-color-text, #212525);white-space:nowrap;flex-shrink:0}.sc-cockpit__col-count{font-family:var(--sc-font-body, "Poppins", sans-serif);font-weight:400;color:var(--sc-color-text-muted, #8c8c8c);opacity:.7;margin-left:2px}.sc-cockpit__col-spacer{flex:1}.sc-cockpit__tasks{flex:1;min-height:0;overflow:hidden;padding:2px 10px 8px}.sc-cockpit__task{display:flex;align-items:flex-start;gap:6px;padding:8px 4px;min-height:42px}.sc-cockpit__checkbox{width:14px;height:14px;border:1.3px solid var(--sc-color-border-shade, #d9d9d9);border-radius:3px;background:var(--sc-color-surface, #FFFFFF);flex-shrink:0;margin-top:2px}.sc-cockpit__task-dot{width:6px;height:6px;border-radius:50%;background:var(--sc-color-border-shade, #d9d9d9);flex-shrink:0;margin-top:6px}.sc-cockpit__task-dot.status-in-progress{background:var(--sc-color-accent, #b9a998)}.sc-cockpit__task-dot.status-overdue{background:var(--sc-color-danger, #d92d20)}.sc-cockpit__task-info{flex:1;min-width:0}.sc-cockpit__task-name-row{display:flex;align-items:center;gap:4px}.sc-cockpit__task-name{font-size:11px;font-weight:500;color:var(--sc-color-text, #212525);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-cockpit__chevron{color:var(--sc-color-text-muted, #8c8c8c);flex-shrink:0}.sc-cockpit__task-status{display:block;font-size:9px;line-height:1.25;margin-top:2px;color:var(--sc-color-text-muted, #8c8c8c)}.sc-cockpit__task-status.status-in-progress{color:var(--sc-color-text, #212525)}.sc-cockpit__task-status.status-overdue{color:var(--sc-color-danger-text, #b91c1c)}.sc-cockpit__task-hours{font-size:10px;color:var(--sc-color-text-muted, #8c8c8c);font-variant-numeric:tabular-nums;flex-shrink:0;margin-top:3px}.sc-cockpit__show-more{appearance:none;border:none;background:transparent;display:flex;align-items:center;gap:4px;padding:6px 4px 4px;font-family:var(--sc-font-body, "Poppins", sans-serif);font-size:10px;font-weight:500;color:var(--sc-color-text, #212525);cursor:pointer}.sc-cockpit__actions{flex-shrink:0;display:flex;gap:8px;padding:10px 14px;border-top:1px solid var(--sc-color-border, #EAEAEA);background:var(--sc-color-surface, #FFFFFF)}.sc-cockpit__action-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:10px 12px;border-radius:var(--sc-radius-sm, 4px);white-space:nowrap}.sc-cockpit__action-btn--secondary{background:var(--sc-color-secondary-100, #eee6de);color:var(--sc-color-text, #212525)}.sc-cockpit__action-btn--danger{background:var(--sc-color-danger, #d92d20);color:var(--sc-color-text-inverse, #FBFFFE)}.sc-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sc-page-header__info{display:flex;flex-direction:column;gap:1px}.sc-page-header__title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:14px;font-weight:700;color:var(--sc-color-text, #323838);line-height:1.2}.sc-page-header__subtitle{font-size:9px;color:var(--sc-color-text-muted, #787878)}.sc-page-header__actions{display:flex;align-items:center;gap:4px}.sc-fleet-screen{display:flex;flex-direction:column;height:100%;gap:8px}.sc-fleet-map{flex:1;position:relative;border-radius:var(--sc-radius-sm, 4px);overflow:hidden;background:linear-gradient(135deg,#e8eaed,#d4d8dc,#e2e6ea);border:1px solid var(--sc-color-border, #E4E4E4)}.sc-fleet-map__grid{position:absolute;inset:0}.sc-fleet-map__road{position:absolute;background:#ffffffb3}.sc-fleet-map__road--h{height:3px}.sc-fleet-map__road--v{width:3px}.sc-fleet-map__block{position:absolute;background:#c8c8c866;border-radius:2px}.sc-fleet-map__park{position:absolute;background:#86b37d4d;border-radius:3px}.sc-fleet-pin{position:absolute;display:flex;align-items:flex-start;gap:4px;transform:translate(-50%,-50%);z-index:2}.sc-fleet-pin__dot{width:24px;height:24px;border-radius:50%;background:var(--sc-color-surface-inverse, #323838);border:2px solid var(--sc-color-surface, #FFFFFF);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;flex-shrink:0}.sc-fleet-pin__initials{font-size:8px;font-weight:700;color:var(--sc-color-text-inverse, #FBFFFE);line-height:1}.sc-fleet-pin__label{display:flex;flex-direction:column;background:var(--sc-color-surface, #FFFFFF);border-radius:var(--sc-radius-sm, 4px);padding:3px 6px;box-shadow:0 1px 4px #0000001f;white-space:nowrap;margin-top:2px}.sc-fleet-pin__name{font-size:8px;font-weight:600;color:var(--sc-color-text, #323838);line-height:1.3}.sc-company-settings{display:flex;flex-direction:column;gap:10px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif)}.sc-settings-card{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:14px}.sc-settings-card__title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:12px;font-weight:700;color:var(--sc-color-text, #323838);margin-bottom:10px}.sc-settings-form{display:flex;flex-direction:column;gap:8px}.sc-settings-field-row{display:flex;gap:8px}.sc-settings-field-row .sc-settings-field{flex:1}.sc-settings-field{display:flex;flex-direction:column;gap:3px}.sc-settings-label{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sc-color-text-muted, #787878)}.sc-settings-input{font-size:10px;color:var(--sc-color-text, #323838);padding:5px 8px;border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);background:var(--sc-color-surface, #FFFFFF);line-height:1.4}.sc-settings-input--short{max-width:100px}.sc-settings-logo-placeholder{width:48px;height:48px;border-radius:var(--sc-radius-sm, 4px);background:var(--sc-color-accent, #B9A998);display:flex;align-items:center;justify-content:center}.sc-settings-logo-text{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:16px;font-weight:700;color:var(--sc-color-text-inverse, #FBFFFE)}.sc-settings-color-row{display:flex;align-items:center;gap:8px}.sc-settings-color-swatch{width:20px;height:20px;border-radius:var(--sc-radius-sm, 4px);background:var(--sc-color-accent, #B9A998);border:1px solid var(--sc-color-border, #E4E4E4);flex-shrink:0}.sc-proj-detail{display:flex;flex-direction:column;gap:8px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif);overflow-y:auto}.sc-proj-detail__body{display:grid;grid-template-columns:1fr 140px;gap:8px;flex:1;min-height:0}.sc-proj-detail__left{display:flex;flex-direction:column;gap:8px}.sc-proj-detail__right{display:flex;flex-direction:column}.sc-proj-detail__card{background:var(--sc-color-surface, #FFFFFF);border:1px solid var(--sc-color-border, #E4E4E4);border-radius:var(--sc-radius-sm, 4px);padding:8px 10px;display:flex;flex-direction:column}.sc-proj-detail__card-title{font-family:var(--sc-font-heading, "Clash Display", sans-serif);font-size:9px;font-weight:600;color:var(--sc-color-text, #323838);margin-bottom:5px}.sc-proj-detail__actions{display:flex;flex-direction:column;gap:4px}.sc-proj-detail__action-item{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:var(--sc-radius-sm, 4px);border:1px solid var(--sc-color-border, #E4E4E4);background:var(--sc-color-surface, #FFFFFF)}.sc-proj-detail__action-icon{font-size:8px;flex-shrink:0}.sc-proj-detail__action-text{font-size:8px;font-weight:500;color:var(--sc-color-text, #323838)}.sc-proj-detail__client{display:flex;flex-direction:column;gap:2px}.sc-proj-detail__client-name{font-size:9px;font-weight:600;color:var(--sc-color-text, #323838)}.sc-proj-detail__client-info{font-size:7px;color:var(--sc-color-text-muted, #787878)}.sc-proj-detail__feed-card{flex:1;overflow:hidden}.sc-proj-detail__feed-header{display:flex;align-items:center;gap:4px;margin-bottom:6px}.sc-proj-detail__feed-header .sc-proj-detail__card-title{margin-bottom:0}.sc-proj-detail__feed-list{display:flex;flex-direction:column;gap:6px}.sc-proj-detail__feed-item{display:flex;gap:5px;align-items:flex-start;padding-bottom:5px;border-bottom:1px solid var(--sc-color-border, #E4E4E4)}.sc-proj-detail__feed-item:last-child{border-bottom:none;padding-bottom:0}.sc-proj-detail__feed-icon{font-size:8px;flex-shrink:0;margin-top:1px}.sc-proj-detail__feed-content{display:flex;flex-direction:column;gap:1px;min-width:0}.sc-proj-detail__feed-text{font-size:7px;font-weight:500;color:var(--sc-color-text, #323838);line-height:1.4}.sc-proj-detail__feed-time{font-size:6px;color:var(--sc-color-text-muted, #787878)}.sc-proj-fin{display:flex;flex-direction:column;gap:8px;height:100%;font-family:var(--sc-font-body, "Poppins", sans-serif);overflow-y:auto}.sc-proj-fin__section{background:var(--sc-color-surface);border:1px solid var(--sc-color-border);border-radius:var(--sc-radius-sm);padding:8px 10px;display:flex;flex-direction:column}.sc-proj-fin__section-title{display:block;font-family:var(--sc-font-heading);font-size:10px;font-weight:500;color:var(--sc-color-text);line-height:1.25;margin:0}.sc-proj-fin__section-head{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-bottom:6px}.sc-proj-fin__tertiary-btn{display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;padding:0;font-family:var(--sc-font-heading);font-size:8px;font-weight:500;color:var(--sc-color-text);cursor:default}.sc-proj-fin__btn-plus{display:inline-flex;align-items:center;justify-content:center;width:10px;height:10px;border-radius:var(--sc-radius-full);background:var(--sc-color-neutral-100);font-size:9px;font-weight:500;line-height:1;color:var(--sc-color-text)}.sc-proj-fin__summary{display:flex;flex-direction:column;margin-top:4px}.sc-proj-fin__summary-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:3px 0;border-bottom:1px solid var(--sc-color-border-light)}.sc-proj-fin__summary-row:last-child{border-bottom:none}.sc-proj-fin__summary-row--indent{padding-left:10px}.sc-proj-fin__summary-row--approved-total{font-weight:500}.sc-proj-fin__summary-row--total{margin-top:4px;padding-top:5px;border-top:2px solid var(--sc-color-border-shade, var(--sc-color-border))}.sc-proj-fin__summary-label{font-family:var(--sc-font-body);font-size:8px;color:var(--sc-color-text);line-height:1.3}.sc-proj-fin__summary-row--indent .sc-proj-fin__summary-label{color:var(--sc-color-text-muted)}.sc-proj-fin__summary-label--strong{font-size:9px;font-weight:700;color:var(--sc-color-text)}.sc-proj-fin__summary-value{font-family:var(--sc-font-body);font-size:8px;color:var(--sc-color-text);text-align:right;font-variant-numeric:tabular-nums}.sc-proj-fin__summary-value--medium{font-weight:500}.sc-proj-fin__summary-value--strong{font-size:9px;font-weight:700}.sc-proj-fin__summary-value--negative{color:var(--sc-color-danger-text)}.sc-proj-fin__co-list{display:flex;flex-direction:column;gap:5px}.sc-proj-fin__co-card{padding:6px 8px;background:var(--sc-color-surface);border:1px solid var(--sc-color-border-light);border-radius:var(--sc-radius-sm)}.sc-proj-fin__co-head{display:flex;justify-content:space-between;align-items:flex-start;gap:6px}.sc-proj-fin__co-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sc-proj-fin__co-code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:7px;color:var(--sc-color-text-muted);letter-spacing:.02em}.sc-proj-fin__co-title{display:block;margin:0;font-family:var(--sc-font-heading);font-size:9px;font-weight:500;color:var(--sc-color-text);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-proj-fin__co-desc{margin:4px 0 0;font-family:var(--sc-font-body);font-size:7px;color:var(--sc-color-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-proj-fin__co-foot{display:flex;justify-content:space-between;align-items:center;margin-top:5px;padding-top:5px;border-top:1px solid var(--sc-color-border-light)}.sc-proj-fin__co-price{font-family:var(--sc-font-body);font-size:9px;font-weight:600;color:var(--sc-color-text);font-variant-numeric:tabular-nums}.sc-proj-fin__co-price--negative{color:var(--sc-color-danger-text)}.sc-proj-fin__co-actions{display:flex;gap:4px}.sc-proj-fin__co-action{font-family:var(--sc-font-heading);font-size:7px;font-weight:500;padding:2px 6px;border-radius:var(--sc-radius-sm);letter-spacing:.02em}.sc-proj-fin__co-action--ghost{color:var(--sc-color-text);background:transparent;border:1px solid var(--sc-color-border)}.sc-proj-fin__co-action--primary{color:var(--sc-color-text-inverse);background:var(--sc-color-surface-inverse)}.sc-proj-fin__inv-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:4px;margin-bottom:6px}.sc-proj-fin__inv-card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:5px 4px;background:var(--sc-color-surface);border:1px solid var(--sc-color-border-light);border-radius:var(--sc-radius-sm);text-align:center}.sc-proj-fin__inv-card-label{font-family:var(--sc-font-heading);font-size:7px;color:var(--sc-color-text-muted);letter-spacing:.02em}.sc-proj-fin__inv-card-value{font-family:var(--sc-font-heading);font-size:10px;font-weight:600;color:var(--sc-color-text);font-variant-numeric:tabular-nums}.sc-proj-fin__progress{height:4px;background:var(--sc-color-border-light);border-radius:2px;overflow:hidden;margin-bottom:5px}.sc-proj-fin__progress-fill{height:100%;background:var(--sc-color-surface-inverse);border-radius:2px;transition:width .3s ease}.sc-proj-fin__inv-list{display:flex;flex-direction:column}.sc-proj-fin__inv-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid var(--sc-color-border-light)}.sc-proj-fin__inv-row:last-child{border-bottom:none}.sc-proj-fin__inv-info{display:flex;flex-direction:column;gap:1px;min-width:0}.sc-proj-fin__inv-code{font-family:var(--sc-font-body);font-size:8px;font-weight:500;color:var(--sc-color-text)}.sc-proj-fin__inv-date{font-family:var(--sc-font-body);font-size:7px;color:var(--sc-color-text-muted)}.sc-proj-fin__inv-right{display:flex;align-items:center;gap:6px}.sc-proj-fin__inv-amount{font-family:var(--sc-font-body);font-size:8px;font-weight:500;color:var(--sc-color-text);font-variant-numeric:tabular-nums}.bl-showcase{text-rendering:optimizeLegibility}.bl-showcase [class*=__tab],.bl-showcase [class*=-tab],.bl-showcase [class*=__chip],.bl-showcase [class*=-chip],.bl-showcase [class*=__pill],.bl-showcase [class*=-pill],.bl-showcase [class*=__btn],.bl-showcase [class*=-btn],.bl-showcase [class*=__badge],.bl-showcase [class*=-badge]{line-height:var(--sc-clash-lh)}@supports (text-box-trim: trim-both) and (text-box-edge: cap alphabetic){.bl-showcase [class*=__tab],.bl-showcase [class*=-tab],.bl-showcase [class*=__chip],.bl-showcase [class*=-chip],.bl-showcase [class*=__pill],.bl-showcase [class*=-pill],.bl-showcase [class*=__btn],.bl-showcase [class*=-btn],.bl-showcase [class*=__badge],.bl-showcase [class*=-badge]{line-height:1;text-box-trim:trim-both;text-box-edge:cap alphabetic}}.bl-showcase{--sc-color-bg: #f3f4f6;--sc-color-surface: #ffffff;--sc-color-surface-2: #ffffff;--sc-color-surface-inverse: #323838;--sc-color-text: #212525;--sc-color-text-muted: #8c8c8c;--sc-color-text-tertiary: #758484;--sc-color-text-subtitle: #8c8c8c;--sc-color-text-inactive: #9ca3af;--sc-color-text-inverse: #fbfffe;--sc-color-border: #eaeaea;--sc-color-border-shade: #d9d9d9;--sc-color-border-light: #eaeaea;--sc-color-accent: #b9a998;--sc-color-primary-50: #e6e7e8;--sc-color-primary-100: #d9d9d9;--sc-color-primary-500: #323838;--sc-color-primary-700: #182123;--sc-color-primary-800: #12191a;--sc-color-secondary-50: #f6f2ee;--sc-color-secondary-100: #eee6de;--sc-color-secondary-500: #b9a998;--sc-color-secondary-700: #8c7d6c;--sc-color-neutral: #ffffff;--sc-color-neutral-50: #faf9f7;--sc-color-neutral-100: #f3f4f6;--sc-color-sidebar-item-hover: #292e2e;--sc-color-sidebar-item-active: #3f4747;--sc-color-sidebar-text-muted: #d6d0c9;--sc-color-text-inverse-soft: #e8f4f4;--sc-font-heading: "Clash Display", sans-serif;--sc-font-body: "Poppins", -apple-system, system-ui, sans-serif;--sc-clash-lh: 1.15;--sc-color-success-tint: #f0fdf4;--sc-color-success-text: #15803d;--sc-color-warning: #ff9f22;--sc-color-warning-tint: #fff7ed;--sc-color-warning-text: #b45309;--sc-color-warning-200: #fff0db;--sc-color-danger: #d92d20;--sc-color-danger-tint: #fef2f2;--sc-color-danger-text: #b91c1c;--sc-color-info: #73a0d8;--sc-color-info-tint: #eff6ff;--sc-color-info-text: #0c3f7f;--sc-color-neutral-tint: #f3f4f6;--sc-color-neutral-text: #7c7268;--sc-table-header-bg: #b9a998;--sc-color-success-border: #bbf7d0;--sc-color-warning-border: #fff0db;--sc-color-danger-border: #ffdbdb;--sc-color-info-border: #bedbff;--sc-color-neutral-border: #d4ccc3;--sc-radius-sm: 4px;--sc-radius-md: 10px;--sc-radius-full: 9999px;--sc-shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--sc-motion-duration-fast: .12s;--sc-motion-duration-normal: .18s;--sc-motion-duration-slow: .3s;--sc-motion-duration-crossfade: .5s;--sc-motion-duration-stagger: 40ms;--sc-motion-ease-standard: cubic-bezier(.2, 0, 0, 1);--sc-motion-ease-enter: cubic-bezier(0, 0, .2, 1);--sc-motion-ease-exit: cubic-bezier(.4, 0, 1, 1);--sc-titlebar-h: clamp(14px, 3.4cqw, 22px);--sc-header-h: clamp(22px, 5.6cqw, 36px);--sc-sidebar-w: clamp(20px, 5cqw, 32px);--sc-gutter-r: clamp(5px, 1.1cqw, 7px);--sc-dot-size: clamp(4px, .94cqw, 6px);--sc-icon-size: clamp(7px, 1.7cqw, 11px);--sc-nav-item-size: clamp(13px, 3.3cqw, 21px);--sc-canvas-pad: clamp(6px, 1.56cqw, 10px)}.bl-showcase__screen{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity var(--sc-motion-duration-crossfade, .5s) var(--sc-motion-ease-standard, cubic-bezier(.2, 0, 0, 1)),visibility 0s var(--sc-motion-duration-crossfade, .5s);contain:paint}.bl-showcase__screen.is-active{opacity:1;visibility:visible;transition:opacity var(--sc-motion-duration-crossfade, .5s) var(--sc-motion-ease-enter, cubic-bezier(0, 0, .2, 1)),visibility 0s 0s;z-index:1}.bl-showcase__header-stack{position:relative;overflow:hidden;transition:height var(--sc-motion-duration-slow, .4s) var(--sc-motion-ease-standard, cubic-bezier(.2, 0, 0, 1))}[data-showcase-cycle] .bl-showcase__native-header{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity var(--sc-motion-duration-slow, .4s) var(--sc-motion-ease-standard, cubic-bezier(.2, 0, 0, 1)),visibility 0s var(--sc-motion-duration-slow, .4s)}[data-showcase-cycle] .bl-showcase__native-header.is-active{opacity:1;visibility:visible;transition:opacity var(--sc-motion-duration-slow, .4s) var(--sc-motion-ease-enter, cubic-bezier(0, 0, .2, 1)),visibility 0s 0s;z-index:1}[data-showcase-reveal] .bl-showcase__native-header{display:none}[data-showcase-reveal] .bl-showcase__native-header.is-active{display:block}.sc-native-header__tabs{position:relative}.sc-native-header__tabs .sc-tab-pill{position:absolute;top:clamp(1px,.3cqw,2px);left:0;height:calc(100% - (clamp(1px,.3cqw,2px)*2));border-radius:var(--sc-radius-full, 9999px);background:var(--sc-color-surface-inverse, #323838);pointer-events:none;z-index:0;transition:transform .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1)}.sc-native-header__tabs .sc-tab-pill.no-transition{transition:none}.sc-native-header__tab{position:relative;z-index:1}.sc-native-header__filters{position:relative}.sc-native-header__filters .sc-chip-pill{position:absolute;top:0;left:0;height:100%;border-radius:var(--sc-radius-full, 9999px);background:var(--sc-color-surface-inverse, #323838);pointer-events:none;z-index:0;transition:transform .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);opacity:0}.sc-native-header__filters .sc-chip-pill.is-visible{opacity:1}.sc-native-header__filters .sc-chip-pill.no-transition{transition:none}.sc-native-header__chip{position:relative;z-index:1}.bl-showcase[data-reveal].is-visible .sc-animate-row{animation-name:sc-row-enter;animation-duration:.4s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(1){animation-delay:.2s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(2){animation-delay:.26s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(3){animation-delay:.32s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(4){animation-delay:.38s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(5){animation-delay:.44s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(6){animation-delay:.5s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(7){animation-delay:.56s}.bl-showcase[data-reveal].is-visible .sc-animate-row:nth-child(8){animation-delay:.62s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row{animation-name:sc-row-enter;animation-duration:.38s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(1){animation-delay:80ms}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(2){animation-delay:.14s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(3){animation-delay:.2s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(4){animation-delay:.26s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(5){animation-delay:.32s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(6){animation-delay:.38s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(7){animation-delay:.44s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-row:nth-child(8){animation-delay:.5s}@keyframes sc-row-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card{animation-name:sc-card-enter;animation-duration:.52s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:.12s}.bl-showcase[data-reveal].is-visible .sc-animate-card{animation-name:sc-card-enter;animation-duration:.52s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:.3s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card:nth-of-type(1){animation-delay:80ms}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card:nth-of-type(2){animation-delay:.22s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card:nth-of-type(3){animation-delay:.36s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card:nth-of-type(4){animation-delay:.5s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card:nth-of-type(5){animation-delay:.64s}.bl-showcase__screen.is-active.sc-rows-animate .sc-animate-card:nth-of-type(6){animation-delay:.78s}@keyframes sc-card-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes sc-summary-card-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter{animation-name:sc-summary-card-enter;animation-duration:.25s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter:nth-of-type(1){animation-delay:0ms}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter:nth-of-type(2){animation-delay:60ms}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter:nth-of-type(3){animation-delay:.12s}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter:nth-of-type(4){animation-delay:.18s}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter:nth-of-type(5){animation-delay:.24s}.bl-showcase__screen.is-active.sc-rows-animate .sc-summary-card-enter:nth-of-type(n+6){animation-delay:.3s}.bl-showcase[data-showcase-reveal] .sc-summary-card-enter{opacity:0}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter{animation-name:sc-summary-card-enter;animation-duration:.25s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter:nth-of-type(1){animation-delay:.2s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter:nth-of-type(2){animation-delay:.26s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter:nth-of-type(3){animation-delay:.32s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter:nth-of-type(4){animation-delay:.38s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter:nth-of-type(5){animation-delay:.44s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-summary-card-enter:nth-of-type(n+6){animation-delay:.5s}.sc-briefing-row{opacity:0}.sc-briefing-line{display:inline;opacity:0}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-line{animation-name:sc-row-enter;animation-duration:.38s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:calc(.2s + (var(--line-i, 1) - 1) * .11s)}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-line--risk{animation-delay:calc(.9s + (var(--line-i, 1) - 1) * .11s)}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-line{animation-name:sc-row-enter;animation-duration:.4s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:calc(.3s + (var(--line-i, 1) - 1) * .11s)}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-line--risk{animation-delay:calc(1s + (var(--line-i, 1) - 1) * .11s)}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-row{animation-name:sc-row-enter;animation-duration:.35s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-row[style*="--briefing-i: 0"]{animation-delay:.1s}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-row[style*="--briefing-i: 1"]{animation-delay:.35s}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-row[style*="--briefing-i: 2"]{animation-delay:.7s}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-row[style*="--briefing-i: 3"]{animation-delay:.9s}.bl-showcase__screen.is-active.sc-rows-animate .sc-briefing-row[style*="--briefing-i: 4"]{animation-delay:1.15s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-row{animation-name:sc-row-enter;animation-duration:.4s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-row[style*="--briefing-i: 0"]{animation-delay:.3s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-row[style*="--briefing-i: 1"]{animation-delay:.6s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-row[style*="--briefing-i: 2"]{animation-delay:1.3s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-row[style*="--briefing-i: 3"]{animation-delay:1.6s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-briefing-row[style*="--briefing-i: 4"]{animation-delay:1.9s}.sc-word-reveal>.sc-word{display:inline-block;opacity:0}.sc-word-reveal.sc-word-reveal-active>.sc-word{animation-name:sc-word-reveal;animation-duration:.3s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:calc(var(--word-i, 0) * 80ms)}@keyframes sc-word-reveal{0%{opacity:0;transform:translateY(2px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bl-showcase[data-showcase-reveal] .sc-animate-row,.bl-showcase[data-showcase-reveal] .sc-animate-card{opacity:0}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row{animation-name:sc-row-enter;animation-duration:.4s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(1){animation-delay:.2s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(2){animation-delay:.28s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(3){animation-delay:.36s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(4){animation-delay:.44s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(5){animation-delay:.52s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(6){animation-delay:.6s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(7){animation-delay:.68s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-row:nth-child(8){animation-delay:.76s}.bl-showcase[data-showcase-reveal].sc-scroll-revealed .sc-animate-card{animation-name:sc-card-enter;animation-duration:.52s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:.3s}.sc-sidebar-nav__item{transition:background-color var(--sc-motion-duration-fast, .15s) var(--sc-motion-ease-standard, cubic-bezier(.2, 0, 0, 1))}.bl-showcase__screen.is-active.sc-rows-animate .sc-table thead tr,.bl-showcase__screen.is-active.sc-rows-animate .sc-builder-table thead tr{animation-name:sc-table-header-enter;animation-duration:.25s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-fill-mode:both;animation-delay:50ms}@keyframes sc-table-header-enter{0%{opacity:.3}to{opacity:1}}@media(max-width:768px){.bl-phone-frame__content{overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:y proximity}.bl-phone-frame__content:after{content:"";position:sticky;bottom:0;display:block;height:24px;background:linear-gradient(transparent,#fffc);pointer-events:none}}@media(prefers-reduced-motion:reduce){.bl-showcase__screen,.bl-showcase__native-header,.bl-showcase__header-stack{transition-duration:0s!important}.sc-animate-row,.sc-briefing-row,.sc-animate-card,.sc-word-reveal>.sc-word,.sc-tab-pill,.sc-chip-pill{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;filter:none!important}}.bl-showcase{width:100%;max-width:480px;aspect-ratio:800 / 500;position:relative;overflow:visible;container-type:inline-size;box-sizing:border-box;text-align:left;--sc-frame-pad: clamp(1px, .35cqw, 2px);padding:var(--sc-frame-pad);border-radius:clamp(5px,1cqw,9px);background:#f6f7f9b3;backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);border:1px solid rgba(255,255,255,.9);transition:box-shadow .6s cubic-bezier(.2,0,0,1),transform .6s cubic-bezier(.2,0,0,1);box-shadow:0 1px 2px #2021240a,0 4px 12px #2021240f,0 12px 28px #2021240f,0 28px 56px #2021240f,0 40px 80px #b9a99814;filter:none}.bl-showcase__viewport--desktop{position:absolute;top:var(--sc-frame-pad);left:var(--sc-frame-pad);right:var(--sc-frame-pad);bottom:var(--sc-frame-pad);width:auto;height:auto}.bl-showcase__content-viewport{position:absolute;top:0;left:0;width:700px;transform-origin:top left;overflow:hidden}.bl-showcase__content-viewport>.bl-showcase__screen{padding:8px 10px;box-sizing:border-box}.bl-showcase__content-viewport>.bl-showcase__screen[data-screen=estimate-builder]{padding:10px 6px 4px 0}.bl-showcase__viewport--phone{position:absolute;top:var(--sc-frame-pad);left:var(--sc-frame-pad);width:375px;height:812px;transform-origin:top left}.bl-showcase--phone{max-width:280px;aspect-ratio:375 / 812}.bl-showcase__viewport--desktop{display:block}.bl-showcase__viewport--phone{display:none}.bl-showcase--phone .bl-showcase__viewport--desktop{display:none!important}.bl-showcase--phone .bl-showcase__viewport--phone{display:block!important}.bl-showcase__header-stack{position:relative}.bl-showcase--elevated{box-shadow:0 1px 3px #00000008,0 8px 16px #0000000f,0 24px 48px #00000014,0 48px 96px #0000000f;filter:none}@media(hover:hover){.bl-showcase:hover,.bl-showcase--elevated:hover,.bl-showcase--mirror:hover,.bl-showcase--mirror.bl-showcase--elevated:hover{box-shadow:0 2px 4px #00000008,0 12px 24px #0000000f,0 32px 64px #00000014,0 56px 112px #0000000d}}.bl-showcase--flat .bl-browser-frame,.bl-showcase--flat .bl-phone-frame,.bl-showcase--flat{box-shadow:none}@media(prefers-reduced-motion:reduce){.bl-showcase{transition:none}}
