@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;background:#f1f5f9;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{font-weight:600;line-height:1.2}p{margin:0}button,input,textarea,select{font-family:inherit}:root{--ops-ink:#1b292d;--ops-muted:#66777a;--ops-faint:#8b989a;--ops-line:#dce4e2;--ops-line-soft:#edf1f0;--ops-canvas:#f4f6f5;--ops-paper:#fff;--ops-nav:#173238;--ops-nav-hover:#28464b;--ops-teal:#176f6d;--ops-teal-soft:#e2efed;--ops-radius:9px;--ops-control-radius:6px}.ops-app{background:var(--ops-canvas);min-height:100dvh;color:var(--ops-ink);grid-template-columns:244px minmax(0,1fr);font-family:DM Sans,system-ui,sans-serif;transition:grid-template-columns .2s;display:grid}.ops-app.nav-collapsed{grid-template-columns:0 minmax(0,1fr)}.ops-app.nav-collapsed .ops-sidebar{transform:translate(-100%)}.ops-app.nav-collapsed .ops-main{grid-column:2}.ops-sidebar{z-index:900;background:var(--ops-nav);color:#dbe8e7;flex-direction:column;width:244px;transition:width .2s,transform .2s;display:flex;position:fixed;inset:0 auto 0 0}.ops-brand{border-bottom:1px solid #2b474c;align-items:center;gap:12px;height:72px;padding:0 22px;display:flex}.ops-brandmark{color:#fff;border:1px solid #6e9998;border-radius:7px;place-items:center;width:36px;height:36px;font:700 12px Manrope,sans-serif;display:grid}.ops-brand b,.ops-user b{color:#fff;font:600 13px Manrope,sans-serif;display:block}.ops-brand small,.ops-user small{color:#92aaa9;letter-spacing:1.4px;margin-top:3px;font-size:9px;display:block}.ops-nav{gap:4px;padding:22px 12px;display:grid}.ops-nav button{color:#b9cccb;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:12px;width:100%;padding:11px 13px;font-size:12px;display:flex}.ops-nav button:hover,.ops-nav button.active{background:var(--ops-nav-hover);color:#fff}.ops-nav button.active{box-shadow:inset 3px 0 #70c2bb}.ops-nav svg{width:18px;height:18px}.ops-nav em{background:#36565b;border-radius:6px;margin-left:auto;padding:2px 7px;font-size:10px;font-style:normal}.ops-user{border-top:1px solid #2b474c;align-items:center;gap:10px;margin-top:auto;padding:18px;display:flex}.ops-avatar{color:#19514e;background:#d3e6e3;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:grid}.ops-logout{color:#9bb0af;background:0 0;border:0;margin-left:auto;font-size:16px}.ops-main{grid-column:2;min-width:0}.ops-topbar{z-index:800;border-bottom:1px solid var(--ops-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;align-items:center;gap:18px;height:72px;padding:0 36px;display:flex;position:sticky;top:0}.ops-menu{display:none}.ops-rail-toggle{border:1px solid var(--ops-line);color:#526568;cursor:pointer;background:#fff;border-radius:4px;flex:none;place-items:center;width:36px;height:36px;font-size:20px;line-height:1;display:grid}.ops-rail-toggle:hover{color:var(--ops-teal);background:#f4f8f7}.ops-search{color:#829190;text-align:left;background:0 0;border:0;align-items:center;gap:9px;width:min(460px,46%);font-size:12px;display:flex}.ops-search span{flex:1}.ops-search kbd{border:1px solid var(--ops-line);background:#f7f9f8;border-radius:4px;padding:3px 6px;font-size:9px}.ops-top-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.ops-date{color:var(--ops-muted);margin-right:8px;font-size:11px}.ops-button{border-radius:var(--ops-control-radius);color:#314347;background:#fff;border:1px solid #cfd9d7;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:8px 13px;font-size:11px;font-weight:600;display:inline-flex}.ops-button.primary{border-color:var(--ops-teal);background:var(--ops-teal);color:#fff}.ops-button:hover{filter:brightness(.97)}.ops-content{max-width:1600px;margin:0 auto;padding:34px 38px 80px}.ops-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:27px;display:flex}.ops-eyebrow{color:var(--ops-teal);letter-spacing:1.5px;text-transform:uppercase;font-size:9px;font-weight:700}.ops-heading h1{letter-spacing:-.4px;margin:5px 0 2px;font:700 27px Manrope,sans-serif}.ops-heading p{color:var(--ops-muted);margin:4px 0 0;font-size:12px}.ops-metrics{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:var(--ops-paper);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px;display:grid;overflow:hidden}.ops-metric{border-right:1px solid var(--ops-line);min-width:0;padding:19px 22px}.ops-metric:last-child{border-right:0}.ops-metric small{color:#6e7c7f;letter-spacing:1.1px;font-size:9px;font-weight:700;display:block}.ops-metric strong{margin:8px 0 3px;font:700 23px Manrope,sans-serif;display:block}.ops-metric span{color:#809090;font-size:10px}.ops-metric .positive{color:#28806a}.ops-metric .warning{color:#b5652d}.ops-dashboard{grid-template-columns:1.18fr .82fr;gap:20px;display:grid}.ops-panel{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:var(--ops-paper);min-width:0;overflow:hidden}.ops-panel-head{border-bottom:1px solid var(--ops-line-soft);justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px 14px;display:flex}.ops-panel-head h2{margin:0;font:700 15px Manrope,sans-serif}.ops-panel-head p{color:var(--ops-muted);margin:4px 0 0;font-size:10px}.ops-link{color:var(--ops-teal);background:0 0;border:0;align-items:center;gap:3px;font-size:10px;font-weight:600;display:inline-flex}.ops-row{border:0;border-bottom:1px solid var(--ops-line-soft);width:100%;min-height:57px;color:var(--ops-ink);text-align:left;background:#fff;align-items:center;gap:12px;padding:12px 19px;display:flex}.ops-row:last-child{border-bottom:0}.ops-row:hover{background:#fafcfb}.ops-row-main{flex:1;min-width:0}.ops-row b,.ops-row small{display:block}.ops-row small{color:var(--ops-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.ops-row time{color:#708083;flex:none;font-size:9px}.ops-signal{background:#4b91a7;border-radius:50%;flex:none;width:8px;height:8px}.ops-signal.red{background:#d55c5c}.ops-signal.amber{background:#dc943f}.ops-status{color:#536467;white-space:nowrap;background:#e8edec;border-radius:4px;align-items:center;width:fit-content;padding:4px 7px;font-size:8px;font-weight:700;display:inline-flex}.ops-status.medida{color:#1d6c68;background:#dcefee}.ops-status.quoted{color:#5b6770;background:#edf0f2}.ops-status.approved{color:#426588;background:#e5edf7}.ops-status.in-factory{color:#91662e;background:#f5ead5}.ops-status.scheduled{color:#397152;background:#e0eee5}.ops-status.open-invoice{color:#a95145;background:#f7e4e1}.ops-status.terminados{color:#466155;background:#e7ece9}.ops-schedule-row{border-bottom:1px solid var(--ops-line-soft);grid-template-columns:48px 9px minmax(0,1fr);gap:9px;padding:12px 18px;display:grid}.ops-schedule-row:last-child{border-bottom:0}.ops-schedule-time{padding-top:2px;font-size:10px;font-weight:700}.ops-schedule-line{background:#d4dedd;width:1px;position:relative}.ops-schedule-line:before{content:"";background:#fff;border:2px solid #438f8c;border-radius:50%;width:7px;height:7px;position:absolute;top:3px;left:-4px}.ops-schedule-copy{min-width:0}.ops-schedule-copy b{margin:5px 0 3px;font-size:10px;display:block}.ops-schedule-copy small{color:var(--ops-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;display:block;overflow:hidden}.ops-pipeline-row{border:0;border-bottom:1px solid var(--ops-line-soft);width:100%;color:var(--ops-ink);text-align:left;background:#fff;grid-template-columns:90px minmax(80px,1fr) 24px 56px;align-items:center;gap:9px;padding:11px 18px;font-size:9px;display:grid}.ops-pipeline-row:last-child{border-bottom:0}.ops-pipeline-track{background:#ecf1f0;height:5px}.ops-pipeline-track i{background:#579b97;height:100%;display:block}.ops-pipeline-row em{color:var(--ops-muted);text-align:right;font-style:normal}.ops-activity-row{border-bottom:1px solid var(--ops-line-soft);gap:10px;padding:11px 18px;display:flex}.ops-activity-row:last-child{border-bottom:0}.ops-activity-row>i{background:#8bb9b4;border-radius:50%;flex:none;width:7px;height:7px;margin-top:4px}.ops-activity-row p{flex:1;min-width:0;margin:0}.ops-activity-row b,.ops-activity-row small{font-size:9px;display:block}.ops-activity-row small{color:var(--ops-muted);margin-top:3px}.ops-activity-row time{color:#8b9797;font-size:8px}.ops-empty{color:var(--ops-muted);text-align:center;padding:28px 18px;font-size:11px}.ops-mobile-close{display:none}@media (width<=1050px){.ops-app{grid-template-columns:72px minmax(0,1fr)}.ops-app.nav-collapsed{grid-template-columns:0 minmax(0,1fr)}.ops-sidebar{width:72px}.ops-brand{padding:0 18px}.ops-brand>div:last-of-type,.ops-nav span,.ops-nav em,.ops-user>div:not(.ops-avatar),.ops-logout{display:none}.ops-nav button{justify-content:center}.ops-user{padding:18px}.ops-dashboard{grid-template-columns:1fr}}@media (width<=720px){.ops-app{padding-bottom:68px;display:block}.ops-sidebar{width:260px;transition:transform .2s;transform:translate(-100%);box-shadow:14px 0 40px #0000002e}.ops-sidebar.open{transform:none}.ops-brand>div:last-of-type,.ops-nav span,.ops-nav em,.ops-user>div:not(.ops-avatar),.ops-logout{display:block}.ops-nav button{justify-content:flex-start}.ops-mobile-close{color:#fff;background:0 0;border:0;margin-left:auto;display:block}.ops-main{min-width:0}.ops-topbar{gap:8px;height:62px;padding:0 14px}.ops-menu{color:var(--ops-ink);background:0 0;border:0;place-items:center;display:grid}.ops-rail-toggle{display:none}.ops-app.nav-collapsed{display:block}.ops-app.nav-collapsed .ops-sidebar.open{transform:none}.ops-search{flex:1;width:auto}.ops-search kbd,.ops-date,.ops-top-actions .ops-button:not(.primary){display:none}.ops-button.primary{width:36px;padding:8px;font-size:0}.ops-content{padding:22px 15px 34px}.ops-heading{align-items:flex-start}.ops-heading h1{font-size:23px}.ops-heading p{max-width:220px}.ops-heading .ops-button span{display:none}.ops-metrics{grid-template-columns:1fr 1fr}.ops-metric{padding:15px}.ops-metric:nth-child(2){border-right:0}.ops-metric:nth-child(-n+2){border-bottom:1px solid var(--ops-line)}.ops-metric strong{font-size:19px}.ops-dashboard{gap:12px}.ops-mobile-nav{z-index:850;padding:6px 4px calc(5px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--ops-line);background:#fffffffa;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0}.ops-mobile-nav button{color:var(--ops-muted);background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;font-size:8px;display:flex}.ops-mobile-nav button.active{color:var(--ops-teal);font-weight:700}.ops-mobile-nav svg{width:20px;height:20px}}.ops-approved-shell{height:100dvh;overflow:hidden}.ops-approved-shell .ops-main{grid-template-rows:72px minmax(0,1fr);height:100dvh;display:grid;overflow:hidden}.ops-approved-shell .ops-topbar{height:72px;position:relative}.ops-approved-shell .ops-shell-stage{background:var(--ops-canvas);min-width:0;min-height:0;overflow:hidden}.ops-approved-shell .ops-shell-stage>.ops-pipeline-screen,.ops-approved-shell .ops-shell-stage>.ops-module-screen{width:100%;height:100%!important;min-height:0!important}.ops-approved-shell .ops-logout{min-height:36px;padding:0 5px;font-size:11px;font-weight:600}.ops-approved-shell .ops-mobile-nav{display:none}.ops-approved-shell button:focus-visible,.ops-approved-shell input:focus-visible,.ops-approved-shell select:focus-visible,.ops-approved-shell textarea:focus-visible{outline-offset:2px;outline:3px solid #176f6d47!important}.ops-approved-shell .ops-pipeline-screen{background:var(--ops-canvas)!important;display:block!important}.ops-approved-shell .ops-pipeline-screen>div{width:100%;height:100%}.ops-approved-shell .ops-pipeline-sidebar{display:none!important}.ops-pipeline-list-header{background:var(--ops-canvas)!important;border:0!important;min-height:112px!important;padding:22px 30px 16px!important}.ops-pipeline-list-header>div:first-child{align-items:flex-end!important}.ops-pipeline-title{min-width:280px}.ops-pipeline-title>span{color:var(--ops-teal);letter-spacing:1.45px;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.ops-pipeline-title h1{color:var(--ops-ink)!important;margin:0!important;font:700 30px/1.15 Manrope,sans-serif!important}.ops-pipeline-title p{color:var(--ops-muted);margin:5px 0 0;font-size:14px}.ops-pipeline-list-header>div>input{display:none}.ops-stage-tabs{background:var(--ops-canvas)!important;border-bottom:1px solid var(--ops-line)!important;gap:0!important;padding:0 30px!important}.ops-stage-tabs button{min-height:48px;color:var(--ops-muted)!important;background:0 0!important;border:0!important;border-bottom:2px solid #0000!important;border-radius:0!important;padding:11px 14px 9px!important;font-size:13px!important;font-weight:600!important}.ops-stage-tabs button[style*=background]:focus,.ops-stage-tabs button:hover{color:var(--ops-ink)!important}.ops-stage-tabs button.active,.ops-stage-tabs button[style*="rgb(20, 184, 166)"],.ops-stage-tabs button[style*=\#14b8a6],.ops-stage-tabs button[style*="background: rgb"]{border-bottom-color:var(--ops-teal)!important;color:var(--ops-ink)!important}.ops-pipeline-list{background:var(--ops-canvas)!important;padding:22px 30px 34px!important}.ops-table-tools{border:1px solid var(--ops-line);background:#fff;border-bottom:0;border-radius:9px 9px 0 0;align-items:center;gap:14px;min-height:58px;padding:9px 14px;display:flex}.ops-table-tools>div{align-items:center;gap:8px;width:min(360px,72%);display:flex}.ops-table-tools input{outline:0;width:100%;min-height:38px;font-size:14px;border:0!important}.ops-table-tools>span{color:var(--ops-muted);margin-left:auto;font-size:13px}.ops-job-table{border:1px solid var(--ops-line);background:#fff;border-radius:0 0 9px 9px;width:100%;overflow:hidden}.ops-job-table-head,.ops-job-table-row{grid-template-columns:minmax(250px,1.6fr) minmax(125px,.8fr) minmax(170px,1.1fr) minmax(130px,.8fr) minmax(90px,.55fr) 28px;align-items:center;gap:14px;width:100%;display:grid}.ops-job-table-head{border-bottom:1px solid var(--ops-line);color:#718083;letter-spacing:.55px;background:#f8faf9;min-height:42px;padding:0 18px;font-size:11px;font-weight:700}.ops-job-table-row{border:0;border-bottom:1px solid var(--ops-line-soft);min-height:78px;color:var(--ops-ink);text-align:left;background:#fff;padding:11px 18px;border-radius:0!important}.ops-job-table-row:last-child{border-bottom:0}.ops-job-table-row:hover{background:#fafcfb}.ops-job-client-cell{align-items:center;gap:12px;min-width:0;display:flex}.ops-job-client-cell>i{color:#276663;background:#e2efed;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:11px;font-style:normal;font-weight:700;display:grid}.ops-job-client-cell>span,.ops-job-service-cell,.ops-job-date-cell{min-width:0}.ops-job-client-cell b,.ops-job-client-cell small,.ops-job-service-cell b,.ops-job-service-cell small,.ops-job-date-cell b,.ops-job-date-cell small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ops-job-client-cell b,.ops-job-service-cell b,.ops-job-date-cell b{font-size:14px}.ops-job-client-cell small,.ops-job-service-cell small,.ops-job-date-cell small{color:var(--ops-muted);margin-top:4px;font-size:12px}.ops-job-client-cell small{font-family:Manrope,sans-serif;font-weight:600}.ops-job-value-cell{text-align:right;font:700 15px Manrope,sans-serif}.ops-job-arrow{color:#82908f;text-align:right;font-size:24px}.ops-job-detail>.ops-job-card{width:100%;min-height:100%;border:0!important;border-radius:0!important;max-width:none!important;margin:0!important}.ops-approved-detail-title{border-bottom:1px solid var(--ops-line-soft);background:#fff;align-items:center;gap:15px;padding:24px 30px 20px;display:flex}.ops-detail-monogram{border:0;flex:none;width:52px;height:52px;font-weight:700;color:#245e5b!important;background:#dfecea!important;border-radius:0!important}.ops-approved-detail-copy{flex:1;min-width:0}.ops-approved-detail-copy>span{color:var(--ops-teal);font:700 12px Manrope,sans-serif}.ops-approved-detail-copy h1{margin:2px 0 1px;font:700 27px/1.15 Manrope,sans-serif}.ops-approved-detail-copy p{color:var(--ops-muted);margin:0;font-size:13px}.ops-approved-detail-value{text-align:right;gap:3px;display:grid}.ops-approved-detail-value strong{font:700 18px Manrope,sans-serif}.ops-approved-detail-value small{color:var(--ops-muted);font-size:12px}.ops-stage-progress{border-bottom:1px solid var(--ops-line);background:#fff;grid-template-columns:repeat(7,minmax(0,1fr));padding:22px 30px;display:grid}.ops-stage-progress>div{color:#8a9798;text-align:center;justify-items:center;gap:7px;font-size:11px;display:grid;position:relative}.ops-stage-progress>div:before{content:"";background:#dbe3e1;width:100%;height:1px;position:absolute;top:13px;left:-50%}.ops-stage-progress>div:first-child:before{display:none}.ops-stage-progress i{z-index:1;background:#fff;border:1px solid #cfd9d7;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-style:normal;font-weight:700;display:grid;position:relative}.ops-stage-progress .done{color:var(--ops-ink);font-weight:600}.ops-stage-progress .done:before{background:var(--ops-teal)}.ops-stage-progress .done i{border-color:var(--ops-teal);background:var(--ops-teal);color:#fff}.ops-job-detail-body{max-width:1180px;width:100%!important;padding:28px 34px 48px!important}.ops-approved-shell .ops-module-screen{background:var(--ops-canvas)!important}.ops-approved-shell .ops-module-screen>header{min-height:76px;border-bottom:1px solid var(--ops-line)!important;background:#fff!important;padding:14px 30px!important}.ops-approved-shell .ops-module-screen>header>span{color:var(--ops-ink)!important;font:700 20px Manrope,sans-serif!important}.ops-approved-shell .ops-module-screen>header button{min-height:42px}.ops-approved-shell .ops-deductions-screen,.ops-approved-shell .ops-motor-screen{background:#f4f6f5!important}.ops-approved-shell .ops-deductions-screen>div:not(:first-child),.ops-approved-shell .ops-motor-screen>div:not(:first-child){box-shadow:none!important}.ops-chat-launcher{display:none!important}@media (width<=1050px) and (width>=721px){.ops-pipeline-list-header,.ops-stage-tabs{padding-inline:22px!important}.ops-pipeline-list{padding:18px 20px 28px!important}.ops-job-table-head,.ops-job-table-row{grid-template-columns:minmax(220px,1.45fr) 118px minmax(145px,1fr) 112px 82px 20px;gap:10px}.ops-approved-detail-title{padding-inline:24px}.ops-job-detail-body{padding-inline:24px!important}}@media (width<=720px){.ops-approved-shell{padding-bottom:68px;display:block}.ops-approved-shell .ops-main{grid-template-rows:62px minmax(0,1fr);height:calc(100dvh - 68px)}.ops-approved-shell .ops-mobile-nav{display:grid}.ops-approved-shell .ops-top-actions .ops-button.primary{min-width:44px;min-height:44px}.ops-pipeline-list-header{min-height:102px!important;padding:16px 15px 12px!important}.ops-pipeline-list-header>div:first-child{align-items:center!important}.ops-pipeline-title p{display:none}.ops-pipeline-title h1{font-size:25px!important}.ops-pipeline-list-header .quiet{display:none!important}.ops-stage-tabs{padding:0 10px!important}.ops-stage-tabs button{min-height:46px;padding-inline:11px!important;font-size:12px!important}.ops-pipeline-list{padding:12px 12px 24px!important}.ops-table-tools{border-radius:8px 8px 0 0}.ops-job-table-head{display:none}.ops-job-table-row{grid-template-columns:minmax(0,1fr) auto 20px;gap:10px;min-height:94px;padding:14px}.ops-job-table-row>span:nth-child(2),.ops-job-table-row>span:nth-child(3),.ops-job-table-row>span:nth-child(4){display:none}.ops-job-client-cell b{font-size:15px}.ops-job-client-cell small{font-size:13px}.ops-job-value-cell{font-size:15px}.ops-approved-detail-title{flex-wrap:wrap;padding:17px 15px}.ops-detail-monogram{width:44px;height:44px}.ops-approved-detail-copy h1{font-size:22px}.ops-approved-detail-value{margin-left:auto}.ops-stage-progress{gap:0;padding:15px;display:flex;overflow-x:auto}.ops-stage-progress>div{min-width:86px}.ops-job-detail-body{padding:18px 15px 30px!important}.ops-approved-shell .ops-module-screen>header{min-height:64px;padding:10px 14px!important}}@media (prefers-reduced-motion:reduce){.ops-approved-shell *,.ops-approved-shell :before,.ops-approved-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.ops-legacy-dock{display:none!important}.ops-secondary-mobile-nav{border-top:1px solid var(--ops-line)!important;background:#fffffffa!important;box-shadow:0 -6px 22px #1f303314!important}.ops-secondary-mobile-nav button{color:var(--ops-muted)!important}.ops-secondary-mobile-nav button:has(div[style*="background: rgba(145, 206, 194"]){color:var(--ops-teal)!important}.ops-secondary-mobile-nav button>div{border-radius:6px!important}.ops-quick-measure{z-index:1200;grid-template-columns:minmax(180px,1fr) minmax(240px,1.5fr) minmax(150px,.7fr) auto;position:fixed;top:84px;left:260px;right:24px;box-shadow:0 18px 48px #1f30332e;border:1px solid var(--ops-line)!important;border-radius:var(--ops-radius)!important;background:#fff!important;align-items:end!important;padding:20px!important;display:grid!important}.ops-quick-measure>div>div:first-child{color:var(--ops-teal)!important;font-size:12px!important}.ops-quick-measure input{min-height:44px;font-size:16px!important}.ops-quick-measure button{min-height:44px;border-radius:6px!important;font-size:14px!important}.ops-pipeline-screen{padding-bottom:0!important}.ops-pipeline-sidebar{background:var(--ops-nav)!important;width:244px!important;min-width:244px!important;padding:18px 12px!important}.ops-pipeline-sidebar>div:first-child{min-height:44px;padding:0 0 14px!important}.ops-pipeline-sidebar>div:first-child button{min-height:40px;color:#dbe8e7!important;background:0 0!important;border:1px solid #36555a!important;border-radius:6px!important}.ops-pipeline-sidebar>button{min-height:44px;margin:2px 0;border-radius:7px!important}.ops-pipeline-sidebar .ops-stage-button.active{box-shadow:inset 3px 0 #70c2bb!important}.ops-chat-launcher{border:1px solid var(--ops-line)!important;background:#fffffffa!important;border-radius:8px!important;width:min(520px,100vw - 292px)!important;padding:8px!important;bottom:20px!important;left:auto!important;right:24px!important;box-shadow:0 12px 34px #1f303324!important}.ops-chat-launcher input{min-height:40px;color:var(--ops-muted)!important;background:#f3f6f5!important;border:0!important;border-radius:5px!important}.ops-chat-launcher button{border-radius:6px!important;width:40px!important;height:40px!important}.ops-chat-panel{color:var(--ops-ink);background:#f3f6f5!important}.ops-chat-panel>div:first-child,.ops-chat-panel>div:last-child{border-color:var(--ops-line)!important;background:#fff!important}.ops-chat-panel>div:first-child *{color:var(--ops-ink)!important}.ops-chat-panel textarea{border:1px solid var(--ops-line)!important;color:var(--ops-ink)!important;background:#f8faf9!important;border-radius:6px!important}.ops-chat-mark{background:var(--ops-teal-soft);width:34px;height:34px;color:var(--ops-teal);border-radius:6px;flex:none;place-items:center;display:grid}.ops-chat-attach{border:1px solid var(--ops-line);width:36px;height:36px;color:var(--ops-ink);cursor:pointer;background:#fff;border-radius:6px;flex:none;font-size:20px}.ops-pipeline-header{min-height:72px;background:#fffffffa!important;padding:12px 24px!important}.ops-pipeline-list-header h1{font:700 22px Manrope,sans-serif!important}.ops-pipeline-list-header button,.ops-pipeline-header button{min-height:40px}.ops-pipeline-list{padding:24px 28px 40px!important}.ops-job-list{border-radius:8px!important}.ops-job-card{background:#fff!important}.ops-job-card:not(.expanded)>div{padding:16px 20px!important}.ops-job-card:not(.expanded):hover{box-shadow:none!important;transform:none!important}.ops-job-detail-body{width:min(1180px,100%);gap:0!important;padding:24px 28px 48px!important}.ops-job-detail-body>div:not(.ops-detail-hidden){margin:0!important}.ops-job-detail-body .ops-info-block{min-height:72px;border-width:0 0 1px!important;border-color:var(--ops-line-soft)!important;background:0 0!important;border-radius:0!important}.ops-job-detail-body>[style*="background: rgb(255, 255, 255)"],.ops-job-detail-body>[style*="background:#fff"],.ops-job-detail-body>[style*="background: #fff"]{border-width:0 0 1px!important;border-color:var(--ops-line)!important;box-shadow:none!important;border-radius:0!important}.ops-detail-tabs{min-height:48px;top:0}.ops-module-screen{background:var(--ops-canvas)!important;padding-bottom:0!important}.ops-module-screen>header{min-height:72px;background:#fff!important;padding:12px 24px!important}.ops-module-screen>header>span,.ops-module-screen>header [style*="font-weight: 800"]{font-family:Manrope,DM Sans,sans-serif!important}.ops-module-screen>header button{min-height:40px;border:1px solid var(--ops-line)!important;color:var(--ops-ink)!important;background:#fff!important;border-radius:6px!important}.ops-module-screen main,.ops-module-screen>div[style*="overflow-y: auto"]>div{max-width:1480px;margin-inline:auto}.ops-module-screen [style*="border-radius: 20px"],.ops-module-screen [style*=borderRadius\:20]{border-radius:5px!important}.ops-payroll-screen div[style*="repeat(auto-fill, minmax(290px"]{border:1px solid var(--ops-line);background:#fff;border-radius:8px;overflow:hidden;gap:0!important}.ops-payroll-screen div[style*="repeat(auto-fill, minmax(290px"]>button{min-height:76px;border:0!important;border-bottom:1px solid var(--ops-line-soft)!important;box-shadow:none!important;border-radius:0!important}.ops-payroll-screen div[style*="repeat(auto-fill, minmax(290px"]>button:last-child{border-bottom:0!important}.ops-metrics-screen [style*=borderRadius\:12],.ops-metrics-screen [style*="border-radius: 12px"],.ops-profit-screen [style*=borderRadius\:12]{box-shadow:none!important;border-radius:8px!important}.ops-calendar-screen{background:var(--ops-canvas)!important}.ops-calendar-screen .rbc-calendar{overflow:hidden;box-shadow:none!important;border-radius:8px!important}.ops-calendar-screen .rbc-toolbar{min-height:58px;padding:10px 16px!important}.ops-calendar-screen .rbc-header{padding:11px 6px!important;font-size:12px!important}.ops-calendar-screen .rbc-date-cell{padding:7px 9px!important;font-size:13px!important}.ops-calendar-screen .rbc-toolbar button{min-height:38px;border-radius:5px!important;font-size:13px!important}.ops-deductions-screen [style*=box-shadow],.ops-motor-screen [style*=box-shadow]{box-shadow:none!important}.ops-deductions-screen [style*="border-radius: 12px"],.ops-deductions-screen [style*=borderRadius\:12],.ops-motor-screen [style*="border-radius: 14px"],.ops-motor-screen [style*=borderRadius\:14]{border-radius:8px!important}@media (width<=1050px) and (width>=721px){.ops-quick-measure{grid-template-columns:1fr 1.35fr .8fr;left:88px;right:16px}.ops-quick-measure>div:nth-last-child(-n+2){grid-column:auto}}@media (width<=720px){.ops-chat-launcher{left:12px!important;right:12px!important;bottom:calc(68px + env(safe-area-inset-bottom,0px))!important;width:auto!important}.ops-quick-measure{grid-template-columns:1fr;max-height:calc(100dvh - 84px);top:70px;left:12px;right:12px;overflow-y:auto;padding:16px!important}.ops-pipeline-header,.ops-module-screen>header{min-height:60px;padding:10px 14px!important}.ops-pipeline-list{padding:12px 12px 88px!important}.ops-job-detail-body{padding:14px 14px 92px!important}.ops-payroll-screen div[style*="repeat(auto-fill, minmax(290px"]{border-radius:7px}}@media (width>=721px){.ops-mobile-nav{display:none}}.ops-pipeline-screen{color:var(--ops-ink);background:var(--ops-canvas)!important;font-family:DM Sans,system-ui,sans-serif!important}.ops-pipeline-sidebar{border-right:1px solid #2b474c;background:var(--ops-nav)!important;width:218px!important;min-width:218px!important;box-shadow:none!important}.ops-pipeline-header{min-height:64px;border-bottom:1px solid var(--ops-line)!important;box-shadow:none!important;color:var(--ops-ink)!important;background:#fffffffa!important}.ops-pipeline-list-header h1{color:var(--ops-ink)!important}.ops-pipeline-list-header button{border:1px solid var(--ops-line)!important;border-radius:var(--ops-control-radius)!important;color:#425457!important;background:#fff!important}.ops-pipeline-list-header button:nth-last-of-type(2){border-color:var(--ops-teal)!important;background:var(--ops-teal)!important;color:#fff!important}.ops-pipeline-list-header input{border:1px solid var(--ops-line)!important;border-radius:var(--ops-control-radius)!important;color:var(--ops-ink)!important;background:#fff!important}.ops-pipeline-list-header input::placeholder{color:#8a9799!important}.ops-pipeline-list{background:var(--ops-canvas);padding:22px 26px!important;padding-bottom:calc(var(--sgs-bottom-bars,0px) + 28px)!important}.ops-job-list{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:#fff;overflow:hidden;gap:0!important}.ops-job-card{border:0!important;border-bottom:1px solid var(--ops-line-soft)!important;box-shadow:none!important;border-radius:0!important}.ops-job-card:last-child{border-bottom:0!important}.ops-job-card:not(.expanded):hover{background:#fafcfb!important}.ops-job-card.expanded{background:#fff!important;border-top:0!important}.ops-job-detail{background:var(--ops-canvas)!important}.ops-job-detail>.ops-job-card{max-width:1500px;margin:0 auto;border:1px solid var(--ops-line)!important;border-top:0!important}.ops-job-card button,.ops-job-card input,.ops-job-card select,.ops-job-card textarea{border-radius:var(--ops-control-radius)!important}.ops-detail-tabs{z-index:4;border-bottom:1px solid var(--ops-line);background:#fffffffa;gap:22px;padding:0 24px;display:flex;position:sticky;top:0;overflow-x:auto}.ops-detail-tabs button{flex:none;padding:12px 1px 10px;font-size:11px;font-weight:700;color:var(--ops-muted)!important;background:0 0!important;border:0!important;border-bottom:2px solid #0000!important;border-radius:0!important}.ops-detail-tabs button.active{border-bottom-color:var(--ops-teal)!important;color:var(--ops-ink)!important}.ops-job-detail-body{width:min(980px,100%);margin:0 auto;background:var(--ops-canvas)!important}.ops-detail-hidden{display:none!important}.ops-job-detail-body>.ops-detail-section:not(.ops-detail-hidden){border-color:var(--ops-line)!important;box-shadow:none!important}@media (width<=767px){.ops-pipeline-list{padding:12px 14px!important;padding-bottom:calc(var(--sgs-bottom-bars,0px) + 24px)!important}.ops-job-list{border-radius:8px}.ops-pipeline-list-header{padding:10px 14px!important}.ops-detail-tabs{gap:17px;padding:0 14px}.ops-detail-tabs button{padding-block:11px 9px;font-size:10px}}.ops-job-form-page{border:1px solid var(--ops-line);border-radius:var(--ops-radius)!important;background:#fff!important;width:min(1120px,100vw - 32px)!important;max-width:1120px!important;max-height:calc(100dvh - 32px)!important;box-shadow:0 16px 44px #1f303324!important}.ops-job-form-header{z-index:3;border-bottom:1px solid var(--ops-line);min-height:70px;position:sticky;top:0;border-radius:var(--ops-radius) var(--ops-radius) 0 0!important;background:#fffffffa!important;padding:16px 28px!important}.ops-job-form-header>div>div:first-child{color:var(--ops-teal)!important}.ops-job-form-header>div>div:last-child{font-family:Manrope,sans-serif;color:var(--ops-ink)!important}.ops-job-form-header>button{border:1px solid var(--ops-line)!important;border-radius:var(--ops-control-radius)!important;color:var(--ops-muted)!important;background:#fff!important}.ops-job-form-body{background:#fff;max-width:880px;margin:0 auto;padding:28px 34px 40px!important}.ops-job-form-body input,.ops-job-form-body select,.ops-job-form-body textarea{border-radius:var(--ops-control-radius)!important;border-color:#cfd9d7!important}@media (width<=720px){.ops-job-form-page{border:0;min-height:100dvh;border-radius:0!important;width:100vw!important;max-height:100dvh!important}.ops-job-form-header{border-radius:0!important;padding:14px 16px!important}.ops-job-form-body{padding:20px 16px 34px!important}}.ops-module-screen{--module-surface:#fff;--module-canvas:#f4f7f6;color:var(--ops-ink);background:var(--module-canvas)!important;font-family:DM Sans,system-ui,sans-serif!important}.ops-module-screen>header,.ops-module-screen>div:first-child:not(:only-child){box-shadow:none!important}.ops-module-screen>header{min-height:64px;border-bottom:1px solid var(--ops-line)!important;background:#fffffffa!important}.ops-module-screen button,.ops-module-screen input,.ops-module-screen select,.ops-module-screen textarea{font-family:inherit;border-radius:var(--ops-control-radius)!important}.ops-module-screen [style*="border-radius: 20px"],.ops-module-screen [style*=border-radius\:20px]{border-radius:var(--ops-control-radius)!important}.ops-module-screen [style*="border-radius: 16px"],.ops-module-screen [style*=border-radius\:16px],.ops-module-screen [style*="border-radius: 14px"],.ops-module-screen [style*=border-radius\:14px],.ops-module-screen [style*="border-radius: 12px"],.ops-module-screen [style*=border-radius\:12px],.ops-module-screen [style*="border-radius: 10px"],.ops-module-screen [style*=border-radius\:10px]{border-radius:var(--ops-radius)!important}.ops-module-screen [style*=box-shadow]{box-shadow:none!important}.ops-side-drawer{border-left:1px solid var(--ops-line);height:100dvh;background:#fff!important;border-radius:0!important;box-shadow:-18px 0 42px #1f30331f!important}.ops-side-drawer>div:first-child{color:var(--ops-ink)!important;background:#fff!important;border-radius:0!important}.ops-side-drawer button,.ops-side-drawer input,.ops-side-drawer select,.ops-side-drawer textarea{border-radius:var(--ops-control-radius)!important}.ops-calendar-screen .rbc-calendar{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:#fff!important}.ops-calendar-screen .rbc-toolbar{border-radius:var(--ops-radius) var(--ops-radius) 0 0}.ops-calendar-screen .rbc-event{box-shadow:none!important;border-radius:4px!important}.ops-calendar-screen .cal-tray-chip{box-shadow:none!important;border-radius:5px!important}.ops-metrics-screen [style*="background: rgb(255, 255, 255)"],.ops-payroll-screen [style*="background: rgb(255, 255, 255)"],.ops-profit-screen [style*="background: rgb(255, 255, 255)"]{border-color:var(--ops-line)!important}.ops-payroll-screen main,.ops-metrics-screen main{max-width:1440px;margin-inline:auto}.ops-deductions-screen,.ops-motor-screen{background:#f3f6f5!important}.ops-deductions-screen [style*="border-radius: 12px"],.ops-motor-screen [style*="border-radius: 14px"]{border-color:var(--ops-line)!important;box-shadow:none!important}.ops-canvas-screen{background:#eef2f1!important}.ops-canvas-screen button{box-shadow:none!important}@media (width<=720px){.ops-module-screen>header{min-height:58px;padding-inline:12px!important}.ops-module-screen [style*="padding: 16px 24px"],.ops-module-screen [style*="padding:16px 24px"]{padding:12px!important}.ops-calendar-screen .rbc-calendar{border-radius:7px}.ops-side-drawer{border-left:0;width:100vw!important;max-width:100vw!important;box-shadow:none!important}}.ops-app,.ops-pipeline-screen,.ops-module-screen{font-size:15px;line-height:1.45}.ops-brand b,.ops-user b{font-size:15px}.ops-brand small,.ops-user small{font-size:11px;line-height:1.35}.ops-nav button{min-height:44px;font-size:14px}.ops-nav em{font-size:12px}.ops-search{font-size:14px}.ops-search kbd{font-size:11px}.ops-date{font-size:13px}.ops-button{min-height:40px;padding:9px 15px;font-size:14px}.ops-eyebrow{font-size:11px}.ops-heading h1{font-size:30px}.ops-heading p{font-size:14px}.ops-metric small{font-size:11px}.ops-metric strong{font-size:26px}.ops-metric span{font-size:12px}.ops-panel-head h2{font-size:17px}.ops-panel-head p,.ops-link{font-size:12px}.ops-row{min-height:64px}.ops-row b{font-size:14px}.ops-row small,.ops-row time{font-size:12px;line-height:1.4}.ops-status{padding:5px 8px;font-size:11px}.ops-schedule-time{font-size:12px}.ops-schedule-copy b{font-size:13px}.ops-schedule-copy small,.ops-pipeline-row{font-size:12px}.ops-pipeline-row b{font-size:13px}.ops-activity-row b,.ops-activity-row small{font-size:12px}.ops-activity-row time{font-size:11px}.ops-empty{font-size:13px}.ops-detail-tabs button{min-height:44px;font-size:13px}.ops-job-card{font-size:15px}.ops-job-card input,.ops-job-card select,.ops-job-card textarea,.ops-job-card button,.ops-job-form-body input,.ops-job-form-body select,.ops-job-form-body textarea,.ops-job-form-body button{line-height:1.4;font-size:15px!important}.ops-job-card label,.ops-job-form-body label{font-size:14px!important}.ops-job-po{letter-spacing:-.15px;font-family:Manrope,DM Sans,system-ui,sans-serif;line-height:1.25;font-size:18px!important;font-weight:800!important}.ops-info-block{padding:11px 13px!important}.ops-info-label,.ops-operational-label{line-height:1.35;font-size:13px!important}.ops-info-value{overflow-wrap:anywhere;font-size:15px!important;line-height:1.5!important}.ops-check-row{min-height:44px;padding-block:6px;gap:9px!important}.ops-check-box{width:22px!important;height:22px!important;font-size:12px!important}.ops-check-label{line-height:1.35;font-size:14px!important}.ops-module-screen:not(.ops-canvas-screen) [style*="font-size: 8px"],.ops-module-screen:not(.ops-canvas-screen) [style*=font-size\:8px],.ops-module-screen:not(.ops-canvas-screen) [style*="font-size: 9px"],.ops-module-screen:not(.ops-canvas-screen) [style*=font-size\:9px]{font-size:12px!important}.ops-module-screen:not(.ops-canvas-screen) [style*="font-size: 10px"],.ops-module-screen:not(.ops-canvas-screen) [style*=font-size\:10px],.ops-module-screen:not(.ops-canvas-screen) [style*="font-size: 11px"],.ops-module-screen:not(.ops-canvas-screen) [style*=font-size\:11px]{font-size:13px!important}.ops-module-screen:not(.ops-canvas-screen) [style*="font-size: 12px"],.ops-module-screen:not(.ops-canvas-screen) [style*=font-size\:12px],.ops-module-screen:not(.ops-canvas-screen) [style*="font-size: 13px"],.ops-module-screen:not(.ops-canvas-screen) [style*=font-size\:13px]{font-size:14px!important}.ops-module-screen:not(.ops-canvas-screen) input,.ops-module-screen:not(.ops-canvas-screen) select,.ops-module-screen:not(.ops-canvas-screen) textarea,.ops-side-drawer input,.ops-side-drawer select,.ops-side-drawer textarea{min-height:40px;font-size:15px!important}.ops-module-screen:not(.ops-canvas-screen) button,.ops-side-drawer button{font-size:14px}.ops-side-drawer{font-size:15px}@media (width>=721px) and (width<=1180px){.ops-app,.ops-pipeline-screen,.ops-module-screen{font-size:16px}.ops-pipeline-list{padding:18px 20px!important}.ops-job-card{font-size:16px}.ops-job-card input,.ops-job-card select,.ops-job-card textarea,.ops-job-card button{font-size:16px!important}.ops-job-card label{font-size:15px!important}.ops-job-po{font-size:19px!important}.ops-info-label,.ops-operational-label{font-size:14px!important}.ops-info-value{font-size:16px!important}.ops-check-label{font-size:15px!important}.ops-detail-tabs button{font-size:14px}}@media (width<=720px){.ops-app,.ops-pipeline-screen,.ops-module-screen{font-size:15px}.ops-search{font-size:14px}.ops-heading h1{font-size:26px}.ops-heading p{font-size:14px}.ops-metric small{font-size:11px}.ops-metric strong{font-size:22px}.ops-mobile-nav button{font-size:11px}.ops-detail-tabs button{min-height:46px;font-size:13px}.ops-job-card input,.ops-job-card select,.ops-job-card textarea,.ops-job-card button{font-size:16px!important}.ops-job-card label{font-size:15px!important}.ops-job-po{font-size:18px!important}.ops-info-label,.ops-operational-label{font-size:13px!important}.ops-info-value{font-size:16px!important}.ops-check-label{font-size:15px!important}}.ops-approved-shell .ops-deductions-screen>div[style*=overflow-y]>div{width:100%;max-width:1480px;margin:0 auto;padding:28px 30px 42px!important}.ops-approved-shell .ops-deduction-picker{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:#fff;overflow:hidden;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important}.ops-approved-shell .ops-deduction-picker>button,.ops-approved-shell .ops-deduction-picker>div{min-height:154px;border:0!important;border-right:1px solid var(--ops-line)!important;border-bottom:1px solid var(--ops-line)!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important}.ops-approved-shell .ops-deduction-picker>:nth-child(3n){border-right:0!important}.ops-approved-shell .ops-deduction-picker>button:hover,.ops-approved-shell .ops-deduction-picker>div:hover{background:#fafcfb!important}.ops-approved-shell .ops-deductions-screen [style*=box-shadow]{box-shadow:none!important}.ops-approved-shell .ops-deductions-screen [style*="border-radius: 20px"]{border-radius:5px!important}@media (width<=1050px) and (width>=721px){.ops-approved-shell .ops-deduction-picker{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ops-approved-shell .ops-deduction-picker>:nth-child(3n){border-right:1px solid var(--ops-line)!important}.ops-approved-shell .ops-deduction-picker>:nth-child(2n){border-right:0!important}}@media (width<=720px){.ops-approved-shell .ops-deductions-screen>div[style*=overflow-y]>div{padding:16px 12px 28px!important}.ops-approved-shell .ops-deduction-picker{grid-template-columns:1fr!important}.ops-approved-shell .ops-deduction-picker>button,.ops-approved-shell .ops-deduction-picker>div{min-height:132px;border-right:0!important}}.ops-approved-shell .ops-payroll-directory{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:#fff;overflow:hidden;grid-template-columns:1fr!important;gap:0!important}.ops-approved-shell .ops-payroll-directory>button{min-height:82px;border:0!important;border-bottom:1px solid var(--ops-line-soft)!important;box-shadow:none!important;border-radius:0!important}.ops-approved-shell .ops-payroll-directory>button:last-child{border-bottom:0!important}.ops-approved-shell .ops-payroll-directory>button:hover{background:#fafcfb!important}.ops-approved-shell .ops-pipeline-list-header .ops-button.quiet{border:1px solid var(--ops-line)!important;color:var(--ops-ink)!important;background:#fff!important}.ops-approved-shell .ops-pipeline-list-header .ops-button.primary{border-color:var(--ops-teal)!important;background:var(--ops-teal)!important;color:#fff!important}.ops-approved-shell .ops-motor-screen>div>div[style*=grid-template-columns]>div{border:1px solid var(--ops-line);border-radius:var(--ops-radius);background:#fff;overflow:hidden;gap:0!important}.ops-approved-shell .ops-motor-screen>div>div[style*=grid-template-columns]>div>div{border:0!important;border-bottom:1px solid var(--ops-line-soft)!important;box-shadow:none!important;border-radius:0!important;margin:0!important}.ops-approved-shell .ops-motor-screen>div>div[style*=grid-template-columns]>div>div:last-child{border-bottom:0!important}.ops-approved-detail-grid{border:1px solid var(--ops-line);background:#fff;grid-template-columns:minmax(0,1fr) 310px;margin:0 30px 46px;display:grid}.ops-approved-detail-actions{border-bottom:1px solid var(--ops-line);background:var(--ops-canvas);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 30px;display:flex}.ops-approved-detail-actions>div{align-items:center;gap:8px;display:flex}.ops-back-action{color:#516164;background:0 0;border:0;min-height:40px;font-weight:700}.ops-icon-action{border:1px solid var(--ops-line);border-radius:var(--ops-control-radius);width:40px;height:40px;color:var(--ops-ink);background:#fff;place-items:center;display:grid}.ops-profile-bottom-actions{display:none!important}.ops-approved-detail-main{border-right:1px solid var(--ops-line);min-width:0}.ops-approved-section-heading{border-bottom:1px solid var(--ops-line-soft);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex}.ops-approved-section-heading h2{margin:0;font:700 17px Manrope,sans-serif}.ops-approved-section-heading p{color:var(--ops-muted);margin:5px 0 0;font-size:13px}.ops-approved-section-heading button{color:var(--ops-teal);background:0 0;border:0;font-weight:700}.ops-approved-overview-grid{border-bottom:1px solid var(--ops-line);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:20px 22px;display:grid}.ops-approved-overview-grid label{color:var(--ops-muted);font-size:12px}.ops-approved-overview-grid strong{color:var(--ops-ink);margin-top:7px;font-size:14px;display:block}.ops-approved-detail-main .ops-job-detail-body{max-width:none;background:#fff!important;gap:0!important;padding:0!important}.ops-approved-detail-main .ops-job-detail-body>.ops-detail-section{border:0!important;border-bottom:1px solid var(--ops-line-soft)!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:22px!important;display:block!important}.ops-approved-detail-main .ops-job-detail-body>.ops-profile-contact-duplicate{display:none!important}.ops-approved-detail-main .ops-job-detail-body [style*="border-radius: 10px"],.ops-approved-detail-main .ops-job-detail-body [style*=border-radius\:10px],.ops-approved-detail-main .ops-job-detail-body [style*="border-radius: 9px"],.ops-approved-detail-main .ops-job-detail-body [style*=border-radius\:9px]{box-shadow:none!important;border-radius:3px!important}.ops-approved-detail-side{background:#fbfcfc}.ops-approved-detail-side>section{border-bottom:1px solid var(--ops-line);padding:21px 19px}.ops-approved-detail-side h3{margin:0 0 15px;font:700 14px Manrope,sans-serif}.ops-approved-detail-side a,.ops-approved-detail-side p{color:#526164;overflow-wrap:anywhere;margin:9px 0;font-size:13px;line-height:1.45;display:block}.ops-approved-detail-side dl{margin:0}.ops-approved-detail-side dl>div{justify-content:space-between;gap:16px;margin:13px 0;display:flex}.ops-approved-detail-side dt{color:var(--ops-muted);font-size:12px}.ops-approved-detail-side dd{color:var(--ops-ink);text-align:right;margin:0;font-size:12px;font-weight:600}.ops-approved-side-heading{justify-content:space-between;align-items:center;display:flex}.ops-approved-side-heading span{color:var(--ops-muted);font-size:12px}.ops-approved-detail-side section>button{border:0;border-bottom:1px solid var(--ops-line-soft);width:100%;min-height:48px;color:var(--ops-ink);text-align:left;background:0 0;align-items:center;gap:9px;padding:8px 0;display:flex;border-radius:0!important}.ops-approved-detail-side section>button span{flex:1;min-width:0}.ops-approved-detail-side section>button b,.ops-approved-detail-side section>button small{display:block}.ops-approved-detail-side section>button b{font-size:12px}.ops-approved-detail-side section>button small{color:var(--ops-muted);margin-top:3px;font-size:11px}.ops-approved-detail-side section>button i{color:var(--ops-muted);font-size:20px;font-style:normal}.ops-approved-side-empty{font-style:italic;color:var(--ops-muted)!important}.ops-approved-shell .ops-calendar-screen{background:var(--ops-canvas)!important;height:calc(100dvh - 72px)!important}.ops-approved-calendar-head{justify-content:space-between;gap:22px;display:flex;background:0 0!important;border:0!important;align-items:flex-end!important;min-height:auto!important;padding:34px 38px 26px!important}.ops-approved-calendar-head>div:first-child>span{color:var(--ops-teal);letter-spacing:1.5px;font-size:11px;font-weight:700}.ops-approved-calendar-head h1{margin:6px 0 2px;font:700 30px Manrope,sans-serif}.ops-approved-calendar-head p{color:var(--ops-muted);margin:4px 0 0;font-size:14px}.ops-approved-calendar-actions{gap:8px;display:flex}.ops-approved-calendar-tray,.ops-calendar-agenda{display:none!important}.ops-calendar-screen>div{min-height:0}.ops-calendar-screen>div>div:first-child>div{padding:0 38px 48px!important}.ops-approved-calendar-surface{border:1px solid var(--ops-line)!important;box-shadow:none!important;border-radius:0!important}.ops-approved-calendar-surface .rbc-calendar{border:0!important;border-radius:0!important}.ops-approved-calendar-surface .rbc-toolbar{min-height:54px;border:0!important;border-bottom:1px solid var(--ops-line)!important;border-radius:0!important;padding:10px 13px!important}.ops-approved-calendar-surface .rbc-toolbar button{min-height:34px;border:1px solid var(--ops-line)!important;color:var(--ops-ink)!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding:7px 10px!important;font-size:12px!important}.ops-approved-calendar-surface .rbc-toolbar button.rbc-active{color:var(--ops-teal)!important;background:#e5efee!important}.ops-approved-calendar-surface .rbc-toolbar-label{font:700 16px Manrope,sans-serif!important}.ops-approved-calendar-surface .rbc-time-header,.ops-approved-calendar-surface .rbc-time-content,.ops-approved-calendar-surface .rbc-timeslot-group,.ops-approved-calendar-surface .rbc-header{border-color:var(--ops-line)!important}.ops-approved-calendar-surface .rbc-header{background:#fff!important;padding:10px 6px!important;font-size:11px!important}.ops-approved-calendar-surface .rbc-today{background:#f2f8f7!important}.ops-approved-calendar-surface .rbc-event{box-shadow:none!important;border:0!important;border-left:3px solid!important;border-radius:2px!important;padding:7px 8px!important}.ops-approved-calendar-surface .rbc-label{color:var(--ops-muted);font-size:11px}@media (width<=1050px){.ops-approved-detail-grid{grid-template-columns:minmax(0,1fr) 280px;margin-inline:22px}.ops-approved-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-approved-calendar-head,.ops-calendar-screen>div>div:first-child>div{padding-inline:24px!important}}@media (width<=720px){.ops-approved-detail-title{flex-wrap:wrap;padding:20px 16px 16px}.ops-approved-detail-value{text-align:left;margin-left:67px}.ops-stage-progress{grid-template-columns:repeat(7,82px);padding:18px 16px;overflow-x:auto}.ops-approved-detail-actions{padding:9px 14px}.ops-approved-detail-actions .ops-button{padding-inline:11px}.ops-approved-detail-actions .ops-icon-action{display:none}.ops-approved-detail-grid{margin:0 14px 28px;display:block}.ops-approved-detail-main{border-right:0}.ops-approved-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px}.ops-approved-detail-side{border-top:1px solid var(--ops-line)}.ops-approved-calendar-head{align-items:flex-start!important;padding:22px 15px 18px!important}.ops-approved-calendar-head h1{font-size:25px}.ops-approved-calendar-head p{max-width:245px}.ops-approved-calendar-actions .ops-button:first-child{display:none}.ops-calendar-screen>div>div:first-child>div{padding:0 15px 32px!important}.ops-approved-calendar-surface{overflow-x:auto!important}.ops-approved-calendar-surface .rbc-calendar{min-width:760px}}.ops-approved-profile,.ops-approved-profile *{box-sizing:border-box}.ops-approved-profile.detail{width:100%;min-height:100%;color:var(--ops-ink);background:#fff;padding:22px 38px 58px}.ops-approved-profile button,.ops-approved-profile summary{font-family:inherit}.ops-approved-profile .detailtop{justify-content:space-between;align-items:center;gap:20px;display:flex}.ops-approved-profile .detailtop>div{align-items:center;gap:8px;display:flex}.ops-approved-profile .back{color:#516164;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;min-height:40px;padding:7px 4px;font-size:14px;font-weight:600;display:inline-flex}.ops-approved-profile .detailtop .secondary,.ops-approved-profile .detailtop .primary{border:1px solid var(--ops-line);min-height:40px;color:var(--ops-ink);cursor:pointer;background:#fff;border-radius:5px;justify-content:center;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:700;display:inline-flex}.ops-approved-profile .detailtop .primary{border-color:var(--ops-teal);background:var(--ops-teal);color:#fff}.ops-approved-profile .profile-more{position:relative}.ops-approved-profile .profile-more>summary{border:1px solid var(--ops-line);color:#526164;cursor:pointer;background:#fff;border-radius:5px;place-items:center;width:40px;height:40px;list-style:none;display:grid}.ops-approved-profile .profile-more>summary::-webkit-details-marker{display:none}.ops-approved-profile .profile-more-menu{z-index:30;border:1px solid var(--ops-line);background:#fff;border-radius:6px;width:230px;padding:6px;position:absolute;top:46px;right:0;box-shadow:0 12px 28px #17323824}.ops-approved-profile .profile-more-menu>button{width:100%;min-height:38px;color:var(--ops-ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:3px;padding:8px 10px;font-size:12px}.ops-approved-profile .profile-more-menu>button:hover{background:#f2f6f5}.ops-approved-profile .profile-more-menu .danger{color:#b42318}.ops-approved-profile .profile-delete-confirm{border-top:1px solid var(--ops-line-soft);gap:6px;padding:8px;display:grid}.ops-approved-profile .profile-delete-confirm span{color:#8f251c;font-size:12px;font-weight:700}.ops-approved-profile .profile-delete-confirm button{border:1px solid var(--ops-line);background:#fff;border-radius:3px;min-height:34px;font-size:12px}.ops-approved-profile .profile-delete-confirm button.danger{color:#fff;background:#d92d20;border-color:#d92d20}.ops-approved-profile .detailtitle{align-items:center;gap:14px;margin:24px 0;display:flex}.ops-approved-profile .monogram{color:#246663;cursor:pointer;background:#dcebea;border:0;border-radius:0;flex:none;place-items:center;width:52px;height:52px;font-size:14px;font-weight:700;display:grid}.ops-approved-profile .detailtitle>div:nth-child(2){min-width:0}.ops-approved-profile .detailtitle span{color:var(--ops-muted);letter-spacing:1px;font-size:12px}.ops-approved-profile .detailtitle h1{overflow-wrap:anywhere;margin:2px 0;font:700 29px/1.2 Manrope,sans-serif}.ops-approved-profile .detailtitle p{color:var(--ops-muted);margin:0;font-size:14px}.ops-approved-profile .detailtitle>.ops-status{margin-left:8px}.ops-approved-profile .detailgrid{border:1px solid var(--ops-line);background:#fff;grid-template-columns:minmax(0,1fr) 320px;display:grid}.ops-approved-profile .detailmain{border-right:1px solid var(--ops-line);min-width:0}.ops-approved-profile .stepper{border-bottom:1px solid var(--ops-line);grid-template-columns:repeat(7,minmax(76px,1fr));padding:22px 20px;display:grid;overflow-x:auto}.ops-approved-profile .stepper>div{color:#8c999a;text-align:center;font-size:11px;position:relative}.ops-approved-profile .stepper>div:after{content:"";background:#dfe5e4;width:86%;height:1px;position:absolute;top:12px;left:57%}.ops-approved-profile .stepper>div:last-child:after{display:none}.ops-approved-profile .stepper i{z-index:1;background:#fff;border:1px solid #cad3d1;border-radius:50%;place-items:center;width:25px;height:25px;margin:0 auto 7px;font-style:normal;display:grid;position:relative}.ops-approved-profile .stepper .done{color:#26736f;font-weight:700}.ops-approved-profile .stepper .done i{background:#e6f1f0;border-color:#4b9893}.ops-approved-profile .detailtabs{border-bottom:1px solid var(--ops-line);background:#fff;gap:0;min-height:48px;padding:0 20px;display:flex;overflow-x:auto}.ops-approved-profile .detailtabs button{min-height:48px;color:var(--ops-muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:0 15px;font-size:13px;font-weight:600}.ops-approved-profile .detailtabs button:hover{color:var(--ops-ink)}.ops-approved-profile .detailtabs button.active{border-bottom-color:var(--ops-teal);color:var(--ops-ink)}.ops-approved-profile .sectionblock{border-bottom:1px solid var(--ops-line);padding:24px}.ops-approved-profile .sectionblock:last-child{border-bottom:0}.ops-approved-profile .sectiontitle{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.ops-approved-profile .sectiontitle h2{margin:0;font:700 17px Manrope,sans-serif}.ops-approved-profile .sectiontitle p{color:var(--ops-muted);margin:5px 0 0;font-size:13px}.ops-approved-profile .sectiontitle button,.ops-approved-profile .unitrow>button,.ops-approved-profile .profile-activity-button{min-height:36px;color:var(--ops-teal);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:6px 8px;font-size:12px;font-weight:700;display:inline-flex}.ops-approved-profile .infogrid,.ops-approved-profile .finance{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.ops-approved-profile .infogrid label,.ops-approved-profile .detailside label{color:var(--ops-muted);font-size:12px}.ops-approved-profile .infogrid strong{color:var(--ops-ink);margin-top:7px;font-size:14px;display:block}.ops-approved-profile .unitrow{border:1px solid var(--ops-line);align-items:center;gap:12px;min-height:62px;margin-top:9px;padding:11px 12px;display:flex}.ops-approved-profile .uniticon{color:#397d79;background:#eef4f3;flex:none;place-items:center;width:38px;height:38px;display:grid}.ops-approved-profile .unitrow>div:nth-child(2){flex:1;min-width:0}.ops-approved-profile .unitrow b,.ops-approved-profile .unitrow small{overflow-wrap:anywhere;font-size:13px;display:block}.ops-approved-profile .unitrow small{color:var(--ops-muted);margin-top:3px;font-size:12px}.ops-approved-profile .saved{color:#3c7c64;white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:flex}.ops-approved-profile .finance>div{border-left:2px solid #dde7e5;min-width:0;padding-left:13px}.ops-approved-profile .finance small,.ops-approved-profile .finance b{display:block}.ops-approved-profile .finance small{color:var(--ops-muted);font-size:12px}.ops-approved-profile .finance b{overflow-wrap:anywhere;margin-top:6px;font:700 16px Manrope,sans-serif}.ops-approved-profile .green{color:#2b7b5f}.ops-approved-profile .settingrows{border-top:1px solid var(--ops-line-soft)}.ops-approved-profile .settingrows label{border-bottom:1px solid var(--ops-line-soft);min-height:50px;color:var(--ops-muted);justify-content:space-between;align-items:center;gap:18px;font-size:13px;display:flex}.ops-approved-profile .settingrows span,.ops-approved-profile .settingrows button{color:var(--ops-ink);text-align:right;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.ops-approved-profile .settingrows button{color:var(--ops-teal);cursor:pointer}.ops-approved-profile .costtable>div:not(.sectiontitle){border-top:1px solid var(--ops-line-soft);grid-template-columns:minmax(0,1fr) 110px 82px;align-items:center;gap:14px;min-height:52px;font-size:13px;display:grid}.ops-approved-profile .costtable>div>b{text-align:right}.ops-approved-profile .costtable>div>button,.ops-approved-profile .profile-breakdown{min-height:34px;color:var(--ops-teal);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.ops-approved-profile .profile-breakdown{margin-top:10px}.ops-approved-profile .profile-doc-row{border:0;border-top:1px solid var(--ops-line-soft);width:100%;min-height:56px;color:var(--ops-ink);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:12px;padding:10px 0;display:flex}.ops-approved-profile .profile-doc-row>svg{color:#5b7775;flex:none}.ops-approved-profile .profile-doc-row>span{flex:1;min-width:0}.ops-approved-profile .profile-doc-row b,.ops-approved-profile .profile-doc-row small{overflow-wrap:anywhere;display:block}.ops-approved-profile .profile-doc-row b{font-size:13px}.ops-approved-profile .profile-doc-row small{color:var(--ops-muted);margin-top:3px;font-size:12px}.ops-approved-profile .profile-doc-row em{color:var(--ops-teal);font-size:12px;font-style:normal;font-weight:700}.ops-approved-profile .detailside{background:#fbfcfc;min-width:0}.ops-approved-profile .sideblock{border-bottom:1px solid var(--ops-line);padding:21px 20px}.ops-approved-profile .sideblock:last-child{border-bottom:0}.ops-approved-profile .sideblock h3{margin:0 0 15px;font:700 14px Manrope,sans-serif}.ops-approved-profile .sideblock>p{color:#526164;gap:9px;margin:10px 0;font-size:13px;line-height:1.5;display:flex}.ops-approved-profile .sideblock>p svg{color:#60817e;flex:none;margin-top:2px}.ops-approved-profile .sideblock a{color:inherit;overflow-wrap:anywhere}.ops-approved-profile .sideempty{font-style:italic;color:var(--ops-muted)!important}.ops-approved-profile .detailside label{justify-content:space-between;align-items:flex-start;gap:14px;margin:14px 0;display:flex}.ops-approved-profile .detailside label span{max-width:58%;color:var(--ops-ink);text-align:right;overflow-wrap:anywhere;font-size:13px;font-weight:600}.ops-approved-profile .profile-text-action{max-width:58%;color:var(--ops-teal);text-align:right;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.ops-approved-profile .files>div:first-child{justify-content:space-between;align-items:center;display:flex}.ops-approved-profile .files>div:first-child h3{margin-bottom:0}.ops-approved-profile .files>div:first-child>button{min-height:34px;color:var(--ops-teal);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.ops-approved-profile .files>button{border:0;border-bottom:1px solid var(--ops-line-soft);width:100%;min-height:50px;color:var(--ops-ink);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:9px;padding:9px 0;display:flex}.ops-approved-profile .files>button>svg{color:#5b7775;flex:none}.ops-approved-profile .files>button span{flex:1;min-width:0}.ops-approved-profile .files>button b,.ops-approved-profile .files>button small{font-size:12px;display:block}.ops-approved-profile .files>button small{color:var(--ops-muted);margin-top:3px;font-size:11px}.ops-approved-profile .profile-install-pdf{margin-top:13px}.ops-approved-profile .profile-install-pdf>button{width:100%;min-height:38px;border:1px solid var(--ops-line)!important;color:var(--ops-teal)!important;border-radius:4px!important;font-size:12px!important}.ops-approved-profile .quick>button{border:0;border-bottom:1px solid var(--ops-line-soft);width:100%;min-height:42px;color:var(--ops-ink);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:9px;padding:8px 0;font-size:12px;font-weight:700;display:flex}.ops-approved-profile .quick>button svg{color:#4f7e7a}.ops-approved-profile .profile-files-expanded,.ops-approved-profile .profile-notes-expanded{overflow-wrap:anywhere;margin-top:12px}.ops-approved-profile .activitylog>div{gap:10px;display:flex}.ops-approved-profile .activitylog>div>i{background:#62a09b;border-radius:50%;flex:none;width:8px;height:8px;margin-top:5px}.ops-approved-profile .activitylog p{margin:0 0 14px}.ops-approved-profile .activitylog b,.ops-approved-profile .activitylog span,.ops-approved-profile .activitylog small{font-size:12px;display:block}.ops-approved-profile .activitylog span,.ops-approved-profile .activitylog small{color:var(--ops-muted);margin-top:3px}.ops-approved-profile .profile-activity-button{padding-left:0}.ops-approved-profile button:focus-visible,.ops-approved-profile summary:focus-visible,.ops-approved-profile a:focus-visible{outline-offset:2px;outline:3px solid #176f6d47}.approved-reports-page{background:var(--ops-canvas);height:100%;min-height:0;color:var(--ops-ink);flex-direction:column;font-family:DM Sans,system-ui,sans-serif;display:flex;overflow:hidden}.approved-reports-head{justify-content:space-between;align-items:flex-end;gap:24px;padding:32px 38px 23px;display:flex}.approved-reports-head span{color:var(--ops-teal);letter-spacing:1.5px;font-size:10px;font-weight:700}.approved-reports-head h1{margin:5px 0 3px;font:700 29px/1.2 Manrope,sans-serif}.approved-reports-head p{color:var(--ops-muted);margin:0;font-size:13px}.approved-reports-head>div:last-child{gap:8px;display:flex}.approved-reports-head button{border:1px solid var(--ops-line);min-height:38px;color:var(--ops-ink);background:#fff;border-radius:5px;padding:8px 13px;font-size:12px;font-weight:700}.approved-reports-scroll{min-height:0;padding:0 38px calc(var(--sgs-bottom-bars,0px) + 48px);flex:1;overflow-y:auto}.approved-reports-metrics{border:1px solid var(--ops-line);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px;display:grid}.approved-reports-metrics>div{border-right:1px solid var(--ops-line);min-width:0;padding:20px 22px}.approved-reports-metrics>div:last-child{border-right:0}.approved-reports-metrics small,.approved-reports-metrics strong,.approved-reports-metrics span{display:block}.approved-reports-metrics small{color:var(--ops-muted);letter-spacing:1px;font-size:10px;font-weight:700}.approved-reports-metrics strong{overflow-wrap:anywhere;margin:8px 0 4px;font:700 23px Manrope,sans-serif}.approved-reports-metrics span{color:var(--ops-muted);font-size:11px}.approved-report-grid{grid-template-columns:1.15fr .85fr;gap:18px;display:grid}.approved-report-panel{border:1px solid var(--ops-line);background:#fff;min-width:0;overflow:hidden}.approved-report-panel>div{height:100%;background:#fff!important;border:0!important;border-radius:0!important;padding:20px!important}.approved-report-panel select{border-color:var(--ops-line)!important;border-radius:4px!important}.approved-report-panel button{border-radius:4px!important}@media (width<=1050px){.approved-reports-head,.approved-reports-scroll{padding-inline:24px}.approved-reports-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.approved-reports-metrics>div:nth-child(2){border-right:0}.approved-reports-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--ops-line)}.approved-report-grid{grid-template-columns:1fr}.ops-approved-profile.detail{padding:22px 24px 48px}.ops-approved-profile .detailgrid{grid-template-columns:minmax(0,1fr) 288px}.ops-approved-profile .sectionblock{padding:21px}.ops-approved-profile .infogrid,.ops-approved-profile .finance{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}.ops-approved-profile .unitrow{flex-wrap:wrap}.ops-approved-profile .unitrow>button{margin-left:auto}}@media (width<=720px){.approved-reports-head{align-items:flex-start;padding:22px 15px 18px}.approved-reports-head h1{font-size:25px}.approved-reports-head p{max-width:245px}.approved-reports-head>div:last-child button:first-child{display:none}.approved-reports-scroll{padding:0 15px calc(var(--sgs-bottom-bars,0px) + 28px)}.approved-reports-metrics{grid-template-columns:1fr 1fr}.approved-reports-metrics>div{padding:15px}.approved-reports-metrics strong{font-size:18px}.approved-report-grid{gap:12px}.approved-report-panel>div{padding:15px!important}.ops-approved-profile.detail{padding:15px 15px calc(var(--sgs-bottom-bars,0px) + 30px)}.ops-approved-profile .detailtop{align-items:flex-start}.ops-approved-profile .detailtop>div{flex-wrap:wrap;justify-content:flex-end}.ops-approved-profile .detailtop .secondary{display:none}.ops-approved-profile .detailtop .primary{min-height:44px;padding-inline:12px;font-size:12px}.ops-approved-profile .profile-more>summary{width:44px;height:44px}.ops-approved-profile .profile-more-menu{top:auto;right:15px;bottom:calc(var(--sgs-bottom-bars,0px) + 15px);width:auto;position:fixed;left:15px}.ops-approved-profile .detailtitle{flex-wrap:wrap;margin:20px 0}.ops-approved-profile .detailtitle h1{font-size:25px}.ops-approved-profile .detailtitle p{font-size:14px}.ops-approved-profile .detailtitle>.ops-status{margin-left:66px}.ops-approved-profile .detailgrid{display:block}.ops-approved-profile .detailmain{border-right:0}.ops-approved-profile .stepper{grid-template-columns:repeat(7,88px);padding:20px 15px}.ops-approved-profile .stepper>div{font-size:12px}.ops-approved-profile .sectionblock{padding:20px 16px}.ops-approved-profile .sectiontitle h2{font-size:17px}.ops-approved-profile .sectiontitle p,.ops-approved-profile .infogrid label,.ops-approved-profile .finance small{font-size:13px}.ops-approved-profile .infogrid strong,.ops-approved-profile .finance b{font-size:16px}.ops-approved-profile .unitrow{align-items:flex-start;padding:12px}.ops-approved-profile .unitrow>div:nth-child(2){min-width:calc(100% - 52px)}.ops-approved-profile .saved{margin-left:50px;font-size:13px}.ops-approved-profile .unitrow>button{min-height:44px;margin-left:auto;font-size:13px}.ops-approved-profile .detailside{border-top:1px solid var(--ops-line)}.ops-approved-profile .sideblock{padding:20px 16px}.ops-approved-profile .sideblock h3{font-size:16px}.ops-approved-profile .sideblock>p,.ops-approved-profile .detailside label,.ops-approved-profile .detailside label span,.ops-approved-profile .profile-text-action{font-size:14px}}.ops-approved-shell .approved-jobs-page{background:var(--ops-canvas);display:block;padding:34px 38px 60px!important}.approved-pagehead{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.approved-pagehead>div:first-child>span{color:var(--ops-teal);letter-spacing:1.6px;font-size:11px;font-weight:700}.approved-pagehead h1{margin:5px 0 2px;font:700 30px Manrope,sans-serif}.approved-pagehead p{color:var(--ops-muted);margin:4px 0 0;font-size:14px}.approved-headacts{gap:8px;display:flex}.approved-headacts .primary,.approved-headacts .secondary{border-radius:4px;min-height:40px;padding:9px 14px;font-size:13px;font-weight:700}.approved-tabs{border-bottom:1px solid var(--ops-line);scrollbar-width:none;margin-bottom:18px;display:flex;overflow-x:auto}.approved-tabs button{color:#647578;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;min-height:43px;padding:10px 13px;font-size:12px}.approved-tabs button.active{border-bottom-color:var(--ops-teal);color:var(--ops-teal);font-weight:700}.approved-tabs span{background:#e8eeed;border-radius:7px;margin-left:6px;padding:2px 6px;font-size:10px}.approved-jobs-page .ops-table-tools{border:1px solid var(--ops-line);background:#fff;border-bottom:0;border-radius:0}.approved-jobs-page .ops-job-table{border-radius:0}@media (width<=1050px){.ops-approved-shell .approved-jobs-page{padding-inline:24px!important}}@media (width<=720px){.ops-approved-shell .approved-jobs-page{padding:22px 15px calc(var(--sgs-bottom-bars,0px) + 28px)!important}.approved-pagehead{align-items:flex-start;margin-bottom:20px}.approved-pagehead h1{font-size:25px}.approved-pagehead p,.approved-headacts .secondary{display:none}.approved-headacts .primary{min-height:44px}.approved-tabs{margin-right:-15px}.approved-tabs button{min-height:46px;font-size:13px}}.ops-approved-shell .approved-fabrication-page{height:100%;padding:34px 38px 60px;overflow-y:auto;background:var(--ops-canvas)!important}.approved-factory-summary{border:1px solid var(--ops-line);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;display:grid}.approved-factory-summary>div{border-right:1px solid var(--ops-line);grid-template-columns:4px 38px 1fr;align-items:center;gap:3px;min-height:74px;padding:18px;display:grid}.approved-factory-summary>div:last-child{border-right:0}.approved-factory-summary b{font:700 22px Manrope,sans-serif}.approved-factory-summary small{color:var(--ops-muted);font-size:12px}.approved-dot{border-radius:0;width:3px;height:32px}.approved-dot.approved{background:#5d83aa}.approved-dot.production{background:#cb934b}.approved-dot.delivery{background:#4a9374}.approved-dot.issue{background:#c45d54}.approved-production-panel{border:1px solid var(--ops-line);background:#fff;overflow-x:auto}.approved-production-head{border-bottom:1px solid var(--ops-line-soft);justify-content:space-between;min-width:900px;padding:18px 20px 15px;display:flex}.approved-production-head h2{margin:0;font:700 17px Manrope,sans-serif}.approved-production-head p{color:var(--ops-muted);margin:4px 0 0;font-size:12px}.approved-production-row{border:0;border-top:1px solid var(--ops-line-soft);width:100%;min-width:900px;min-height:62px;color:var(--ops-ink);text-align:left;background:#fff;grid-template-columns:1.25fr .8fr .7fr .65fr .65fr 1fr;align-items:center;gap:14px;padding:13px 18px;font-size:13px;display:grid}.approved-production-row:hover{background:#fafcfb}.approved-production-row.header{color:#768486;letter-spacing:.6px;background:#f8faf9;border-top:0;min-height:38px;font-size:10px;font-weight:700}.approved-production-row b,.approved-production-row small{display:block}.approved-production-row b{font-size:13px}.approved-production-row small{color:var(--ops-muted);margin-top:3px;font-size:11px}.approved-progress{align-items:center;gap:9px;display:flex}.approved-progress>i{background:#e5ebe9;flex:1;height:6px}.approved-progress>i em{background:#438a85;height:100%;display:block}.approved-empty-row{color:var(--ops-muted);text-align:center;padding:34px 20px}@media (width<=1050px){.ops-approved-shell .approved-fabrication-page{padding-inline:24px}}@media (width<=720px){.ops-approved-shell .approved-fabrication-page{padding:22px 15px calc(var(--sgs-bottom-bars,0px) + 28px)}.approved-factory-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.approved-factory-summary>div:nth-child(2){border-right:0}.approved-factory-summary>div:nth-child(-n+2){border-bottom:1px solid var(--ops-line)}}.ops-approved-shell .approved-module-head{background:var(--ops-canvas)!important;border:0!important;justify-content:space-between!important;align-items:flex-end!important;gap:24px!important;min-height:auto!important;padding:34px 38px 26px!important;display:flex!important}.approved-module-title{align-items:center;gap:14px;min-width:0;display:flex}.approved-module-title>div{min-width:0}.approved-module-title>div>span{color:var(--ops-teal);letter-spacing:1.6px;font-size:11px;font-weight:700;display:block}.approved-module-title h1{color:var(--ops-ink);overflow-wrap:anywhere;margin:5px 0 2px;font:700 30px/1.2 Manrope,sans-serif}.approved-module-title p{color:var(--ops-muted);margin:4px 0 0;font-size:14px}.ops-approved-shell .approved-module-back{flex:none;min-height:40px;font-weight:700;color:#516164!important;background:0 0!important;border:0!important;padding:8px 10px!important;font-size:13px!important}.approved-module-actions{align-items:center;gap:8px;display:flex}.ops-approved-shell .approved-module-actions>button{min-height:40px;font-weight:700;border:1px solid var(--ops-line)!important;color:var(--ops-ink)!important;background:#fff!important;border-radius:4px!important;padding:9px 14px!important;font-size:13px!important}.ops-approved-shell .approved-module-actions>button.primary{border-color:var(--ops-teal)!important;background:var(--ops-teal)!important;color:#fff!important}.approved-module-tabs{flex:none;margin:0 38px 18px}.ops-profit-screen{overflow-y:auto;height:100%!important}.ops-profit-screen>[style*="padding: 16px 20px"],.ops-profit-screen>[style*="padding:16px 20px"],.ops-profit-screen>div:not(.approved-tabs):not(.approved-module-head),.ops-payroll-screen>div[style*=overflow-y]>div,.ops-metrics-screen>div[style*=overflow-y]>div{width:auto;max-width:none;margin-inline:38px!important;padding:0 0 48px!important}.ops-metrics-screen>div[style*=overflow-y]>div,.ops-payroll-screen>div[style*=overflow-y]>div{gap:0!important}.ops-metrics-screen>div[style*=overflow-y]>div>div,.ops-payroll-screen>div[style*=overflow-y]>div>div,.ops-profit-screen>div:not(.approved-tabs):not(.approved-module-head)>div{border:1px solid var(--ops-line)!important;box-shadow:none!important;background:#fff!important;border-bottom-width:0!important;border-radius:0!important;margin:0!important}.ops-metrics-screen>div[style*=overflow-y]>div>div:last-child,.ops-payroll-screen>div[style*=overflow-y]>div>div:last-child,.ops-profit-screen>div:not(.approved-tabs):not(.approved-module-head)>div:last-child{border-bottom-width:1px!important}.ops-payroll-directory{border-radius:0!important}.ops-deductions-screen .approved-module-head+div>div{padding-top:0!important}.ops-deductions-screen .ops-deduction-picker{border-radius:0!important}.ops-motor-screen{overflow-y:auto;padding:0!important}.ops-motor-screen .approved-motor-content{gap:0!important;max-width:none!important}.ops-motor-screen .approved-motor-grid{margin:0 38px 48px;gap:0!important}.ops-motor-screen .approved-motor-grid>div{border-radius:0!important}@media (width<=1050px){.ops-approved-shell .approved-module-head{padding-inline:24px!important}.approved-module-tabs{margin-inline:24px}.ops-profit-screen>[style*="padding: 16px 20px"],.ops-profit-screen>[style*="padding:16px 20px"],.ops-profit-screen>div:not(.approved-tabs):not(.approved-module-head),.ops-payroll-screen>div[style*=overflow-y]>div,.ops-metrics-screen>div[style*=overflow-y]>div{margin-inline:24px!important}.ops-motor-screen .approved-motor-grid{margin-inline:24px}}@media (width<=720px){.ops-approved-shell .approved-module-head{align-items:flex-start!important;padding:22px 15px 18px!important}.approved-module-title{align-items:flex-start}.approved-module-title h1{font-size:25px}.approved-module-title p,.approved-module-actions>button:not(.primary){display:none}.approved-module-tabs{margin:0 15px 14px}.ops-profit-screen>[style*="padding: 16px 20px"],.ops-profit-screen>[style*="padding:16px 20px"],.ops-profit-screen>div:not(.approved-tabs):not(.approved-module-head),.ops-payroll-screen>div[style*=overflow-y]>div,.ops-metrics-screen>div[style*=overflow-y]>div{padding-bottom:calc(var(--sgs-bottom-bars,0px) + 24px)!important;margin-inline:15px!important}.ops-motor-screen .approved-motor-grid{margin:0 15px calc(var(--sgs-bottom-bars,0px) + 24px)}}.ops-approved-shell .ops-canvas-screen>.approved-canvas-head{min-height:58px;border-bottom:1px solid var(--ops-line)!important;background:#fff!important;padding:8px 14px!important}.ops-canvas-screen .approved-canvas-head button,.ops-canvas-screen .approved-canvas-head input,.ops-canvas-screen .approved-canvas-head select,.ops-canvas-screen .approved-canvas-toolbar button{min-height:36px;border-color:var(--ops-line)!important;box-shadow:none!important;border-radius:4px!important;font-size:12px!important}.ops-canvas-screen .approved-canvas-toolbar{min-height:48px;border-bottom:1px solid var(--ops-line)!important;background:#fbfcfc!important;padding:6px 14px!important}@media (width<=720px){.ops-canvas-screen .approved-canvas-head button,.ops-canvas-screen .approved-canvas-head input,.ops-canvas-screen .approved-canvas-head select,.ops-canvas-screen .approved-canvas-toolbar button{min-height:44px;font-size:14px!important}}.ops-job-form-backdrop{background:var(--ops-canvas)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;justify-content:flex-start!important;align-items:stretch!important;padding:0!important;inset:72px 0 0 244px!important}.ops-job-form-backdrop .ops-job-form-page{background:var(--ops-canvas)!important;width:100%!important;max-width:none!important;max-height:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important}.ops-job-form-backdrop .ops-job-form-header{width:min(1100px,100% - 76px);min-height:116px;margin:0 auto;background:0 0!important;border-radius:0!important;padding:28px 0 22px!important}.ops-job-form-backdrop .ops-job-form-header>div>div:first-child{color:var(--ops-teal)!important;letter-spacing:1.6px!important;font-size:11px!important}.ops-job-form-backdrop .ops-job-form-header>div>div:nth-child(2){color:var(--ops-ink)!important;font:700 27px Manrope,sans-serif!important}.ops-job-form-backdrop .ops-job-form-header p{color:var(--ops-muted);margin:4px 0 0;font-size:13px}.ops-job-form-backdrop .ops-job-form-header>button{min-height:40px;font-weight:700;border:1px solid var(--ops-line)!important;color:var(--ops-ink)!important;background:#fff!important;border-radius:4px!important;padding:8px 14px!important;font-size:13px!important}.ops-job-form-backdrop .ops-job-form-body{border:1px solid var(--ops-line);background:#fff;width:min(1100px,100% - 76px);margin:0 auto 48px;gap:15px!important;padding:26px 28px!important}.ops-job-form-backdrop .ops-job-form-body input,.ops-job-form-backdrop .ops-job-form-body select,.ops-job-form-backdrop .ops-job-form-body textarea{min-height:42px;color:var(--ops-ink)!important;background:#fff!important;border:1px solid #cfd9d7!important;border-radius:3px!important;font-size:14px!important}.ops-job-form-backdrop .ops-job-form-body button{min-height:40px;border-radius:4px!important;font-size:13px!important}@media (width<=1050px) and (width>=721px){.ops-job-form-backdrop{left:72px!important}.ops-job-form-backdrop .ops-job-form-header,.ops-job-form-backdrop .ops-job-form-body{width:calc(100% - 48px)}}@media (width<=720px){.ops-job-form-backdrop{inset:62px 0 68px!important}.ops-job-form-backdrop .ops-job-form-header,.ops-job-form-backdrop .ops-job-form-body{width:calc(100% - 30px)}.ops-job-form-backdrop .ops-job-form-header{min-height:104px;padding:21px 0 16px!important}.ops-job-form-backdrop .ops-job-form-header>div>div:nth-child(2){font-size:23px!important}.ops-job-form-backdrop .ops-job-form-header p{display:none}.ops-job-form-backdrop .ops-job-form-body{margin-bottom:28px;padding:20px 16px!important}.ops-job-form-backdrop .ops-job-form-body input,.ops-job-form-backdrop .ops-job-form-body select,.ops-job-form-backdrop .ops-job-form-body textarea,.ops-job-form-backdrop .ops-job-form-body button{min-height:44px;font-size:16px!important}}.ops-deductions-screen .ops-deduction-picker{border:1px solid var(--ops-line);background:#fff;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;display:grid!important}.ops-deductions-screen .ops-deduction-picker>button{grid-template-rows:auto auto;grid-template-columns:112px minmax(0,1fr);align-content:center;column-gap:18px;min-height:128px;border:0!important;border-right:1px solid var(--ops-line)!important;border-bottom:1px solid var(--ops-line)!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important;display:grid!important}.ops-deductions-screen .ops-deduction-picker>button:nth-child(2n){border-right:0!important}.ops-deductions-screen .ops-deduction-picker>button>div:first-child{grid-row:1/3;align-self:center;margin:0!important}.ops-deductions-screen .ops-deduction-picker>button>div:nth-child(2),.ops-deductions-screen .ops-deduction-picker>button>div:nth-child(3){align-self:end}.ops-deductions-screen .ops-deduction-picker>button>div:nth-child(3){align-self:start}.ops-motor-screen .approved-motor-grid{border:1px solid var(--ops-line);background:#fff}.ops-motor-screen .approved-motor-grid>div{background:#fff;border-radius:0!important;gap:0!important}.ops-motor-screen .approved-motor-grid>div+div{border-left:1px solid var(--ops-line)}.ops-motor-screen .approved-motor-grid>div>div{border:0!important;border-bottom:1px solid var(--ops-line)!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important}.ops-motor-screen .approved-motor-grid>div>div:last-child{border-bottom:0!important}.approved-deduction-workspace,.approved-template-workspace{border:1px solid var(--ops-line);background:#fff;grid-template-columns:minmax(330px,390px) minmax(0,1fr);align-items:stretch!important;gap:0!important;display:grid!important}.approved-deduction-form,.approved-template-form{border-right:1px solid var(--ops-line);background:#fff;gap:0!important;width:auto!important}.approved-deduction-preview,.approved-template-preview{background:#fff;align-self:start;gap:0!important}.approved-deduction-form>div,.approved-deduction-preview>div,.approved-template-form>div,.approved-template-preview>div{border:0!important;border-bottom:1px solid var(--ops-line)!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important}.approved-deduction-form>div:last-child,.approved-deduction-preview>div:last-child,.approved-template-form>div:last-child,.approved-template-preview>div:last-child{border-bottom:0!important}.approved-deduction-form input,.approved-deduction-form select,.approved-template-form input,.approved-template-form select{border-radius:3px!important}.approved-deduction-workspace button,.approved-template-workspace button{border-radius:4px!important}.approved-profit-balance{color:var(--ops-muted);align-items:center;gap:20px;font-size:13px;border:1px solid var(--ops-line)!important;background:#fff!important;margin:0 38px 14px!important}.approved-profit-balance strong{font-size:14px}.approved-profit-balance .positive{color:#276d55}.approved-profit-balance .negative{color:#a83c34}@media (width<=1050px){.approved-profit-balance{margin-inline:24px!important}.approved-deduction-workspace,.approved-template-workspace{grid-template-columns:minmax(300px,350px) minmax(0,1fr)}}@media (width<=720px){.ops-deductions-screen .ops-deduction-picker{grid-template-columns:1fr!important}.ops-deductions-screen .ops-deduction-picker>button{grid-template-columns:88px minmax(0,1fr);border-right:0!important}.ops-motor-screen .approved-motor-grid>div+div{border-top:1px solid var(--ops-line);border-left:0}.approved-profit-balance{flex-direction:column;align-items:flex-start;margin:0 15px 12px!important}.approved-deduction-workspace,.approved-template-workspace{grid-template-columns:1fr}.approved-deduction-form,.approved-template-form{border-right:0;border-bottom:1px solid var(--ops-line)}}.ops-approved-profile .profile-setting{border-bottom:1px solid var(--ops-line);justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;font-size:15px;display:flex}.profile-setting>span{flex-shrink:0}.profile-assignment{text-align:left;flex:1;min-width:0;max-width:100%}.profile-assignment summary{cursor:pointer;min-height:44px;color:var(--ops-ink);overflow-wrap:anywhere;justify-content:flex-end;align-items:center;gap:10px;display:flex}.profile-assignment summary span{color:var(--ops-teal);font-size:13px;text-decoration:underline}.profile-assignment fieldset{border:1px solid var(--ops-line);flex-direction:column;gap:12px;min-width:0;margin:8px 0 0;padding:12px;display:flex}.profile-assignment legend{font-size:14px;font-weight:600}.profile-assignment :is(input,select,button){min-height:44px;font:inherit;border-radius:6px!important}.profile-assignment select,.profile-assignment input{border:1px solid var(--ops-line);background:#fff;width:100%;min-width:0;padding:8px}.profile-assignment p[role=alert]{color:#b42318}.ops-approved-profile .detailside .profile-setting{display:block}.ops-approved-profile .detailside .profile-assignment summary{justify-content:space-between}.job-file-list{width:100%;margin:0 0 16px;padding:0;list-style:none}.job-file-row{border-bottom:1px solid var(--ops-line,#dce4e1);align-items:center;gap:14px;padding:14px 0;display:flex}.job-file-name{min-width:0;color:var(--ops-ink,#213b37);flex:1;text-decoration:none}.job-file-name b{overflow-wrap:anywhere;font-size:15px;display:block}.job-file-name small{color:var(--ops-muted,#697975);margin-top:4px;font-size:13px;display:block}.job-file-row :is(button,.job-file-open){min-height:44px;font:inherit;cursor:pointer;color:var(--ops-teal,#267565);background:0 0;border:0;align-items:center;padding:6px 8px;font-size:14px;display:inline-flex}.job-file-row .job-file-delete{color:#a53b32}@media (width<=650px){.ops-approved-profile .profile-setting{flex-direction:column;gap:4px}.profile-assignment{width:100%}.profile-assignment summary{justify-content:space-between}.job-file-row{flex-wrap:wrap;gap:6px 10px}.job-file-name{flex-basis:calc(100% - 42px)}.job-file-row>.job-file-open{margin-left:32px}}.schedule-review{flex-direction:column;display:flex;overflow:hidden}.schedule-review :is(button,select,input){font-family:inherit;font-size:15px}.schedule-review button{cursor:pointer}.schedule-review button:disabled{cursor:wait;opacity:.6}.schedule-toolbar{flex-wrap:wrap;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:0 38px 20px;display:flex}.schedule-navigation,.schedule-view-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.schedule-navigation button,.schedule-view-buttons button,.visit-actions :is(button,a),.visit-form-actions button,.visit-date-fields>button{border:1px solid var(--ops-line);min-height:44px;color:var(--ops-ink);background:#fff;border-radius:6px;padding:8px 14px;text-decoration:none}.schedule-navigation strong{text-transform:capitalize;margin-inline:8px;font-size:18px}.schedule-date-picker{color:var(--ops-muted);align-items:center;gap:8px;font-size:13px;display:flex}.schedule-view-buttons button.active,.visit-form-actions .primary{background:var(--ops-teal);color:#fff;border-color:var(--ops-teal)}.schedule-filters{flex-wrap:wrap;flex-basis:100%;align-items:flex-end;gap:16px;display:flex}.schedule-filters label,.visit-date-fields label{color:var(--ops-muted);flex-direction:column;gap:6px;font-size:13px;display:flex}.schedule-filters select,.visit-date-fields input,.schedule-date-picker input{border:1px solid var(--ops-line);max-width:100%;min-height:44px;color:var(--ops-ink);background:#fff;border-radius:6px;padding:8px 10px}.schedule-filters>span{color:var(--ops-muted);padding-bottom:10px;font-size:13px}.schedule-layout{flex:1;min-height:0;display:flex;overflow:auto}.schedule-main{min-width:0;padding:0 38px calc(var(--sgs-bottom-bars,0px) + 32px);flex:1;overflow:auto}.schedule-unscheduled{border:1px solid var(--ops-line);background:#fff;margin-bottom:20px}.schedule-unscheduled summary{cursor:pointer;min-height:48px;padding:14px 18px;font-size:15px;font-weight:600}.schedule-unscheduled summary b{color:var(--ops-teal);margin-left:12px}.schedule-pending-jobs{flex-wrap:wrap;gap:10px;padding:16px;display:flex}.schedule-pending-jobs button{border:1px solid var(--ops-line);text-align:left;background:#fff;border-radius:6px;min-height:60px;padding:10px 16px}.schedule-pending-jobs small{color:var(--ops-muted);margin-top:4px;display:block}.schedule-day{border:1px solid var(--ops-line);background:#fff;margin-bottom:20px}.schedule-day>header,.schedule-day-panel>header{border-bottom:1px solid var(--ops-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.schedule-day h2,.schedule-day-panel h2{text-transform:capitalize;margin:0 0 5px;font:700 19px Manrope,sans-serif}.schedule-day header span,.schedule-day-panel header span{color:var(--ops-muted);font-size:13px}.schedule-visit{border-bottom:1px solid var(--ops-line);border-left:3px solid #7a9c94;padding:20px}.schedule-visit:last-child{border-bottom:0}.schedule-visit.visit-medida{border-left-color:#208779}.schedule-visit.visit-personal{border-left-color:#9376b2}.visit-heading{color:var(--ops-muted);justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px;display:flex}.visit-kind{font-weight:700}.visit-job-title{text-align:left;color:var(--ops-ink);overflow-wrap:anywhere;background:0 0;border:0;min-height:44px;padding:6px 0;font-weight:700;display:block;font-size:20px!important}.schedule-visit h3{margin:10px 0}.schedule-visit p{color:var(--ops-muted);overflow-wrap:anywhere;margin:4px 0 8px;font-size:15px}.visit-address{margin-bottom:8px;font-size:15px}.visit-responsible{color:var(--ops-teal);align-items:center;gap:8px;margin:10px 0;font-size:14px;display:flex}.visit-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.visit-actions :is(button,a){font-size:14px}.visit-schedule-form{margin:16px}.schedule-visit .visit-schedule-form{margin:16px 0 0}.visit-schedule-form fieldset{border:1px solid var(--ops-line);flex-direction:column;gap:16px;min-width:0;padding:16px;display:flex}.visit-schedule-form legend{font-size:14px;font-weight:600}.visit-date-fields{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.visit-date-fields label{flex:1;min-width:130px}.visit-people{flex-wrap:wrap;gap:10px;display:flex}.visit-people strong,.visit-muted{flex-basis:100%;font-size:14px}.visit-muted{color:var(--ops-muted)}.visit-people label{border:1px solid var(--ops-line);cursor:pointer;border-radius:6px;align-items:center;gap:10px;min-height:44px;padding:8px 12px;font-size:15px;display:flex}.visit-people input{width:20px;height:20px;accent-color:var(--ops-teal)}.visit-form-actions{flex-wrap:wrap;gap:10px;display:flex}.schedule-error,.visit-schedule-form [role=alert]{color:#a93227;padding:8px 20px}.schedule-save-status{padding:4px 38px}.schedule-empty{color:var(--ops-muted);margin:0;padding:18px 20px;font-size:14px}.schedule-day-panel{border-left:1px solid var(--ops-line);min-width:0;padding-bottom:calc(var(--sgs-bottom-bars,0px) + 24px);background:#fff;flex:0 0 350px;overflow:auto}.schedule-review .rbc-calendar{font-family:inherit}.schedule-review .rbc-event{cursor:grab;font-size:13px!important}.schedule-calendar-event{white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.schedule-review .rbc-event:focus{outline:2px solid var(--ops-teal);outline-offset:2px}.schedule-review .rbc-selected-cell,.schedule-selected-day{background:#e8f3ed!important}.schedule-review .rbc-header{background:#f5f8f6;padding:12px 4px;font-size:13px}.schedule-review .rbc-time-slot{font-size:13px}.schedule-review .rbc-date-cell button{min-width:32px;min-height:32px}@media (width<=1100px){.schedule-toolbar,.schedule-main{padding-inline:24px}.schedule-day-panel{flex-basis:310px}}@media (width<=800px){.schedule-layout{display:block}.schedule-main{padding-bottom:20px;overflow:visible}.schedule-day-panel{border-left:0;margin:0 15px;overflow:visible}.schedule-toolbar,.schedule-main{padding-inline:15px}.schedule-navigation strong{font-size:16px}.schedule-filters label{flex:1;min-width:135px}.schedule-day>header,.schedule-visit{padding:15px}.schedule-day h2{font-size:17px}.schedule-review .rbc-event,.schedule-calendar-event{font-size:11px!important}.visit-date-fields{align-items:stretch}}.approved-report-grid{align-items:start}.approved-report-weekly,.report-timing{grid-column:1/-1}.report-fold>summary{cursor:pointer;flex-wrap:wrap;align-items:center;gap:10px;min-height:72px;padding:20px;display:flex}.report-fold>summary:after{content:"+";color:var(--ops-teal);margin-left:auto;font-size:24px}.report-fold[open]>summary:after{content:"−"}.report-fold>summary span{font-size:17px;font-weight:700}.report-fold>summary small{color:var(--ops-muted);font-size:13px}.report-fold[open]>summary{border-bottom:1px solid var(--ops-line)}.report-fold>div{height:auto!important}.weekly-chart-scroll{overflow-x:auto}.weekly-chart-scroll svg{width:100%;min-width:560px;display:block}.weekly-bar-target{cursor:pointer}.weekly-bar-target:hover,.weekly-bar-target:focus{fill:#275f5217;stroke:#275f52;stroke-width:1px;outline:none}.weekly-selection{color:var(--ops-muted);margin:8px 0 16px;font-size:15px}.weekly-selection b{color:var(--ops-ink)}.report-distribution{flex-wrap:wrap;align-items:center;gap:20px;padding:10px 0;display:flex}.report-distribution svg{flex-shrink:0;width:185px;max-width:100%}.report-distribution ul{flex:1;min-width:180px;margin:0;padding:0;list-style:none}.report-distribution li{align-items:center;gap:8px;padding:8px 0;font-size:14px;display:flex}.report-distribution li i{border-radius:50%;flex-shrink:0;width:10px;height:10px}.report-distribution li span{overflow-wrap:anywhere;flex:1}.report-distribution li small{min-width:32px;color:var(--ops-muted);text-align:right}.approved-report-weekly button{min-height:44px}.ops-deductions-refresh{height:100%;min-height:0;overflow:hidden}.ops-approved-shell .ops-deductions-refresh>div{background:var(--ops-canvas)!important;height:100%!important}.ops-deductions-refresh>div>header{flex-wrap:wrap;background:var(--ops-canvas)!important;border-color:var(--ops-line)!important;padding:18px 24px!important}.ops-deductions-refresh>div>header>span{color:var(--ops-ink)!important;font-size:20px!important}.ops-deductions-refresh button{min-height:44px;transition:background-color .12s;border-radius:6px!important;font-size:14px!important}.ops-deductions-refresh :is(input:not([type=checkbox]),select,textarea){min-height:44px;border-color:var(--ops-line)!important;color:var(--ops-ink)!important;border-radius:6px!important;font-size:16px!important}.ops-deductions-refresh label{color:#546960!important;font-size:13px!important}.ops-deductions-refresh button[style*="background: rgb(36, 72, 106)"],.ops-deductions-refresh button[style*="background: rgb(26, 53, 80)"]{background:var(--ops-teal)!important;color:#fff!important;border-color:var(--ops-teal)!important}.ops-deductions-refresh button[style*="background: rgb(145, 206, 194)"]{color:#244a3e!important;background:#dbece3!important;border-color:#8fb5a4!important}.ops-deductions-refresh button[style*="background: rgb(255, 255, 255)"],.ops-deductions-refresh button[style*="background: transparent"]{color:var(--ops-ink)!important;border-color:var(--ops-line)!important}.ops-deductions-refresh div[style*=box-shadow]{box-shadow:none!important;border-color:var(--ops-line)!important}.ops-deductions-refresh :is(button,input,select,textarea):focus-visible,.schedule-review :is(button,input,select,a,summary):focus-visible,.profile-assignment :is(button,input,select,summary):focus-visible,.report-fold>summary:focus-visible{outline-offset:3px;outline:2px solid #267565!important}.ops-deductions-refresh button:not(:disabled):hover{filter:brightness(.97)}@media (width<=700px){.approved-report-grid{grid-template-columns:minmax(0,1fr)}.report-distribution{justify-content:center}.ops-deductions-refresh>div>header{padding:14px!important}}@media (prefers-reduced-motion:reduce){.ops-deductions-refresh button{transition:none}}.ops-approved-profile .profile-assignment button.primary{background:var(--ops-teal);color:#fff;border:1px solid var(--ops-teal);justify-content:center;padding:10px 16px}.schedule-review .rbc-month-view .rbc-event{padding:3px 5px!important}.schedule-review .schedule-toolbar .schedule-navigation>.schedule-date-picker{padding:0!important}.schedule-add-panel{background:#fff;border:1px solid #dce4eb;border-radius:12px;margin-bottom:18px;padding:20px}.schedule-add-panel h2{margin:0 0 16px;font-size:18px}.schedule-add-panel>label,.manual-event-fields label{flex-direction:column;gap:7px;margin-bottom:14px;font-size:13px;font-weight:600;display:flex}.schedule-add-panel input,.schedule-add-panel select,.schedule-add-panel textarea,.visit-date-fields select{box-sizing:border-box;min-height:44px;font:inherit;color:#23384a;background:#fff;border:1px solid #dce4eb;border-radius:8px;max-width:100%;padding:10px}.schedule-add-panel textarea{resize:vertical;min-height:80px}.schedule-add-panel p{color:#64748b;font-size:12px}.ops-calendar-screen .ops-approved-calendar-actions .primary{color:#fff;background:#234b67;border-color:#234b67;min-height:44px}.ops-approved-profile .profile-inline-field{flex-wrap:wrap;align-items:flex-end;gap:10px;min-width:0;padding:12px 0;display:flex}.ops-approved-profile .profile-inline-field label{border:0;flex-direction:column;flex:1;align-items:stretch;gap:8px;min-width:140px;padding:0;font-size:14px;display:flex}.ops-approved-profile .profile-inline-field label>span{color:var(--ops-muted);background:0 0;border:0;padding:0;font-size:13px}.ops-approved-profile .profile-inline-field input,.ops-approved-profile .profile-inline-field select{box-sizing:border-box;border:1px solid var(--ops-line,#dce4eb);width:100%;min-height:44px;color:var(--ops-ink);font:inherit;background:#fff;border-radius:8px;padding:9px 11px;font-size:16px}.ops-approved-profile .profile-inline-field button{color:#235e50;min-height:44px;font:inherit;cursor:pointer;background:#edf6f3;border:1px solid #c8dcd7;border-radius:8px;padding:9px 14px;font-weight:600}.ops-approved-profile .profile-inline-field p{color:#b91c1c;flex-basis:100%;margin:0;font-size:13px}.ops-approved-profile .profile-unit-services{border-top:1px solid var(--ops-line-soft);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:16px;display:grid}.ops-approved-profile .costtable .profile-inline-field{border-top:1px solid var(--ops-line-soft)}.ops-payroll-screen .approved-module-actions .primary{color:#fff;background:#234b67;border-color:#234b67;min-height:44px}.ops-measure-canvas .canvas-header button,.ops-measure-canvas .canvas-header input,.ops-measure-canvas .canvas-header select{min-height:44px;border-radius:8px!important;font-size:14px!important}.ops-measure-canvas .canvas-header input,.ops-measure-canvas .canvas-header select{color:#294356!important;background:#fff!important;border-color:#dce4eb!important}.ops-measure-canvas button:focus-visible,.ops-measure-canvas input:focus-visible,.ops-measure-canvas select:focus-visible{outline-offset:2px;outline:2px solid #418873!important}.ops-measure-canvas button:disabled{opacity:.55;cursor:wait}@media (width<=700px){.ops-measure-canvas .canvas-toolbar{overflow-x:auto;flex-wrap:nowrap!important}.ops-measure-canvas .canvas-toolbar>*{flex-shrink:0}.ops-measure-canvas .canvas-header{max-height:45dvh;overflow-y:auto}}.ops-job-sort-button{min-height:44px;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:inline-flex}.ops-job-sort-button[aria-pressed=true]{color:var(--ops-teal)}.ops-job-sort-button:focus-visible{outline:2px solid var(--ops-teal);outline-offset:3px;border-radius:4px}.ops-job-mobile-sort,.ops-job-client-cell .ops-job-mobile-date{display:none}.ops-sort-sr{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=720px){.ops-job-mobile-sort{border:1px solid var(--ops-line);background:var(--ops-paper);flex-wrap:wrap;gap:8px 24px;padding:4px 14px;display:flex}.ops-job-mobile-sort .ops-job-sort-button{font-size:14px;font-weight:600}.ops-job-client-cell .ops-job-mobile-date{color:var(--ops-teal);margin-top:5px;display:block}}.contractors-page{box-sizing:border-box;height:100%;padding:28px 32px calc(var(--sgs-bottom-bars,0px) + 32px);background:var(--ops-paper);color:var(--ops-ink);font:16px/1.5 DM Sans,sans-serif;overflow-y:auto}.contractors-page button,.contractors-page input{font:inherit}.contractors-page button{cursor:pointer;min-height:44px}.contractors-page button:focus-visible,.contractors-page input:focus-visible,.profile-contractor-link:focus-visible{outline:2px solid var(--ops-teal);outline-offset:3px}.contractors-page h1{overflow-wrap:anywhere;margin:8px 0;font:700 30px/1.2 Manrope,sans-serif}.contractors-page h2{margin:24px 0 12px;font-size:21px}.contractors-page p,.contractors-page small{color:var(--ops-muted)}.contractors-page small{font-size:14px;display:block}.contractor-navigation,.contractor-profile-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.contractor-navigation button,.contractors-page .secondary,.contractor-contact-editor button{border:1px solid var(--ops-line);background:var(--ops-paper);color:var(--ops-teal);border-radius:8px;padding:9px 14px}.contractor-profile-header{margin-top:24px}.contractor-profile-header>div>span{letter-spacing:1px;color:var(--ops-muted);font-size:12px}.contractor-search{flex-direction:column;gap:8px;max-width:580px;display:flex}.contractor-search input,.contractor-contact-editor input{border:1px solid var(--ops-line);box-sizing:border-box;background:var(--ops-paper);width:100%;min-height:44px;color:var(--ops-ink);border-radius:8px;padding:10px 12px}.contractor-directory-row{border:0;border-top:1px solid var(--ops-line);text-align:left;width:100%;color:var(--ops-ink);background:0 0;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:20px;padding:20px 0;display:grid}.contractor-directory-row b{font-size:18px}.contractor-contact{border-bottom:1px solid var(--ops-line);grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:24px 0;display:grid}.contractor-contact dt{color:var(--ops-muted);margin-bottom:6px;font-size:13px}.contractor-contact dd{overflow-wrap:anywhere;margin:0;font-size:17px}.contractor-contact a{color:var(--ops-teal)}.contractor-totals{border-bottom:1px solid var(--ops-line);grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:24px 0;display:grid}.contractor-totals b{overflow-wrap:anywhere;margin:8px 0;font-size:27px;display:block}.contractor-totals>div>span{color:var(--ops-muted);font-size:14px}.contractor-history-head,.contractor-history-row{grid-template-columns:minmax(0,2fr) minmax(100px,1fr) minmax(100px,1fr) minmax(85px,.8fr) minmax(85px,.8fr);align-items:center;gap:16px;display:grid}.contractor-history-head{color:var(--ops-muted);padding:12px 0;font-size:12px}.contractor-history-row{border:0;border-top:1px solid var(--ops-line);text-align:left;width:100%;color:var(--ops-ink);background:0 0;padding:18px 0}.contractor-history-row>span{overflow-wrap:anywhere;min-width:0}.contractor-history-row:hover,.contractor-directory-row:hover{background:var(--ops-canvas)}.contractor-history-row .contractor-mobile-label{display:none}.contractor-contact-editor fieldset{border:1px solid var(--ops-line);border-radius:8px;padding:20px}.contractor-contact-editor fieldset>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.contractor-contact-editor label{flex-direction:column;gap:6px;display:flex}.contractor-contact-editor button{margin-right:10px}.contractor-contact-editor .primary{background:var(--ops-teal);color:#fff}.contractor-contact-editor [role=alert]{color:#b91c1c}.profile-contractor-link{min-height:44px;color:var(--ops-teal);cursor:pointer;text-align:left;background:0 0;border:0;padding:8px 0;font:600 15px DM Sans,sans-serif}@media (width<=1000px){.contractor-contact,.contractor-totals{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.contractors-page{padding:20px 16px calc(var(--sgs-bottom-bars,0px) + 24px)}.contractor-directory-row{grid-template-columns:minmax(0,1fr) 20px;gap:8px}.contractor-directory-row>span:nth-child(2){grid-column:1}.contractor-directory-row>span:last-child{grid-area:1/2/3}.contractor-history-head{display:none}.contractor-history-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.contractor-history-row>span:first-child{grid-column:1/-1}.contractor-history-row .contractor-mobile-label{display:block}.contractor-contact-editor fieldset>div{grid-template-columns:minmax(0,1fr)}.contractor-totals b{font-size:23px}}.contractor-merge-panel{border:1px solid var(--ops-line);background:var(--ops-canvas);border-radius:8px;margin:24px 0;padding:20px}.contractor-merge-panel label{flex-direction:column;gap:8px;margin:12px 0;display:flex}.contractor-merge-panel select,.contractor-merge-panel input{box-sizing:border-box;width:100%;min-height:44px;font:inherit;border:1px solid var(--ops-line);color:var(--ops-ink);background:var(--ops-paper);border-radius:8px;padding:10px}.contractor-merge-panel button{border:1px solid var(--ops-line);background:var(--ops-paper);color:var(--ops-teal);border-radius:8px;padding:9px 12px}.contractor-merge-panel .primary{background:var(--ops-teal);color:#fff}.contractor-merge-panel fieldset{border:0;min-width:0;margin-top:20px;padding:0}.contractor-merge-panel legend{font-size:20px;font-weight:700}.contractor-merge-comparison{border-bottom:1px solid var(--ops-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:12px 0;display:grid}.contractor-merge-comparison p{overflow-wrap:anywhere;font-size:14px}.contractor-merge-field{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin:12px 0;display:grid}.contractor-merge-field label{margin:0}.contractor-merge-field>div,.contractor-merge-actions{flex-wrap:wrap;gap:8px;display:flex}.contractor-merge-actions{margin-top:24px}.contractor-merge-panel [role=alert]{color:#b91c1c}.contractor-merge-panel button:disabled{opacity:.55;cursor:wait}@media (width<=720px){.contractor-merge-comparison,.contractor-merge-field{grid-template-columns:minmax(0,1fr)}.contractor-merge-panel{padding:14px}}.ops-approved-profile .finance .profile-inline-field{align-self:start;padding:0}.ops-approved-profile .finance .profile-inline-field label{min-width:0}.ops-approved-profile .profile-price>small{color:var(--ops-muted);font-size:12px;display:block}.ops-approved-profile .profile-price-value{max-width:100%;min-height:44px;color:var(--ops-ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.ops-approved-profile .profile-price-value:hover{color:var(--ops-green);text-underline-offset:4px;text-decoration:underline}.ops-approved-profile .profile-price-value:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #235e50}.ops-approved-profile .profile-price-cancel{min-height:44px;color:var(--ops-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 10px}.ops-login{box-sizing:border-box;background:var(--ops-canvas);min-height:100dvh;color:var(--ops-ink);justify-content:center;align-items:center;padding:32px 20px;font-family:DM Sans,system-ui,sans-serif;display:flex}.ops-login-panel{width:100%;max-width:420px}.ops-login-brand{border-bottom:1px solid var(--ops-line);align-items:center;gap:14px;margin-bottom:28px;padding-bottom:28px;display:flex}.ops-login-mark{border-radius:var(--ops-radius);background:var(--ops-teal);color:#fff;flex-shrink:0;place-items:center;width:54px;height:54px;font:700 17px Manrope,sans-serif;display:grid}.ops-login h1{margin:0;font:700 24px Manrope,sans-serif}.ops-login-brand p{color:var(--ops-muted);margin:4px 0 0;font-size:15px}.ops-login h2{margin:0 0 8px;font:700 22px Manrope,sans-serif}.ops-login-intro{color:var(--ops-muted);margin:0 0 26px;font-size:16px;line-height:1.5}.ops-login button,.ops-login input{box-sizing:border-box;border-radius:var(--ops-control-radius);width:100%;min-height:48px;font:inherit;font-size:16px}.ops-login button{cursor:pointer;justify-content:center;align-items:center;gap:12px;padding:12px 16px;font-weight:600;display:flex}.ops-login-google{border:1px solid var(--ops-line);background:var(--ops-paper);color:var(--ops-ink)}.ops-login-divider{color:var(--ops-muted);align-items:center;gap:14px;margin:24px 0;font-size:14px;display:flex}.ops-login-divider:before,.ops-login-divider:after{content:"";background:var(--ops-line);flex:1;height:1px}.ops-login label{margin-bottom:8px;font-size:15px;font-weight:600;display:block}.ops-login input{border:1px solid var(--ops-line);background:var(--ops-paper);color:var(--ops-ink);margin-bottom:20px;padding:12px 14px;display:block}.ops-login input::placeholder{color:var(--ops-muted)}.ops-login-submit{border:1px solid var(--ops-teal);background:var(--ops-teal);color:#fff;margin-top:8px}.ops-login button:focus-visible,.ops-login input:focus-visible{outline:2px solid var(--ops-teal);outline-offset:3px}.ops-login button:disabled{opacity:.65;cursor:wait}.ops-login-error{border-radius:var(--ops-control-radius);color:#a52323;background:#fff4f4;border:1px solid #f0c6c6;padding:12px;font-size:15px;line-height:1.5}@media (width<=480px){.ops-login{padding:28px 22px}.ops-login h1{font-size:22px}}.schedule-drag-hint{color:var(--ops-muted);margin:12px 0;font-size:14px;line-height:1.5}.schedule-ordered-visit{border-bottom:1px solid var(--ops-line);position:relative}.schedule-order-controls{align-items:center;gap:4px;padding-top:10px;display:flex}.schedule-order-controls button,.schedule-undo button{border:1px solid var(--ops-line);background:var(--ops-paper);min-width:44px;min-height:44px;color:var(--ops-ink);font:inherit;cursor:pointer;border-radius:6px}.schedule-order-controls button:disabled{opacity:.35;cursor:default}.schedule-order-controls .schedule-drag-handle{cursor:grab;justify-content:center;align-items:center;gap:8px;min-width:64px;margin-right:auto;display:flex}[data-schedule-drag]{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.schedule-drop-target{outline-offset:-3px;outline:3px solid var(--ops-teal)!important;background:var(--ops-teal-soft)!important}.schedule-drop-before:before,.schedule-drop-after:after{content:"";background:var(--ops-teal);z-index:5;pointer-events:none;height:4px;position:absolute;left:0;right:0}.schedule-drop-before:before{top:0}.schedule-drop-after:after{bottom:0}.schedule-drag-ghost{box-sizing:border-box;z-index:3000;pointer-events:none;background:var(--ops-teal);color:#fff;border-radius:8px;width:210px;padding:12px;font:15px DM Sans,sans-serif;position:fixed;box-shadow:0 4px 16px #0002}.schedule-drag-ghost strong,.schedule-drag-ghost span{overflow-wrap:anywhere;display:block}.schedule-drag-ghost span{margin-top:6px;font-size:13px}.schedule-undo{background:var(--ops-teal-soft);border-radius:6px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.schedule-undo span{flex:1}.schedule-order-controls button:focus-visible,.schedule-undo button:focus-visible{outline:2px solid var(--ops-teal);outline-offset:2px}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{text-transform:none;appearance:button;cursor:pointer;overflow:visible}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-toolbar{flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px;display:flex}.rbc-toolbar .rbc-toolbar-label{text-align:center;flex-grow:1;padding:0 10px}.rbc-toolbar button{color:#373a3c;text-align:center;vertical-align:middle;white-space:nowrap;background:0 0;border:1px solid #ccc;border-radius:4px;margin:0;padding:.375rem 1rem;line-height:normal;display:inline-block}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px #00000020}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{white-space:nowrap;display:inline-block}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (width<=767px){.rbc-toolbar{flex-direction:column}}.rbc-event{box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;text-align:left;background-color:#3174ad;border:none;border-radius:5px;width:100%;margin:0;padding:2px 5px}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{text-overflow:ellipsis;white-space:nowrap;font-size:80%;display:block;overflow:hidden}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-right-radius:0;border-bottom-left-radius:0}.rbc-row{flex-direction:row;display:flex}.rbc-row-segment{padding:0 1px 1px}.rbc-row-segment .rbc-event-content{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{text-overflow:ellipsis;white-space:nowrap;z-index:4;color:#3174ad;background-color:#ffffff4d;height:auto;font-size:85%;font-weight:700;line-height:normal;display:block;overflow:hidden}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{-webkit-user-select:none;user-select:none;border:1px solid #ddd;flex-direction:column;flex:1 0 0;width:100%;height:100%;display:flex;position:relative}.rbc-month-header{flex-direction:row;display:flex}.rbc-month-row{flex-direction:column;flex:1 0 0;height:100%;display:flex;position:relative;overflow:hidden}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{text-align:right;flex:1 1 0;min-width:0;padding-right:5px}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{flex-direction:row;flex:1 0 0;display:flex;position:absolute;inset:0 1px 0 0;overflow:hidden}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{z-index:5;background-color:#fff;border:1px solid #e5e5e5;padding:10px;position:absolute;box-shadow:0 5px 15px #00000040}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{flex-direction:column;flex:1 0 0;display:flex;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border-spacing:0;border-collapse:collapse;border:1px solid #ddd;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{vertical-align:top;padding:5px 10px}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{text-transform:lowercase;padding-left:15px;padding-right:15px}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:left;border-bottom:1px solid #ddd;padding:3px 5px}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{flex-direction:column;min-height:100%;display:flex}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;flex-flow:column;min-height:40px;display:flex}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{margin-right:10px;position:absolute;inset:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;flex-flow:column wrap;align-items:flex-start;min-height:20px;max-height:100%;display:flex;position:absolute;overflow:hidden}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;width:auto;padding-right:5px}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1 0;width:100%;height:100%;min-height:1em;line-height:1}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{z-index:10;background-color:#fff;border-right:1px solid #ddd;margin-right:-1px;position:sticky;left:0}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0 0;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{flex:1 1 0;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;color:#fff;background-color:#00000080;width:100%;padding:3px;font-size:75%;position:absolute}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{z-index:4;position:relative}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{flex-direction:row;flex:none;display:flex}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row:first-child,.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;flex-direction:column;flex:1;min-width:0;display:flex}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{border-top:2px solid #ddd;flex:1 0;align-items:flex-start;width:100%;display:flex;position:relative;overflow-y:auto}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{-webkit-user-select:none;user-select:none;width:100%}.rbc-current-time-indicator{z-index:3;pointer-events:none;background-color:#74ad31;height:1px;position:absolute;left:0;right:0}.rbc-resource-grouping.rbc-time-header-content{flex-direction:column;display:flex}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-calendar{box-sizing:border-box;flex-direction:column;align-items:stretch;height:100%;display:flex}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :before,.rbc-calendar :after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full{position:absolute;inset:0;overflow:hidden}.rbc-ellipsis{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{text-overflow:ellipsis;white-space:nowrap;text-align:center;vertical-align:middle;border-bottom:1px solid #ddd;flex:1 0;min-height:0;padding:0 3px;font-size:90%;font-weight:700;overflow:hidden}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;cursor:pointer;-webkit-user-select:text;user-select:text;background:0 0;border:none;margin:0;padding:0}.rbc-row-content{-webkit-user-select:none;user-select:none;z-index:4;position:relative}.rbc-row-content-scrollable{flex-direction:column;height:100%;display:flex}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;scrollbar-width:none;height:100%;overflow-y:scroll}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-addons-dnd .rbc-addons-dnd-row-body{position:relative}.rbc-addons-dnd .rbc-addons-dnd-drag-row{position:absolute;top:0;left:0;right:0}.rbc-addons-dnd .rbc-addons-dnd-over{background-color:#0000004d}.rbc-addons-dnd .rbc-event{transition:opacity .15s}.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon{display:block}.rbc-addons-dnd .rbc-addons-dnd-dragged-event{opacity:0}.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview){opacity:.5}.rbc-addons-dnd .rbc-addons-dnd-resizable{width:100%;height:100%;position:relative}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{text-align:center;width:100%;position:absolute}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child{top:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child{bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{cursor:ns-resize;border-top:3px double;width:10px;margin:0 auto;display:none}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor{position:absolute;top:4px;bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child{left:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child{right:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon{cursor:ew-resize;border-left:3px double;height:10px;margin-top:auto;margin-bottom:auto;display:none}
