:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--atlas-ink: #142321;--atlas-muted: #566660;--atlas-forest: #173f3b;--atlas-forest-2: #225a53;--atlas-mint: #d9f1e8;--atlas-mint-strong: #69b69e;--atlas-canvas: #edf1eb;--atlas-card: #ffffff;--atlas-line: #cbd5cd;--atlas-warm: #f5e6cf;--atlas-warm-ink: #83551f;--atlas-blue: #dfeaf5;--atlas-blue-ink: #315d82;--atlas-rose: #f4dedb;--atlas-rose-ink: #8a443c;background:var(--atlas-canvas);color:var(--atlas-ink)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--atlas-canvas)}body{min-width:320px;min-height:100%;margin:0;background:radial-gradient(circle at 72% -12%,rgba(152,201,183,.18),transparent 31rem),var(--atlas-canvas)}button,input,select{font:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(67,137,119,.42);outline-offset:2px}button{color:inherit}#atlas-root{min-height:100vh;min-height:100dvh}.atlas-app{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh;min-height:100dvh}.atlas-sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:28px 18px 20px;color:#f5fbf8;background:linear-gradient(160deg,rgba(255,255,255,.055),transparent 40%),var(--atlas-forest);border-right:1px solid rgba(255,255,255,.08);overflow-y:auto}.atlas-brand,.atlas-mobile-brand{display:inline-flex;align-items:center;gap:11px;padding:0;color:inherit;background:transparent;border:0;font-size:1.48rem;font-weight:780;letter-spacing:-.04em}.atlas-mark{position:relative;display:inline-block;width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#ffffff14}.atlas-mark span{position:absolute;left:50%;width:2px;height:18px;background:#a8dfcd;border-radius:2px;transform-origin:50% 15px}.atlas-mark span:nth-child(1){top:2px;transform:translate(-50%)}.atlas-mark span:nth-child(2){top:2px;transform:translate(-50%) rotate(120deg)}.atlas-mark span:nth-child(3){top:2px;transform:translate(-50%) rotate(240deg)}.atlas-side-nav{display:grid;gap:8px;margin-top:56px}.atlas-side-nav button{display:flex;align-items:center;gap:13px;width:100%;min-height:46px;padding:10px 13px;color:#f5fbf8b8;text-align:left;background:transparent;border:1px solid transparent;border-radius:12px;font-size:.9rem;font-weight:660;transition:color .15s ease,background .15s ease,transform .15s ease}.atlas-side-nav button:hover{color:#fff;background:#ffffff13;transform:translate(2px)}.atlas-side-nav button.is-active{color:#fff;background:#a8dfcd29;border-color:#a8dfcd1f}.atlas-nav-mark{display:grid;place-items:center;width:22px;height:22px;color:#9ed9c5;font-size:.82rem}.atlas-demo-note{display:flex;align-items:flex-start;gap:10px;margin-top:auto;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px}.atlas-demo-note div{display:grid;gap:2px}.atlas-demo-note strong{font-size:.78rem}.atlas-demo-note span:not(.atlas-live-dot){color:#f5fbf894;font-size:.68rem}.atlas-live-dot{width:8px;height:8px;margin-top:4px;background:#82d9bd;border-radius:50%;box-shadow:0 0 0 4px #82d9bd1f}.atlas-workspace{min-width:0}.atlas-topbar{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px;padding:12px clamp(22px,3.4vw,54px);background:#edf1ebeb;border-bottom:1px solid rgba(20,35,33,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.atlas-mobile-brand{display:none;color:var(--atlas-forest)}.atlas-mobile-brand .atlas-mark{background:var(--atlas-forest)}.atlas-company{display:grid;flex:0 1 190px;gap:2px}.atlas-company span{color:var(--atlas-muted);font-size:.7rem;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.atlas-company strong{font-size:.9rem;font-weight:690}.atlas-workspace-status{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;min-height:30px;padding:5px 9px;color:#49655e;background:#ffffff9e;border:1px solid #cad8d1;border-radius:999px;font:inherit;font-size:.66rem;font-weight:720;white-space:nowrap}.atlas-workspace-status>span{width:7px;height:7px;background:#75928a;border-radius:50%}.atlas-workspace-status.is-online>span{background:#27936e}.atlas-workspace-status.is-saving>span,.atlas-workspace-status.is-loading>span{background:#d99b42}.atlas-workspace-status.is-error{color:#8a352d;background:#fff3ef;border-color:#e2b0a7;cursor:pointer}.atlas-workspace-status.is-error>span{background:#c94d40}.atlas-workspace-status strong{color:inherit;text-decoration:underline}.atlas-global-search{position:relative;flex:1 1 520px;max-width:660px;min-width:230px}.atlas-global-search>svg{position:absolute;z-index:1;top:50%;left:15px;width:19px;height:19px;fill:none;stroke:#40685e;stroke-linecap:round;stroke-width:1.8;transform:translateY(-50%);pointer-events:none}.atlas-global-search>input{width:100%;min-height:48px;padding:10px 42px 10px 44px;color:var(--atlas-ink);background:#ffffffeb;border:1px solid #c8d6cf;border-radius:14px;box-shadow:0 5px 16px #18342d0d;font-size:.86rem;font-weight:620;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.atlas-global-search>input::placeholder{color:#71817c;font-weight:540}.atlas-global-search>input:focus{border-color:#4b8879;box-shadow:0 0 0 4px #4b887921,0 10px 24px #18342d17}.atlas-global-search-results{position:absolute;z-index:90;top:calc(100% + 8px);right:0;left:0;overflow:auto;max-height:min(480px,calc(100vh - 110px));padding:7px;background:#fff;border:1px solid #cbd8d1;border-radius:14px;box-shadow:0 20px 50px #14302933}.atlas-global-search:not(:focus-within) .atlas-global-search-results{display:none}.atlas-global-search-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px 9px;color:#6b7b76;font-size:.66rem}.atlas-global-search-summary strong{color:#31584e;font-size:.69rem;letter-spacing:.04em;text-transform:uppercase}.atlas-global-search-results>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-height:58px;padding:8px 10px;color:var(--atlas-ink);text-align:left;background:transparent;border:0;border-radius:10px}.atlas-global-search-results>button:hover,.atlas-global-search-results>button:focus-visible{background:#edf5f1;outline:none}.atlas-global-search-results>button>span:nth-child(2){display:grid;min-width:0;gap:3px}.atlas-global-search-results>button>span:nth-child(2) strong,.atlas-global-search-results>button>span:nth-child(2) small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atlas-global-search-results>button>span:nth-child(2) strong{font-size:.78rem}.atlas-global-search-results>button>span:nth-child(2) small{color:var(--atlas-muted);font-size:.67rem}.atlas-global-search-results>button>span:last-child{color:#638077;font-size:1.25rem}.atlas-global-search-kind{display:inline-grid;place-items:center;min-width:58px;min-height:26px;padding:4px 7px;color:#235c50;background:#dff0e9;border-radius:999px;font-size:.57rem;font-weight:820;letter-spacing:.04em;text-transform:uppercase}.atlas-global-search-kind--job{color:#365f80;background:#e3edf5}.atlas-global-search-kind--proposal{color:#745520;background:#f7ecd4}.atlas-global-search-kind--invoice{color:#765041;background:#f5e6df}.atlas-topbar-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.atlas-role-control{display:flex;align-items:center;gap:8px;min-height:42px;padding:4px 5px 4px 12px;background:#ffffffb3;border:1px solid var(--atlas-line);border-radius:11px}.atlas-role-control>span{color:var(--atlas-muted);font-size:.74rem;font-weight:650}.atlas-role-control select{min-height:32px;padding:4px 28px 4px 8px;color:var(--atlas-ink);background:#fff;border:0;border-radius:8px;font-size:.78rem;font-weight:760}.atlas-add-button,.atlas-primary-button,.atlas-secondary-button,.atlas-quiet-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 16px;border-radius:11px;font-size:.8rem;font-weight:760;white-space:nowrap}.atlas-add-button,.atlas-primary-button{color:#fff;background:var(--atlas-forest);border:1px solid var(--atlas-forest);box-shadow:0 8px 18px #173f3b24}.atlas-add-button:hover,.atlas-primary-button:hover{background:var(--atlas-forest-2);border-color:var(--atlas-forest-2)}.atlas-add-button>span{font-size:1.15rem;font-weight:450;line-height:1}.atlas-secondary-button,.atlas-quiet-button{color:var(--atlas-forest);background:#fff;border:1px solid #cdd8d0}.atlas-secondary-button:hover,.atlas-quiet-button:hover{background:#f7faf7;border-color:#9eb5aa}#atlas-main{min-width:0}.atlas-page{width:min(100%,1420px);margin:0 auto;padding:28px clamp(22px,3.4vw,54px) 64px}.atlas-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.atlas-page-heading>div:first-child{max-width:680px}.atlas-eyebrow{display:block;margin-bottom:4px;color:#4c756a;font-size:.61rem;font-weight:820;letter-spacing:.13em;text-transform:uppercase}.atlas-page-heading h1{max-width:760px;margin:0;font-size:clamp(1.55rem,2.3vw,2.15rem);font-weight:760;line-height:1.08;letter-spacing:-.04em}.atlas-page-heading p{max-width:700px;margin:7px 0 0;color:var(--atlas-muted);font-size:.8rem;line-height:1.45}.atlas-heading-action{flex:0 0 auto;padding-bottom:3px}.atlas-role-focus{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:11px 14px;background:linear-gradient(100deg,#d9f1e8eb,#f0f8f4b3),#eef7f2;border:1px solid #cfe6da;border-radius:12px}.atlas-role-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;color:#fff;background:var(--atlas-forest);border-radius:10px;font-size:.82rem;font-weight:800}.atlas-role-focus>div:last-child{display:flex;align-items:baseline;gap:9px}.atlas-role-focus span{color:#4d766c;font-size:.69rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.atlas-role-focus strong{font-size:.82rem}.atlas-role-focus p{grid-column:1 / -1;margin:4px 0 0;color:#557069;font-size:.84rem}.atlas-metric-grid,.atlas-job-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.atlas-metric{position:relative;display:grid;gap:4px;min-height:98px;padding:15px 17px;overflow:hidden;background:#fffffff0;border:1px solid var(--atlas-line);border-radius:16px;box-shadow:0 8px 24px #1d322c0e}.atlas-metric:after{content:"";position:absolute;top:0;right:0;width:50px;height:3px;background:#a8c9bd;border-radius:0 0 0 3px}.atlas-metric--warm:after{background:#d7a85e}.atlas-metric--good:after{background:#4ba082}.atlas-metric>span{color:var(--atlas-muted);font-size:.7rem;font-weight:720}.atlas-metric>strong{align-self:end;font-size:1.35rem;font-weight:730;letter-spacing:-.04em}.atlas-metric>small{color:#7b8683;font-size:.68rem}.atlas-panel{background:#fff;border:1px solid var(--atlas-line);border-radius:19px;box-shadow:0 14px 34px #1e332d13}.atlas-today-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.75fr);gap:20px}.atlas-priority-panel,.atlas-schedule-panel,.atlas-jobs-panel,.atlas-money-panel{padding:24px}.atlas-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.atlas-panel-heading h2{margin:0;font-size:1.15rem;font-weight:730;letter-spacing:-.025em}.atlas-count{display:grid;place-items:center;min-width:32px;height:32px;color:var(--atlas-warm-ink);background:var(--atlas-warm);border-radius:10px;font-size:.78rem;font-weight:800}.atlas-action-list{display:grid;gap:9px}.atlas-action-list button,.atlas-person-row{display:flex;align-items:center;gap:13px;width:100%;padding:14px;text-align:left;background:#fafbf8;border:1px solid #e5e9e3;border-radius:13px;transition:transform .15s ease,border-color .15s ease,background .15s ease}.atlas-action-list button:hover,.atlas-person-row:hover{background:#fff;border-color:#b8c9bf;transform:translateY(-1px)}.atlas-action-number{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;color:var(--atlas-forest);background:var(--atlas-mint);border-radius:9px;font-size:.72rem;font-weight:850}.atlas-action-copy{display:grid;gap:4px;min-width:0}.atlas-action-copy strong,.atlas-schedule-item>div:last-child strong,.atlas-compact-row strong{font-size:.82rem;font-weight:720}.atlas-action-copy small,.atlas-schedule-item>div:last-child small,.atlas-compact-row small{color:var(--atlas-muted);font-size:.68rem}.atlas-arrow{margin-left:auto;color:#789086;font-weight:700}.atlas-schedule-list{display:grid;gap:2px}.atlas-schedule-item{display:grid;grid-template-columns:47px 3px minmax(0,1fr);align-items:center;gap:12px;min-height:63px;padding:8px 0}.atlas-schedule-time{display:grid;text-align:right}.atlas-schedule-time strong{font-size:.75rem}.atlas-schedule-time span{color:#85908d;font-size:.58rem;font-weight:750}.atlas-schedule-line{width:3px;height:40px;background:#8eb8aa;border-radius:4px}.atlas-schedule-line--blue{background:#6c98bc}.atlas-schedule-line--gold{background:#cc9a51}.atlas-schedule-line--slate{background:#83918e}.atlas-schedule-item>div:last-child{display:grid;gap:3px}.atlas-signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px}.atlas-signal-card{padding:20px}.atlas-signal-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}.atlas-signal-title>div{display:grid;gap:2px}.atlas-signal-title span:not(.atlas-signal-icon){color:var(--atlas-muted);font-size:.66rem;font-weight:760;text-transform:uppercase;letter-spacing:.07em}.atlas-signal-title strong{font-size:.88rem}.atlas-signal-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;font-size:.82rem;font-weight:850}.atlas-signal-icon--blue{color:var(--atlas-blue-ink);background:var(--atlas-blue)}.atlas-signal-icon--gold{color:var(--atlas-warm-ink);background:var(--atlas-warm)}.atlas-signal-icon--rose{color:var(--atlas-rose-ink);background:var(--atlas-rose)}.atlas-compact-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:52px;padding:10px 0;text-align:left;background:transparent;border:0;border-top:1px solid #edf0eb}.atlas-compact-row>span:first-child{display:grid;gap:3px}.atlas-compact-row>span:last-child{color:#657b73;font-size:.68rem;font-weight:750;white-space:nowrap}.atlas-people-layout{display:grid;grid-template-columns:minmax(340px,.75fr) minmax(500px,1.25fr);gap:20px;align-items:start}.atlas-people-list-panel{padding:16px}.atlas-search-wrap{display:flex;align-items:center;gap:9px;min-height:46px;padding:0 13px;background:#f7f9f5;border:1px solid #dce3dc;border-radius:12px}.atlas-search-wrap>span{color:#75847f;font-size:1.15rem}.atlas-search-wrap input{width:100%;min-width:0;color:var(--atlas-ink);background:transparent;border:0;outline:0;font-size:.78rem}.atlas-search-wrap input::placeholder{color:#95a09d}.atlas-filter-row{display:flex;gap:7px;padding:13px 0;overflow-x:auto}.atlas-filter-row button{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 13px;color:#41554f;background:#f1f4f1;border:1px solid #d5ddd7;border-radius:9px;font-size:.75rem;font-weight:760;white-space:nowrap}.atlas-filter-row button span{display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;background:#e9eeea;border-radius:5px;font-size:.58rem}.atlas-filter-row button.is-active{color:#fff;background:var(--atlas-forest);border-color:var(--atlas-forest);box-shadow:0 5px 12px #173f3b24}.atlas-filter-row button.is-active span{color:var(--atlas-forest);background:#fff}.atlas-people-list{display:grid;gap:7px;max-height:calc(100vh - 300px);min-height:390px;padding-right:2px;overflow-y:auto}.atlas-person-row{align-items:flex-start;min-height:92px;padding:13px;background:#fff}.atlas-person-row.is-selected{background:#eef7f2;border-color:#9fc7b7}.atlas-avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;color:#2d6257;background:#dceee6;border-radius:12px;font-size:.68rem;font-weight:820}.atlas-person-row-copy{display:grid;gap:4px;min-width:0;flex:1}.atlas-person-row-top{display:flex;align-items:center;gap:7px}.atlas-person-row-top strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.atlas-kind{display:inline-flex;align-items:center;width:max-content;min-height:20px;padding:3px 7px;border-radius:6px;font-size:.56rem;font-weight:820;letter-spacing:.04em;text-transform:uppercase}.atlas-kind--lead{color:#3d6485;background:var(--atlas-blue)}.atlas-kind--customer{color:#39705f;background:var(--atlas-mint)}.atlas-person-row-copy>small{overflow:hidden;color:var(--atlas-muted);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.atlas-next-line{overflow:hidden;color:#526761;font-size:.64rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.atlas-person-row>.atlas-arrow{align-self:center}.atlas-no-results,.atlas-person-empty{display:grid;place-items:center;align-content:center;min-height:300px;padding:40px;color:var(--atlas-muted);text-align:center}.atlas-no-results{min-height:230px}.atlas-no-results strong,.atlas-no-results span{display:block}.atlas-no-results strong{color:var(--atlas-ink);font-size:.86rem}.atlas-no-results span{margin-top:6px;font-size:.72rem}.atlas-empty-mark{display:grid;place-items:center;width:54px;height:54px;margin-bottom:10px;color:#4f7e70;background:#e3f1eb;border-radius:18px;font-size:1.2rem}.atlas-person-empty h2{margin:6px 0;color:var(--atlas-ink);font-size:1.1rem}.atlas-person-empty p{max-width:330px;margin:0;font-size:.8rem}.atlas-person-detail{padding:26px}.atlas-mobile-back{display:none;min-height:40px;padding:5px 0;color:var(--atlas-forest-2);background:transparent;border:0;font-size:.76rem;font-weight:750}.atlas-person-detail-head{display:flex;align-items:center;gap:15px;padding-bottom:22px;border-bottom:1px solid #e7ebe6}.atlas-avatar--large{width:56px;height:56px;flex-basis:56px;border-radius:17px;font-size:.84rem}.atlas-person-detail-head>div{display:grid;gap:4px}.atlas-person-detail-head h2{margin:1px 0 0;font-size:1.4rem;line-height:1.1;letter-spacing:-.035em}.atlas-person-detail-head p{margin:0;color:var(--atlas-muted);font-size:.75rem}.atlas-mvp-head-actions{display:flex!important;align-items:center;gap:7px!important;margin-left:auto}.atlas-more-button{align-self:flex-start;margin-left:auto;padding:8px;color:#6c7a76;background:transparent;border:0;font-size:.78rem;letter-spacing:.08em}.atlas-detail-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:20px 0;overflow:hidden;background:#e2e8e2;border:1px solid #e2e8e2;border-radius:13px}.atlas-detail-stat-grid>div{display:grid;gap:5px;min-height:76px;padding:15px;background:#f8faf7}.atlas-detail-stat-grid span,.atlas-contact-list dt{color:var(--atlas-muted);font-size:.62rem;font-weight:700}.atlas-detail-stat-grid strong{font-size:.76rem}.atlas-next-action-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;background:#eff7f3;border:1px solid #d3e6dc;border-radius:14px}.atlas-next-action-card>div{display:grid;gap:3px}.atlas-next-action-card .atlas-eyebrow{margin:0}.atlas-next-action-card strong{font-size:.84rem}.atlas-next-action-card small{color:var(--atlas-muted);font-size:.67rem}.atlas-next-action-card button{min-height:38px;padding:7px 12px;color:var(--atlas-forest);background:#fff;border:1px solid #bcd3c8;border-radius:9px;font-size:.69rem;font-weight:780;white-space:nowrap}.atlas-detail-columns{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:28px;padding:26px 2px}.atlas-detail-columns h3{margin:0 0 13px;font-size:.78rem}.atlas-contact-list{display:grid;gap:0;margin:0}.atlas-contact-list>div{display:grid;grid-template-columns:82px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid #edf0ec}.atlas-contact-list dd{margin:0;overflow-wrap:anywhere;font-size:.7rem;font-weight:650}.atlas-activity-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.atlas-activity-list li{display:grid;grid-template-columns:9px 1fr;gap:10px;align-items:flex-start}.atlas-activity-list li>span{width:8px;height:8px;margin-top:4px;background:#82b7a5;border:2px solid #e3f2ec;border-radius:50%;box-shadow:0 0 0 2px #82b7a5}.atlas-activity-list li>div{display:grid;gap:3px}.atlas-activity-list strong{font-size:.68rem;line-height:1.45}.atlas-activity-list small{color:var(--atlas-muted);font-size:.61rem}.atlas-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid #e7ebe6}.atlas-detail-footer>div{display:grid;gap:4px}.atlas-detail-footer strong{font-size:.82rem}.atlas-detail-footer>div>span{color:var(--atlas-muted);font-size:.67rem}.atlas-preview-pill{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;color:#4d6e64;background:#e7f0eb;border:1px solid #d5e3dc;border-radius:9px;font-size:.65rem;font-weight:750}.atlas-job-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.atlas-text-button{min-height:34px;padding:5px;color:var(--atlas-forest-2);background:transparent;border:0;font-size:.7rem;font-weight:750}.atlas-job-list{display:grid}.atlas-job-row{display:grid;grid-template-columns:4px minmax(190px,1.2fr) minmax(190px,1fr) minmax(150px,.75fr) 34px;align-items:center;gap:16px;min-height:86px;padding:12px 0;border-top:1px solid #e9ede8}.atlas-job-status{width:4px;height:42px;background:#76ac9a;border-radius:4px}.atlas-job-status--scheduled{background:#7599ba}.atlas-job-status--attention{background:#d19c50}.atlas-job-main,.atlas-job-next{display:grid;gap:4px}.atlas-job-main>div{display:grid;gap:3px}.atlas-job-main strong,.atlas-job-next strong{font-size:.78rem}.atlas-job-main span,.atlas-job-next span,.atlas-progress-wrap small{color:var(--atlas-muted);font-size:.63rem}.atlas-job-state{width:max-content;padding:3px 6px;color:#3c6c5e!important;background:#e5f1eb;border-radius:5px;font-weight:720}.atlas-progress-wrap{display:flex;align-items:center;gap:8px}.atlas-progress-wrap>div{width:100%;height:6px;overflow:hidden;background:#e7ece7;border-radius:8px}.atlas-progress-wrap>div>span{display:block;height:100%;background:#5b9c88;border-radius:inherit}.atlas-job-row>button{display:grid;place-items:center;width:32px;height:32px;color:#56736a;background:#f6f9f6;border:1px solid #e0e6e0;border-radius:9px}.atlas-proposal-handoff{display:grid;grid-template-columns:auto minmax(220px,1fr) auto auto;align-items:center;gap:18px;margin-bottom:20px;padding:20px;background:linear-gradient(110deg,#e5f3ec,#f7faf7);border:1px solid #c9e0d5;border-radius:18px}.atlas-proposal-check{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:#3d8a73;border-radius:13px;font-weight:850}.atlas-proposal-handoff h2{margin:0;font-size:1.02rem}.atlas-proposal-handoff p,.atlas-proposal-handoff>small{margin:4px 0 0;color:var(--atlas-muted);font-size:.68rem}.atlas-proposal-handoff>small{grid-column:2 / -1}.atlas-proposal-steps{display:flex;align-items:center;gap:4px}.atlas-proposal-steps span{padding:6px 8px;color:#74817d;background:#ffffffa6;border-radius:7px;font-size:.6rem;font-weight:720}.atlas-proposal-steps span.is-current{color:var(--atlas-forest);background:#fff}.atlas-invoice-list{display:grid}.atlas-invoice-list>div{display:grid;grid-template-columns:80px minmax(0,1fr) auto auto;align-items:center;gap:18px;min-height:68px;border-top:1px solid #e9ede8}.atlas-invoice-id{color:#526a62;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.67rem;font-weight:700}.atlas-invoice-list>div>span:nth-child(2){display:grid;gap:3px}.atlas-invoice-list strong{font-size:.77rem}.atlas-invoice-list small{color:var(--atlas-rose-ink);font-size:.62rem}.atlas-invoice-list button{min-height:34px;padding:6px 10px;color:var(--atlas-forest);background:#f6faf7;border:1px solid #d5e1da;border-radius:8px;font-size:.65rem;font-weight:750}.atlas-role-preview-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;padding:24px}.atlas-role-preview-panel h2{margin:0;font-size:1.08rem}.atlas-role-preview-panel p{margin:6px 0 0;color:var(--atlas-muted);font-size:.76rem}.atlas-role-pills{display:flex;flex-wrap:wrap;gap:6px}.atlas-role-pills button{min-height:38px;padding:7px 11px;color:#5f706a;background:#f6f8f5;border:1px solid #dce3dc;border-radius:9px;font-size:.68rem;font-weight:740}.atlas-role-pills button.is-active{color:#fff;background:var(--atlas-forest);border-color:var(--atlas-forest)}.atlas-more-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.atlas-more-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:15px;min-height:116px;padding:20px;text-align:left}.atlas-more-card:hover{border-color:#b7c9bf;transform:translateY(-1px)}.atlas-more-mark{display:grid;place-items:center;width:42px;height:42px;color:#356a5b;background:#e1f0e9;border-radius:13px;font-weight:800}.atlas-more-card>span:nth-child(2){display:grid;gap:4px}.atlas-more-card>span:nth-child(2) strong{font-size:.86rem}.atlas-more-card>span:nth-child(2) small,.atlas-more-meta{color:var(--atlas-muted);font-size:.67rem}.atlas-more-meta{padding:5px 8px;background:#f4f7f3;border-radius:7px;white-space:nowrap}.atlas-dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0c1c198f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.atlas-dialog{width:min(100%,620px);max-height:calc(100vh - 40px);padding:26px;overflow-y:auto;background:#fff;border:1px solid rgba(255,255,255,.6);border-radius:22px;box-shadow:0 34px 80px #091b1647}.atlas-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.atlas-dialog-head h2{margin:0;font-size:1.48rem;letter-spacing:-.035em}.atlas-dialog-head p{max-width:440px;margin:7px 0 0;color:var(--atlas-muted);font-size:.78rem;line-height:1.5}.atlas-dialog-head>button{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;color:#5c6d68;background:#f4f7f3;border:1px solid #e1e6e1;border-radius:10px;font-size:1.25rem;line-height:1}.atlas-dialog form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.atlas-dialog form>label{display:grid;gap:7px;min-width:0;color:#4d5e59;font-size:.68rem;font-weight:740}.atlas-dialog form>label>span{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#718079;font-size:.68rem;font-weight:740}.atlas-dialog form>label>span strong{color:#718079;font-size:.55rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.atlas-dialog form>label>input,.atlas-dialog form>label>select,.atlas-dialog form>label>textarea{width:100%;min-height:47px;padding:10px 12px;color:var(--atlas-ink);background:#f9faf8;border:1px solid #d8e0d9;border-radius:11px;font-size:.8rem}.atlas-dialog form>label>textarea{min-height:90px;line-height:1.5}.atlas-dialog form>.atlas-mvp-confirm-card,.atlas-dialog form>.atlas-mvp-checkbox{grid-column:1 / -1}.atlas-field{display:grid;gap:7px}.atlas-field--wide,.atlas-form-error,.atlas-dialog-actions{grid-column:1 / -1}.atlas-field>span{display:flex;justify-content:space-between;color:#4d5e59;font-size:.68rem;font-weight:740}.atlas-field>span strong{color:#668077;font-size:.57rem;letter-spacing:.06em;text-transform:uppercase}.atlas-field input,.atlas-field select{width:100%;min-height:47px;padding:10px 12px;color:var(--atlas-ink);background:#f9faf8;border:1px solid #d8e0d9;border-radius:11px;font-size:.8rem}.atlas-field input:focus,.atlas-field select:focus{background:#fff;border-color:#72a794}.atlas-form-error{margin:-3px 0 0;color:#9b463d;font-size:.7rem;font-weight:680}.atlas-dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:5px;padding-top:18px;border-top:1px solid #e7ebe6}.atlas-dialog-actions>span{margin-right:auto;color:var(--atlas-muted);font-size:.66rem}.atlas-toast{position:fixed;z-index:120;right:24px;bottom:24px;max-width:370px;padding:13px 16px;color:#fff;background:#173f3b;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 18px 40px #081f1a38;font-size:.75rem;font-weight:680;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease}.atlas-toast.is-visible{opacity:1;transform:translateY(0)}.atlas-mobile-nav{display:none}@media (max-width: 1120px){.atlas-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-today-grid{grid-template-columns:1fr}.atlas-signal-grid{grid-template-columns:1fr 1fr}.atlas-signal-card:last-child{grid-column:1 / -1}.atlas-people-layout{grid-template-columns:minmax(310px,.7fr) minmax(390px,1.3fr)}.atlas-detail-columns{grid-template-columns:1fr;gap:18px}.atlas-job-row{grid-template-columns:4px minmax(180px,1fr) minmax(180px,1fr) 34px}.atlas-progress-wrap{display:none}.atlas-proposal-handoff{grid-template-columns:auto 1fr auto}.atlas-proposal-steps{grid-column:2 / -1;grid-row:2}.atlas-proposal-handoff>small{grid-column:2 / -1}}@media (max-width: 860px){.atlas-app{display:block}.atlas-sidebar{display:none}.atlas-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:66px;padding:9px 16px}.atlas-mobile-brand{display:inline-flex;gap:8px;font-size:1.12rem}.atlas-mobile-brand .atlas-mark{width:30px;height:30px;flex-basis:30px}.atlas-mobile-brand .atlas-mark span{height:15px;transform-origin:50% 13px}.atlas-mobile-brand .atlas-mark span:nth-child(1){transform:translate(-50%)}.atlas-mobile-brand .atlas-mark span:nth-child(2){transform:translate(-50%) rotate(120deg)}.atlas-mobile-brand .atlas-mark span:nth-child(3){transform:translate(-50%) rotate(240deg)}.atlas-company{display:none}.atlas-workspace-status{grid-column:2;grid-row:1;justify-self:start}.atlas-global-search{grid-column:1 / -1;grid-row:2;width:100%;max-width:none;min-width:0}.atlas-global-search>input{min-height:50px;font-size:16px}.atlas-global-search-results{max-height:min(430px,calc(100vh - 205px))}.atlas-topbar-actions{grid-column:3;justify-self:end}.atlas-role-control>span{display:none}.atlas-role-control{padding-left:5px}.atlas-page{padding:22px 18px 104px}.atlas-page-heading{align-items:flex-start;margin-bottom:16px}.atlas-page-heading h1{font-size:clamp(1.55rem,6vw,1.9rem)}.atlas-heading-action{padding-top:4px}.atlas-people-layout{grid-template-columns:1fr}.atlas-people-layout.has-selection .atlas-people-list-panel{display:none}.atlas-people-layout:not(.has-selection) .atlas-person-empty{display:none}.atlas-mobile-back{display:inline-flex;align-items:center;margin-bottom:8px}.atlas-people-list{max-height:none;min-height:0}.atlas-mobile-nav{position:fixed;z-index:50;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:70px;padding:7px 8px max(7px,env(safe-area-inset-bottom));background:#fffffff2;border-top:1px solid #dbe2dc;box-shadow:0 -12px 30px #1e362f12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.atlas-mobile-nav button{display:grid;place-items:center;align-content:center;gap:4px;min-width:0;min-height:52px;padding:4px 2px;color:#7a8783;background:transparent;border:0;border-radius:10px}.atlas-mobile-nav button>span{height:17px;font-size:.73rem;line-height:1}.atlas-mobile-nav button>strong{font-size:clamp(.55rem,2.3vw,.67rem);font-weight:720}.atlas-mobile-nav button.is-active{color:var(--atlas-forest);background:#e9f3ed}.atlas-toast{right:14px;bottom:84px;left:14px;max-width:none;text-align:center}}@media (max-width: 680px){.atlas-person-detail-head{flex-wrap:wrap}.atlas-mvp-head-actions{width:100%;margin-left:0}.atlas-mvp-head-actions button{flex:1 1 0}.atlas-topbar-actions{gap:6px}.atlas-role-control select{max-width:92px;padding-right:22px}.atlas-workspace-status{overflow:hidden;max-width:130px;text-overflow:ellipsis}.atlas-add-button{min-width:43px;width:43px;padding:8px;font-size:0}.atlas-add-button>span{font-size:1.25rem}.atlas-page-heading{display:grid;gap:10px}.atlas-heading-action{justify-self:start}.atlas-role-focus{align-items:center;padding:10px 12px}.atlas-role-focus>div:last-child{display:flex;flex-wrap:wrap}.atlas-role-icon{width:34px;height:34px;flex-basis:34px}.atlas-mvp-page-tabs{width:100%}.atlas-mvp-page-tabs button{flex:1 1 0}.atlas-metric-grid,.atlas-job-summary,.atlas-signal-grid,.atlas-more-grid{grid-template-columns:1fr}.atlas-signal-card:last-child{grid-column:auto}.atlas-metric{min-height:105px}.atlas-priority-panel,.atlas-schedule-panel,.atlas-jobs-panel,.atlas-money-panel,.atlas-person-detail{padding:19px}.atlas-action-list button{padding:12px}.atlas-action-copy strong{font-size:.78rem}.atlas-detail-stat-grid{grid-template-columns:1fr}.atlas-detail-stat-grid>div{min-height:64px}.atlas-next-action-card,.atlas-detail-footer,.atlas-role-preview-panel{align-items:stretch;flex-direction:column}.atlas-next-action-card button,.atlas-detail-footer .atlas-primary-button{width:100%}.atlas-contact-list>div{grid-template-columns:70px 1fr}.atlas-job-row{grid-template-columns:4px minmax(0,1fr) 32px;gap:12px}.atlas-job-next{grid-column:2 / -1;padding-top:8px;border-top:1px solid #edf0ec}.atlas-job-row>button{grid-column:3;grid-row:1}.atlas-proposal-handoff{grid-template-columns:auto 1fr}.atlas-proposal-steps,.atlas-proposal-handoff>.atlas-secondary-button,.atlas-proposal-handoff>small{grid-column:1 / -1}.atlas-proposal-steps{grid-row:auto}.atlas-invoice-list>div{grid-template-columns:68px 1fr auto;gap:10px;padding:10px 0}.atlas-invoice-list button{grid-column:2 / -1;justify-self:end}.atlas-more-card{grid-template-columns:auto minmax(0,1fr) auto}.atlas-more-meta{display:none}.atlas-dialog-backdrop{align-items:end;padding:0}.atlas-dialog{width:100%;max-height:92vh;padding:22px 18px max(22px,env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.atlas-dialog form{grid-template-columns:1fr}.atlas-field,.atlas-field--wide,.atlas-form-error,.atlas-dialog-actions{grid-column:1}.atlas-dialog-actions{flex-wrap:wrap}.atlas-dialog-actions>span{width:100%;margin:0 0 6px}.atlas-dialog-actions .atlas-primary-button{flex:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}textarea{font:inherit;resize:vertical}textarea:focus-visible{outline:3px solid rgba(67,137,119,.42);outline-offset:2px}.atlas-mvp-status{display:inline-flex;align-items:center;width:fit-content;min-height:27px;padding:4px 9px;color:#586662;background:#eef1ed;border:1px solid #dde3dd;border-radius:999px;font-size:.64rem;font-weight:780;white-space:nowrap}.atlas-mvp-status--good{color:#276353;background:#e2f2eb;border-color:#cce5da}.atlas-mvp-status--attention{color:var(--atlas-warm-ink);background:var(--atlas-warm);border-color:#ead2ad}.atlas-mvp-status--info{color:var(--atlas-blue-ink);background:var(--atlas-blue);border-color:#cadceb}.atlas-mvp-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:20px}.atlas-mvp-priority-panel,.atlas-mvp-schedule-panel{min-height:420px}.atlas-panel-heading>span{display:grid;place-items:center;min-width:30px;height:30px;padding:0 8px;color:#4d6f66;background:#e9f1ed;border-radius:10px;font-size:.7rem;font-weight:800}.atlas-mvp-action-list{display:grid;gap:6px;margin-top:14px}.atlas-mvp-action-list>button{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:70px;padding:11px 10px;text-align:left;background:transparent;border:0;border-bottom:1px solid #edf0ec;border-radius:10px}.atlas-mvp-action-list>button:hover{background:#f7f9f6}.atlas-mvp-action-list>button>span:nth-child(2){display:grid;gap:4px}.atlas-mvp-action-list strong{font-size:.82rem}.atlas-mvp-action-list small{color:var(--atlas-muted);font-size:.69rem}.atlas-mvp-action-list>button>span:last-child{color:#648179}.atlas-mvp-action-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;font-size:.7rem;font-weight:850}.atlas-mvp-action-mark--lead{color:#2c6758;background:var(--atlas-mint)}.atlas-mvp-action-mark--job{color:var(--atlas-blue-ink);background:var(--atlas-blue)}.atlas-mvp-action-mark--money{color:var(--atlas-warm-ink);background:var(--atlas-warm)}.atlas-mvp-schedule-row{display:grid;grid-template-columns:50px 3px minmax(0,1fr);align-items:stretch;gap:12px;width:100%;padding:9px 4px;text-align:left;background:transparent;border:0;border-radius:10px}.atlas-mvp-schedule-row:hover{background:#f7f9f6}.atlas-mvp-schedule-row>span:last-child{display:grid;gap:3px;align-content:center}.atlas-mvp-schedule-row>span:last-child strong{font-size:.78rem}.atlas-mvp-schedule-row>span:last-child small{color:var(--atlas-muted);font-size:.65rem;line-height:1.45}.atlas-mvp-today-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.atlas-mvp-today-strip button{display:grid;gap:6px;padding:20px;text-align:left;background:#ffffffb8;border:1px solid var(--atlas-line);border-radius:16px}.atlas-mvp-today-strip button:hover{background:#fff;border-color:#b9c9c0}.atlas-mvp-today-strip span{color:#4c756a;font-size:.63rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.atlas-mvp-today-strip strong{font-size:.95rem}.atlas-mvp-today-strip small{color:var(--atlas-muted);font-size:.68rem}.atlas-mvp-next-line{color:#4f7168;font-size:.64rem;line-height:1.4}.atlas-next-action-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:18px;background:linear-gradient(110deg,#edf7f2,#f7faf7);border:1px solid #d4e7de;border-radius:15px}.atlas-next-action-card h3{margin:0;font-size:.95rem}.atlas-next-action-card p{margin:5px 0 0;color:var(--atlas-muted);font-size:.7rem}.atlas-mvp-person-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 22px}.atlas-mvp-person-links>section{min-width:0;padding:15px;background:#f8faf7;border:1px solid #e5e9e4;border-radius:14px}.atlas-mvp-subhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.atlas-mvp-subhead h3{margin:0;font-size:.77rem}.atlas-mvp-subhead button{padding:4px 7px;color:var(--atlas-forest);background:transparent;border:0;font-size:.65rem;font-weight:750}.atlas-mvp-person-links section>button{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px 4px;text-align:left;background:transparent;border:0;border-top:1px solid #e5e9e4}.atlas-mvp-person-links section>button>span{display:grid;gap:3px}.atlas-mvp-person-links section>button>span:last-child{color:#56716a;font-size:.6rem;text-align:right}.atlas-mvp-person-links strong{font-size:.72rem}.atlas-mvp-person-links small,.atlas-mvp-person-links section>p{color:var(--atlas-muted);font-size:.64rem}.atlas-mvp-definition-list{display:grid;gap:10px;margin:0}.atlas-mvp-definition-list>div{display:grid;gap:3px;padding-bottom:9px;border-bottom:1px solid #edf0ed}.atlas-mvp-definition-list dt{color:var(--atlas-muted);font-size:.61rem;font-weight:700;text-transform:uppercase}.atlas-mvp-definition-list dd{margin:0;font-size:.73rem;line-height:1.45}.atlas-mvp-empty{display:grid;place-items:center;min-height:250px;padding:30px;text-align:center}.atlas-mvp-empty>span{display:grid;place-items:center;width:48px;height:48px;color:#5f8076;background:#e9f2ee;border-radius:16px}.atlas-mvp-empty h3{margin:16px 0 6px;font-size:1rem}.atlas-mvp-empty p{max-width:390px;margin:0;color:var(--atlas-muted);font-size:.75rem;line-height:1.55}.atlas-mvp-jobs-layout,.atlas-mvp-money-layout{display:grid;grid-template-columns:minmax(290px,.62fr) minmax(0,1.38fr);align-items:start;gap:18px}.atlas-mvp-job-list,.atlas-mvp-money-list{position:sticky;top:96px;max-height:calc(100vh - 126px);overflow-y:auto}.atlas-mvp-job-list>.atlas-panel-heading,.atlas-mvp-money-list>.atlas-panel-heading{margin:0;padding:18px 17px 14px;background:#f4f7f3;border-bottom:1px solid #ccd6cf}.atlas-mvp-job-list>button,.atlas-mvp-money-list>button{display:grid;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:15px 16px;text-align:left;background:transparent;border:0;border-top:1px solid #d7dfd8;border-radius:0}.atlas-mvp-money-list>button{grid-template-columns:minmax(0,1fr) auto}.atlas-mvp-job-list>button:hover,.atlas-mvp-money-list>button:hover{background:#f0f4f1}.atlas-mvp-job-list>button.is-selected,.atlas-mvp-money-list>button.is-selected{background:#e4eee9;box-shadow:inset 4px 0 0 var(--atlas-forest-2)}.atlas-mvp-job-list>button>span:nth-child(2),.atlas-mvp-money-list>button>span{display:grid;gap:4px;min-width:0}.atlas-mvp-job-list>button>span:last-child,.atlas-mvp-money-list>button>span:last-child{justify-items:end}.atlas-mvp-job-list strong,.atlas-mvp-money-list strong{overflow:hidden;font-size:.75rem;text-overflow:ellipsis}.atlas-mvp-job-list small,.atlas-mvp-money-list small{overflow:hidden;color:var(--atlas-muted);font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.atlas-mvp-mini-progress{display:block!important;width:100%;height:3px;margin-top:3px;overflow:hidden;background:#e7ebe7;border-radius:4px}.atlas-mvp-mini-progress i{display:block;height:100%;background:#69aa97}.atlas-mvp-job-detail,.atlas-mvp-money-detail{min-width:0;padding:22px}.atlas-mvp-money-grid>.atlas-panel,.atlas-mvp-more-content{padding:22px}.atlas-mvp-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #cfd8d1}.atlas-mvp-record-head h2{margin:0;font-size:clamp(1.25rem,2vw,1.75rem);letter-spacing:-.035em}.atlas-mvp-record-head p{margin:7px 0 0;color:var(--atlas-muted);font-size:.72rem}.atlas-mvp-record-head>div:last-child{display:flex;align-items:center;gap:8px}.atlas-mvp-tabs,.atlas-mvp-page-tabs{display:flex;align-items:center;gap:3px;margin:18px 0;padding:4px;overflow-x:auto;background:#dce4de;border:1px solid #c5d0c8;border-radius:12px}.atlas-mvp-tabs button,.atlas-mvp-page-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:9px 16px;color:#41554f;background:transparent;border:0;border-radius:9px;font-size:.79rem;font-weight:780;white-space:nowrap}.atlas-mvp-tabs button:hover,.atlas-mvp-page-tabs button:hover{background:#ffffff8c}.atlas-mvp-tabs button.is-active,.atlas-mvp-page-tabs button.is-active{color:#fff;background:var(--atlas-forest);box-shadow:0 5px 12px #173f3b29}.atlas-mvp-tabs button span{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;color:#fff;background:var(--atlas-forest);border-radius:8px;font-size:.55rem}.atlas-mvp-tabs button.is-active span{color:var(--atlas-forest);background:#fff}.atlas-mvp-page-tabs{width:fit-content;margin:0 0 24px}.atlas-mvp-job-overview{display:grid;gap:16px}.atlas-mvp-progress-card{display:grid;gap:10px;padding:18px;background:#f6f9f6;border:1px solid #e2e8e3;border-radius:15px}.atlas-mvp-progress-card>div:first-child{display:flex;justify-content:space-between;align-items:baseline}.atlas-mvp-progress-card span{color:var(--atlas-muted);font-size:.67rem;font-weight:700}.atlas-mvp-progress-card strong{font-size:1.25rem}.atlas-mvp-progress-card input{width:100%;accent-color:var(--atlas-forest)}.atlas-mvp-progress-track{height:7px;overflow:hidden;background:#dce4df;border-radius:8px}.atlas-mvp-progress-track span{display:block;height:100%;background:linear-gradient(90deg,#326e61,#75b8a4);border-radius:inherit}.atlas-mvp-job-controls{display:grid;grid-template-columns:minmax(120px,.55fr) minmax(220px,1.45fr) minmax(130px,.65fr);gap:10px}.atlas-mvp-job-controls label,.atlas-mvp-settings label,.atlas-mvp-form-grid label{display:grid;gap:6px;color:#5f6c69;font-size:.63rem;font-weight:720}.atlas-mvp-job-controls input,.atlas-mvp-job-controls select,.atlas-mvp-settings input,.atlas-mvp-form-grid input,.atlas-mvp-form-grid textarea{width:100%;min-height:42px;padding:9px 11px;color:var(--atlas-ink);background:#fff;border:1px solid #d5dcd6;border-radius:10px;font-size:.75rem}.atlas-mvp-job-financials,.atlas-mvp-invoice-summary,.atlas-mvp-report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.atlas-mvp-job-financials>div,.atlas-mvp-invoice-summary>div,.atlas-mvp-report-grid>div{display:grid;gap:5px;padding:15px;background:#fff;border:1px solid #e1e6e1;border-radius:13px}.atlas-mvp-job-financials span,.atlas-mvp-invoice-summary span,.atlas-mvp-report-grid span{color:var(--atlas-muted);font-size:.6rem;font-weight:700}.atlas-mvp-job-financials strong,.atlas-mvp-invoice-summary strong,.atlas-mvp-report-grid strong{font-size:.93rem}.atlas-mvp-job-financials small,.atlas-mvp-report-grid small{color:var(--atlas-muted);font-size:.58rem;line-height:1.4}.atlas-mvp-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.atlas-mvp-quick-actions button{min-height:44px;color:var(--atlas-forest);background:#edf5f1;border:1px solid #d7e5de;border-radius:11px;font-size:.68rem;font-weight:760}.atlas-mvp-quick-actions button:hover{background:#e2f0ea}.atlas-mvp-section{display:grid;gap:16px}.atlas-mvp-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.atlas-mvp-section-head h2,.atlas-mvp-section-head h3{margin:0;font-size:1.05rem}.atlas-mvp-section-head p{margin:5px 0 0;color:var(--atlas-muted);font-size:.7rem;line-height:1.5}.atlas-mvp-schedule-table,.atlas-mvp-task-list,.atlas-mvp-ledger,.atlas-mvp-update-list,.atlas-mvp-payment-history{display:grid;gap:7px}.atlas-mvp-schedule-table>div{display:grid;grid-template-columns:105px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;background:#f8faf7;border:1px solid #e4e9e4;border-radius:12px}.atlas-mvp-schedule-table>div>span{display:grid;gap:3px}.atlas-mvp-schedule-table strong{font-size:.73rem}.atlas-mvp-schedule-table small{color:var(--atlas-muted);font-size:.61rem}.atlas-mvp-task-list label{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;background:#fff;border:1px solid #e4e8e3;border-radius:12px;cursor:pointer}.atlas-mvp-task-list label.is-complete{opacity:.62;background:#f6f8f5}.atlas-mvp-task-list input{width:18px;height:18px;accent-color:var(--atlas-forest)}.atlas-mvp-task-list label>span:nth-child(2){display:grid;gap:3px}.atlas-mvp-task-list strong{font-size:.73rem}.atlas-mvp-task-list small{color:var(--atlas-muted);font-size:.61rem}.atlas-mvp-ledger>div,.atlas-mvp-payment-history>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 4px;border-bottom:1px solid #e9ece8}.atlas-mvp-ledger>div>span,.atlas-mvp-payment-history>div>span{display:grid;gap:3px}.atlas-mvp-ledger strong,.atlas-mvp-payment-history strong{font-size:.74rem}.atlas-mvp-ledger small,.atlas-mvp-payment-history small{color:var(--atlas-muted);font-size:.61rem}.atlas-mvp-ledger footer{display:flex;justify-content:space-between;padding:14px 4px 0;font-size:.78rem}.atlas-mvp-update-list article{padding:15px;background:#f8faf7;border:1px solid #e2e7e2;border-radius:13px}.atlas-mvp-update-list article header,.atlas-mvp-update-list article footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.atlas-mvp-update-list article header strong{font-size:.7rem}.atlas-mvp-update-list article header span,.atlas-mvp-update-list article footer small{color:var(--atlas-muted);font-size:.6rem}.atlas-mvp-update-list article p{margin:12px 0;color:#42534f;font-size:.74rem;line-height:1.55}.atlas-mvp-money-overview{display:grid;gap:18px}.atlas-mvp-money-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.atlas-mvp-record-list{display:grid}.atlas-mvp-record-list button{display:flex;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:13px 4px;text-align:left;background:transparent;border:0;border-top:1px solid #ebeeea}.atlas-mvp-record-list button>span{display:grid;gap:3px}.atlas-mvp-record-list strong{font-size:.73rem}.atlas-mvp-record-list small{color:var(--atlas-muted);font-size:.61rem}.atlas-mvp-profit-card{display:grid;grid-template-columns:minmax(0,.75fr) minmax(280px,1.25fr);align-items:center;gap:32px;color:#edf9f5;background:linear-gradient(130deg,#173f3b,#245b53);border-color:transparent}.atlas-mvp-profit-card h2{margin:0;color:#fff;font-size:2rem}.atlas-mvp-profit-card p{margin:8px 0 0;color:#edf9f5ad;font-size:.7rem;line-height:1.55}.atlas-mvp-profit-card .atlas-eyebrow{color:#a9ddcc}.atlas-mvp-profit-bar{display:grid;gap:10px;height:20px;overflow:visible;background:#ffffff24;border-radius:999px}.atlas-mvp-profit-bar span{display:block;min-width:8px;height:100%;background:#9cdbc6;border-radius:inherit}.atlas-mvp-profit-bar strong{color:#edf9f5bd;font-size:.62rem;font-weight:650}.atlas-mvp-document{max-width:700px;margin:22px auto;padding:clamp(22px,4vw,38px);background:#fff;border:1px solid #dde3dd;border-radius:12px;box-shadow:0 16px 40px #1b302b12}.atlas-mvp-document-brand{display:flex;align-items:center;gap:10px;padding-bottom:20px;border-bottom:1px solid #e8ece8}.atlas-mvp-document-brand .atlas-mark{background:var(--atlas-forest)}.atlas-mvp-document-brand>span{display:grid;gap:3px}.atlas-mvp-document-brand strong{font-size:.74rem}.atlas-mvp-document-brand small{color:var(--atlas-muted);font-size:.6rem}.atlas-mvp-document>h3{margin:25px 0 8px;font-size:1.4rem;letter-spacing:-.035em}.atlas-mvp-document>p{margin:0 0 22px;color:var(--atlas-muted);font-size:.74rem;line-height:1.6}.atlas-mvp-document-lines{display:grid}.atlas-mvp-document-lines>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid #ebeeea}.atlas-mvp-document-lines span{display:grid;gap:3px}.atlas-mvp-document-lines strong{font-size:.73rem}.atlas-mvp-document-lines p{max-width:520px;margin:3px 0;color:#53635f;font-size:.66rem;line-height:1.5}.atlas-mvp-document-lines small{color:var(--atlas-muted);font-size:.6rem}.atlas-mvp-document-total{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:5px 20px;padding:18px 0;border-top:2px solid #344d47}.atlas-mvp-document-total span{font-size:.72rem;font-weight:750}.atlas-mvp-document-total strong{font-size:1.2rem}.atlas-mvp-document-total small{grid-column:1 / -1;color:var(--atlas-muted);font-size:.61rem;text-align:right}.atlas-mvp-document-note{padding:14px;background:#f5f8f5;border-radius:10px}.atlas-mvp-document-note strong{font-size:.65rem}.atlas-mvp-document-note p{margin:5px 0 0;color:var(--atlas-muted);font-size:.65rem;line-height:1.5}.atlas-mvp-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:18px;border-top:1px solid #e8ece8}.atlas-mvp-success-note{color:#2d6b5a;font-size:.7rem;font-weight:750}.atlas-mvp-invoice-summary{margin:20px 0;grid-template-columns:repeat(3,minmax(0,1fr))}.atlas-mvp-payment-history{margin-top:24px}.atlas-mvp-payment-history h3{margin:0;font-size:.85rem}.atlas-mvp-payment-history>p{color:var(--atlas-muted);font-size:.68rem}.atlas-mvp-more-layout{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:start;gap:18px}.atlas-mvp-more-nav{position:sticky;top:96px;display:grid;gap:5px;padding:10px}.atlas-mvp-more-nav button{display:flex;align-items:center;gap:10px;min-height:46px;padding:9px 11px;color:#40534d;text-align:left;background:transparent;border:0;border-radius:10px;font-size:.77rem}.atlas-mvp-more-nav button:hover{background:#edf2ee}.atlas-mvp-more-nav button.is-active{color:#fff;background:var(--atlas-forest);box-shadow:0 5px 12px #173f3b24}.atlas-mvp-more-nav button>span{display:grid;place-items:center;width:24px;color:#5b7c72}.atlas-mvp-more-nav button.is-active>span{color:#b8e0d2}.atlas-mvp-more-content{min-height:520px}.atlas-mvp-report-grid{margin-top:22px}.atlas-mvp-report-row{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:14px;margin-top:18px;padding:17px;background:#f6f8f5;border-radius:13px}.atlas-mvp-report-row>div:first-child{display:grid;gap:3px}.atlas-mvp-report-row span{color:var(--atlas-muted);font-size:.6rem}.atlas-mvp-report-row strong{font-size:.82rem}.atlas-mvp-report-row small{color:var(--atlas-muted);font-size:.6rem}.atlas-mvp-report-bar{height:8px;overflow:hidden;background:#dde4df;border-radius:8px}.atlas-mvp-report-bar span{display:block;height:100%;background:#5b9b89;border-radius:inherit}.atlas-mvp-team-list{display:grid;gap:8px;margin-top:22px}.atlas-mvp-team-list button{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:11px;text-align:left;background:#fff;border:1px solid #e1e6e1;border-radius:12px}.atlas-mvp-team-list button.is-active{background:#edf6f2;border-color:#c8ded4}.atlas-mvp-team-list button>span:first-child{display:grid;place-items:center;width:40px;height:40px;color:#fff;background:var(--atlas-forest);border-radius:12px;font-size:.7rem;font-weight:800}.atlas-mvp-team-list button>span:nth-child(2){display:grid;gap:3px}.atlas-mvp-team-list strong{font-size:.74rem}.atlas-mvp-team-list small,.atlas-mvp-team-list button>span:last-child{color:var(--atlas-muted);font-size:.62rem}.atlas-mvp-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}.atlas-mvp-template-grid article{padding:17px;background:#f8faf7;border:1px solid #e1e6e1;border-radius:13px}.atlas-mvp-template-grid article>span{color:#4c756a;font-size:.6rem;font-weight:800;text-transform:uppercase}.atlas-mvp-template-grid h3{margin:9px 0 5px;font-size:.8rem}.atlas-mvp-template-grid p{min-height:48px;margin:0 0 12px;color:var(--atlas-muted);font-size:.65rem;line-height:1.5}.atlas-mvp-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.atlas-mvp-settings button{width:fit-content}.atlas-mvp-reset-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;padding:18px;background:#faf4ec;border:1px solid #eedbc1;border-radius:14px}.atlas-mvp-reset-card strong{font-size:.75rem}.atlas-mvp-reset-card p{margin:5px 0 0;color:var(--atlas-muted);font-size:.65rem}.atlas-deck-reset-summary{margin:0 22px;padding:17px 18px;color:#394b46;background:#f8f4ed;border-left:4px solid #b98449;border-radius:4px 12px 12px 4px}.atlas-deck-reset-summary strong{color:var(--atlas-ink);font-size:.8rem}.atlas-deck-reset-summary p{margin:7px 0;color:var(--atlas-muted);font-size:.7rem;line-height:1.5}.atlas-deck-reset-summary ul{margin:8px 0 0;padding-left:18px;font-size:.7rem;line-height:1.65}.atlas-reset-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;color:#fff;background:#82543f;border:1px solid #82543f;border-radius:11px;font-size:.8rem;font-weight:760}.atlas-reset-button:hover{background:#6d4434;border-color:#6d4434}.atlas-dialog--wide{width:min(940px,calc(100vw - 40px))}.atlas-dialog--wide form{display:block}.atlas-dialog--wide .atlas-dialog-actions{margin-top:22px}.atlas-dialog textarea{width:100%;min-height:78px;padding:10px 12px;color:var(--atlas-ink);background:#fff;border:1px solid #d3dbd4;border-radius:10px;font-size:.75rem;line-height:1.5}.atlas-mvp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.atlas-mvp-span-2{grid-column:1 / -1}.atlas-mvp-proposal-form{min-width:0}.atlas-mvp-line-editor{display:grid;gap:10px;min-width:0;margin:20px 0;padding:18px;background:#f7f9f6;border:1px solid #dfe6e0;border-radius:15px}.atlas-mvp-line-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:5px}.atlas-mvp-line-editor-head h3{margin:0;font-size:.9rem}.atlas-mvp-line-editor-head p{margin:5px 0 0;color:var(--atlas-muted);font-size:.65rem;line-height:1.45}.atlas-mvp-line-editor-head .atlas-secondary-button{min-height:36px;padding:7px 11px}.atlas-mvp-line-column-labels,.atlas-mvp-scope-line{display:grid;grid-template-columns:minmax(260px,1fr) 76px 126px 105px 32px;gap:9px}.atlas-mvp-line-column-labels{padding:0 10px;color:#66746f;font-size:.57rem;font-weight:780;letter-spacing:.04em;text-transform:uppercase}.atlas-mvp-line-column-labels span:nth-child(n+2){text-align:right}.atlas-mvp-scope-line{align-items:start;padding:13px;background:#fff;border:1px solid #dfe5df;border-radius:12px}.atlas-mvp-scope-line label{display:grid;gap:5px;min-width:0;color:#596762;font-size:.59rem;font-weight:730}.atlas-mvp-scope-line input,.atlas-mvp-scope-line textarea{width:100%;min-height:40px;padding:8px 9px;color:var(--atlas-ink);background:#fbfcfa;border:1px solid #d4dcd5;border-radius:8px;font-size:.7rem}.atlas-mvp-scope-line textarea{min-height:70px}.atlas-mvp-scope-copy{display:grid;gap:9px;min-width:0}.atlas-mvp-money-input{position:relative;display:block}.atlas-mvp-money-input>span{position:absolute;z-index:1;left:10px;top:50%;color:#66746f;font-size:.7rem;transform:translateY(-50%)}.atlas-mvp-money-input input{padding-left:21px;text-align:right}.atlas-mvp-scope-line>label:nth-child(2) input{text-align:right}.atlas-mvp-line-total{display:grid;gap:8px;justify-items:end;padding-top:2px}.atlas-mvp-line-total span{color:#596762;font-size:.59rem;font-weight:730}.atlas-mvp-line-total strong{padding-top:7px;font-size:.73rem}.atlas-mvp-remove-line{display:grid;place-items:center;width:30px;height:30px;margin-top:20px;color:#7d4e49;background:#f5e8e5;border:0;border-radius:8px;font-size:1rem}.atlas-mvp-remove-line:disabled{cursor:not-allowed;opacity:.3}.atlas-mvp-proposal-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:3px;padding-top:13px;border-top:1px solid #dbe2dc}.atlas-mvp-proposal-totals>div{display:grid;gap:4px;padding:10px 12px;background:#fff;border:1px solid #e0e5e0;border-radius:10px}.atlas-mvp-proposal-totals span{color:var(--atlas-muted);font-size:.59rem}.atlas-mvp-proposal-totals strong{font-size:.82rem}.atlas-mvp-proposal-totals>div:last-child{color:#fff;background:var(--atlas-forest);border-color:var(--atlas-forest)}.atlas-mvp-proposal-totals>div:last-child span{color:#ffffffb3}.atlas-mvp-proposal-notes{align-items:start}.atlas-mvp-confirm-card{display:grid;gap:4px;padding:16px;background:#edf6f2;border:1px solid #d4e6dd;border-radius:13px}.atlas-mvp-confirm-card span{color:#4d756b;font-size:.62rem;font-weight:720;text-transform:uppercase}.atlas-mvp-confirm-card strong{font-size:1.35rem}.atlas-mvp-confirm-card small{color:var(--atlas-muted);font-size:.65rem}.atlas-dialog form .atlas-mvp-checkbox{display:flex;flex-direction:row;align-items:center;gap:9px;padding:11px;background:#f6f8f5;border-radius:10px}.atlas-dialog form .atlas-mvp-checkbox input{width:17px;height:17px;accent-color:var(--atlas-forest)}.atlas-dialog form .atlas-mvp-checkbox>span{margin:0;color:var(--atlas-ink);font-size:.7rem;font-weight:680}.atlas-notes-card{display:grid;gap:13px;margin:18px 0;padding:18px;background:#f8fbf9;border:1px solid #cddfd7;border-radius:16px}.atlas-notes-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.atlas-notes-head h3,.atlas-notes-head p,.atlas-note-list p,.atlas-site-access p,.atlas-demo-security-note{margin:0}.atlas-notes-head h3{font-size:1rem}.atlas-notes-head p{margin-top:4px;color:var(--atlas-muted);font-size:.68rem}.atlas-notes-head>span{padding:5px 8px;color:#1b5749;background:#dcefe7;border-radius:999px;font-size:.58rem;font-weight:820;letter-spacing:.04em;text-transform:uppercase}.atlas-add-note-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:10px 16px;color:#fff;background:var(--atlas-forest);border:1px solid var(--atlas-forest);border-radius:12px;font-size:.8rem;font-weight:800}.atlas-add-note-button:hover{background:var(--atlas-forest-2)}.atlas-note-list{display:grid;gap:8px}.atlas-note-list article{display:grid;gap:7px;padding:12px 13px;background:#fff;border:1px solid #e0e7e2;border-radius:11px}.atlas-note-list article.is-pinned{border-left:4px solid #b57a34}.atlas-note-list article>div{display:grid;gap:6px}.atlas-note-list p{color:#34443f;font-size:.73rem;line-height:1.5;white-space:pre-wrap}.atlas-note-list small{color:var(--atlas-muted);font-size:.59rem}.atlas-note-pinned{color:#855719;font-size:.55rem;font-weight:820;letter-spacing:.03em;text-transform:uppercase}.atlas-notes-empty{margin:0;padding:10px 2px;color:var(--atlas-muted);font-size:.7rem}.atlas-notes-more{justify-self:start;min-height:38px;padding:5px 0;color:var(--atlas-forest-2);background:transparent;border:0;font-size:.68rem;font-weight:780}.atlas-site-access{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:13px;border-top:1px solid #dfe8e2}.atlas-site-access-copy{display:grid;gap:4px;min-width:0}.atlas-site-access-copy>span{color:var(--atlas-muted);font-size:.6rem;font-weight:750;text-transform:uppercase}.atlas-site-access-copy>strong{font-size:.75rem;letter-spacing:.04em;overflow-wrap:anywhere}.atlas-site-access-copy p{color:#455650;font-size:.68rem;line-height:1.45}.atlas-site-access-copy small{color:var(--atlas-muted);font-size:.59rem}.atlas-site-access-actions{display:flex;gap:7px;flex:0 0 auto}.atlas-site-access-actions button{min-height:40px;padding:7px 11px;color:var(--atlas-forest);background:#fff;border:1px solid #cbdad3;border-radius:9px;font-size:.66rem;font-weight:780}.atlas-demo-security-note{color:#8a5b35;font-size:.57rem;line-height:1.4}.atlas-site-access-warning{grid-column:1 / -1;margin:0;padding:12px 13px;color:#734c2f;background:#fff8ed;border:1px solid #ead7bd;border-radius:11px;font-size:.68rem;line-height:1.5}.atlas-note-dialog-form textarea{min-height:210px!important;font-size:.9rem!important}.atlas-mvp-add-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 22px 24px}.atlas-mvp-add-menu button{display:grid;grid-template-columns:36px minmax(0,1fr);gap:3px 10px;min-height:84px;padding:13px;text-align:left;background:#f8faf7;border:1px solid #e0e6e1;border-radius:12px}.atlas-mvp-add-menu button:hover:not(:disabled){background:#edf6f2;border-color:#c8ded4}.atlas-mvp-add-menu button:disabled{cursor:not-allowed;opacity:.48}.atlas-mvp-add-menu button>span{grid-row:1 / 3;display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--atlas-forest);border-radius:10px}.atlas-mvp-add-menu strong{align-self:end;font-size:.75rem}.atlas-mvp-add-menu small{color:var(--atlas-muted);font-size:.61rem}@media (max-width: 1180px){.atlas-mvp-dashboard-grid,.atlas-mvp-profit-card{grid-template-columns:1fr}.atlas-mvp-job-financials,.atlas-mvp-report-grid,.atlas-mvp-job-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-mvp-job-controls label:nth-child(2){grid-column:1 / -1;grid-row:2}}@media (max-width: 980px){.atlas-mvp-jobs-layout,.atlas-mvp-money-layout{grid-template-columns:1fr}.atlas-mvp-job-list,.atlas-mvp-money-list{position:static;max-height:none}.atlas-mvp-money-grid,.atlas-mvp-template-grid{grid-template-columns:1fr}.atlas-mvp-template-grid p{min-height:0}}@media (max-width: 860px){.atlas-dialog-backdrop--focused{align-items:stretch;padding:0}.atlas-dialog--focused{display:flex;flex-direction:column;width:100%;min-height:100dvh;max-height:100dvh;padding:max(20px,env(safe-area-inset-top)) 18px max(20px,env(safe-area-inset-bottom));border-radius:0}.atlas-dialog--focused form{flex:1;align-content:start}.atlas-dialog--focused .atlas-dialog-actions{align-self:end}.atlas-people-page.has-selection,.atlas-jobs-page.has-selection,.atlas-money-page.has-selection{padding-top:12px}.atlas-people-page.has-selection>.atlas-page-heading,.atlas-jobs-page.has-selection>.atlas-page-heading,.atlas-jobs-page.has-selection>.atlas-job-summary,.atlas-money-page.has-selection>.atlas-page-heading,.atlas-money-page.has-selection>.atlas-mvp-page-tabs{display:none}.atlas-mvp-jobs-layout.has-selection .atlas-mvp-job-list,.atlas-mvp-money-layout.has-selection .atlas-mvp-money-list,.atlas-master-detail-empty{display:none}.atlas-mobile-back{justify-content:flex-start;width:100%;min-height:48px;margin-bottom:12px;padding:10px 13px;background:#edf5f1;border:1px solid #cfdfd7;border-radius:12px;font-size:.8rem}.atlas-mvp-job-detail,.atlas-mvp-money-detail{padding:16px}.atlas-mvp-more-layout{grid-template-columns:1fr}.atlas-mvp-more-nav{position:static;display:flex;overflow-x:auto}.atlas-mvp-more-nav button{flex:0 0 auto}.atlas-mvp-line-column-labels{display:none}.atlas-mvp-scope-line{grid-template-columns:minmax(0,1fr) 84px 126px 32px}.atlas-mvp-scope-copy{grid-column:1 / -1}.atlas-mvp-line-total{justify-items:start}.atlas-mvp-remove-line{margin-top:20px}.atlas-mvp-proposal-totals{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.atlas-mvp-today-strip,.atlas-mvp-person-links,.atlas-mvp-job-financials,.atlas-mvp-report-grid,.atlas-mvp-settings,.atlas-mvp-form-grid,.atlas-mvp-add-menu{grid-template-columns:1fr}.atlas-mvp-span-2{grid-column:auto}.atlas-mvp-job-controls{grid-template-columns:1fr}.atlas-mvp-job-controls label:nth-child(2){grid-column:auto;grid-row:auto}.atlas-mvp-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-mvp-record-head{display:grid}.atlas-mvp-record-head>div:last-child{justify-content:space-between}.atlas-mvp-schedule-table>div{grid-template-columns:78px minmax(0,1fr)}.atlas-mvp-schedule-table .atlas-mvp-status{grid-column:2}.atlas-mvp-report-row{grid-template-columns:1fr}.atlas-dialog--wide{width:100%}.atlas-mvp-line-editor{margin-inline:-4px;padding:13px}.atlas-mvp-line-editor-head{align-items:stretch;flex-direction:column}.atlas-mvp-line-editor-head .atlas-secondary-button{width:100%}.atlas-mvp-scope-line{grid-template-columns:repeat(2,minmax(0,1fr)) 32px}.atlas-mvp-scope-line>label:nth-child(2){grid-column:1}.atlas-mvp-scope-line>label:nth-child(3){grid-column:2}.atlas-mvp-line-total{grid-column:1 / 3}.atlas-mvp-remove-line{grid-column:3;grid-row:2;margin-top:20px}.atlas-mvp-proposal-totals{grid-template-columns:1fr}.atlas-mvp-page-tabs{width:100%}.atlas-mvp-page-tabs button{flex:1 1 0}.atlas-mvp-detail-actions{flex-wrap:wrap;justify-content:stretch}.atlas-mvp-detail-actions button{flex:1 1 auto}.atlas-mvp-invoice-summary{grid-template-columns:1fr}.atlas-mvp-reset-card{align-items:flex-start;flex-direction:column}.atlas-mvp-add-menu{padding-inline:16px}.atlas-deck-job-actions{align-items:stretch;flex-direction:column}.atlas-deck-job-actions>.atlas-primary-button{width:100%}.atlas-deck-reset-summary{margin-inline:16px}.atlas-notes-card{margin-inline:-2px;padding:16px}.atlas-add-note-button{min-height:52px;font-size:.84rem}.atlas-site-access{align-items:flex-start;flex-direction:column}.atlas-site-access-actions{width:100%}.atlas-site-access-actions button{min-height:46px;flex:1}.atlas-note-dialog-form textarea{min-height:34dvh!important}.atlas-dialog--focused .atlas-dialog-actions{margin-top:auto}}.atlas-deck-job-module{display:grid;gap:16px;padding:20px;background:linear-gradient(135deg,#edf5f1,#f8faf7 68%);border:1px solid #cfe0d8;border-radius:18px}.atlas-deck-job-module-head,.atlas-deck-job-module-head>div,.atlas-deck-job-records>div,.atlas-deck-core-proposal>div:last-child{display:grid;gap:5px}.atlas-deck-job-module-head{grid-template-columns:minmax(0,1fr) auto;align-items:start}.atlas-deck-job-module h3,.atlas-deck-job-module p{margin:0}.atlas-deck-job-module h3{font-size:1.05rem}.atlas-deck-job-module p{max-width:720px;color:var(--atlas-muted);font-size:.75rem;line-height:1.55}.atlas-deck-job-records{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.atlas-deck-job-records>div{padding:12px;background:#fffc;border:1px solid #dce7e1;border-radius:12px}.atlas-deck-job-records span,.atlas-deck-core-proposal span{color:var(--atlas-muted);font-size:.58rem;font-weight:760;text-transform:uppercase}.atlas-deck-job-records strong{font-size:.75rem}.atlas-deck-job-records small,.atlas-deck-core-proposal small{color:var(--atlas-muted);font-size:.61rem;line-height:1.45}.atlas-deck-job-actions{display:flex;align-items:center;gap:14px}.atlas-deck-job-actions>.atlas-primary-button{width:max-content}.atlas-deck-reset-button{min-height:40px;padding:7px 4px;color:#694a3b;background:transparent;border:0;border-bottom:1px solid #bb9a89;font-size:.72rem;font-weight:760}.atlas-deck-reset-button:hover:not(:disabled){color:#4f352a;border-color:#6d4938}.atlas-deck-reset-button:disabled{cursor:not-allowed;opacity:.48}.atlas-deck-reset-note{color:#7b5746;font-size:.62rem;line-height:1.5}.atlas-deck-express-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0f1c1ac2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.atlas-deck-express{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1480px,100%);height:min(940px,calc(100dvh - 36px));overflow:hidden;background:#f4f6f2;border:1px solid rgba(255,255,255,.45);border-radius:22px;box-shadow:0 30px 90px #0814115c}.atlas-deck-express-head{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:16px;align-items:center;padding:13px 22px;color:#fff;background:#173f3b}.atlas-deck-express-head h2{margin:0;font-size:1.08rem}.atlas-deck-express-head>button{display:grid;place-items:center;width:40px;height:40px;color:#fff;background:#ffffff1a;border:0;border-radius:12px;font-size:1.35rem}.atlas-deck-express-head>button:hover{background:#ffffff2e}.atlas-deck-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:#dfe5df;border-bottom:1px solid #d7ded8}.atlas-deck-steps button{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;align-items:center;min-height:76px;padding:13px 16px;color:#253732;text-align:left;background:#fff;border:0}.atlas-deck-steps button:disabled{cursor:not-allowed;opacity:.52}.atlas-deck-steps button.is-active{color:#173f3b;background:#dcefe7;box-shadow:inset 0 -4px #246457}.atlas-deck-steps button>span:last-child{display:grid;gap:2px}.atlas-deck-steps small{color:#667570;font-size:.61rem;font-weight:780;text-transform:uppercase}.atlas-deck-steps strong{font-size:.84rem;line-height:1.2}.atlas-deck-step-badge{display:grid;place-items:center;width:34px;height:34px;color:#53645e;background:#edf1ed;border:1px solid #cbd5ce;border-radius:50%;font-size:.72rem;font-weight:850}.atlas-deck-step-badge.is-active{color:#fff;background:#246457;border-color:#246457}.atlas-deck-step-badge.is-complete{color:#235a4f;background:#cfe9df;border-color:#b3d8ca}.atlas-deck-express-body{min-height:0;overflow:auto;padding:24px}.atlas-deck-customer-site{display:grid;gap:20px}.atlas-deck-step-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px}.atlas-deck-shape-layout{grid-template-columns:minmax(0,1fr) minmax(370px,420px);gap:26px}.atlas-deck-step-main,.atlas-deck-step-side,.atlas-deck-design-step,.atlas-deck-visualize-step,.atlas-deck-price-step,.atlas-deck-propose-step{min-width:0}.atlas-deck-step-main>h3,.atlas-deck-design-step>h3,.atlas-deck-price-step h3,.atlas-deck-visualize-step h3,.atlas-deck-propose-step h3{margin:7px 0 4px;font-size:1.25rem}.atlas-deck-step-copy{margin:0 0 18px;color:var(--atlas-muted);font-size:.72rem;line-height:1.55}.atlas-deck-context-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin-bottom:22px;background:#dfe5df;border:1px solid #dfe5df;border-radius:14px}.atlas-deck-context-card--customer-site{grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.atlas-deck-context-card>div{display:grid;gap:7px;padding:18px 20px;background:#fff}.atlas-deck-context-card span{color:#52625c;font-size:.68rem;font-weight:800;text-transform:uppercase}.atlas-deck-context-card strong{font-size:1.02rem;line-height:1.25}.atlas-deck-context-card small{overflow:hidden;color:#52615c;font-size:.74rem;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.atlas-deck-step-side{align-self:start;display:grid;gap:9px;padding:20px;background:#173f3b;border-radius:16px;color:#fff}.atlas-deck-step-side h4,.atlas-deck-step-side p{margin:0}.atlas-deck-step-side h4{font-size:.9rem}.atlas-deck-step-side p,.atlas-deck-step-side small{color:#ffffffb3;font-size:.63rem;line-height:1.5}.atlas-deck-step-side>strong{color:#b8dfd0;font-size:.65rem}.atlas-deck-step-side .atlas-secondary-button{margin-top:8px;color:#173f3b;background:#fff;border-color:#fff}.atlas-deck-side-icon{display:grid;place-items:center;width:40px;height:40px;color:#173f3b;background:#b8dfd0;border-radius:12px;font-size:.68rem;font-weight:850}.atlas-deck-photo-section{padding:18px;background:#fff;border:1px solid #d8e0da;border-radius:16px}.atlas-deck-section-head{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-bottom:14px}.atlas-deck-section-head h4,.atlas-deck-section-head h3,.atlas-deck-section-head p{margin:0}.atlas-deck-section-head h3{font-size:1.08rem}.atlas-deck-section-head h4{font-size:.78rem}.atlas-deck-section-head p{margin-top:3px;color:var(--atlas-muted);font-size:.61rem}.atlas-deck-photo-actions{display:flex;gap:8px;align-items:center}.atlas-deck-photo-actions>span{margin-right:3px;color:var(--atlas-muted);font-size:.59rem;font-weight:760}.atlas-deck-photo-privacy,.atlas-deck-photo-cloud-message{margin:-4px 0 13px;font-size:.62rem;line-height:1.45}.atlas-deck-photo-privacy{color:#557068}.atlas-deck-photo-cloud-message{padding:8px 10px;color:#21594c;background:#e8f4ee;border-radius:9px}.atlas-deck-upload{position:relative;overflow:hidden}.atlas-deck-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.atlas-deck-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.atlas-deck-photo-grid figure{overflow:hidden;margin:0;background:#fff;border:1px solid #dce3dd;border-radius:13px}.atlas-deck-photo-open{display:block;width:100%;padding:0;background:#e9eeea;border:0}.atlas-deck-photo-open{position:relative}.atlas-deck-photo-open>span{position:absolute;right:8px;bottom:8px;padding:4px 7px;color:#fff;background:#173f3be6;border-radius:999px;font-size:.52rem;font-weight:800}.atlas-deck-photo-grid img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.atlas-deck-photo-grid figcaption{display:grid;gap:9px;padding:10px}.atlas-deck-photo-grid figcaption>span{display:grid;gap:2px;min-width:0}.atlas-deck-photo-grid strong{overflow:hidden;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.atlas-deck-photo-grid small{color:var(--atlas-muted);font-size:.54rem}.atlas-deck-photo-grid figcaption>div{display:flex;gap:5px;padding-top:8px;border-top:1px solid #e6ebe7}.atlas-deck-photo-grid figcaption button,.atlas-deck-photo-grid figcaption label{position:relative;overflow:hidden;padding:5px 7px;color:#2b6659;background:transparent;border:0;border-radius:7px;cursor:pointer;font-size:.54rem;font-weight:780}.atlas-deck-photo-grid figcaption button:disabled{cursor:default;opacity:.32}.atlas-deck-photo-grid figcaption button:hover,.atlas-deck-photo-grid figcaption label:hover{background:#e7f2ed}.atlas-deck-photo-grid figcaption input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.atlas-deck-photo-empty{display:grid;place-items:center;min-height:220px;padding:30px;color:var(--atlas-muted);background:#f3f6f3;border:1px dashed #bac8bf;border-radius:13px;text-align:center}.atlas-deck-photo-empty strong{color:var(--atlas-ink);font-size:.72rem}.atlas-deck-photo-empty span{margin-top:4px;font-size:.6rem}.atlas-deck-photo-workbench{position:fixed;z-index:1020;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#081411e6}.atlas-deck-photo-workbench>section{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(1420px,100%);height:min(900px,calc(100dvh - 36px));overflow:hidden;background:#f4f6f2;border-radius:18px;box-shadow:0 30px 90px #00000073}.atlas-deck-photo-workbench>section>header{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:13px 18px;color:#fff;background:#173f3b}.atlas-deck-photo-workbench>section>header>div{display:grid;gap:2px}.atlas-deck-photo-workbench>section>header span{color:#b8dfd0;font-size:.56rem;font-weight:800;text-transform:uppercase}.atlas-deck-photo-workbench>section>header h2{margin:0;font-size:1rem}.atlas-deck-photo-workbench>section>header button{display:grid;place-items:center;width:38px;height:38px;color:#fff;background:#ffffff1a;border:0;border-radius:10px;font-size:1.2rem}.atlas-deck-photo-workbench-body{display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:0}.atlas-deck-photo-canvas{position:relative;align-self:start;width:fit-content;max-width:100%;overflow:hidden;margin:auto;background:#15211e}.atlas-deck-photo-canvas.is-marking{cursor:crosshair}.atlas-deck-photo-canvas>img{display:block;width:auto;max-width:100%;max-height:calc(100dvh - 150px)}.atlas-deck-photo-ai-outline{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.atlas-deck-photo-ai-outline polygon{fill:#64dfb72e}.atlas-deck-photo-ai-outline polygon,.atlas-deck-photo-ai-outline polyline{stroke:#8bf0cf;stroke-width:.7;stroke-dasharray:2 1;vector-effect:non-scaling-stroke}.atlas-deck-photo-ai-outline polyline{fill:none}.atlas-deck-photo-ai-outline circle{fill:#fff;stroke:#126b5b;stroke-width:.45;vector-effect:non-scaling-stroke}.atlas-deck-photo-ai-outline.is-editing polygon{fill:#64dfb71a}.atlas-deck-photo-ai-outline.is-stairs polygon{fill:#f4be4e3d}.atlas-deck-photo-ai-outline.is-stairs polygon,.atlas-deck-photo-ai-outline.is-stairs polyline{stroke:#ffc85a;stroke-dasharray:3 1}.atlas-deck-photo-ai-outline.is-stairs circle{fill:#fff7dd;stroke:#9c6412}.atlas-deck-photo-ai-outline.is-stairs.is-editing polygon{fill:#f4be4e1f}.atlas-deck-photo-trace-label{position:absolute;z-index:3;left:12px;bottom:12px;padding:6px 8px;color:#fff;background:#173f3be6;border-radius:7px;font-size:.54rem;font-weight:800;pointer-events:none}.atlas-deck-photo-trace-label.is-stairs{left:142px;color:#3b2a0d;background:#ffcd65f0}.atlas-deck-photo-pin{position:absolute;display:grid;place-items:center;width:28px;height:28px;color:#173f3b;background:#f4ca65;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000004d;font-size:.61rem;font-weight:900;transform:translate(-50%,-50%)}.atlas-deck-photo-scale-point{position:absolute;width:18px;height:18px;background:#fff;border:4px solid #2f7d6c;border-radius:50%;transform:translate(-50%,-50%)}.atlas-deck-photo-scale-line{position:absolute;height:4px;background:#fff;border:1px solid #173f3b;box-shadow:0 2px 8px #00000059;transform-origin:left center}.atlas-deck-photo-scale-line:before,.atlas-deck-photo-scale-line:after{position:absolute;top:-7px;width:3px;height:16px;content:"";background:#fff}.atlas-deck-photo-scale-line:before{left:0}.atlas-deck-photo-scale-line:after{right:0}.atlas-deck-photo-scale-line>span{position:absolute;left:50%;bottom:9px;padding:4px 7px;color:#fff;background:#173f3beb;border-radius:6px;font-size:.55rem;font-weight:800;white-space:nowrap;transform:translate(-50%)}.atlas-deck-photo-scale-line.is-estimate{background:#f4ca65;border-color:#725918}.atlas-deck-photo-scale-line.is-estimate:before,.atlas-deck-photo-scale-line.is-estimate:after{background:#f4ca65}.atlas-deck-photo-scale-line.is-estimate>span{color:#362b11;background:#f4ca65}.atlas-deck-photo-concept-overlay{position:absolute;display:grid;place-items:center;overflow:hidden;border:4px solid #fff;box-shadow:0 8px 25px #00000059;transform-origin:center}.atlas-deck-photo-concept-overlay:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:repeating-linear-gradient(90deg,#ffffff14 0,#ffffff14 11px,#14141442 11px,#14141442 13px)}.atlas-deck-photo-concept-overlay i{position:absolute;top:0;right:0;bottom:0;left:0;border-top:8px solid rgba(255,255,255,.92);border-right:8px solid rgba(255,255,255,.92);border-left:8px solid rgba(255,255,255,.92)}.atlas-deck-photo-concept-overlay strong{z-index:1;padding:5px 8px;color:#fff;background:#173f3be6;border-radius:6px;font-size:.58rem}.atlas-deck-photo-tool-hint{position:absolute;left:50%;bottom:16px;padding:8px 11px;color:#173f3b;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000003d;font-size:.62rem;transform:translate(-50%)}.atlas-deck-photo-workbench-body>aside{display:grid;align-content:start;gap:10px;min-height:0;overflow:auto;padding:14px;background:#fff;border-left:1px solid #d9e0da}.atlas-deck-photo-review,.atlas-deck-photo-tool-card{padding:12px;border:1px solid #dce3dd;border-radius:11px}.atlas-deck-photo-review{display:grid;gap:3px}.atlas-deck-photo-review.is-ready{color:#21594c;background:#e7f3ed;border-color:#b9d8ca}.atlas-deck-photo-review.is-warning{color:#6e4b19;background:#fff7e7;border-color:#ead5a8}.atlas-deck-photo-review>span{font-size:.52rem;font-weight:800;text-transform:uppercase}.atlas-deck-photo-review>strong{font-size:.72rem}.atlas-deck-photo-review small,.atlas-deck-photo-review p,.atlas-deck-photo-review li{margin:0;font-size:.55rem;line-height:1.4}.atlas-deck-photo-review ul{display:grid;gap:3px;margin:4px 0 0;padding-left:16px}.atlas-deck-photo-caption{display:grid;gap:5px;color:#53615c;font-size:.6rem;font-weight:780}.atlas-deck-photo-caption textarea{width:100%;padding:9px;border:1px solid #cfd8d1;border-radius:9px;resize:vertical}.atlas-deck-photo-tool-card{display:grid;gap:10px}.atlas-deck-photo-tool-card>header{display:flex;gap:10px;align-items:center;justify-content:space-between}.atlas-deck-photo-tool-card>header>div{display:grid;gap:2px}.atlas-deck-photo-tool-card>header strong{font-size:.68rem}.atlas-deck-photo-tool-card>header small{color:var(--atlas-muted);font-size:.52rem}.atlas-deck-photo-tool-card>header>button{padding:7px 8px;color:#276354;background:#e7f2ed;border:1px solid #c4dacf;border-radius:8px;font-size:.55rem;font-weight:800}.atlas-deck-photo-tool-card>header>button.is-active{color:#fff;background:#246457}.atlas-deck-photo-note-list{display:grid;gap:5px}.atlas-deck-photo-note-list label{display:grid;grid-template-columns:22px minmax(0,1fr) 28px;gap:5px;align-items:center}.atlas-deck-photo-note-list label>span{display:grid;place-items:center;width:22px;height:22px;background:#f4ca65;border-radius:50%;font-size:.52rem;font-weight:850}.atlas-deck-photo-note-list input{min-width:0;padding:7px;border:1px solid #d3dcd5;border-radius:7px;font-size:.57rem}.atlas-deck-photo-note-list button{color:#7b4c42;background:transparent;border:0;font-size:.9rem}.atlas-deck-photo-length{display:grid;gap:5px;color:#56645f;font-size:.56rem;font-weight:760}.atlas-deck-photo-length>span{display:grid;grid-template-columns:1fr auto;overflow:hidden;border:1px solid #d3dcd5;border-radius:8px}.atlas-deck-photo-length input{min-width:0;padding:8px;border:0}.atlas-deck-photo-length b{padding:8px;color:var(--atlas-muted);background:#f3f5f2}.atlas-deck-photo-measure-button{padding:8px;color:#276354;background:#e7f2ed;border:1px solid #c4dacf;border-radius:8px;font-size:.56rem;font-weight:800}.atlas-deck-photo-measure-button.is-active{color:#fff;background:#246457}.atlas-deck-photo-measurement-list{display:grid;gap:5px}.atlas-deck-photo-measurement-list label{display:grid;grid-template-columns:minmax(0,1fr) auto 26px;gap:6px;align-items:center}.atlas-deck-photo-measurement-list input{min-width:0;padding:7px;border:1px solid #d3dcd5;border-radius:7px;font-size:.56rem}.atlas-deck-photo-measurement-list strong{font-size:.57rem;white-space:nowrap}.atlas-deck-photo-measurement-list button{color:#7b4c42;background:transparent;border:0;font-size:.9rem}.atlas-deck-photo-ai-card{background:#f4f8f5;border-color:#bfd6cc}.atlas-deck-photo-ai-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.atlas-deck-photo-ai-actions button,.atlas-deck-photo-analysis>button{min-height:36px;padding:8px;color:#fff;background:#246457;border:0;border-radius:8px;font-size:.59rem;font-weight:820}.atlas-deck-photo-ai-actions button:disabled{color:#7d8984;background:#dde3df;cursor:default}.atlas-deck-photo-ai-card>p{margin:0;color:#5d6a65;font-size:.57rem;line-height:1.45}.atlas-deck-photo-ai-card>.atlas-deck-photo-ai-error{padding:8px;color:#8b3f35;background:#fff0ed;border-radius:8px}.atlas-deck-photo-trace-tools{display:grid;gap:7px;padding:9px;color:#31574f;background:#eff7f3;border:1px solid #cee2d9;border-radius:8px}.atlas-deck-photo-trace-tools section{display:grid;gap:5px;padding:8px;background:#fff;border:1px solid #cee2d9;border-left:4px solid #63c7aa;border-radius:7px}.atlas-deck-photo-trace-tools section.is-stairs{color:#6d4a13;border-color:#ead5a5;border-left-color:#e0a52f}.atlas-deck-photo-trace-tools section>strong{font-size:.57rem}.atlas-deck-photo-trace-tools p{margin:0;color:inherit!important;font-size:.54rem;line-height:1.45}.atlas-deck-photo-trace-tools section>div{display:flex;flex-wrap:wrap;gap:6px}.atlas-deck-photo-trace-tools button{padding:6px 8px;color:#245f52;background:#fff;border:1px solid #bdd7cc;border-radius:7px;font-size:.52rem;font-weight:800}.atlas-deck-photo-trace-tools section.is-stairs button{color:#725015;border-color:#e0bd72}.atlas-deck-photo-trace-tools button:last-child:not(:only-child){color:#fff;background:#246457;border-color:#246457}.atlas-deck-photo-trace-tools button:disabled{cursor:not-allowed;opacity:.45}.atlas-deck-photo-analysis{display:grid;gap:8px;padding-top:10px;border-top:1px solid #d4e2dc}.atlas-deck-photo-analysis>div:first-child{display:flex;align-items:center;justify-content:space-between}.atlas-deck-photo-analysis>div:first-child span{color:#60726b;font-size:.53rem;font-weight:780;text-transform:uppercase}.atlas-deck-photo-analysis>div:first-child strong{color:#205c4e;font-size:.67rem}.atlas-deck-photo-analysis p,.atlas-deck-photo-analysis small,.atlas-deck-photo-analysis li{margin:0;font-size:.57rem;line-height:1.45}.atlas-deck-photo-analysis>small{color:#66736e}.atlas-deck-photo-analysis dl{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0}.atlas-deck-photo-analysis dl>div{padding:7px;background:#fff;border:1px solid #dbe5e0;border-radius:7px}.atlas-deck-photo-analysis dt{color:#68756f;font-size:.49rem;text-transform:uppercase}.atlas-deck-photo-analysis dd{margin:2px 0 0;font-size:.59rem;font-weight:780}.atlas-deck-photo-analysis ul{display:grid;gap:3px;margin:0;padding-left:16px}.atlas-deck-photo-ai-visual{overflow:hidden;margin:0;background:#fff;border:1px solid #d6e0db;border-radius:9px}.atlas-deck-photo-ai-visual img{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover}.atlas-deck-photo-ai-visual figcaption{padding:8px;color:#58665f;font-size:.54rem;line-height:1.4}.atlas-deck-photo-switch input{position:absolute;opacity:0}.atlas-deck-photo-switch>span{position:relative;display:block;width:38px;height:22px;background:#ccd4ce;border-radius:999px}.atlas-deck-photo-switch>span:after{position:absolute;top:3px;left:3px;width:16px;height:16px;content:"";background:#fff;border-radius:50%;transition:transform .16s ease}.atlas-deck-photo-switch input:checked+span{background:#246457}.atlas-deck-photo-switch input:checked+span:after{transform:translate(16px)}.atlas-deck-photo-sliders{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.atlas-deck-photo-sliders label{display:grid;gap:3px;color:#596760;font-size:.53rem;font-weight:730}.atlas-deck-photo-sliders input{width:100%;accent-color:#246457}.atlas-deck-photo-workbench>section>footer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:11px 16px;background:#fff;border-top:1px solid #d9e0da}.atlas-deck-photo-workbench>section>footer>span{color:var(--atlas-muted);font-size:.56rem}.atlas-deck-dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:13px}.atlas-deck-dimension-grid label,.atlas-deck-finish-grid label,.atlas-deck-assumptions label{display:grid;gap:6px;color:#5b6964;font-size:.61rem;font-weight:720}.atlas-deck-dimension-grid label>.atlas-deck-measure-input{display:grid;grid-template-columns:1fr auto;align-items:center;overflow:hidden;background:#fff;border:1px solid #d7dfd8;border-radius:10px}.atlas-deck-dimension-grid label>.atlas-deck-measure-input.has-suggestion{grid-template-columns:minmax(0,1fr) auto auto}.atlas-deck-dimension-grid label.atlas-deck-measure-field{gap:9px;padding:11px;background:#fff;border:1px solid #d7dfd8;border-radius:11px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.atlas-deck-dimension-grid label.atlas-deck-measure-field.is-active{background:#edf8f3;border-color:#2a7867;box-shadow:0 0 0 3px #2a786724}.atlas-deck-field-heading{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center}.atlas-deck-field-heading>b{display:grid;place-items:center;width:32px;height:32px;padding:0;color:#fff;background:#173f3b;border-radius:50%;font-size:.66rem}.atlas-deck-measure-field.is-active .atlas-deck-field-heading>b{background:#d06b2c}.atlas-deck-field-heading>span{display:grid;gap:2px;min-width:0}.atlas-deck-field-heading strong{color:#263a35;font-size:.66rem;line-height:1.25}.atlas-deck-field-heading small{color:#60716b;font-size:.53rem;font-weight:600;line-height:1.35}.atlas-deck-field-heading em{padding:2px 6px;color:#8b4a2a;background:#fff0e5;border-radius:999px;font-size:.5rem;font-style:normal;font-weight:850;text-transform:uppercase}.atlas-deck-field-label{display:flex;gap:7px;align-items:center;justify-content:space-between}.atlas-deck-field-label em{padding:2px 6px;color:#8b4a2a;background:#fff0e5;border-radius:999px;font-size:.5rem;font-style:normal;font-weight:850;text-transform:uppercase}.atlas-deck-dimension-grid label.is-unresolved>.atlas-deck-measure-input{background:#fffaf5;border-color:#d68755;box-shadow:0 0 0 2px #d687551f}.atlas-deck-dimension-grid label.is-unresolved input::placeholder{color:#9a5a35;opacity:1}.atlas-deck-dimension-grid input{width:100%;min-height:46px;padding:10px;border:0}.atlas-deck-measure-input>button{align-self:stretch;padding:0 10px;color:#fff;background:#246457;border:0;font-size:.54rem;font-weight:850}.atlas-deck-measure-input>b{padding:0 11px;color:#6c7773;font-size:.64rem}.atlas-deck-measure-suggestion{color:#7b5520;font-size:.51rem;font-weight:650;line-height:1.35}.atlas-deck-measure-instruction{display:grid;grid-template-columns:30px minmax(0,1fr) 30px minmax(0,1fr);gap:9px;align-items:center;margin:12px 0;padding:11px 13px;background:#fff;border:1px solid #d5e0da;border-radius:11px}.atlas-deck-measure-instruction>b{display:grid;place-items:center;width:28px;height:28px;color:#fff;background:#246457;border-radius:50%;font-size:.62rem}.atlas-deck-measure-instruction>span{display:grid;gap:2px}.atlas-deck-measure-instruction strong{color:#253b35;font-size:.62rem}.atlas-deck-measure-instruction small{color:#60716b;font-size:.53rem;line-height:1.3}.atlas-deck-support-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin:4px 0 14px;padding:12px;color:#36574f;background:#eef6f2;border:1px solid #c9ded4;border-radius:10px}.atlas-deck-support-summary>span{display:grid;gap:3px}.atlas-deck-support-summary strong{color:#173f3b;font-size:.65rem}.atlas-deck-support-summary small{font-size:.53rem;line-height:1.45}.atlas-deck-support-summary>b{max-width:145px;color:#205c4e;font-size:.57rem;text-align:right}.atlas-deck-dimension-grid select,.atlas-deck-finish-grid select,.atlas-deck-assumptions input{min-height:46px;padding:10px;background:#fff;border:1px solid #d7dfd8;border-radius:10px}.atlas-deck-ai-draft-banner{display:flex;gap:9px;align-items:center;margin:14px 0;padding:11px 13px;color:#174f45;background:#dff3eb;border-left:4px solid #31816e;border-radius:8px}.atlas-deck-ai-draft-banner strong{font-size:.69rem}.atlas-deck-ai-draft-banner span{color:#496d64;font-size:.61rem}.atlas-deck-shape-group{margin-top:16px;padding-top:16px;border-top:1px solid #d9e1da}.atlas-deck-shape-group:first-of-type{margin-top:8px}.atlas-deck-shape-group>header{margin-bottom:12px}.atlas-deck-shape-group h4,.atlas-deck-shape-group h5{margin:0;color:var(--atlas-ink)}.atlas-deck-shape-group h4{font-size:.8rem}.atlas-deck-shape-group h5{margin:14px 0 9px;font-size:.66rem}.atlas-deck-shape-group header p,.atlas-deck-shape-review-note{margin:4px 0 0;color:var(--atlas-muted);font-size:.59rem;line-height:1.45}.atlas-deck-shape-review-note{padding:9px 11px;color:#76552f;background:#fff4df;border-radius:8px}.atlas-deck-edge-picker{display:grid;gap:7px;margin:9px 0 13px 42px}.atlas-deck-edge-picker>span{color:#596963;font-size:.59rem;font-weight:800}.atlas-deck-edge-picker>div,.atlas-deck-feature-picker{display:flex;flex-wrap:wrap;gap:7px}.atlas-deck-edge-picker label,.atlas-deck-feature-picker label{display:flex;gap:6px;align-items:center;min-height:34px;padding:7px 10px;color:#355a51;background:#fff;border:1px solid #ccd9d2;border-radius:999px;font-size:.58rem;font-weight:730;cursor:pointer}.atlas-deck-edge-picker input,.atlas-deck-feature-picker input{width:15px;height:15px;accent-color:#246457}.atlas-deck-feature-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-deck-feature-picker label{border-radius:9px}.atlas-deck-toggle,.atlas-deck-confirm{display:flex;gap:11px;align-items:flex-start;margin-top:10px;padding:13px;background:#fff;border:1px solid #dce3dd;border-radius:12px}.atlas-deck-toggle input,.atlas-deck-confirm input{width:18px;height:18px;accent-color:#246457}.atlas-deck-toggle span,.atlas-deck-confirm span{display:grid;gap:3px}.atlas-deck-toggle strong,.atlas-deck-confirm strong{font-size:.67rem}.atlas-deck-toggle small,.atlas-deck-confirm small{color:var(--atlas-muted);font-size:.59rem;line-height:1.4}.atlas-deck-confirm{background:#e7f2ed;border-color:#c9ded4}.atlas-deck-confirm.is-disabled{background:#f5f1e9;border-color:#e2d2b8}.atlas-deck-confirm.is-disabled input{cursor:not-allowed}.atlas-deck-plan-side{position:sticky;top:0;padding:24px;background:#e9f0ec;border:1px solid #d4dfd8;color:var(--atlas-ink)}.atlas-deck-plan-wrap{display:grid;gap:13px}.atlas-deck-plan-wrap>small{color:#4d5c57;font-size:.72rem;line-height:1.5}.atlas-deck-plan-summary{display:grid;gap:4px}.atlas-deck-plan-summary span{color:#216657;font-size:.72rem;font-weight:880;letter-spacing:.08em;text-transform:uppercase}.atlas-deck-plan-summary strong{font-size:1.05rem;line-height:1.25}.atlas-deck-plan-summary small{color:#52645e;font-size:.74rem;line-height:1.35}.atlas-deck-plan-svg{display:block;width:100%;min-height:300px;overflow:visible;background:#fff;border:1px solid #bccdc3;border-radius:14px;box-shadow:0 8px 22px #183f3814}.atlas-deck-plan-svg.is-measurement-plan{min-height:330px}.atlas-deck-photo-measurement-map{position:relative;overflow:hidden;background:#17231f;border:1px solid #acc8bd;border-radius:14px;box-shadow:0 8px 22px #183f381f}.atlas-deck-photo-measurement-map>img{display:block;width:100%;height:auto}.atlas-deck-photo-measurement-map>svg{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.atlas-deck-verified-surface{fill:#64dfb733;stroke:#6de2c0;stroke-width:.75;stroke-dasharray:2 1;vector-effect:non-scaling-stroke}.atlas-deck-verified-surface.is-active{fill:#64dfb74d;stroke:#fff;stroke-width:1.4;filter:drop-shadow(0 0 3px rgba(17,82,69,.8))}.atlas-deck-verified-stairs{fill:#f4be4e4d;stroke:#ffc85a;stroke-width:.85;stroke-dasharray:3 1;vector-effect:non-scaling-stroke}.atlas-deck-verified-stairs.is-active{fill:#f4be4e75;stroke:#fff4c9;stroke-width:1.5;filter:drop-shadow(0 0 3px rgba(119,71,5,.85))}.atlas-deck-photo-measurement-pin{position:absolute;z-index:3;display:grid;place-items:center;min-width:27px;height:27px;padding:0 5px;color:#fff;background:#073f39;border:2px solid #fff;border-radius:999px;box-shadow:0 2px 7px #00000059;font-size:.55rem;font-weight:900;transform:translate(-50%,-50%)}.atlas-deck-photo-measurement-pin:hover,.atlas-deck-photo-measurement-pin:focus-visible,.atlas-deck-photo-measurement-pin.is-active{color:#fff;background:#d06b2c;border-color:#fff7ed;outline:none;box-shadow:0 0 0 3px #fff7edb3,0 2px 9px #0006}.atlas-deck-trace-status{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:7px;align-items:stretch}.atlas-deck-trace-status>span{display:grid;grid-template-columns:12px minmax(0,1fr);gap:6px;align-items:center;min-width:0;padding:8px;color:#315d53;background:#fff;border:1px solid #c9d9d2;border-radius:9px}.atlas-deck-trace-status i{width:11px;height:11px;background:#64dfb76b;border:2px solid #319879;border-radius:3px}.atlas-deck-trace-status i.is-stairs{background:#f4be4e80;border-color:#bd781d}.atlas-deck-trace-status strong{overflow-wrap:anywhere;font-size:.53rem;line-height:1.25}.atlas-deck-trace-status>button{padding:8px 10px;color:#17584c;background:#e4f2ec;border:1px solid #acd2c4;border-radius:9px;font-size:.55rem;font-weight:850}.atlas-deck-footprint-photo-key{display:grid;gap:7px}.atlas-deck-footprint-photo-key>span{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;background:#fff8ef;border:1px solid #dfb48e;border-radius:9px}.atlas-deck-footprint-photo-key>span.is-confirmed{background:#f3faf6;border-color:#8fc3ae}.atlas-deck-footprint-photo-key b{display:grid;place-items:center;width:29px;height:29px;color:#fff;background:#a45e2e;border-radius:50%;font-size:.58rem}.atlas-deck-footprint-photo-key .is-confirmed b{background:#176654}.atlas-deck-footprint-photo-key>span>span{display:grid;gap:2px;min-width:0}.atlas-deck-footprint-photo-key strong{overflow:hidden;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.atlas-deck-footprint-photo-key small{color:#5a6d66;font-size:.52rem;line-height:1.3}.atlas-deck-footprint-photo-key em{color:#965527;font-size:.48rem;font-style:normal;font-weight:850;text-transform:uppercase}.atlas-deck-footprint-photo-key .is-confirmed em{color:#176654}.atlas-deck-guided-capture{display:grid;gap:16px;margin-top:16px}.atlas-deck-guided-capture>header{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;padding:18px 20px;background:#e8f2ed;border:1px solid #bad2c7;border-radius:14px}.atlas-deck-guided-capture>header.is-complete{background:#e3f4ec;border-color:#82b9a3}.atlas-deck-guided-capture>header>div{display:grid;gap:4px}.atlas-deck-guided-capture>header span{color:#176654;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.atlas-deck-guided-capture>header h4,.atlas-deck-guided-capture>header p{margin:0}.atlas-deck-guided-capture>header h4{color:#173f3b;font-size:1.18rem}.atlas-deck-guided-capture>header p{max-width:680px;color:#4e645d;font-size:.94rem;line-height:1.5}.atlas-deck-guided-capture>header>strong{flex:0 0 auto;padding:8px 11px;color:#75502f;background:#fff;border-radius:999px;font-size:.86rem}.atlas-deck-guided-progress{display:grid;grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:8px}.atlas-deck-guided-progress button{display:flex;gap:8px;align-items:center;min-height:50px;padding:8px 11px;color:#40564f;background:#fff;border:1px solid #cad8d1;border-radius:10px;font-size:.94rem;font-weight:850}.atlas-deck-guided-progress button:hover,.atlas-deck-guided-progress button.is-active{color:#173f3b;background:#fff4e9;border-color:#cf7a42}.atlas-deck-guided-progress button:focus-visible{outline:3px solid rgba(36,100,87,.28);outline-offset:2px}.atlas-deck-guided-progress button.is-complete{color:#176654;border-color:#78b39c}.atlas-deck-guided-progress b{display:grid;place-items:center;width:30px;height:30px;color:#fff;background:#8c6448;border-radius:50%;font-size:.82rem}.atlas-deck-guided-progress .is-complete b{background:#176654}.atlas-deck-guided-question{display:grid;gap:17px;padding:22px;background:#fff;border:1px solid #cbd9d2;border-radius:16px;box-shadow:0 8px 26px #1f423912}.atlas-deck-guided-question-count{color:#8b592f;font-size:.8rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.atlas-deck-guided-question>header{display:flex;gap:18px;align-items:flex-start;justify-content:space-between}.atlas-deck-guided-question>header>div{display:flex;gap:12px;align-items:flex-start}.atlas-deck-guided-question>header b{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;color:#fff;background:#173f3b;border-radius:50%;font-size:.9rem}.atlas-deck-guided-question>header span{display:grid;gap:4px}.atlas-deck-guided-question h4,.atlas-deck-guided-question p{margin:0}.atlas-deck-guided-question h4{color:#173f3b;font-size:1.25rem;line-height:1.3}.atlas-deck-guided-question p{color:#536761;font-size:.96rem;line-height:1.5}.atlas-deck-guided-question>header em{padding:6px 9px;color:#176654;background:#e4f5ed;border-radius:999px;font-size:.76rem;font-style:normal;font-weight:900;text-transform:uppercase}.atlas-deck-guided-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.atlas-deck-guided-number,.atlas-deck-guided-select,.atlas-deck-guided-placement>label{display:grid;gap:7px;color:#344e47;font-size:.92rem;font-weight:820}.atlas-deck-guided-number>span:last-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;background:#fff;border:2px solid #b7c8c0;border-radius:10px}.atlas-deck-guided-number input,.atlas-deck-guided-select select,.atlas-deck-guided-placement select{width:100%;min-height:50px;padding:10px 12px;color:#193b35;background:#fff;border:2px solid #b7c8c0;border-radius:10px;font-size:1rem}.atlas-deck-guided-number input{border:0}.atlas-deck-guided-number b{padding:0 12px;color:#546a63;font-size:.86rem}.atlas-deck-guided-number>span:last-child:focus-within,.atlas-deck-guided-select select:focus,.atlas-deck-guided-placement select:focus{border-color:#246457;outline:3px solid rgba(36,100,87,.16)}.atlas-deck-guided-placement{display:grid;gap:12px;padding:16px;background:#f2f7f4;border:1px solid #ccdbd4;border-radius:12px}.atlas-deck-guided-placement h5{margin:0;color:#173f3b;font-size:1.05rem}.atlas-deck-guided-edge-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.atlas-deck-guided-edge-choices button,.atlas-deck-guided-placement details button{min-height:48px;padding:9px;color:#14564b;background:#fff;border:1px solid #9ebdb1;border-radius:9px;font-size:.9rem;font-weight:850}.atlas-deck-guided-edge-choices button:hover,.atlas-deck-guided-edge-choices button.is-active,.atlas-deck-guided-placement details button:hover{color:#fff;background:#246457;border-color:#246457}.atlas-deck-guided-placement details{padding-top:4px}.atlas-deck-guided-placement summary{color:#3f6259;cursor:pointer;font-size:.9rem;font-weight:820}.atlas-deck-guided-placement details>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.atlas-deck-guided-placement details small{grid-column:1 / -1;color:#5b6f68;font-size:.84rem;text-align:center}.atlas-deck-guided-confirm{width:100%;min-height:56px;font-size:.96rem}.atlas-deck-guided-additions{display:flex;flex-wrap:wrap;gap:9px;align-items:center;padding:13px 15px;background:#f6f2eb;border:1px dashed #cbbca8;border-radius:11px}.atlas-deck-guided-additions>span{margin-right:auto;color:#5f5245;font-size:.9rem;font-weight:800}.atlas-deck-guided-additions button{min-height:46px;padding:9px 12px;color:#17594e;background:#fff;border:1px solid #9ebeb2;border-radius:9px;font-size:.88rem;font-weight:850}.atlas-deck-guided-advanced,.atlas-deck-guided-project{background:#fff;border:1px solid #d2ddd7;border-radius:12px}.atlas-deck-guided-advanced>summary,.atlas-deck-guided-project>summary{display:flex;gap:14px;align-items:center;justify-content:space-between;min-height:58px;padding:12px 15px;cursor:pointer;list-style:none}.atlas-deck-guided-advanced>summary::-webkit-details-marker,.atlas-deck-guided-project>summary::-webkit-details-marker{display:none}.atlas-deck-guided-advanced>summary>span,.atlas-deck-guided-project>summary>span{display:grid;gap:3px}.atlas-deck-guided-advanced>summary strong,.atlas-deck-guided-project>summary strong{color:#263f38;font-size:.95rem}.atlas-deck-guided-advanced>summary small,.atlas-deck-guided-project>summary small{color:#5d7069;font-size:.84rem;line-height:1.4}.atlas-deck-guided-advanced>summary b,.atlas-deck-guided-project>summary b{padding:6px 9px;color:#49615a;background:#edf2ef;border-radius:999px;font-size:.76rem}.atlas-deck-guided-advanced[open]>summary,.atlas-deck-guided-project[open]>summary{border-bottom:1px solid #d8e1dc}.atlas-deck-guided-advanced>.atlas-deck-footprint-editor{margin:14px}.atlas-deck-guided-project{margin-top:16px}.atlas-deck-guided-project>div{padding:0 16px 16px}.atlas-deck-guided-project .atlas-deck-shape-group:first-child{margin-top:0;padding-top:16px;border-top:0}.atlas-deck-site-conditions{display:grid;gap:14px;margin-top:20px;padding-top:20px;border-top:1px solid #d3dfd9}.atlas-deck-site-conditions>header{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;padding:18px 20px;background:#f6efe5;border:1px solid #dbc6a9;border-radius:14px}.atlas-deck-site-conditions>header.is-complete{background:#e3f4ec;border-color:#82b9a3}.atlas-deck-site-conditions>header>div{display:grid;gap:4px}.atlas-deck-site-conditions>header span{color:#8b592f;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.atlas-deck-site-conditions>header h4,.atlas-deck-site-conditions>header p{margin:0}.atlas-deck-site-conditions>header h4{color:#173f3b;font-size:1.18rem}.atlas-deck-site-conditions>header p{max-width:700px;color:#536761;font-size:.94rem;line-height:1.5}.atlas-deck-site-conditions>header>strong{flex:0 0 auto;padding:8px 11px;color:#75502f;background:#fff;border-radius:999px;font-size:.86rem}.atlas-deck-site-progress{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px}.atlas-deck-site-progress button{display:flex;gap:8px;align-items:center;min-height:50px;padding:8px 11px;color:#40564f;background:#fff;border:1px solid #cad8d1;border-radius:10px;font-size:.9rem;font-weight:850}.atlas-deck-site-progress button:hover,.atlas-deck-site-progress button.is-active{color:#173f3b;background:#fff4e9;border-color:#cf7a42}.atlas-deck-site-progress button:focus-visible{outline:3px solid rgba(36,100,87,.28);outline-offset:2px}.atlas-deck-site-progress button.is-complete{color:#176654;border-color:#78b39c}.atlas-deck-site-progress b{display:grid;flex:0 0 auto;place-items:center;width:30px;height:30px;color:#fff;background:#8c6448;border-radius:50%;font-size:.82rem}.atlas-deck-site-progress .is-complete b{background:#176654}.atlas-deck-site-question{display:grid;gap:12px;padding:22px;background:#fff;border:1px solid #cbd9d2;border-radius:16px;box-shadow:0 8px 26px #1f423912}.atlas-deck-site-question>span{color:#8b592f;font-size:.8rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.atlas-deck-site-question h4,.atlas-deck-site-question p{margin:0}.atlas-deck-site-question h4{color:#173f3b;font-size:1.25rem;line-height:1.3}.atlas-deck-site-question p{color:#536761;font-size:.96rem;line-height:1.5}.atlas-deck-site-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}.atlas-deck-site-choices.is-single{grid-template-columns:1fr}.atlas-deck-site-choices button{display:grid;gap:4px;min-height:70px;padding:13px 14px;color:#24473f;background:#f8fbf9;border:2px solid #c0d1c9;border-radius:12px;text-align:left}.atlas-deck-site-choices button:hover,.atlas-deck-site-choices button.is-active{color:#123d34;background:#e5f3ed;border-color:#246457}.atlas-deck-site-choices button:focus-visible{outline:3px solid rgba(36,100,87,.25);outline-offset:2px}.atlas-deck-site-choices strong{font-size:1rem}.atlas-deck-site-choices small{color:#596e67;font-size:.86rem;line-height:1.4}.atlas-deck-site-measure{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;padding:15px;background:#eef5f1;border:1px solid #bed5ca;border-radius:12px}.atlas-deck-site-measure label{display:grid;gap:7px;color:#344e47;font-size:.92rem;font-weight:820}.atlas-deck-site-measure label>span:last-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;background:#fff;border:2px solid #b7c8c0;border-radius:10px}.atlas-deck-site-measure input{width:100%;min-height:50px;padding:10px 12px;color:#193b35;background:#fff;border:0;font-size:1rem}.atlas-deck-site-measure b{padding:0 12px;color:#546a63;font-size:.86rem}.atlas-deck-site-measure label>span:last-child:focus-within{border-color:#246457;outline:3px solid rgba(36,100,87,.16)}.atlas-deck-site-measure>button{min-height:50px}.atlas-deck-site-technical{background:#fff;border:1px solid #d2ddd7;border-radius:12px}.atlas-deck-site-technical>summary{display:flex;gap:14px;align-items:center;justify-content:space-between;min-height:58px;padding:12px 15px;cursor:pointer;list-style:none}.atlas-deck-site-technical>summary::-webkit-details-marker{display:none}.atlas-deck-site-technical>summary>span{display:grid;gap:3px}.atlas-deck-site-technical>summary strong{color:#263f38;font-size:.95rem}.atlas-deck-site-technical>summary small{color:#5d7069;font-size:.84rem;line-height:1.4}.atlas-deck-site-technical>summary b{padding:6px 9px;color:#49615a;background:#edf2ef;border-radius:999px;font-size:.76rem}.atlas-deck-site-technical[open]>summary{border-bottom:1px solid #d8e1dc}.atlas-deck-site-technical dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:15px}.atlas-deck-site-technical dl>div{display:grid;gap:3px;padding:12px;background:#f4f7f5;border-radius:9px}.atlas-deck-site-technical dt{color:#61736d;font-size:.76rem;font-weight:850;text-transform:uppercase}.atlas-deck-site-technical dd{margin:0;color:#233f38;font-size:.9rem;font-weight:780}.atlas-deck-site-technical>p{margin:0;padding:0 15px 15px;color:#5a6e67;font-size:.86rem;line-height:1.5}.atlas-deck-footprint-editor{display:grid;gap:14px;margin-top:14px;padding:14px;background:#eef5f1;border:1px solid #bed5ca;border-radius:14px}.atlas-deck-footprint-editor>header{display:flex;gap:18px;align-items:flex-start;justify-content:space-between}.atlas-deck-footprint-editor>header>div{display:grid;gap:3px}.atlas-deck-footprint-editor>header span{color:#176654;font-size:.55rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.atlas-deck-footprint-editor>header h4,.atlas-deck-footprint-editor>header p{margin:0}.atlas-deck-footprint-editor>header h4{font-size:.79rem}.atlas-deck-footprint-editor>header p{max-width:720px;color:#596b65;font-size:.56rem;line-height:1.45}.atlas-deck-footprint-editor>header>strong{flex:0 0 auto;padding:7px 9px;color:#75502f;background:#fff4e4;border-radius:999px;font-size:.54rem}.atlas-deck-footprint-workspace{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr);gap:12px;align-items:stretch}.atlas-deck-footprint-plan{display:grid;grid-template-rows:minmax(280px,1fr) auto;overflow:hidden;background:#fbfdfb;border:1px solid #b8cec3;border-radius:12px}.atlas-deck-footprint-plan svg{display:block;width:100%;min-height:280px}.atlas-deck-footprint-grid{fill:#fbfdfb}.atlas-deck-footprint-grid+path,#atlas-footprint-grid path{fill:none;stroke:#dce8e2;stroke-width:.05}.atlas-deck-footprint-axis{stroke:#aabbb3;stroke-width:.08;stroke-dasharray:.35 .35;vector-effect:non-scaling-stroke}.atlas-deck-footprint-shape{fill:#e09d68ad;stroke:#6f4d38;stroke-width:.18;cursor:pointer;vector-effect:non-scaling-stroke}.atlas-deck-footprint-shape.is-confirmed{fill:#4eae8c80;stroke:#176654}.atlas-deck-footprint-shape.is-selected{stroke:#d35f23;stroke-width:.38;filter:drop-shadow(0 0 .3px rgba(211,95,35,.7))}.atlas-deck-footprint-shape:focus-visible{outline:none;stroke:#008f7a;stroke-width:.5}.atlas-deck-footprint-shape-label{pointer-events:none}.atlas-deck-footprint-shape-label circle{fill:#073f39;stroke:#fff;stroke-width:.12;vector-effect:non-scaling-stroke}.atlas-deck-footprint-shape-label text{fill:#fff;font-size:.75px;font-weight:900;text-anchor:middle}.atlas-deck-footprint-stairs{cursor:pointer}.atlas-deck-footprint-stairs rect{fill:#f4be4e3d;stroke:#8a5813;stroke-width:.18;vector-effect:non-scaling-stroke}.atlas-deck-footprint-stairs.is-confirmed rect{fill:#4eae8c33;stroke:#176654}.atlas-deck-footprint-stairs.is-selected rect{fill:#f4be4e57;stroke:#d35f23;stroke-width:.38;filter:drop-shadow(0 0 .3px rgba(211,95,35,.7))}.atlas-deck-footprint-stairs:focus-visible{outline:none}.atlas-deck-footprint-stairs:focus-visible rect{stroke:#008f7a;stroke-width:.5}.atlas-deck-footprint-stair-details{pointer-events:none}.atlas-deck-footprint-stair-tread{stroke:#9f6919;stroke-width:.13;vector-effect:non-scaling-stroke}.atlas-deck-footprint-stair-attachment{stroke:#173f3b;stroke-width:.34;vector-effect:non-scaling-stroke}.atlas-deck-footprint-stair-direction{stroke:#173f3b;stroke-width:.2;vector-effect:non-scaling-stroke}.atlas-deck-footprint-stair-direction-head{fill:#173f3b}.atlas-deck-footprint-stair-label circle{fill:#a96715;stroke:#fff;stroke-width:.1;vector-effect:non-scaling-stroke}.atlas-deck-footprint-stair-label text{fill:#fff;font-size:.56px;font-weight:900;text-anchor:middle}.atlas-deck-footprint-stairs.is-confirmed .atlas-deck-footprint-stair-tread{stroke:#176654}.atlas-deck-footprint-stairs.is-confirmed .atlas-deck-footprint-stair-label circle{fill:#176654}.atlas-deck-footprint-plan>div{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:8px 10px;background:#fff;border-top:1px solid #d7e1dc}.atlas-deck-footprint-plan>div span{display:flex;gap:5px;align-items:center;color:#50635d;font-size:.5rem}.atlas-deck-footprint-plan>div i{width:10px;height:10px;background:#dfa06c;border:1px solid #8e6040;border-radius:2px}.atlas-deck-footprint-plan>div i.is-confirmed{background:#83cbb2;border-color:#176654}.atlas-deck-footprint-plan>div small{margin-left:auto;color:#687873;font-size:.48rem}.atlas-deck-footprint-section-card,.atlas-deck-footprint-stair-card{display:grid;align-content:start;gap:10px;padding:12px;background:#fff;border:1px solid #cbdad3;border-radius:12px}.atlas-deck-footprint-section-card>header,.atlas-deck-footprint-stair-card>header{display:flex;gap:12px;align-items:center;justify-content:space-between}.atlas-deck-footprint-section-card>header>span{display:flex;gap:8px;align-items:center}.atlas-deck-footprint-section-card>header b{display:grid;place-items:center;width:31px;height:31px;color:#fff;background:#073f39;border-radius:50%;font-size:.62rem}.atlas-deck-footprint-section-card>header>span>span{display:grid;gap:2px}.atlas-deck-footprint-section-card header strong{font-size:.64rem}.atlas-deck-footprint-section-card header small{color:#64746f;font-size:.51rem}.atlas-deck-footprint-section-card em,.atlas-deck-footprint-stair-card em{padding:4px 7px;color:#965527;background:#fff0e3;border-radius:999px;font-size:.48rem;font-style:normal;font-weight:850;text-transform:uppercase}.atlas-deck-footprint-section-card em.is-confirmed,.atlas-deck-footprint-stair-card em.is-confirmed{color:#176654;background:#e4f5ed}.atlas-deck-footprint-label,.atlas-deck-footprint-number{display:grid;gap:4px;color:#53655f;font-size:.52rem;font-weight:760}.atlas-deck-footprint-label input,.atlas-deck-footprint-label select{width:100%;min-height:38px;padding:8px;background:#fff;border:1px solid #cbd8d2;border-radius:8px}.atlas-deck-footprint-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.atlas-deck-footprint-number>span:last-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;background:#fff;border:1px solid #cbd8d2;border-radius:8px}.atlas-deck-footprint-number input{width:100%;min-height:38px;padding:8px;border:0}.atlas-deck-footprint-number b{padding:0 8px;color:#65756f;font-size:.52rem}.atlas-deck-footprint-card-help{margin:-2px 0 0;color:#5c6e68;font-size:.52rem;line-height:1.45}.atlas-deck-placement-tools{display:grid;gap:9px;padding:10px;background:#f3f8f5;border:1px solid #cadbd3;border-radius:10px}.atlas-deck-placement-tools>header{display:grid;gap:2px}.atlas-deck-placement-tools>header strong{color:#163f39;font-size:.59rem}.atlas-deck-placement-tools>header small,.atlas-deck-placement-tools>small{color:#60726b;font-size:.49rem;line-height:1.4}.atlas-deck-nudge-step{display:flex;gap:7px;align-items:center;color:#53655f;font-size:.5rem;font-weight:800}.atlas-deck-nudge-step select{min-height:30px;padding:4px 24px 4px 7px;background:#fff;border:1px solid #bfcec7;border-radius:7px;font-size:.52rem}.atlas-deck-position-controls{display:grid;grid-template-columns:minmax(145px,1fr) minmax(115px,.8fr);gap:9px;align-items:stretch}.atlas-deck-nudge-pad{display:grid;grid-template-areas:". up ." "left center right" ". down .";grid-template-columns:repeat(3,38px);grid-template-rows:repeat(3,32px);gap:3px;justify-content:center;align-items:center}.atlas-deck-nudge-pad button,.atlas-deck-rotate-controls button,.atlas-deck-stair-controls button,.atlas-deck-snap-controls>button{min-height:30px;color:#07574d;background:#fff;border:1px solid #9fbbb0;border-radius:7px;font-size:.54rem;font-weight:850}.atlas-deck-nudge-pad button:hover,.atlas-deck-rotate-controls button:hover,.atlas-deck-stair-controls button:hover,.atlas-deck-snap-controls>button:hover{background:#e2f4ed;border-color:#00796b}.atlas-deck-nudge-pad .is-up{grid-area:up}.atlas-deck-nudge-pad .is-left{grid-area:left}.atlas-deck-nudge-pad>span{grid-area:center;color:#5e7069;font-size:.47rem;font-weight:800;text-align:center}.atlas-deck-nudge-pad .is-right{grid-area:right}.atlas-deck-nudge-pad .is-down{grid-area:down}.atlas-deck-anchor-note{display:grid;align-content:center;gap:4px;min-height:102px;padding:12px;background:#fff;border:1px dashed #b7c9c1;border-radius:8px}.atlas-deck-anchor-note strong{color:#16463f;font-size:.55rem}.atlas-deck-anchor-note small{color:#65756f;font-size:.49rem;line-height:1.4}.atlas-deck-rotate-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;align-content:center}.atlas-deck-rotate-controls small{grid-column:1 / -1;color:#5b6d66;font-size:.49rem;text-align:center}.atlas-deck-snap-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr) auto;gap:7px;align-items:end;padding-top:8px;border-top:1px solid #d5e1dc}.atlas-deck-snap-controls label{display:grid;gap:3px;color:#53655f;font-size:.49rem;font-weight:800}.atlas-deck-snap-controls select{width:100%;min-height:32px;padding:5px;background:#fff;border:1px solid #bdcec6;border-radius:7px;font-size:.5rem}.atlas-deck-snap-controls>button{padding:6px 9px}.atlas-deck-snap-controls>small{grid-column:1 / -1;color:#61736c;font-size:.48rem;line-height:1.35}.atlas-deck-stair-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.atlas-deck-footprint-card-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:2px}.atlas-deck-footprint-card-actions button{min-height:36px;padding:8px 11px;font-size:.55rem}.atlas-deck-footprint-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.atlas-deck-footprint-tabs>button{display:grid;grid-template-columns:29px minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:8px;text-align:left;background:#fff;border:1px solid #cad9d2;border-radius:9px}.atlas-deck-footprint-tabs>button.is-active{background:#fff5eb;border-color:#d06b2c}.atlas-deck-footprint-tabs>button.is-confirmed{border-color:#7eb8a2}.atlas-deck-footprint-tabs>button.is-stairs b,.atlas-deck-footprint-stair-card>header b{background:#9a6211}.atlas-deck-footprint-tabs b{display:grid;place-items:center;width:28px;height:28px;color:#fff;background:#6f4d38;border-radius:50%;font-size:.57rem}.atlas-deck-footprint-tabs .is-confirmed b{background:#176654}.atlas-deck-footprint-tabs span{display:grid;gap:2px;min-width:0}.atlas-deck-footprint-tabs strong{overflow:hidden;font-size:.55rem;text-overflow:ellipsis;white-space:nowrap}.atlas-deck-footprint-tabs small{color:#64756f;font-size:.48rem}.atlas-deck-footprint-tabs>button.is-add{display:block;color:#176654;background:#e5f3ed;border-style:dashed;font-size:.55rem;font-weight:850;text-align:center}.atlas-deck-footprint-stair-card>header div{display:grid;gap:2px}.atlas-deck-footprint-stair-card>header span{color:#9c6412;font-size:.51rem;font-weight:880;text-transform:uppercase}.atlas-deck-footprint-stair-card h5{margin:0;font-size:.7rem}.atlas-deck-add-stairs{min-height:42px;color:#8a5813;background:#fff8e9;border:1px dashed #cf9c4e;border-radius:10px;font-size:.58rem;font-weight:850}.atlas-deck-plan-ground{fill:#f7faf7}.atlas-deck-plan-section{stroke:#5e4635;stroke-width:6;stroke-linejoin:round}.atlas-deck-plan-section.is-secondary{stroke:#75573f}.atlas-deck-plan-section.is-active{stroke:#d06b2c;stroke-width:8;filter:drop-shadow(0 0 4px rgba(208,107,44,.35))}.atlas-deck-plan-section.is-unclear{stroke-dasharray:10 7;opacity:.72}.atlas-deck-plan-connection line{stroke:#6c736e;stroke-width:7}.atlas-deck-plan-connection text{fill:#40534c;font-size:12px;font-weight:850;text-anchor:middle}.atlas-deck-plan-connection.is-freestanding line{stroke-dasharray:6 7;stroke-width:2}.atlas-deck-plan-connection.is-freestanding text{fill:#2d675c}.atlas-deck-plan-stairs rect{fill:#8b6b4f;stroke:#604735;stroke-width:2}.atlas-deck-plan-stairs path{fill:none;stroke:#d2ad88;stroke-width:2}.atlas-deck-plan-stairs circle{fill:#173f3b;stroke:#fff;stroke-width:2}.atlas-deck-plan-stairs text{fill:#fff;font-size:10px;font-weight:900;text-anchor:middle}.atlas-deck-plan-stairs.is-active rect{stroke:#d06b2c;stroke-width:5;filter:drop-shadow(0 0 4px rgba(208,107,44,.35))}.atlas-deck-plan-stair-trace polygon{fill:#e0a52fa8;stroke:#8a5813;stroke-width:3;stroke-linejoin:round}.atlas-deck-plan-stair-trace circle{fill:#7a4b0b;stroke:#fff7dd;stroke-width:2}.atlas-deck-plan-stair-trace text{fill:#fff;font-size:10px;font-weight:900;text-anchor:middle}.atlas-deck-plan-zone-marker circle{fill:#173f3bf5;stroke:#fff;stroke-width:2}.atlas-deck-plan-zone-marker text{fill:#fff;font-size:11px;font-weight:900;text-anchor:middle}.atlas-deck-dimension-line{cursor:pointer}.atlas-deck-dimension-line line{stroke:#2f665b;stroke-width:2}.atlas-deck-dimension-line marker path{fill:#2f665b}.atlas-deck-dimension-line circle{fill:#173f3b;stroke:#fff;stroke-width:2}.atlas-deck-dimension-line text{fill:#fff;font-size:10px;font-weight:900;text-anchor:middle}.atlas-deck-dimension-line.is-active line{stroke:#d06b2c;stroke-width:4}.atlas-deck-dimension-line.is-active circle{fill:#d06b2c}.atlas-deck-elevation-callouts>text{fill:#536660;font-size:11px;font-weight:750}.atlas-deck-elevation-callouts g{cursor:pointer}.atlas-deck-elevation-callouts circle{fill:#173f3b;stroke:#fff;stroke-width:2}.atlas-deck-elevation-callouts g.is-active circle{fill:#d06b2c;stroke:#8a4318;stroke-width:3}.atlas-deck-elevation-callouts g text{fill:#fff;font-size:9px;font-weight:900;text-anchor:middle}.atlas-deck-plan-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.atlas-deck-plan-sections>span{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:8px;background:#ffffffb8;border:1px solid #cedbd4;border-radius:9px}.atlas-deck-plan-sections b{display:grid;place-items:center;width:24px;height:24px;color:#fff;background:#173f3b;border-radius:50%;font-size:.62rem}.atlas-deck-plan-sections>span>span{display:grid;min-width:0}.atlas-deck-plan-sections strong{overflow-wrap:anywhere;font-size:.66rem;line-height:1.25}.atlas-deck-plan-sections small{color:#5a6b65;font-size:.57rem;line-height:1.35}.atlas-deck-plan-measures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.atlas-deck-plan-measures>span{display:grid;gap:3px;min-width:0;padding:10px 11px;background:#fff;border:1px solid #cddad3;border-radius:10px}.atlas-deck-plan-measures small{color:#596b64;font-size:.65rem;font-weight:760}.atlas-deck-plan-measures strong{overflow:hidden;color:#173f3b;font-size:.82rem;line-height:1.25;text-overflow:ellipsis}.atlas-deck-measurement-key{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.atlas-deck-measurement-key button{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:8px;text-align:left;background:#fff;border:1px solid #cddad3;border-radius:9px}.atlas-deck-measurement-key button:hover,.atlas-deck-measurement-key button.is-active{background:#fff4e8;border-color:#d06b2c;box-shadow:inset 0 0 0 1px #d06b2c}.atlas-deck-measurement-key button>b{display:grid;place-items:center;width:28px;height:28px;padding:0;color:#fff;background:#173f3b;border-radius:50%;font-size:.6rem}.atlas-deck-measurement-key button.is-active>b{background:#d06b2c}.atlas-deck-measurement-key button>span{display:grid;gap:2px;min-width:0}.atlas-deck-measurement-key strong{overflow:hidden;color:#263b35;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}.atlas-deck-measurement-key small{color:#276356;font-size:.57rem;font-weight:800}.atlas-deck-photo-evidence{display:grid;gap:4px;padding:10px 11px;color:#315d53;background:#eff7f3;border:1px solid #c9ded4;border-radius:10px}.atlas-deck-photo-evidence strong{font-size:.64rem}.atlas-deck-photo-evidence span{color:#1f6959;font-size:.57rem;font-weight:800}.atlas-deck-photo-evidence small{color:#566a63;font-size:.55rem;line-height:1.4}.atlas-deck-plan-legend{display:flex;flex-wrap:wrap;gap:6px}.atlas-deck-plan-legend span{padding:6px 9px;color:#3f514b;background:#fff;border:1px solid #cbd9d1;border-radius:999px;font-size:.66rem;font-weight:780}.atlas-deck-plan-legend span.is-rail:before,.atlas-deck-plan-legend span.is-fascia:before{display:inline-block;width:12px;height:3px;margin-right:5px;vertical-align:middle;content:"";background:#172a27}.atlas-deck-plan-legend span.is-fascia:before{background:#e0a24b}.atlas-deck-collection-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:20px}.atlas-deck-collection-tabs button{display:grid;gap:5px;padding:13px;text-align:left;background:#fff;border:1px solid #dce3dd;border-radius:12px}.atlas-deck-collection-tabs button.is-active{background:#e4f1eb;border-color:#7db19f;box-shadow:inset 0 0 0 1px #7db19f}.atlas-deck-collection-tabs strong{font-size:.68rem}.atlas-deck-collection-tabs small{color:var(--atlas-muted);font-size:.55rem;line-height:1.4}.atlas-deck-color-section{padding:16px;background:#fff;border:1px solid #dce3dd;border-radius:14px}.atlas-deck-color-section>header,.atlas-deck-price-step>header,.atlas-deck-visualize-step>header,.atlas-deck-propose-step>header{display:flex;gap:18px;align-items:flex-start;justify-content:space-between}.atlas-deck-color-section h4,.atlas-deck-color-section p{margin:0}.atlas-deck-color-section h4{font-size:.78rem}.atlas-deck-color-section p{margin-top:3px;color:var(--atlas-muted);font-size:.59rem}.atlas-deck-color-section>header>strong{color:#2a6759;font-size:.7rem}.atlas-deck-color-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:13px}.atlas-deck-color-grid button{position:relative;overflow:hidden;padding:0 0 9px;background:#f8f9f6;border:2px solid transparent;border-radius:10px}.atlas-deck-color-grid button.is-active{border-color:#2c7565}.atlas-deck-color-grid img{display:block;width:100%;aspect-ratio:1.6;object-fit:cover}.atlas-deck-color-grid button>span{position:absolute;top:6px;right:6px;width:16px;height:16px;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #00000040}.atlas-deck-color-grid strong{display:block;overflow:hidden;padding:8px 5px 0;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.atlas-deck-finish-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:12px}.atlas-deck-3d{position:relative;height:480px;overflow:hidden;background:#e8eee9;border:1px solid #d2dcd4;border-radius:16px}.atlas-deck-3d--compact{height:310px}.atlas-deck-3d canvas{display:block}.atlas-deck-3d-caption{position:absolute;left:14px;bottom:14px;display:grid;gap:2px;padding:9px 11px;color:#fff;background:#132d29db;border-radius:10px;pointer-events:none}.atlas-deck-3d-caption span{color:#bfe1d4;font-size:.51rem;font-weight:800;text-transform:uppercase}.atlas-deck-3d-caption strong{font-size:.66rem}.atlas-deck-3d-caption small{color:#ffffffb3;font-size:.53rem}.atlas-deck-selection-summary{display:grid;gap:3px;min-width:240px;padding:11px 13px;background:#fff;border:1px solid #dce3dd;border-radius:12px}.atlas-deck-selection-summary span{color:#5c6b65;font-size:.55rem;text-transform:uppercase}.atlas-deck-selection-summary strong{font-size:.72rem}.atlas-deck-selection-summary small{color:var(--atlas-muted);font-size:.55rem}.atlas-deck-visual-details{display:grid;grid-template-columns:minmax(260px,.8fr) repeat(2,minmax(0,1fr));gap:10px;align-items:stretch;margin-top:12px}.atlas-deck-visual-details>.atlas-deck-plan-wrap,.atlas-deck-visual-details>div:not(.atlas-deck-plan-wrap){padding:14px;background:#fff;border:1px solid #dce3dd;border-radius:13px}.atlas-deck-visual-details .atlas-deck-plan-svg{min-height:150px}.atlas-deck-visual-details>div:not(.atlas-deck-plan-wrap){display:grid;align-content:center;gap:5px}.atlas-deck-visual-details>div>span{color:var(--atlas-muted);font-size:.55rem;text-transform:uppercase}.atlas-deck-visual-details>div>strong{font-size:.78rem}.atlas-deck-visual-details>div>small{color:var(--atlas-muted);font-size:.59rem;line-height:1.45}.atlas-deck-estimate-total{display:grid;gap:2px;min-width:220px;padding:11px 14px;color:#fff;background:#173f3b;border-radius:12px}.atlas-deck-estimate-total span{color:#b8dfd0;font-size:.54rem;text-transform:uppercase}.atlas-deck-estimate-total strong{font-size:1.3rem}.atlas-deck-estimate-total small{color:#ffffffad;font-size:.52rem}.atlas-deck-confidence{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:14px;padding:12px 14px;border:1px solid #dce3dd;border-radius:12px}.atlas-deck-confidence>span{display:grid;gap:3px}.atlas-deck-confidence>span strong{font-size:.75rem}.atlas-deck-confidence>span small,.atlas-deck-confidence li{font-size:.56rem;line-height:1.45}.atlas-deck-confidence ul{display:grid;gap:4px;margin:0;padding-left:18px}.atlas-deck-confidence.is-ready{color:#21594c;background:#e7f3ed;border-color:#b9d8ca}.atlas-deck-confidence.is-review-required{color:#6e4b19;background:#fff7e7;border-color:#ead5a8}.atlas-deck-confidence.is-budget-only{color:#6b5046;background:#f6efeb;border-color:#dfcec5}.atlas-deck-price-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:15px}.atlas-deck-estimate-card,.atlas-deck-assumptions{padding:16px;background:#fff;border:1px solid #dce3dd;border-radius:14px}.atlas-deck-estimate-lines{display:grid}.atlas-deck-estimate-lines article{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf0ed}.atlas-deck-estimate-lines article>span{display:grid;gap:3px}.atlas-deck-estimate-lines strong{font-size:.67rem}.atlas-deck-estimate-lines small{color:var(--atlas-muted);font-size:.56rem}.atlas-deck-estimate-summary{display:grid;justify-content:end;margin-top:12px}.atlas-deck-estimate-summary>div{display:grid;grid-template-columns:150px 110px;gap:20px;padding:5px 0;text-align:right;font-size:.65rem}.atlas-deck-estimate-summary>div:last-child{margin-top:6px;padding-top:10px;border-top:2px solid #173f3b;font-size:.86rem}.atlas-deck-assumptions{display:grid;gap:8px;align-content:start}.atlas-deck-assumptions h4,.atlas-deck-assumptions p{margin:0}.atlas-deck-assumptions h4{font-size:.78rem}.atlas-deck-assumptions p{margin-bottom:5px;color:var(--atlas-muted);font-size:.58rem;line-height:1.4}.atlas-deck-assumptions input{width:100%;min-height:38px}.atlas-deck-margin{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding:11px;color:#25594e;background:#e4f1eb;border-radius:10px;font-size:.63rem}.atlas-deck-margin strong{font-size:.85rem}.atlas-deck-labor-standards{margin-top:4px;padding:10px;background:#f5f7f4;border-radius:9px}.atlas-deck-labor-standards summary{cursor:pointer;font-size:.6rem;font-weight:800}.atlas-deck-labor-standards small{display:block;margin-top:7px;color:var(--atlas-muted);font-size:.54rem;line-height:1.55}.atlas-deck-cost-details{margin-top:14px;overflow:hidden;background:#fff;border:1px solid #dce3dd;border-radius:14px}.atlas-deck-cost-details>summary{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;list-style:none}.atlas-deck-cost-details>summary::-webkit-details-marker{display:none}.atlas-deck-cost-details>summary>span{display:grid;gap:3px}.atlas-deck-cost-details>summary strong{font-size:.7rem}.atlas-deck-cost-details>summary small{color:var(--atlas-muted);font-size:.55rem}.atlas-deck-cost-details>summary b{color:#2a6759;font-size:.58rem}.atlas-deck-cost-details[open]>summary{border-bottom:1px solid #e5eae6}.atlas-deck-cost-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:16px}.atlas-deck-cost-detail-grid h5,.atlas-deck-engine-notes h5{margin:0 0 8px;font-size:.65rem}.atlas-deck-takeoff-table{display:grid;max-height:360px;overflow:auto;border:1px solid #e5eae6;border-radius:10px}.atlas-deck-takeoff-table article{display:flex;gap:14px;justify-content:space-between;padding:9px 10px;border-bottom:1px solid #edf0ed}.atlas-deck-takeoff-table article:last-child{border-bottom:0}.atlas-deck-takeoff-table article>span{display:grid;gap:2px}.atlas-deck-takeoff-table article>span:last-child{flex:0 0 auto;text-align:right}.atlas-deck-takeoff-table strong{font-size:.57rem}.atlas-deck-takeoff-table small{color:var(--atlas-muted);font-size:.5rem}.atlas-deck-engine-notes{margin:0 16px 16px;padding:12px 14px;color:#6e4b19;background:#fff7e7;border-radius:10px}.atlas-deck-engine-notes ul{display:grid;gap:5px;margin:0;padding-left:18px}.atlas-deck-engine-notes li{font-size:.54rem;line-height:1.45}.atlas-deck-ready-badge{padding:7px 10px;color:#235c4f;background:#d6eee4;border-radius:999px;font-size:.61rem;font-weight:800}.atlas-deck-proposal-document{max-width:940px;margin:0 auto;padding:26px;background:#fff;border:1px solid #dce3dd;border-radius:4px;box-shadow:0 12px 36px #21322c17}.atlas-deck-proposal-brand{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:12px;align-items:center;padding-bottom:16px;border-bottom:3px solid #173f3b}.atlas-deck-proposal-brand>span{display:grid;place-items:center;height:42px;color:#fff;background:#173f3b;border-radius:10px;font-size:.75rem;font-weight:900;letter-spacing:.12em}.atlas-deck-proposal-brand>div{display:grid;gap:2px}.atlas-deck-proposal-brand strong{font-size:.78rem}.atlas-deck-proposal-brand small{color:var(--atlas-muted);font-size:.55rem}.atlas-deck-proposal-brand b{font-size:.68rem}.atlas-deck-proposal-title{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:16px 0}.atlas-deck-proposal-title>span{display:grid;gap:3px}.atlas-deck-proposal-title small{color:var(--atlas-muted);font-size:.53rem;text-transform:uppercase}.atlas-deck-proposal-title strong{font-size:.78rem}.atlas-deck-proposal-title em{color:var(--atlas-muted);font-size:.57rem;font-style:normal}.atlas-deck-proposal-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:12px 0;overflow:hidden;background:#dfe5df;border:1px solid #dfe5df;border-radius:10px}.atlas-deck-proposal-products>div{display:grid;gap:4px;padding:10px;background:#f8faf7}.atlas-deck-proposal-products span{color:var(--atlas-muted);font-size:.5rem;text-transform:uppercase}.atlas-deck-proposal-products strong{font-size:.6rem}.atlas-deck-proposal-lines article{display:flex;gap:20px;justify-content:space-between;padding:10px 0;border-top:1px solid #e6ebe7}.atlas-deck-proposal-lines article>span{display:grid;gap:3px;max-width:700px}.atlas-deck-proposal-lines strong,.atlas-deck-proposal-lines b{font-size:.64rem}.atlas-deck-proposal-lines small{color:var(--atlas-muted);font-size:.54rem;line-height:1.45}.atlas-deck-proposal-total{display:flex;gap:18px;align-items:end;justify-content:flex-end;padding-top:13px;border-top:3px solid #173f3b;text-align:right}.atlas-deck-proposal-total>span{display:grid;gap:2px}.atlas-deck-proposal-total small{color:var(--atlas-muted);font-size:.51rem}.atlas-deck-proposal-total strong{font-size:.67rem}.atlas-deck-proposal-total b{font-size:1.25rem}.atlas-deck-proposal-terms{margin:14px 0 0;padding:10px;color:#59665f;background:#f4f6f3;font-size:.53rem;line-height:1.45}.atlas-deck-proposal-actions{display:flex;gap:9px;justify-content:center;margin-top:14px}.atlas-deck-core-proposal{display:grid;gap:10px;margin:14px 0}.atlas-deck-core-proposal>div:last-child{padding:11px;background:#f0f5f1;border-radius:10px}.atlas-deck-render-loading{display:grid;place-items:center;min-height:240px;color:var(--atlas-muted);background:#eef2ee;border-radius:14px;font-size:.65rem}.atlas-deck-error{margin:0;padding:9px 22px;color:#7e3e36;background:#f6e0dc;border-top:1px solid #e8c6c0;font-size:.63rem;font-weight:750}.atlas-deck-express-footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:15px;align-items:center;padding:12px 22px;background:#fff;border-top:1px solid #dbe2dc}.atlas-deck-express-footer>span{color:var(--atlas-muted);font-size:.6rem;text-align:center}.atlas-deck-express-footer--first{display:flex;justify-content:flex-end}.atlas-deck-access-denied{display:grid;gap:10px;width:min(520px,100%);padding:30px;background:#fff;border-radius:18px;box-shadow:0 30px 90px #0814115c}.atlas-deck-access-denied span{width:max-content;padding:5px 8px;color:#7c4b22;background:#f6e2c8;border-radius:999px;font-size:.58rem;font-weight:800;text-transform:uppercase}.atlas-deck-access-denied h2,.atlas-deck-access-denied p{margin:0}.atlas-deck-access-denied p{color:var(--atlas-muted);font-size:.69rem;line-height:1.5}.atlas-deck-access-denied button{width:max-content;margin-top:6px}@media (max-width: 1100px){.atlas-deck-express{height:calc(100dvh - 20px);border-radius:16px}.atlas-deck-express-backdrop{padding:10px}.atlas-deck-steps button{grid-template-columns:24px minmax(0,1fr);padding:9px 7px}.atlas-deck-step-badge{width:23px;height:23px}.atlas-deck-finish-grid,.atlas-deck-color-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.atlas-deck-shape-layout{grid-template-columns:minmax(0,1fr) 340px}.atlas-deck-footprint-workspace{grid-template-columns:1fr}}@media (max-width: 820px){.atlas-deck-express-backdrop{padding:0}.atlas-deck-express{width:100%;height:100dvh;border:0;border-radius:0}.atlas-deck-express-head{grid-template-columns:minmax(0,1fr) 40px;gap:10px;padding:13px 14px}.atlas-deck-steps{display:flex;overflow-x:auto}.atlas-deck-steps button{flex:0 0 146px}.atlas-deck-express-body{padding:16px 14px 24px}.atlas-deck-step-layout,.atlas-deck-price-layout{grid-template-columns:1fr}.atlas-deck-step-side{order:-1}.atlas-deck-shape-layout .atlas-deck-step-side{order:0}.atlas-deck-context-card:not(.atlas-deck-context-card--customer-site),.atlas-deck-job-records{grid-template-columns:1fr}.atlas-deck-section-head{align-items:flex-start;flex-direction:column}.atlas-deck-photo-actions{width:100%;flex-wrap:wrap}.atlas-deck-photo-actions>span{margin-right:auto}.atlas-deck-photo-grid,.atlas-deck-collection-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-deck-visual-details{grid-template-columns:1fr}.atlas-deck-3d{height:390px}.atlas-deck-price-step>header,.atlas-deck-visualize-step>header,.atlas-deck-propose-step>header{display:grid}.atlas-deck-selection-summary,.atlas-deck-estimate-total{min-width:0}.atlas-deck-confidence,.atlas-deck-cost-detail-grid{grid-template-columns:1fr}.atlas-deck-photo-workbench{padding:0}.atlas-deck-photo-workbench>section{width:100%;height:100dvh;border-radius:0}.atlas-deck-photo-workbench-body{grid-template-columns:1fr;overflow:auto}.atlas-deck-photo-canvas>img{max-height:62dvh}.atlas-deck-photo-workbench-body>aside{overflow:visible;border-top:1px solid #d9e0da;border-left:0}.atlas-deck-guided-edge-choices,.atlas-deck-site-technical dl,.atlas-deck-footprint-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.atlas-deck-express-head h2{font-size:1rem}.atlas-deck-job-module-head,.atlas-deck-dimension-grid,.atlas-deck-context-card--customer-site,.atlas-deck-photo-grid,.atlas-deck-finish-grid,.atlas-deck-feature-picker,.atlas-deck-guided-fields{grid-template-columns:1fr}.atlas-deck-guided-capture>header,.atlas-deck-guided-question>header,.atlas-deck-site-conditions>header{display:grid}.atlas-deck-guided-question{padding:17px}.atlas-deck-guided-placement details>div{grid-template-columns:1fr}.atlas-deck-guided-placement details small{grid-column:1}.atlas-deck-guided-additions{align-items:stretch;flex-direction:column}.atlas-deck-guided-additions>span{margin-right:0}.atlas-deck-site-choices,.atlas-deck-site-technical dl,.atlas-deck-site-measure,.atlas-deck-footprint-fields,.atlas-deck-footprint-tabs,.atlas-deck-position-controls,.atlas-deck-snap-controls{grid-template-columns:1fr}.atlas-deck-snap-controls>small{grid-column:1}.atlas-deck-ai-draft-banner{align-items:flex-start;flex-direction:column}.atlas-deck-edge-picker{margin-left:0}.atlas-deck-color-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-deck-proposal-document{padding:15px}.atlas-deck-proposal-title,.atlas-deck-proposal-products{grid-template-columns:1fr}.atlas-deck-proposal-brand{grid-template-columns:62px minmax(0,1fr)}.atlas-deck-proposal-brand>b{grid-column:2}.atlas-deck-3d{height:340px}.atlas-deck-3d--compact{height:260px}.atlas-deck-express-footer{grid-template-columns:1fr 1fr}.atlas-deck-express-footer--first{display:flex}.atlas-deck-express-footer--first .atlas-primary-button{width:100%}.atlas-deck-express-footer>span{grid-column:1 / -1;grid-row:1}.atlas-deck-express-footer>button:last-child{grid-column:2}.atlas-deck-photo-workbench>section>footer{grid-template-columns:1fr 1fr}.atlas-deck-photo-workbench>section>footer>span{grid-column:1 / -1}}@media print{body *{visibility:hidden!important}.atlas-deck-proposal-document,.atlas-deck-proposal-document *{visibility:visible!important}.atlas-deck-proposal-document{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;margin:0;border:0;box-shadow:none}.atlas-deck-proposal-document .atlas-deck-3d{height:260px}}.atlas-auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 8%,rgba(203,231,220,.72),transparent 34%),linear-gradient(145deg,#f5f7f3,#e8eeea);color:#102f2c}.atlas-auth-card{width:min(100%,430px);padding:clamp(28px,6vw,46px);border:1px solid rgba(16,47,44,.12);border-radius:28px;background:#fffffff5;box-shadow:0 30px 80px #19363124}.atlas-auth-logo{display:inline-flex;align-items:center;gap:5px;color:#123f3a}.atlas-auth-logo i{width:7px;height:24px;border-radius:999px;background:#1d756a;transform:rotate(28deg)}.atlas-auth-logo i:nth-child(2){height:34px;background:#e0a84b}.atlas-auth-logo i:nth-child(3){height:19px}.atlas-auth-logo strong{margin-left:7px;font-size:1.35rem;letter-spacing:-.03em}.atlas-auth-heading{margin:34px 0 26px}.atlas-auth-heading>span{color:#53716d;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.atlas-auth-heading h1,.atlas-auth-status h1{margin:8px 0 10px;color:#102f2c;font-size:clamp(1.8rem,5vw,2.45rem);letter-spacing:-.045em}.atlas-auth-heading p,.atlas-auth-status p{margin:0;color:#56706c;line-height:1.55}.atlas-auth-form{display:grid;gap:9px}.atlas-auth-form label{margin-top:8px;color:#294b47;font-size:.82rem;font-weight:800}.atlas-auth-form input{min-height:48px;padding:0 14px;border:1px solid #cbd8d4;border-radius:12px;background:#fff;color:#102f2c;font:inherit}.atlas-auth-form input:focus{outline:3px solid rgba(29,117,106,.16);border-color:#1d756a}.atlas-auth-form button,.atlas-auth-actions button{min-height:48px;margin-top:15px;padding:0 20px;border:0;border-radius:12px;background:#123f3a;color:#fff;font:inherit;font-weight:800;cursor:pointer}.atlas-auth-form button:disabled{cursor:wait;opacity:.62}.atlas-auth-error{margin:8px 0 0;padding:11px 12px;border-radius:10px;background:#fff1ed;color:#8a3021;font-size:.88rem}.atlas-auth-invite-note{margin:24px 0 0;color:#6b7d79;font-size:.8rem;line-height:1.5}.atlas-auth-status{text-align:center}.atlas-auth-status .atlas-auth-logo{margin-bottom:32px}.atlas-auth-status small{display:block;margin-top:14px;color:#6b7d79}.atlas-auth-spinner{display:block;width:36px;height:36px;margin:4px auto 18px;border:4px solid #d8e3df;border-top-color:#1d756a;border-radius:50%;animation:atlas-auth-spin .9s linear infinite}.atlas-auth-lock{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 16px;border-radius:50%;background:#eef3f1;color:#45635f;font-size:1.5rem}.atlas-auth-actions{display:flex;justify-content:center;gap:10px;margin-top:12px}.atlas-auth-actions button.is-secondary{border:1px solid #cbd8d4;background:#fff;color:#123f3a}.atlas-session-control{display:grid;justify-items:end;gap:2px;min-width:150px}.atlas-session-control span{max-width:210px;overflow:hidden;color:#60746f;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.atlas-session-control button{padding:3px 0;border:0;background:transparent;color:#155f56;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.atlas-session-control button:disabled{cursor:wait;opacity:.6}.atlas-auth-floating-error{position:fixed;z-index:120;right:20px;bottom:20px;max-width:360px;margin:0;padding:12px 16px;border-radius:12px;background:#8a3021;color:#fff;box-shadow:0 16px 40px #2d140e33}@keyframes atlas-auth-spin{to{transform:rotate(360deg)}}@media (max-width: 760px){.atlas-auth-page{padding:14px}.atlas-auth-card{border-radius:22px}.atlas-session-control span{display:none}.atlas-session-control{min-width:auto}}@media (prefers-reduced-motion: reduce){.atlas-auth-spinner{animation-duration:2s}}
