@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--mg-blue:#075fae;--mg-ink:#122033;--mg-muted:#68798d;--mg-line:#dfe7f1;--mg-bg:#f4f7fb}.mgmt-shell{background:var(--mg-bg);min-height:100vh;color:var(--mg-ink);grid-template-columns:248px minmax(0,1fr);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;display:grid}.mgmt-sidebar{color:#fff;background:#081b31;flex-direction:column;height:100vh;padding:28px 18px 22px;display:flex;position:sticky;top:0}.mgmt-brand{color:#fff;flex-direction:column;align-items:flex-start;gap:10px;padding:0 10px 30px;text-decoration:none;display:flex}.mgmt-brand img{filter:brightness(0)invert();width:150px}.mgmt-brand span,.mgmt-card-head span,.mgmt-welcome>div>span,.mgmt-next>span{letter-spacing:.16em;color:#7f91a4;text-transform:uppercase;font-size:10px;font-weight:850}.mgmt-sidebar nav{gap:7px;display:grid}.mgmt-sidebar nav a{color:#b7c8da;border-radius:10px;align-items:center;gap:11px;padding:12px 13px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.mgmt-sidebar nav a svg{width:19px}.mgmt-sidebar nav a b{background:#173653;border-radius:20px;margin-left:auto;padding:2px 8px;font-size:11px}.mgmt-sidebar nav a em{color:#7fbbea;text-transform:uppercase;margin-left:auto;font-size:10px;font-style:normal}.mgmt-sidebar nav a.active,.mgmt-sidebar nav a:hover{color:#fff;background:#123c63}.mgmt-sidebar-foot{background:#102943;border:1px solid #25425f;border-radius:12px;align-items:center;gap:10px;margin-top:auto;padding:13px;display:flex}.mgmt-sidebar-foot svg{color:#69b5f2;width:20px}.mgmt-sidebar-foot div{display:grid}.mgmt-sidebar-foot b{font-size:12px}.mgmt-sidebar-foot span{color:#91a8bd;font-size:11px}.mgmt-main{min-width:0}.mgmt-topbar{border-bottom:1px solid var(--mg-line);z-index:5;background:#fff;justify-content:space-between;align-items:center;height:78px;padding:0 34px;display:flex;position:sticky;top:0}.mgmt-topbar>div:first-child{display:grid}.mgmt-topbar b{font-size:15px}.mgmt-topbar small{color:var(--mg-muted);margin-top:2px}.mgmt-mobile-brand{display:none}.mgmt-top-actions{align-items:center;gap:13px;display:flex}.mgmt-build{color:#5d6c7f;background:#f0f4f8;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:800}.mgmt-top-actions>a{border:1px solid var(--mg-line);color:var(--mg-ink);border-radius:9px;align-items:center;gap:7px;padding:10px 13px;font-size:12px;font-weight:750;text-decoration:none;display:flex}.mgmt-top-actions>a svg{width:16px}.mgmt-avatar{background:var(--mg-blue);color:#fff;border:0;border-radius:50%;width:38px;height:38px;font-weight:850}.mgmt-content{max-width:1540px;margin:auto;padding:34px}.mgmt-welcome{justify-content:space-between;align-items:flex-end;margin:3px 0 27px;display:flex}.mgmt-welcome h1{letter-spacing:-.035em;margin:7px 0 4px;font-size:32px}.mgmt-welcome p{color:var(--mg-muted);margin:0}.mgmt-live{color:#197448;background:#e8f7ee;border-radius:22px;padding:9px 12px;font-size:12px;font-weight:800}.mgmt-live i{background:#25a765;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.mgmt-error{color:#942b26;background:#fff1f0;border:1px solid #f3c7c5;border-radius:12px;align-items:center;gap:12px;margin-bottom:18px;padding:14px;display:flex}.mgmt-error div{display:grid}.mgmt-error button{color:#fff;background:#942b26;border:0;border-radius:8px;margin-left:auto;padding:8px 12px;font-weight:800}.mgmt-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.mgmt-kpis article,.mgmt-card{border:1px solid var(--mg-line);background:#fff;border-radius:14px;box-shadow:0 5px 18px #152d4b0a}.mgmt-kpis article{grid-template-columns:44px 1fr;align-items:center;column-gap:13px;padding:20px;display:grid}.mgmt-kpis article>div{border-radius:11px;grid-row:1/4;place-items:center;width:44px;height:44px;display:grid}.mgmt-kpis svg{width:21px}.mgmt-kpis .blue{color:#0872c9;background:#e7f2fc}.mgmt-kpis .violet{color:#7257c8;background:#eeeafd}.mgmt-kpis .cyan{color:#157b80;background:#e1f7f7}.mgmt-kpis span{color:var(--mg-muted);font-size:11px;font-weight:750}.mgmt-kpis strong{font-size:25px;line-height:1.1}.mgmt-kpis small{color:#8492a3;font-size:10px}.mgmt-grid{grid-template-columns:minmax(0,2.25fr) minmax(300px,.75fr);align-items:start;gap:18px;display:grid}.mgmt-card{padding:21px}.mgmt-card-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mgmt-card-head h2{margin:4px 0 0;font-size:19px}.mgmt-card-head>b{color:#176bac;background:#edf5fc;border-radius:20px;padding:7px 10px;font-size:11px}.mgmt-filters{gap:10px;margin-bottom:16px;display:flex}.mgmt-filters label{border:1px solid var(--mg-line);background:#fbfcfe;border-radius:9px;align-items:center;height:42px;display:flex;position:relative}.mgmt-filters label:first-child{flex:1}.mgmt-filters svg{color:#8794a4;width:17px;margin:0 10px}.mgmt-filters input,.mgmt-filters select{width:100%;font:inherit;color:var(--mg-ink);background:0 0;border:0;outline:0}.mgmt-filters .select{width:190px}.mgmt-filters select{appearance:none;padding:0 38px 0 12px;font-size:12px;font-weight:700}.mgmt-filters .select svg{position:absolute;right:2px}.mgmt-report-list{border:1px solid var(--mg-line);border-radius:11px;overflow:hidden}.mgmt-report-list>article+article{border-top:1px solid var(--mg-line)}.mgmt-report-summary{text-align:left;width:100%;color:inherit;background:#fff;border:0;grid-template-columns:42px minmax(160px,1.6fr) minmax(100px,.8fr) 75px 95px 20px;align-items:center;gap:12px;padding:15px;display:grid}.mgmt-report-summary:hover{background:#f8fbfe}.mgmt-report-icon{color:#0774cb;background:#e5f2fc;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.mgmt-report-icon.move_out{color:#7257c8;background:#eeeafd}.mgmt-report-icon.interim{color:#248050;background:#e8f6ee}.mgmt-report-icon svg{width:20px}.mgmt-report-summary>div:not(.mgmt-report-icon){gap:2px;display:grid}.mgmt-report-summary small{letter-spacing:.08em;color:#8a98a8;font-size:9px;font-weight:800}.mgmt-report-summary b{font-size:12px}.mgmt-report-address b{font-size:13px}.mgmt-report-summary span{color:#7c8b9b;font-size:10px}.mgmt-report-summary b.warning{color:#a96100}.mgmt-report-summary b.good{color:#258055}.expand-chevron{color:#8593a2;width:17px;transition:transform .2s}.expanded .expand-chevron{transform:rotate(180deg)}.mgmt-report-detail{border-top:1px solid var(--mg-line);background:#f8fafc;padding:16px 20px}.mgmt-report-meta{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px;display:grid}.mgmt-report-meta span{color:#536579;font-size:11px;display:grid}.mgmt-report-meta b{color:#8c98a6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:9px}.mgmt-finding-list{gap:7px;display:grid}.mgmt-finding-list>div{background:#fff;border:1px solid #e3e9f0;border-radius:8px;grid-template-columns:68px 1fr 20px;align-items:start;gap:10px;padding:10px;display:grid}.mgmt-finding-list .condition{text-transform:uppercase;text-align:center;color:#9c5c00;background:#fff0d8;border-radius:12px;padding:5px 6px;font-size:9px;font-weight:850}.mgmt-finding-list .condition.safety{color:#a52d24;background:#ffe4e1}.mgmt-finding-list .condition.cleaning{color:#166ca9;background:#e5f3ff}.mgmt-finding-list b{font-size:11px}.mgmt-finding-list p{color:#6d7b8b;margin:3px 0 0;font-size:10px}.mgmt-finding-list svg{color:#d07800;width:16px}.mgmt-clear{color:#247d52!important;align-items:center!important;display:flex!important}.mgmt-report-actions{color:#66778b;justify-content:space-between;align-items:center;margin-top:14px;font-size:10px;display:flex}.mgmt-report-actions span,.mgmt-report-actions a{align-items:center;gap:7px;display:flex}.mgmt-report-actions svg{width:15px}.mgmt-report-actions a{background:var(--mg-blue);color:#fff;border-radius:7px;padding:8px 10px;font-weight:800;text-decoration:none}.mgmt-empty{color:#7a8998;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:170px;display:flex}.mgmt-empty svg{width:25px}@keyframes mgmtSpin{to{transform:rotate(360deg)}}.mgmt-side-stack{gap:18px;display:grid}.mgmt-storage .mgmt-card-head svg,.mgmt-access .mgmt-card-head>svg{color:#0c79d8;width:22px}.storage-ring{border:10px solid #dceefa;border-top-color:#0c79d8;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:116px;height:116px;margin:7px auto 20px;display:flex}.storage-ring strong{font-size:24px}.storage-ring span{color:#718194;font-size:10px}.mgmt-storage ul{gap:11px;margin:0;padding:0;list-style:none;display:grid}.mgmt-storage li{align-items:center;gap:10px;display:flex}.mgmt-storage li svg{color:#27845b;width:18px}.mgmt-storage li span{color:#748397;font-size:10px;display:grid}.mgmt-storage li b{color:#233549;font-size:11px}.mgmt-access>p{color:#6f7f90;font-size:11px;line-height:1.5}.mgmt-access>div:last-child{gap:8px;display:grid}.mgmt-access article{align-items:center;gap:9px;display:flex}.mgmt-access article i{color:#236ba3;background:#edf4fa;border-radius:7px;place-items:center;width:24px;height:24px;font-size:10px;font-style:normal;font-weight:850;display:grid}.mgmt-access article span{display:grid}.mgmt-access article b{font-size:10px}.mgmt-access article small{color:#8391a0;font-size:9px}.mgmt-next{color:#fff;background:linear-gradient(145deg,#0b365e,#075fae);border:0}.mgmt-next>svg{background:#ffffff24;border-radius:11px;width:42px;height:42px;margin-bottom:18px;padding:9px}.mgmt-next h2{margin:5px 0;font-size:18px}.mgmt-next p{color:#c6d9e9;font-size:11px;line-height:1.55}.mgmt-next button{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;padding:9px 12px;font-weight:800}@media (width<=1050px){.mgmt-shell{grid-template-columns:76px minmax(0,1fr)}.mgmt-sidebar{padding:24px 12px}.mgmt-brand img{object-fit:cover;object-position:left;width:48px}.mgmt-brand span,.mgmt-sidebar nav a:not(.active){font-size:0}.mgmt-sidebar nav a{justify-content:center}.mgmt-sidebar nav a b,.mgmt-sidebar nav a em,.mgmt-sidebar-foot div{display:none}.mgmt-sidebar-foot{justify-content:center}.mgmt-grid{grid-template-columns:1fr}.mgmt-side-stack{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.mgmt-shell{display:block}.mgmt-sidebar{display:none}.mgmt-topbar{height:66px;padding:0 16px}.mgmt-topbar>div:first-child b,.mgmt-topbar>div:first-child small,.mgmt-build{display:none}.mgmt-mobile-brand{color:#1b5687;font-size:11px;font-weight:850;display:block}.mgmt-top-actions>a{font-size:0}.mgmt-content{padding:22px 15px}.mgmt-welcome h1{font-size:27px}.mgmt-welcome p{font-size:12px}.mgmt-live{display:none}.mgmt-kpis{grid-template-columns:repeat(2,1fr)}.mgmt-side-stack{grid-template-columns:1fr}.mgmt-report-summary{grid-template-columns:42px 1fr 20px}.mgmt-report-summary>div:nth-of-type(n+3){display:none}.mgmt-filters{flex-direction:column}.mgmt-filters .select{width:100%}.mgmt-report-meta{grid-template-columns:repeat(2,1fr)}}:root{--mg-blue:#0b3764;--mg-ink:#10243e;--mg-muted:#68778a;--mg-line:#dbe2ea;--mg-bg:#f5f7fa;--mg-gold:#c99a35}.mgmt-sidebar{border-top:3px solid var(--mg-gold);background:#071b36}.mgmt-brand img{filter:none}.mgmt-brand span{color:#d8b55f}.mgmt-sidebar nav a.active,.mgmt-sidebar nav a:hover{box-shadow:inset 3px 0 0 var(--mg-gold);background:#12385e}.mgmt-sidebar nav a b{background:#173d63}.mgmt-sidebar nav a em{color:#e2bd61}.mgmt-sidebar-foot{background:#0d2947;border-color:#344b65}.mgmt-sidebar-foot svg{color:#d7ad4d}.mgmt-topbar{border-top:3px solid var(--mg-gold);height:81px}.mgmt-avatar{background:var(--mg-blue);box-shadow:0 0 0 3px #c99a3528}.mgmt-mobile-brand{color:var(--mg-blue)}.mgmt-kpis .blue,.mgmt-report-icon{color:#0b3764;background:#e8eef5}.mgmt-kpis .violet,.mgmt-report-icon.move_out{color:#75517d;background:#f1e9f3}.mgmt-kpis .amber{color:#956514;background:#fff4dc}.mgmt-kpis .cyan,.mgmt-report-icon.interim{color:#2e7465;background:#e7f2ef}.mgmt-card-head>b{color:#7d5714;background:#fff4dc}.mgmt-storage .mgmt-card-head svg,.mgmt-access .mgmt-card-head>svg{color:#9b701d}.storage-ring{border-color:#e6ebf1;border-top-color:var(--mg-gold)}.mgmt-access article i{color:#294f76;background:#edf1f6}.mgmt-next{background:linear-gradient(145deg,#071b36,#123f6c);box-shadow:inset 0 3px #c99a35}.mgmt-next>span{color:#e3c26e}.mgmt-next.orders-open{grid-column:1/-1}.mgmt-order-preview{gap:7px;margin:15px 0;display:grid}.mgmt-order-preview article{background:#ffffff0c;border:1px solid #ffffff24;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:10px;display:grid}.mgmt-order-preview article>div{gap:3px;min-width:0;display:grid}.mgmt-order-preview b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.mgmt-order-preview small{color:#b7c8d8;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.mgmt-order-preview article>span{color:#d8e3ed;font-size:8px}.mgmt-order-preview em{text-transform:uppercase;background:#ffffff18;border-radius:10px;padding:4px 6px;font-size:8px;font-style:normal;font-weight:850}.mgmt-order-preview em.high{color:#fff0eb;background:#8e3b31}.mgmt-order-preview em.medium{color:#fff2c7;background:#735919}@media (width<=1050px){.mgmt-next.orders-open{grid-column:auto}.mgmt-order-preview article{grid-template-columns:1fr auto}.mgmt-order-preview article>span{display:none}}.version-pill{letter-spacing:.08em;color:#075da9;background:#e5f2ff;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:800}:root{color:#17302f;font-synthesis:none;--ink:#17302f;--green:#0b4946;--mint:#c9f0df;--line:#dce3df;--paper:#fff;--muted:#6c7c79;--orange:#d75e36;--red:#b73535;--yellow:#a66d16;background:#f3f5f2;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}.app-shell{min-height:100vh}.brandbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;align-items:center;gap:12px;height:68px;padding:0 34px;display:flex;position:sticky;top:0}.brandmark{color:var(--green);letter-spacing:.13em;align-items:center;gap:8px;font-family:Manrope;font-weight:800;display:flex}.product{border-left:1px solid var(--line);padding-left:12px;font-weight:600}.offline{color:#59736f;align-items:center;gap:7px;margin-left:auto;font-size:13px;display:flex}.home-page,.page{max-width:1220px;margin:auto;padding:48px 36px 70px}.hero{justify-content:space-between;align-items:flex-end;margin-bottom:35px;display:flex}.eyebrow{color:#70817e;letter-spacing:.13em;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.hero h1,.page h1,.inspect-top h1{letter-spacing:-.035em;margin:0;font-family:Manrope;font-size:40px}.hero p,.inspect-top p{color:var(--muted);margin:10px 0 0;font-size:17px}.primary,.ghost,.back{border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:700;display:inline-flex}.primary{background:var(--green);color:#fff;box-shadow:0 7px 18px #0b49462b}.primary.big{height:56px;padding:0 24px}.ghost,.back{color:var(--ink);border:1px solid var(--line);background:#fff}.summary-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.summary-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1fr auto;padding:24px;display:grid}.summary-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.summary-grid strong{grid-area:1/2/3;font-family:Manrope;font-size:34px}.summary-grid small{color:#7b8986;margin-top:9px}.panel{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px}.section-heading,.page-header,.report-toolbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.section-heading h2,.panel h2{margin:0;font:700 24px Manrope}.property-card{border:1px solid var(--line);text-align:left;width:100%;color:var(--ink);background:#f8faf8;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;margin-top:20px;padding:18px;display:grid}.property-icon{width:50px;height:50px;color:var(--green);background:#dcefe7;border-radius:13px;place-items:center;margin-right:16px;display:grid}.property-card strong,.property-card span,.property-card small{display:block}.property-card strong{margin-bottom:3px;font-size:17px}.property-card span,.property-card small{color:var(--muted);margin-top:3px}.property-actions{background:#edf3f0;border-radius:16px;grid-template-columns:1fr 230px 230px;gap:14px;margin:18px 0 2px;padding:20px;display:grid}.property-actions h3{margin:0;font:700 21px Manrope}.property-actions p{color:var(--muted)}.choice{text-align:left;color:var(--ink);background:#fff;border:1px solid #cad8d3;border-radius:15px;padding:18px}.choice svg,.choice b,.choice span{display:block}.choice svg{color:var(--green);margin-bottom:22px}.choice b{font-size:17px}.choice span{color:var(--muted);margin-top:6px;font-size:13px}.inspection-page{background:#fff;grid-template-columns:76px 1fr;min-height:calc(100vh - 68px);display:grid}.inspect-rail{border-right:1px solid var(--line);background:#f4f6f3;flex-direction:column;align-items:center;padding:22px 13px;display:flex}.icon-button,.avatar{width:48px;height:48px;color:var(--green);background:#fff;border:0;border-radius:14px;place-items:center;display:grid}.avatar{background:var(--green);color:#fff;margin-top:auto;font-weight:700}.rail-progress{flex-direction:column;flex:1;align-items:center;gap:12px;padding:30px 0;display:flex}.rail-progress span{font-size:12px;font-weight:700}.rail-progress div{background:#dde5e1;border-radius:99px;align-items:flex-end;width:5px;height:100%;max-height:360px;display:flex;overflow:hidden}.rail-progress i{background:#2a9a76;width:100%;display:block}.inspect-main{width:100%;max-width:1040px;margin:0 auto;padding:38px 52px 130px}.inspect-top{justify-content:space-between;gap:30px;margin-bottom:30px;display:flex}.inspect-top h1{font-size:38px}.counter{color:var(--green);font:700 34px Manrope}.counter span{color:#9aaba7;font-size:16px}.condition-grid{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.condition{border:1px solid var(--line);color:#50625f;background:#f8faf8;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:86px;display:flex}.condition svg{width:22px}.condition.selected{border:2px solid var(--green);color:var(--green);background:#e1f4ec;box-shadow:0 5px 18px #0b494619}.condition.damage.selected,.condition.repair.selected{color:var(--orange);border-color:var(--orange);background:#fff0e9}.condition.cleaning.selected{color:var(--yellow);border-color:var(--yellow);background:#fff8dc}.condition.safety.selected{color:var(--red);border-color:var(--red);background:#ffeded}.evidence-alert{color:#944127;background:#fff7f3;border:1px solid #f2cdbd;border-radius:14px;align-items:center;gap:12px;margin-top:16px;padding:15px 18px;display:flex}.evidence-alert div span,.evidence-alert div strong{display:block}.evidence-alert div span{color:#986451;font-size:13px}.requirements{gap:8px;margin-left:auto;display:flex}.requirements i{background:#f1d5ca;border-radius:99px;padding:5px 9px;font-size:12px;font-style:normal}.requirements i.done{color:#197151;background:#d5efe4}.field-group{margin-top:24px}.field-group>label,.completion>label,.archive-result>label{color:#6d7e7a;letter-spacing:.11em;margin-bottom:9px;font-size:11px;font-weight:700;display:block}.segmented{background:#eef2ef;border-radius:12px;padding:4px;display:inline-flex}.segmented button{color:#687874;background:0 0;border:0;border-radius:9px;padding:10px 17px}.segmented button.active{color:var(--green);background:#fff;font-weight:700;box-shadow:0 2px 8px #102b2220}.chips{flex-wrap:wrap;gap:8px;display:flex}.chips button{border:1px solid var(--line);color:#536461;text-transform:capitalize;background:#fff;border-radius:99px;align-items:center;gap:6px;height:38px;padding:0 14px;display:flex}.chips button.active{border-color:var(--green);color:var(--green);background:#e5f3ed;font-weight:700}.note{position:relative}.note textarea,.completion textarea{resize:vertical;border:1px solid var(--line);border-radius:14px;outline:none;width:100%;min-height:100px;padding:14px 55px 14px 15px}.note textarea:focus{border-color:#589c85;box-shadow:0 0 0 3px #8ed1ba33}.mic{color:var(--green);background:#e4f1eb;border:0;border-radius:10px;align-items:center;gap:7px;height:40px;padding:0 12px;font-size:13px;font-weight:700;display:flex;position:absolute;top:29px;right:10px}.media-strip{gap:8px;margin-top:14px;display:flex;overflow:auto}.media-strip div{background:#f2f5f3;border-radius:11px;align-items:center;gap:8px;min-width:210px;padding:10px;display:flex}.media-strip span{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.media-strip svg:last-child{color:#18805c;width:17px}.capture-row{gap:10px;margin-top:16px;display:flex}.capture-row button{height:56px;color:var(--green);background:#f7faf8;border:1px dashed #98aaa5;border-radius:13px;flex:1;justify-content:center;align-items:center;gap:9px;font-weight:700;display:flex}.inspect-footer{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#ffffffeb;justify-content:space-between;align-items:center;height:82px;padding:0 42px;display:flex;position:fixed;bottom:0;left:76px;right:0}.inspect-footer span{color:#71827e;font-size:13px}.page-header{margin-bottom:25px}.page-header>div{text-align:center}.page-header h1{font-size:30px}.progress-track{background:#dce4df;border-radius:99px;height:6px;margin:22px 0 28px;overflow:hidden}.progress-track i{background:#2c9875;height:100%;display:block}.section-list{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden}.section-list button{border:0;border-bottom:1px solid var(--line);text-align:left;width:100%;color:var(--ink);background:#fff;grid-template-columns:48px 1fr auto;align-items:center;padding:14px 20px;display:grid}.section-list button:last-child{border-bottom:0}.section-check{background:#eff3f0;border-radius:50%;place-items:center;width:37px;height:37px;font-size:12px;font-weight:700;display:grid}.section-check.complete{color:#137555;background:#d5efe3}.section-list strong,.section-list span{display:block}.section-list span{color:var(--muted);margin-top:3px;font-size:13px}.review-grid{grid-template-columns:1.15fr .85fr;gap:20px;display:grid}.metric-row{grid-template-columns:repeat(4,1fr);gap:9px;margin:22px 0;display:grid}.metric-row div{background:#f4f6f4;border-radius:13px;padding:15px}.metric-row strong,.metric-row span{display:block}.metric-row strong{font:700 27px Manrope}.metric-row span{color:var(--muted);font-size:12px}.empty{color:#6a7b77;flex-direction:column;justify-content:center;align-items:center;min-height:190px;display:flex}.empty svg{color:#2d9b77;width:38px;height:38px;margin-bottom:10px}.empty span{margin-top:5px;font-size:13px}.finding-list button{border:0;border-top:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:13px 4px;display:grid}.finding-list small,.finding-list b{display:block}.finding-list small{color:var(--muted);margin-top:3px}.badge{text-transform:uppercase;background:#edf1ef;border-radius:99px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block}.badge.damage,.badge.repair{color:#a94828;background:#fee7dd}.badge.cleaning{color:#815819;background:#fff0c5}.badge.safety{color:#a82d2d;background:#f9dddd}.completion h2{margin-bottom:20px}.checkline{background:#f1f6f3;border-radius:13px;align-items:flex-start;gap:12px;padding:14px;color:var(--ink)!important;letter-spacing:0!important;font-size:14px!important;display:flex!important}.checkline input{width:20px;height:20px;accent-color:var(--green)}.checkline b,.checkline small{display:block}.checkline small{color:var(--muted);margin-top:4px}.completion>label{margin-top:20px}.completion input[type=text],.completion label>input,.archive-result input{border:1px solid var(--line);border-radius:11px;width:100%;height:46px;margin-top:8px;padding:0 13px}.completion textarea{margin-top:8px}.missing{color:#915221;background:#fff4e9;border-radius:12px;align-items:center;gap:10px;margin-top:18px;padding:13px;display:flex}.report-wrap{padding:28px 34px 80px}.report-toolbar{max-width:1060px;margin:0 auto 22px}.report-toolbar>div{gap:10px;display:flex}.report{color:#263432;background:#fff;max-width:1060px;margin:auto;padding:55px 60px;box-shadow:0 12px 50px #1b382e1a}.report>header{border-bottom:3px solid var(--green);justify-content:space-between;padding-bottom:25px;display:flex}.report>header>div:last-child{text-align:right}.report>header h1{margin:4px 0;font:800 30px Manrope}.report>header>div:last-child>span{color:#2a856d;letter-spacing:.12em;font-size:12px;font-weight:800}.report-logo{color:var(--green);align-items:center;gap:10px;display:flex}.report-logo>span{letter-spacing:.12em;font:800 24px Manrope}.report-logo small{letter-spacing:.16em;font:600 8px DM Sans;display:block}.report-property{border-bottom:1px solid var(--line);grid-template-columns:2fr repeat(3,1fr);gap:20px;padding:25px 0;display:grid}.report-property small,.report-property b,.report-property span{display:block}.report-property small,.report small{color:#778784;letter-spacing:.1em;font-size:9px;font-weight:800}.report-property b{margin:5px 0;font-size:13px}.report-property span{color:var(--muted);font-size:11px}.report-title{justify-content:space-between;align-items:center;margin:35px 0 15px;display:flex}.report-title>div{align-items:center;gap:13px;display:flex}.report-title>div>span{width:42px;height:42px;color:var(--green);background:#dff1e9;border-radius:10px;place-items:center;font-weight:800;display:grid}.report-title h2{margin:2px 0;font:700 20px Manrope}.report-title>b{background:#f1f4f2;border-radius:99px;padding:6px 9px;font-size:11px}.report table{border-collapse:collapse;width:100%;font-size:10px}.report th{text-align:left;color:#52615e;background:#f0f3f1;border-bottom:1px solid #d5ddda;padding:9px}.report td{vertical-align:top;border-bottom:1px solid #e3e8e5;padding:9px}.report-empty{color:#22785e;background:#f5faf7;justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}.report>footer{border-top:3px solid var(--green);grid-template-columns:1fr 1fr;gap:30px;margin-top:45px;padding-top:25px;display:grid}.signature b,.signature span{display:block}.signature b{margin:13px 0 5px;font:italic 600 24px Manrope}.signature span{color:var(--muted);font-size:10px}.scope{color:#7b8986;border-top:1px solid var(--line);grid-column:1/-1;padding-top:12px;font-size:9px}.archive-page{max-width:850px}.archive-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:24px;padding:36px 70px}.archive-icon{width:64px;height:64px;color:var(--green);background:#dff2e9;border-radius:18px;place-items:center;margin:auto;display:grid}.archive-card h2{margin:18px 0 7px;font:700 28px Manrope}.archive-card>p{color:var(--muted);line-height:1.55}.archive-card ol{text-align:left;margin:25px 0;padding:12px 0;list-style:none}.archive-card li{border-left:2px solid #dbe3df;gap:14px;margin-left:18px;padding:14px;display:flex}.archive-card li>span{background:#edf1ef;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;margin-left:-32px;font-weight:700;display:grid}.archive-card li.active>span{background:var(--green);color:#fff}.archive-card li.done>span{color:#167153;background:#d0eddf}.archive-card li b,.archive-card li small{display:block}.archive-card li small{color:var(--muted);margin-top:4px}.archive-result{gap:13px;display:grid}.verified,.receipt{text-align:left;color:#236d56;background:#e8f6ef;border-radius:14px;gap:12px;padding:16px;display:flex}.verified svg,.receipt svg{flex:none}.verified b,.verified span,.verified code,.receipt b,.receipt span{display:block}.verified span,.receipt span{color:#5b756d;margin:4px 0;font-size:12px}.verified code{overflow-wrap:anywhere;font-size:10px}.archive-result label{text-align:left;margin-top:5px}.receipt{margin-top:16px}.toast{z-index:100;color:#fff;background:#163a37;border-radius:12px;padding:12px 18px;font-size:14px;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #102e2960}@media (width<=850px){.condition-grid{grid-template-columns:repeat(3,1fr)}.inspect-main{padding:28px 26px 130px}.review-grid{grid-template-columns:1fr}.property-actions{grid-template-columns:1fr 1fr}.property-actions>div{grid-column:1/-1}.summary-grid{grid-template-columns:1fr}.report{padding:35px 28px}.report-property{grid-template-columns:1fr 1fr}.hero{align-items:flex-start;gap:25px}.hero h1{font-size:34px}.home-page,.page{padding:34px 22px}.archive-card{padding:32px}.inspect-footer{padding:0 24px}.inspect-footer>span{display:none}}@media (width<=560px){.brandbar{padding:0 17px}.offline{font-size:0}.hero{display:block}.hero .primary{width:100%;margin-top:20px}.condition-grid{grid-template-columns:repeat(2,1fr)}.inspection-page{grid-template-columns:1fr}.inspect-rail{display:none}.inspect-main{padding:25px 17px 120px}.inspect-top h1{font-size:30px}.inspect-footer{padding:0 13px;left:0}.inspect-footer button{padding:0 12px}.page-header{grid-template-columns:1fr 1fr;display:grid}.page-header>div{grid-area:1/1/auto/-1}.review-grid{display:block}.review-grid>.panel{margin-bottom:14px}.metric-row{grid-template-columns:1fr 1fr}.property-actions{grid-template-columns:1fr}.property-actions>div{grid-column:auto}.report-wrap{padding:14px}.report-toolbar{display:block}.report-toolbar>div{margin-top:10px}.report{padding:24px 15px;overflow:auto}.report>header{display:block}.report>header>div:last-child{text-align:left;margin-top:22px}.report-property,.report>footer{grid-template-columns:1fr}.report table{min-width:650px}.archive-card{padding:25px 20px}}@media print{body{background:#fff}.brandbar,.report-toolbar{display:none}.report-wrap{padding:0}.report{box-shadow:none;max-width:none;padding:12mm}.report-section{break-before:page}.report table{font-size:8.5pt}.report-title{margin-top:20px}.badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.capture-row{flex-wrap:wrap}.capture-row button{min-width:180px}.active-work{margin-bottom:24px}.history-list{margin-top:16px}.history-list>button{border:0;border-top:1px solid var(--line);text-align:left;width:100%;min-height:66px;color:var(--ink);background:#fff;grid-template-columns:auto 1fr minmax(90px,180px) auto;align-items:center;gap:12px;padding:12px 4px;display:grid}.history-list>button:first-child{border-top:0}.history-list b,.history-list span{display:block}.history-list span{color:var(--muted);margin-top:3px;font-size:13px}.history-list small{color:var(--green);font-weight:700}.history-icon{width:42px;height:42px;color:var(--green);background:#e3f2eb;border-radius:12px;place-items:center;display:grid}.history-icon.move_out{color:#5f4c98;background:#ece9f6}.mini-progress{background:#e3e9e6;border-radius:99px;height:5px;overflow:hidden}.mini-progress i{background:#2c9875;height:100%;display:block}.form-page{max-width:980px}.property-form{padding:0;overflow:hidden}.form-section{border-bottom:1px solid var(--line);padding:28px 32px}.form-section:last-child{border:0}.form-section h2{margin:0 0 18px;font:700 21px Manrope}.form-section>p{color:var(--muted);margin:-8px 0 20px}.form-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.form-grid label,.asset-form label{color:#6d7e7a;letter-spacing:.09em;font-size:11px;font-weight:700}.form-grid input,.asset-form input,.asset-form select,.moveout-card select{border:1px solid var(--line);width:100%;height:48px;color:var(--ink);background:#fff;border-radius:11px;outline:none;margin-top:7px;padding:0 13px}.form-grid input:focus,.asset-form input:focus{border-color:#4b9a80;box-shadow:0 0 0 3px #7bc4aa2e}.span-2{grid-column:span 2}.feature-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.feature-grid label{border:1px solid var(--line);text-transform:capitalize;color:#60706d;border-radius:13px;align-items:center;gap:9px;height:64px;padding:0 14px;display:flex}.feature-grid label.selected{color:var(--green);background:#e9f6f0;border-color:#78bda5;font-weight:700}.feature-grid input{opacity:0;position:absolute}.feature-grid svg{color:#0000;border:1px solid #b8c5c1;border-radius:6px;width:20px;height:20px;padding:3px}.feature-grid label.selected svg{background:var(--green);border-color:var(--green);color:#fff}.property-detail{max-width:1180px}.property-summary{color:#fff;background:#173f3c;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:20px;padding:24px;display:grid}.property-hero-icon{background:#ffffff1c;border-radius:16px;place-items:center;width:60px;height:60px;display:grid}.property-summary b,.property-summary>div>span{display:block}.property-summary>div>span{color:#c5d8d3;margin-top:5px}.feature-pills{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.feature-pills span{text-transform:capitalize;background:#ffffff15;border:1px solid #ffffff25;border-radius:99px;padding:5px 9px;font-size:11px;color:#fff!important;margin:0!important;display:inline-block!important}.property-detail-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.start-cards{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.start-cards .choice{width:100%;min-height:160px}.choice:disabled{opacity:.5}.moveout-card{flex-direction:column;gap:10px;display:flex}.moveout-card label{letter-spacing:.08em;color:var(--muted);font-size:10px;font-weight:700}.moveout-card select{height:40px;font-size:12px}.compact{min-height:145px}.asset-panel{margin-top:0}.count-pill{color:var(--muted);background:#edf2ef;border-radius:99px;padding:6px 10px;font-size:12px;font-weight:700}.asset-grid{grid-template-columns:1fr 1fr;gap:10px;margin:20px 0;display:grid}.asset-grid article{border:1px solid var(--line);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:14px;display:grid}.asset-icon{width:42px;height:42px;color:var(--green);background:#e4f1eb;border-radius:11px;place-items:center;display:grid}.asset-grid b,.asset-grid span,.asset-grid small{display:block}.asset-grid span,.asset-grid small{color:var(--muted);margin-top:3px;font-size:12px}.asset-grid article>button{color:#9b6d65;background:0 0;border:0;padding:8px}.asset-grid article>button svg{width:17px}.asset-form{border-top:1px solid var(--line);grid-template-columns:1.4fr 1fr 1fr auto;gap:10px;padding-top:18px;display:grid}.asset-form input,.asset-form select{margin:0}.asset-form .primary{height:48px}@media (width<=850px){.feature-grid{grid-template-columns:repeat(2,1fr)}.property-detail-grid{grid-template-columns:1fr}.asset-form{grid-template-columns:1fr 1fr}.asset-grid{grid-template-columns:1fr}.property-summary{grid-template-columns:auto 1fr}.feature-pills{grid-column:1/-1;justify-content:flex-start}.form-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.form-grid,.feature-grid,.start-cards,.asset-form{grid-template-columns:1fr}.span-2{grid-column:auto}.form-section{padding:22px 18px}.history-list>button{grid-template-columns:auto 1fr auto}.history-list .mini-progress{display:none}.property-summary{grid-template-columns:1fr}.property-detail .page-header{flex-wrap:wrap;display:flex}.property-detail .page-header>div{order:-1;width:100%}}.rail-home{margin-top:10px}.asset-actions{display:flex}.asset-actions button{color:#6b7e79;background:0 0;border:0;padding:8px}.asset-actions button:last-child{color:#9b6d65}.asset-actions button svg{width:17px}.asset-grid article>.asset-actions{display:flex}.asset-form{grid-template-columns:1.4fr 1fr 1fr}.asset-form .ghost{height:48px}@media (width<=850px){.asset-form{grid-template-columns:1fr 1fr}}@media (width<=560px){.asset-form{grid-template-columns:1fr}}.baseline-card{background:#f2f0fa;border:1px solid #d9d2ed;border-radius:16px;grid-template-columns:1fr 140px auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:grid}.baseline-card b{text-transform:capitalize}.baseline-card p{color:var(--muted);margin:4px 0 0;font-size:13px}.media-thumb{background:#e6ebe8;border-radius:11px;height:86px;overflow:hidden}.media-thumb img{object-fit:cover;width:100%;height:100%}.media-thumb>div{color:#7a8986;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:100%;font-size:10px;display:flex}.media-thumb svg{width:21px}.assessment-chips button.active{color:#57448c;background:#e8e3f5;border-color:#7664a8}.compare-page{max-width:1250px}.comparison-legend{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:18px;margin-bottom:18px;padding:13px 17px;font-size:12px;display:flex}.comparison-legend div{align-items:center;gap:7px;font-weight:700;display:flex}.comparison-legend p{color:var(--muted);margin:0 0 0 auto}.dot{border-radius:50%;width:9px;height:9px;display:inline-block}.dot.move-in{background:#7160a6}.compare-section{margin-bottom:18px}.compare-list>article{border-top:1px solid var(--line);grid-template-columns:170px 1fr 1fr;gap:12px;padding:14px 0;display:grid}.compare-list>article.new-damage{background:#fff8f5;margin:0 -12px;padding:14px 12px}.compare-title{text-align:left;color:var(--ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:5px;display:flex}.compare-title svg{width:17px}.compare-side{border-radius:13px;grid-template-columns:1fr 100px;gap:10px;padding:12px;display:grid}.compare-side.baseline{background:#f3f0fa;border:1px solid #ded8ee}.compare-side.current{background:#edf7f2;border:1px solid #cde6da}.compare-side span,.compare-side strong{display:block}.compare-side span{letter-spacing:.1em;color:var(--muted);font-size:9px;font-weight:800}.compare-side strong{text-transform:capitalize;margin-top:5px}.compare-side p{color:var(--muted);margin:6px 0;font-size:12px}.compare-side .media-thumb{height:72px}.assessment-row{flex-wrap:wrap;grid-column:2/-1;gap:7px;display:flex}.assessment-row button{border:1px solid var(--line);color:#60706d;background:#fff;border-radius:99px;height:32px;padding:0 12px;font-size:12px}.assessment-row button.active{background:var(--green);border-color:var(--green);color:#fff;font-weight:700}.header-actions{gap:9px;display:flex}@media (width<=900px){.baseline-card{grid-template-columns:1fr 120px}.baseline-card .ghost{grid-column:1/-1}.compare-list>article{grid-template-columns:1fr 1fr}.compare-title,.assessment-row{grid-column:1/-1}.comparison-legend{flex-wrap:wrap}.comparison-legend p{width:100%;margin:0}}@media (width<=620px){.baseline-card,.compare-list>article,.compare-side{grid-template-columns:1fr}.compare-side .media-thumb{height:120px}.header-actions{grid-column:1/-1;justify-content:flex-end}.report-toolbar>div{grid-template-columns:1fr 1fr;display:grid}.report-toolbar>div .primary:last-child{grid-column:1/-1}}:root{color:#10233f;--ink:#10233f;--green:#0c79d8;--mint:#d9edff;--line:#d8e3ef;--muted:#61748a;background:#f4f7fc}.brandbar{border-bottom-color:#d8e3ef;box-shadow:0 2px 14px #062b550d}.brandmark img{width:174px;height:auto;display:block}.offline{color:#53708e}.primary{box-shadow:0 7px 18px #0c79d82b}.property-card,.condition,.capture-row button{background:#f7faff}.property-icon,.history-icon,.asset-icon,.archive-icon{background:#e3f1ff}.property-actions,.inspect-rail,.segmented,.metric-row div,.report-title>b,.count-pill{background:#eef4fa}.property-summary{background:linear-gradient(135deg,#062b55,#0c79d8)}.rail-progress div,.progress-track,.mini-progress{background:#dce7f2}.rail-progress i,.progress-track i,.mini-progress i{background:#2e9eff}.condition.selected{background:#e8f3ff;box-shadow:0 5px 18px #0c79d819}.chips button.active,.feature-grid label.selected{background:#e8f3ff;border-color:#68aee8}.note textarea:focus,.form-grid input:focus,.asset-form input:focus{border-color:#2e9eff;box-shadow:0 0 0 3px #68c4ff33}.mic{background:#e5f2ff}.media-strip svg:last-child,.empty svg{color:#0c79d8}.section-check.complete,.requirements i.done,.archive-card li.done>span{color:#075da9;background:#dceeff}.checkline{background:#f0f6fc}.report{color:#10233f;box-shadow:0 12px 50px #062b5517}.report>header>div:last-child>span{color:#0c79d8}.report-logo img{width:185px;height:auto;display:block}.report-title>div>span{background:#dceeff}.report th{color:#405a74;background:#edf4fb;border-bottom-color:#cfdeed}.report td{border-bottom-color:#dde7f1}.report-empty{color:#075da9;background:#f2f8ff}.archive-card li{border-left-color:#d3e3f2}.verified,.receipt{color:#075da9;background:#e9f4ff}.toast{background:#062b55;box-shadow:0 10px 30px #062b5560}.evidence-alert.baseline{color:#075da9;background:#eff7ff;border-color:#bad8f3}.feature-pills span{background:#ffffff20;border-color:#ffffff35}.dot.move-out{background:#0c79d8}.compare-side.current{background:#eef7ff;border-color:#c8e1f5}.setup-page{max-width:1060px}.setup-grid{grid-template-columns:.9fr 1.1fr;gap:20px;display:grid}.setup-property{color:#fff;background:linear-gradient(145deg,#062b55,#084e91)}.setup-property .eyebrow,.setup-property p{color:#bcd8f2}.setup-property h2{font-size:30px}.visit-facts{gap:13px;margin-top:38px;display:grid}.visit-facts div{border-top:1px solid #fff2;padding:13px 0}.visit-facts small,.visit-facts b{display:block}.visit-facts small{color:#8dbce5;letter-spacing:.12em;font-size:9px}.visit-facts b{margin-top:5px}.setup-form>h2{margin-bottom:25px}.setup-form label{color:#51677e;letter-spacing:.09em;margin-top:18px;font-size:11px;font-weight:700;display:block}.setup-form label>span{float:right;color:#8494a5;letter-spacing:0;font-weight:500}.setup-form input{border:1px solid var(--line);width:100%;height:50px;color:var(--ink);border-radius:12px;outline:none;margin-top:8px;padding:0 14px}.setup-form input:focus{border-color:#2e9eff;box-shadow:0 0 0 3px #68c4ff33}.offline-note{color:#075da9;background:#eef6ff;border-radius:13px;align-items:flex-start;gap:12px;margin-top:25px;padding:15px;display:flex}.offline-note svg{flex:none}.offline-note b,.offline-note span{display:block}.offline-note span{color:#5c7187;margin-top:4px;font-size:12px;line-height:1.4}.media-strip>div{grid-template-columns:auto minmax(80px,1fr) auto;column-gap:8px;display:grid}.media-strip>div>span{align-self:end}.media-strip>div>small{color:var(--muted);grid-column:2;font-size:10px}.media-strip>div>button{color:#9b5549;background:0 0;border:0;grid-area:1/3/3;padding:5px}.media-strip>div>button svg{color:#9b5549;width:17px}@media (width<=760px){.setup-grid{grid-template-columns:1fr}.setup-property{min-height:260px}}.recent-reports{margin-bottom:24px}.history-icon.archived{color:#075da9;background:#e8f3ff}.history-icon.completed{color:#0c79d8;background:#eef4fa}.dashboard-tools{grid-template-columns:1fr 190px;gap:12px;margin:-10px 0 24px;display:grid}.dashboard-tools label{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:10px;height:50px;padding:0 14px;display:flex}.dashboard-tools label svg{color:#70869b;width:19px}.dashboard-tools input{width:100%;color:var(--ink);border:0;outline:0}.dashboard-tools select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:14px;padding:0 13px;font-weight:600}.draft-list{margin-top:16px}.draft-row{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;display:grid}.draft-row:first-child{border-top:0}.draft-resume{text-align:left;min-height:66px;color:var(--ink);background:#fff;border:0;grid-template-columns:auto 1fr minmax(90px,180px) auto;align-items:center;gap:12px;padding:12px 4px;display:grid}.draft-resume b,.draft-resume span{display:block}.draft-resume span{color:var(--muted);margin-top:3px;font-size:13px}.draft-delete{color:#a44d3e;background:#fff3f0;border:0;border-radius:11px;place-items:center;width:42px;height:42px;margin-left:10px;display:grid}.draft-delete svg{width:18px}.media-strip{align-items:stretch}.media-strip .media-card{border:1px solid var(--line);background:#fff;grid-template-columns:92px 1fr auto;gap:10px;min-width:290px;padding:9px;display:grid}.media-strip .media-card>.media-thumb{background:#e6edf4;width:92px;min-width:92px;height:70px;padding:0;display:block}.media-card .media-thumb img,.media-card .media-thumb video{object-fit:cover;width:100%;height:100%}.media-strip .media-card>div:nth-child(2){background:0 0;align-self:center;min-width:0;padding:0;display:block}.media-strip .media-thumb>div{background:0 0;min-width:0;padding:0;display:flex}.media-card span,.media-card small{display:block}.media-card span{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.media-card small{color:var(--muted);text-transform:capitalize;margin-top:5px;font-size:9px;line-height:1.35}.media-card>button{color:#9b5549;background:0 0;border:0;align-self:center;padding:7px}.media-card>button svg{color:#9b5549;width:17px}@media (width<=620px){.dashboard-tools{grid-template-columns:1fr}.dashboard-tools select{height:48px}.draft-resume{grid-template-columns:auto 1fr auto}.draft-resume .mini-progress{display:none}}.report-toolbar>div{flex-wrap:wrap;justify-content:flex-end}.report-preview-note{color:#70817e;letter-spacing:.1em;white-space:nowrap;align-self:center;font-size:9px;font-weight:800}.quick-pass-card{background:linear-gradient(135deg,#f4f9ff,#eaf4ff);border:1px solid #b9d8f2;border-radius:18px;margin:-4px 0 22px;padding:18px}.quick-pass-copy{justify-content:space-between;align-items:center;gap:24px;display:flex}.quick-pass-copy b,.quick-pass-copy p{display:block}.quick-pass-copy b{color:#073b70;font:700 17px Manrope}.quick-pass-copy p{color:#57718b;margin:5px 0 0;font-size:13px;line-height:1.4}.quick-pass-copy .eyebrow{color:#0c79d8;margin-bottom:6px}.quick-pass-copy .primary{white-space:nowrap;box-shadow:none}.issue-picker{border-top:1px solid #cfe1f2;margin-top:15px;padding-top:14px}.issue-picker>span{color:#58708a;margin-bottom:9px;font-size:12px;font-weight:700;display:block}.issue-picker>div{flex-wrap:wrap;gap:7px;display:flex}.issue-picker button{color:#405b76;background:#fff;border:1px solid #cbdcec;border-radius:99px;align-items:center;gap:5px;min-height:34px;padding:6px 11px;font-size:11px;font-weight:700;display:flex}.issue-picker button.active{color:#075da9;border-color:#0c79d8;box-shadow:0 0 0 2px #78baf133}.issue-picker button.good{color:#416b91;background:#eef7ff}.issue-picker button.finding{color:#9a4527;background:#fff0ea;border-color:#e6ad94}.issue-picker button svg{width:13px;height:13px}@media (width<=760px){.quick-pass-copy{flex-direction:column;align-items:stretch}.quick-pass-copy .primary{width:100%}}.history-icon.interim{color:#075da9;background:#e8f3ff}.start-cards .interim-choice{grid-column:1/-1;min-height:105px}.hero-actions{align-items:center;gap:10px;display:flex}.rentvine-button{min-height:56px}.rentvine-page{max-width:1080px}.rentvine-summary{grid-template-columns:1fr 1fr;align-items:center;gap:24px;margin-bottom:18px;display:grid}.rentvine-summary>p{color:var(--muted);margin:0;line-height:1.55}.rentvine-status{align-items:center;gap:13px;display:flex}.rentvine-status>svg{color:#52708d;background:#eef4fa;border-radius:14px;width:48px;height:48px;padding:12px}.rentvine-status.connected>svg{color:#075da9;background:#dceeff}.rentvine-status b,.rentvine-status span{display:block}.rentvine-status span{color:var(--muted);margin-top:3px;font-size:13px}.rentvine-tools{justify-content:space-between;align-items:center;gap:18px;margin:18px 0 12px;display:flex}.rentvine-tools label{border:1px solid var(--line);background:#fff;border-radius:14px;flex:1;align-items:center;gap:10px;height:50px;padding:0 14px;display:flex}.rentvine-tools label svg{color:#70869b;width:19px}.rentvine-tools input{width:100%;color:var(--ink);border:0;outline:0}.rentvine-tools>span{color:var(--muted);font-size:13px;font-weight:700}.rentvine-list{padding:8px 24px}.rentvine-row{border-top:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:4px;padding:15px 0;display:grid}.rentvine-row:first-child{border-top:0}.rentvine-row b,.rentvine-row span,.rentvine-row small{display:block}.rentvine-row>div:nth-child(2)>span,.rentvine-row small{color:var(--muted);margin-top:3px}.rentvine-row small{font-size:12px}.imported-pill{color:#075da9;background:#e8f3ff;border-radius:99px;align-items:center;gap:6px;padding:8px 11px;font-size:12px;font-weight:700;display:flex!important}.imported-pill svg{width:15px}.rentvine-error{color:#8e402b;background:#fff6f2;border-color:#f0cfc3;align-items:center;gap:14px;display:flex}.rentvine-error>div{flex:1}.rentvine-error b,.rentvine-error span{display:block}.rentvine-error span{margin-top:4px;font-size:13px}.spin{animation:1s linear infinite atlas-spin}@keyframes atlas-spin{to{transform:rotate(360deg)}}@media (width<=720px){.hero-actions{margin-top:20px;display:grid}.hero-actions .primary,.hero-actions .ghost{width:100%;margin:0}.rentvine-summary{grid-template-columns:1fr}.rentvine-row{grid-template-columns:auto 1fr}.rentvine-row>.primary,.rentvine-row>.imported-pill{grid-column:2;justify-self:start;margin-top:8px}.rentvine-tools{flex-direction:column;align-items:stretch}.rentvine-tools>span{padding-left:4px}}.work-orders-page{max-width:1080px}.page-header>div>p{color:var(--muted);margin:7px 0 0}.work-order-explainer{background:linear-gradient(135deg,#f4f9ff,#eaf4ff);border-color:#bad9f4;align-items:flex-start;gap:15px;margin:24px 0 16px;display:flex}.work-order-explainer>svg{color:#0c79d8;flex:none}.work-order-explainer b,.work-order-explainer span{display:block}.work-order-explainer span{color:#58718a;margin-top:5px;line-height:1.45}.work-order-settings{grid-template-columns:minmax(190px,1fr) repeat(3,minmax(160px,1fr));align-items:center;gap:15px;margin-bottom:16px;display:grid}.work-order-settings label{margin:0}.work-order-settings select,.work-order-fields select{border:1px solid var(--line);width:100%;height:44px;color:var(--ink);background:#fff;border-radius:11px;padding:0 12px}.work-order-settings>div>label,.work-order-fields label,.work-order-description{color:#6d7e7a;letter-spacing:.08em;font-size:11px;font-weight:700}.work-order-error{color:#9a4527;background:#fff3ed;border-radius:11px;grid-column:1/-1;align-items:center;gap:9px;padding:11px 13px;display:flex}.work-order-list{gap:16px;display:grid}.work-order-card{padding:24px}.work-order-card.sent{background:#fbfffd;border-color:#a9d6c4}.work-order-card>header{align-items:center;gap:14px;margin-bottom:18px;display:flex}.work-order-card h2{margin:0;font:700 22px Manrope}.work-order-icon{color:#075da9;background:#e8f3ff;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.work-order-card header>div:nth-child(2){flex:1}.work-order-card .eyebrow{margin:0 0 4px}.priority{text-transform:uppercase;border-radius:99px;padding:7px 11px;font-size:12px;font-weight:800}.priority.low{color:#5f7080;background:#eef2f4}.priority.medium{color:#8b651a;background:#fff4d8}.priority.high{color:#a43e2b;background:#ffe9e5}.work-order-fields{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.work-order-fields label,.work-order-description{gap:6px;display:grid}.work-order-description textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:130px;color:var(--ink);background:#fff;border-radius:12px;padding:12px;line-height:1.45}.work-order-findings{border:1px solid var(--line);border-radius:13px;margin:16px 0;overflow:hidden}.work-order-findings>div{border-top:1px solid var(--line);align-items:flex-start;gap:12px;padding:12px;display:flex}.work-order-findings>div:first-child{border-top:0}.work-order-findings b,.work-order-findings small{display:block}.work-order-findings small{color:var(--muted);margin-top:3px}.work-order-sent{color:#197151;background:#e5f5ed;border-radius:12px;align-items:center;gap:9px;padding:13px;font-weight:700;display:flex}.wide{width:100%}@media (width<=850px){.work-order-settings{grid-template-columns:1fr 1fr}.work-order-settings>div{grid-column:1/-1}}@media (width<=620px){.work-order-settings,.work-order-fields{grid-template-columns:1fr}.work-order-settings>div{grid-column:auto}.work-order-card>header{flex-wrap:wrap;align-items:flex-start}.priority{margin-left:62px}.work-orders-page .page-header{flex-direction:column;align-items:stretch}.work-orders-page .page-header>.ghost{width:100%}}.reset-demo{color:#183555;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:8px;align-items:center;gap:7px;margin-left:auto;padding:9px 12px;font-size:11px;font-weight:700;display:flex}.reset-demo:hover{border-color:#c8972f}.showroom-note{color:#73591f;opacity:.9;background:#fffaf0;border:1px solid #ead7a8;border-radius:8px;align-items:center;gap:7px;width:max-content;max-width:100%;margin:14px 0 0 auto;padding:7px 10px;display:flex}.showroom-note svg{flex:none;width:13px;height:13px}.showroom-note div{align-items:center;gap:6px;display:flex}.showroom-note b{letter-spacing:.04em;text-transform:uppercase;font-size:9px}.showroom-note span{font-size:8px;line-height:1.35}@media (width<=700px){.reset-demo{padding:8px;font-size:0}.reset-demo svg{width:16px}.showroom-note{width:100%;margin:12px 0 0;padding:7px 9px}.showroom-note div{display:block}.showroom-note b{margin-right:6px}}:root{--ink:#10243e;--green:#082e57;--mint:#e7edf5;--line:#d9e0e8;--paper:#fff;--muted:#68778a;--yellow:#9b701d;--atlas-gold:#c99a35;--atlas-navy:#071b36}body{background:#f5f7fa}.brandbar{border-top:3px solid var(--atlas-gold);height:71px;box-shadow:0 3px 16px #071b360a}.brandmark{color:var(--atlas-navy)}.version-pill{color:#6d4e10;background:#fff5dc;border:1px solid #ead5a2}.primary{background:var(--atlas-navy);box-shadow:0 7px 18px #071b3629}.primary:hover{background:#0d3867}.eyebrow{color:#8a671e}.property-icon,.archive-icon,.report-title>div>span{color:var(--atlas-navy);background:#e8eef5}.property-actions{background:#edf1f6}.choice svg,.counter,.report-logo{color:var(--atlas-navy)}.condition.selected{border-color:var(--atlas-navy);color:var(--atlas-navy);background:#e9eef5;box-shadow:0 5px 18px #071b3617}.rail-progress i,.progress-track i{background:linear-gradient(180deg,var(--atlas-gold),#a7751e)}.segmented button.active,.chips button.active{color:var(--atlas-navy)}.chips button.active{background:#edf2f7;border-color:#7890a9}.mic{color:var(--atlas-navy);background:#edf2f7}.capture-row button{color:var(--atlas-navy);background:#f8fafc;border-color:#9aaabd}.report>header,.report>footer{border-color:var(--atlas-gold)}.quick-pass-card,.work-order-explainer{background:linear-gradient(135deg,#fffdf8,#f8f2e5);border-color:#d9c38e}.quick-pass-copy b{color:var(--atlas-navy)}.quick-pass-copy .eyebrow,.work-order-explainer>svg{color:#9a6e18}.issue-picker{border-color:#e6d7b4}.issue-picker button.active{border-color:var(--atlas-gold);color:#725113;box-shadow:0 0 0 2px #c99a3530}.rentvine-status.connected>svg,.imported-pill,.work-order-icon,.history-icon.interim,.history-icon.archived,.history-icon.completed{color:var(--atlas-navy);background:#edf2f7}.showroom-note{border-left:2px solid var(--atlas-gold)}.reset-demo:hover{background:#fffaf0}.showroom-launchpad{border:1px solid #d6dee8;border-top:3px solid var(--atlas-gold);background:linear-gradient(135deg,#fff 0%,#f7f9fc 100%);border-radius:18px;grid-template-columns:minmax(240px,.8fr) minmax(540px,1.7fr);align-items:center;gap:26px;margin:-10px 0 28px;padding:24px;display:grid;box-shadow:0 10px 30px #071b3608}.launchpad-copy h2{color:var(--atlas-navy);margin:0;font:750 24px Manrope}.launchpad-copy p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.55}.launchpad-actions{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.launchpad-actions button{border:1px solid var(--line);min-height:104px;color:var(--ink);text-align:left;background:#fff;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:34px 1fr auto;align-items:center;column-gap:9px;padding:14px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;box-shadow:0 3px 10px #071b3608}.launchpad-actions button:hover{border-color:#c9a24d;transform:translateY(-2px);box-shadow:0 8px 20px #071b3612}.launchpad-actions button>span{width:34px;height:34px;color:var(--atlas-navy);background:#edf2f7;border-radius:9px;grid-row:1/3;place-items:center;display:grid}.launchpad-actions button>span svg{width:17px}.launchpad-actions button>b{align-self:end;font-size:12px}.launchpad-actions button>small{color:var(--muted);align-self:start;margin-top:3px;font-size:9px}.launchpad-actions button>svg{color:#9b701d;grid-area:1/3/3;width:16px}@media (width<=1000px){.showroom-launchpad{grid-template-columns:1fr}.hero{flex-direction:column;align-items:stretch}.hero-actions{grid-template-columns:repeat(2,1fr);display:grid}.hero-actions .primary,.hero-actions .ghost{width:100%}}@media (width<=700px){.showroom-launchpad{margin:0 0 22px;padding:19px}.launchpad-actions{grid-template-columns:1fr}.launchpad-actions button{min-height:72px}.hero-actions{grid-template-columns:1fr}}.welcome-overlay{z-index:200;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#071b3661;place-items:center;padding:20px;animation:.2s ease-out welcome-fade;display:grid;position:fixed;inset:0;overflow-y:auto}.welcome-dialog{width:min(900px,100%);color:var(--atlas-navy);background:#fff;border:1px solid #071b361a;border-radius:24px;grid-template-columns:minmax(0,1.25fr) minmax(270px,.75fr);margin:auto;padding:0;animation:.28s ease-out welcome-rise;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #020f1847}.welcome-dialog:before{content:"";pointer-events:none;opacity:.7;background:radial-gradient(circle at 18% 0,#c99a3524,#0000 33%),linear-gradient(135deg,#0000 63%,#0c79d80e);position:absolute;inset:0}.welcome-main,.welcome-aside{position:relative}.welcome-main{padding:40px}.welcome-brand{align-items:center;gap:12px;margin-bottom:48px;display:flex}.welcome-brand img{border-radius:12px;width:48px;height:48px}.welcome-brand b,.welcome-brand span{display:block}.welcome-brand b{letter-spacing:.08em;font:800 14px Manrope}.welcome-brand span{color:#60768c;letter-spacing:.18em;text-transform:uppercase;margin-top:3px;font-size:10px}.welcome-kicker{color:#a87316;letter-spacing:.17em;margin:0;font-size:11px;font-weight:800}.welcome-main h1{letter-spacing:-.045em;max-width:560px;margin:13px 0 0;font:500 clamp(34px,4vw,48px)/1.08 Manrope}.welcome-lead{color:#4f657a;max-width:570px;margin:22px 0 0;font-size:15px;line-height:1.8}.welcome-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.welcome-actions button{border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:49px;padding:0 20px;font-size:13px;font-weight:800;display:inline-flex}.welcome-actions svg{width:17px}.welcome-start{color:#082b4c;background:#d8aa67;box-shadow:0 4px 12px #6b4c1924}.welcome-start:hover{background:#e5ba78}.welcome-explore{color:#fff;background:#082b4c;box-shadow:0 4px 12px #071b3626}.welcome-explore:hover{background:#123f62}.welcome-safety{color:#61798b;align-items:center;gap:8px;margin:19px 0 0;font-size:11px;display:flex}.welcome-safety svg{color:#23805a;width:14px}.welcome-aside{background:#f4f8faf0;border-left:1px solid #071b361a;padding:34px 32px}.welcome-aside-label{color:#60788b;letter-spacing:.16em;margin:0;font-size:10px;font-weight:800}.welcome-points{gap:20px;margin-top:26px;display:grid}.welcome-points>div{align-items:flex-start;gap:12px;display:flex}.welcome-points i{background:#d8aa67;border-radius:50%;flex:0 0 7px;width:7px;height:7px;margin-top:6px;box-shadow:0 0 0 3px #d8aa6724}.welcome-points p{margin:0}.welcome-points b,.welcome-points span{display:block}.welcome-points b{font-size:13px}.welcome-points span{color:#61798b;margin-top:6px;font-size:11px;line-height:1.5}.welcome-promise{border-top:1px solid #071b361a;margin-top:28px;padding-top:25px}.welcome-promise b,.welcome-promise span{display:block}.welcome-promise b{font:700 17px/1.35 Manrope}.welcome-promise span{color:#a87316;letter-spacing:.14em;margin-top:9px;font-size:10px;line-height:1.45}.welcome-overlay~*{pointer-events:none}@keyframes welcome-fade{0%{opacity:0}}@keyframes welcome-rise{0%{opacity:0;transform:translateY(12px)scale(.99)}}@media (width<=760px){.welcome-overlay{align-items:start;padding:12px}.welcome-dialog{border-radius:19px;grid-template-columns:1fr}.welcome-main{padding:26px}.welcome-brand{margin-bottom:30px}.welcome-main h1{font-size:34px}.welcome-lead{font-size:13px;line-height:1.65}.welcome-actions{display:grid}.welcome-actions button{width:100%}.welcome-aside{border-top:1px solid #071b361a;border-left:0;padding:25px 26px}.welcome-points{grid-template-columns:1fr 1fr;gap:18px}.welcome-promise{margin-top:22px}}@media (width<=480px){.welcome-points{grid-template-columns:1fr}.welcome-brand span{letter-spacing:.12em}.welcome-safety{align-items:flex-start}}.showroom-home-link{color:#5b7187;align-items:center;gap:6px;margin-left:auto;padding:8px 6px;font-size:10px;font-weight:800;text-decoration:none;display:inline-flex}.showroom-home-link svg{color:#a87316;width:13px;height:13px}.showroom-home-link:hover{color:var(--atlas-navy)}.request-link{color:#4f6680;letter-spacing:.035em;background:0 0;border:0;align-items:center;gap:7px;padding:8px 5px;font-size:10px;font-weight:800;display:inline-flex}.request-link svg{color:#a87316;width:14px;height:14px}.request-link:hover{color:var(--atlas-navy)}.request-overlay{z-index:220;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#071b366b;place-items:center;padding:18px;animation:.18s ease-out welcome-fade;display:grid;position:fixed;inset:0;overflow-y:auto}.request-dialog{border:1px solid #071b361a;border-top:3px solid var(--atlas-gold);width:min(620px,100%);color:var(--atlas-navy);background:#fff;border-radius:20px;margin:auto;padding:38px;animation:.24s ease-out welcome-rise;position:relative;box-shadow:0 28px 80px #020f184d}.request-close{border:1px solid var(--line);color:#536a82;background:#f7f9fc;border-radius:10px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:16px;right:16px}.request-close svg{width:17px}.request-dialog h2{letter-spacing:-.03em;max-width:500px;margin:5px 0 10px;font:750 30px/1.15 Manrope}.request-dialog>p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.request-dialog form{gap:15px;margin-top:24px;display:grid}.request-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.request-dialog label{color:#52677d;letter-spacing:.06em;text-transform:uppercase;gap:7px;font-size:10px;font-weight:800;display:grid}.request-dialog input,.request-dialog textarea{border:1px solid var(--line);width:100%;color:var(--ink);letter-spacing:0;text-transform:none;background:#fbfcfe;border-radius:11px;outline:0;font-size:13px;font-weight:500}.request-dialog input{height:46px;padding:0 13px}.request-dialog textarea{resize:vertical;min-height:112px;padding:12px 13px;line-height:1.5}.request-dialog input:focus,.request-dialog textarea:focus{border-color:#8aa4be;box-shadow:0 0 0 3px #082e5714}.request-submit{justify-self:start;min-height:48px}.request-submit svg{width:17px}.request-dialog form>small{color:#73859a;font-size:10px;line-height:1.45}.brandbar>.request-link+.reset-demo{margin-left:8px}@media (width<=820px){.showroom-home-link span,.request-link span{display:none}.showroom-home-link,.request-link{border:1px solid var(--line);border-radius:9px;justify-content:center;width:38px;height:38px;padding:0}.showroom-home-link svg,.request-link svg{width:16px;height:16px}.brandbar>.request-link+.reset-demo{margin-left:3px}}@media (width<=560px){.request-dialog{padding:30px 20px 24px}.request-fields{grid-template-columns:1fr}.request-dialog h2{font-size:25px}.request-submit{width:100%}.version-pill,.showroom-home-link{display:none}}
