:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#031d8c;--primary-hover:#020f4a;--primary-soft:#031d8c1a;--action:#1c39bb;--action-hover:#152d94;--action-ring:#1c39bb33;--canvas:#f4f6fb;--card:#fff;--card-tint:#f8faff;--sidebar:#f7f9fe;--sidebar-border:#e8ecf4;--sidebar-accent:#eaf0ff;--sidebar-foreground:#4b5563;--border:#e5e7eb;--border-soft:#e8ecf4;--gray-50:#f9f9f9;--gray-100:#f3f3f3;--gray-200:#e6e6e6;--gray-300:#d1d1d1;--gray-400:#b4b4b4;--gray-500:#8e8e8e;--gray-600:#6e6e6e;--gray-700:#636363;--gray-800:#4a4a4a;--gray-900:#333;--ink:#333;--ink-strong:#111827;--muted:#636363;--soft-muted:#8e8e8e;--danger:#ff3b30;--danger-ink:#b42318;--danger-soft:#ff3b3014;--danger-border:#ff3b3038;--success:#34c759;--success-ink:#16794d;--success-soft:#34c7591a;--success-border:#16794d38;--warning:#ff9500;--warning-ink:#9a6500;--warning-soft:#ff95001a;--warning-border:#ff950047;--info:#3b82f6;--primary-border:#031d8c33;--radius:.75rem;--radius-xs:6px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-brand:0 4px 12px #031d8c26;--text-2xs:11px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--ease:cubic-bezier(.4, 0, .2, 1);--dur-fast:.15s;--dur-base:.2s;--sidebar-width:16rem}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth;min-height:100%}body{min-height:100vh;color:var(--ink);background:var(--canvas);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:var(--text-sm);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-weight:400;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--gray-900);letter-spacing:-.03em;font-weight:600;line-height:1.2}a{color:inherit}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--action-ring);outline-offset:2px}.dashboard-shell{background:var(--canvas);width:100%;height:100svh;display:flex;overflow:hidden}.dashboard-shell.is-client-view{padding-top:58px}.client-view-bar{z-index:100;color:#fff;min-height:58px;box-shadow:var(--shadow-md);background:#071b55;border-bottom:4px solid #f6c344;align-items:center;gap:18px;padding:9px 18px;display:flex;position:fixed;top:0;left:0;right:0}.client-view-label,.client-view-readonly{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:7px;font-size:14px;font-weight:600;display:inline-flex}.client-view-status{align-items:center;gap:18px;min-width:0;display:flex}.client-view-status>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.client-view-signed-in{color:#cbd5f5;font-size:14px}.client-view-readonly{border-radius:var(--radius-full);border:1px solid #ffffff61;padding:5px 9px;font-size:12px}.client-view-actions{align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}.client-view-invite-message{color:#fee2e2;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:12px;overflow:hidden}.client-view-bar button{border-radius:var(--radius-sm);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff59;align-items:center;gap:6px;padding:7px 10px;font-size:14px;font-weight:600;display:inline-flex}.client-view-bar button:hover{background:#ffffff2e}.client-view-bar button:disabled{cursor:default;opacity:.82}.client-view-bar .client-view-resend.is-sent{color:#d1fae5;background:#0596693d;border-color:#a7f3d0a6}.client-view-bar .is-spinning{animation:.7s linear infinite client-view-spin}@keyframes client-view-spin{to{transform:rotate(360deg)}}.portal-sidebar{z-index:30;flex:0 0 var(--sidebar-width);width:var(--sidebar-width);border-right:1px solid var(--sidebar-border);background:var(--sidebar);flex-direction:column;min-width:0;display:flex}.sidebar-header{justify-content:space-between;align-items:center;height:94px;padding:24px 24px 16px;display:flex}.sidebar-logo{border-radius:var(--radius-sm);align-items:center;width:fit-content;display:inline-flex}.sidebar-logo img{object-fit:contain;width:auto;height:44px;display:block}.sidebar-close{border-radius:var(--radius-md);width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:none}.sidebar-nav{flex:1;padding:8px 8px 20px;overflow-y:auto}.sidebar-hero{aspect-ratio:5/3;border-radius:12px;margin:0 16px 4px;text-decoration:none;display:block;position:relative;overflow:hidden}.sidebar-hero-art{object-fit:cover;transition:transform .5s ease-out}.sidebar-hero:hover .sidebar-hero-art{transform:scale(1.03)}.sidebar-hero-scrim{background:linear-gradient(#031d8c1a,#031d8c73 50%,#031d8ceb);position:absolute;inset:0}.sidebar-hero-copy{padding:14px;position:absolute;bottom:0;left:0;right:0}.sidebar-hero-copy small,.sidebar-hero-copy strong,.sidebar-hero-copy>span{display:block}.sidebar-hero-copy small{color:#ffffffb3;letter-spacing:.01em;font-size:11px;font-weight:500}.sidebar-hero-copy strong{color:#fff;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.sidebar-hero-copy>span{-webkit-line-clamp:2;color:#ffffffbf;-webkit-box-orient:vertical;margin-top:2px;font-size:11px;line-height:1.375;display:-webkit-box;overflow:hidden}.sidebar-label{color:#4b5563b3;height:28px;font-size:var(--text-2xs);letter-spacing:.05em;text-transform:uppercase;align-items:center;margin:8px 0 2px;padding:0 8px;font-weight:500;display:flex}.sidebar-label-spaced{margin-top:20px}.sidebar-menu{gap:2px;margin:0;padding:0;list-style:none;display:grid}.sidebar-link{border-radius:var(--radius-md);min-height:36px;color:var(--sidebar-foreground);font-size:var(--text-sm);transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);align-items:center;gap:8px;padding:0 8px;font-weight:400;text-decoration:none;display:flex;position:relative}.sidebar-link svg{color:currentColor;flex:none;width:16px;height:16px}.sidebar-link:hover,.sidebar-link.is-active{color:var(--primary);background:var(--sidebar-accent)}.sidebar-link.is-active{font-weight:500}.sidebar-privacy{border:1px solid var(--primary-border);border-radius:var(--radius-md);color:var(--gray-600);background:#ffffff94;gap:10px;margin:0 5px;padding:13px 12px;display:flex}.sidebar-privacy>svg{color:var(--primary);flex:none;margin-top:1px}.sidebar-privacy div{min-width:0}.sidebar-privacy strong,.sidebar-privacy span{display:block}.sidebar-privacy strong{color:var(--gray-800);margin-bottom:3px;font-size:14px}.sidebar-privacy span{font-size:13px;line-height:1.45}.sidebar-library{min-width:0}.sidebar-document-list,.sidebar-offers ul{gap:3px;margin:0;padding:0;list-style:none;display:grid}.sidebar-document-list li{border-radius:var(--radius-md);min-height:40px;color:var(--gray-700);border:1px solid #0000;align-items:center;padding:0;font-size:14px;font-weight:600;display:flex;position:relative}.sidebar-document-open{border-radius:var(--radius-sm);min-width:0;min-height:40px;color:inherit;flex:1;align-items:center;gap:8px;padding:7px 6px 7px 8px;text-decoration:none;display:flex}.sidebar-document-open>svg{width:16px;height:16px;color:var(--success-ink);flex:none}.sidebar-document-open>span:not(.sidebar-complete-check){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-document-list li:hover{color:var(--primary);background:var(--sidebar-accent)}.sidebar-complete-check{width:18px;height:18px;color:var(--success-ink);background:var(--success-soft);border-radius:50%;flex:none;place-items:center;margin-left:auto;font-size:12px;font-weight:600;display:grid}.sidebar-document-download{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--gray-500);flex:none;place-items:center;display:grid}.sidebar-document-download:hover{color:var(--primary);background:var(--card-tint)}.sidebar-document-list li.is-recent{border-color:var(--success-border);background:var(--success-soft);animation:.9s ease-out .3s both sidebar-document-arrival}.sidebar-pending-list li{border-color:var(--border);background:#ffffff8f;align-items:stretch;min-height:46px}.sidebar-pending-list li.is-awaiting-you{border-color:var(--warning-border);background:var(--warning-soft)}.sidebar-pending-list .sidebar-document-open>svg{color:var(--gray-500);align-self:center}.sidebar-pending-list li.is-awaiting-you .sidebar-document-open>svg{color:var(--warning-ink)}.sidebar-pending-copy{gap:1px;min-width:0;display:grid}.sidebar-pending-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.sidebar-pending-copy small{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.sidebar-pending-list li.is-awaiting-you .sidebar-pending-copy small{color:var(--warning-ink)}.sidebar-sign-cue{border-radius:var(--radius-full);color:#fff;background:var(--primary);font-size:var(--text-2xs);letter-spacing:.02em;text-transform:uppercase;flex:none;align-self:center;margin-left:auto;padding:2px 7px;font-weight:600}.sidebar-offers{border:1px solid var(--primary-border);border-radius:var(--radius-md);background:#ffffff8f;margin:12px 5px 0;overflow:hidden}.sidebar-offers summary{min-height:42px;color:var(--gray-800);cursor:pointer;align-items:center;gap:8px;padding:0 10px;font-size:14px;font-weight:600;list-style:none;display:flex}.sidebar-offers summary::-webkit-details-marker{display:none}.sidebar-offers summary>span:first-child{align-items:center;gap:9px;min-width:0;display:inline-flex}.sidebar-offers summary svg{color:var(--primary);flex:none}.sidebar-offer-total{border-radius:var(--radius-full);min-width:20px;color:var(--gray-600);background:var(--sidebar-accent);text-align:center;margin-left:auto;padding:1px 6px;font-size:12px}.sidebar-folder-chevron{transition:transform .16s}.sidebar-offers:not([open]) .sidebar-folder-chevron{transform:rotate(-90deg)}.sidebar-offers ul{gap:1px;padding:0 6px 7px}.sidebar-offers li a{border-radius:var(--radius-sm);min-width:0;color:var(--gray-600);align-items:flex-start;gap:8px;padding:8px 7px;text-decoration:none;display:flex}.sidebar-offers li a:hover{color:var(--primary);background:var(--sidebar-accent)}.sidebar-offers li a>svg{color:var(--gray-500);flex:none;margin-top:1px}.sidebar-offers li a>span,.sidebar-offers li strong,.sidebar-offers li small{min-width:0;display:block}.sidebar-offers li a>span{overflow:hidden}.sidebar-offers li strong,.sidebar-offers li small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-offers li strong{font-size:13px;font-weight:600}.sidebar-offers li small{color:var(--gray-500);margin-top:2px;font-size:12px;font-weight:500}.sidebar-offers-empty{color:var(--gray-500);margin:0;padding:1px 12px 12px 37px;font-size:12px;line-height:1.45}.completed-document-page{grid-template-rows:auto minmax(580px,1fr);gap:18px;min-height:calc(100svh - 135px);display:grid}.completed-document-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.completed-document-heading .back-link{margin-bottom:19px}.completed-document-heading .eyebrow{margin-bottom:5px}.completed-document-heading h1{color:var(--gray-900);margin:0;font-size:clamp(22px,2.5vw,28px);font-weight:500}.completed-document-heading>div>span{color:var(--success-ink);align-items:center;gap:6px;margin-top:8px;font-size:13px;font-weight:600;display:inline-flex}.completed-document-heading>div>span.is-pending{color:var(--warning-ink)}.document-heading-actions{flex:none;align-items:center;gap:10px;display:flex}.document-download-button{border-radius:var(--radius-md);color:#fff;background:var(--action);min-height:36px;box-shadow:none;font-size:var(--text-sm);transition:background-color var(--dur-fast) var(--ease);flex:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:500;text-decoration:none;display:inline-flex}.document-download-button:hover{background:var(--action-hover)}.completed-document-viewer{border:1px solid var(--primary-border);border-radius:var(--radius-lg);background:var(--gray-100);min-height:0;box-shadow:var(--shadow-sm);grid-template-rows:auto minmax(520px,1fr);display:grid;overflow:hidden}.completed-document-secure-note{border-bottom:1px solid var(--primary-border);min-height:36px;color:var(--gray-600);background:var(--card-tint);justify-content:center;align-items:center;gap:6px;padding:7px 12px;font-size:12px;display:flex}.completed-document-viewer iframe{background:var(--gray-100);border:0;width:100%;height:100%;min-height:520px}.completed-document-fetch-state{min-height:520px;color:var(--gray-600);background:var(--gray-100);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.completed-document-fetch-state strong{color:var(--gray-800);font-size:14px}.completed-document-fetch-state.is-error svg{color:var(--danger-ink)}.completed-document-fetch-state.is-error span{color:var(--gray-500);font-size:12px}.completed-document-spinner{color:var(--primary);animation:.9s linear infinite signing-spin}@keyframes sidebar-document-arrival{0%,35%{box-shadow:0 0 #26855200}60%{box-shadow:0 0 0 5px #26855221}to{box-shadow:0 0 #26855200}}.sidebar-footer{border-top:1px solid var(--sidebar-border);padding:16px}.sidebar-account{min-width:0;color:var(--gray-500);align-items:center;gap:10px;padding:3px 1px 12px;display:flex}.avatar{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--primary);background:var(--primary-soft);flex:none;place-items:center;font-size:14px;font-weight:600;display:grid}.account-copy{flex:1;min-width:0;display:block}.account-copy strong,.account-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-copy strong{color:var(--gray-900);font-size:14px;font-weight:600}.account-copy span{color:var(--gray-500);margin-top:2px;font-size:12px}.signout-button{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:100%;height:37px;color:var(--gray-600);cursor:pointer;background:#ffffffb8;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:border-color .15s,color .15s,background-color .15s;display:flex}.signout-button:hover{border-color:var(--gray-300);color:var(--gray-800);background:var(--card-tint)}.sidebar-scrim{display:none}.dashboard-main{flex:1;min-width:0;padding:32px 32px 48px;overflow-y:auto}.dashboard-content{width:100%;max-width:1600px;margin:0 auto}.dashboard-header{align-items:center;margin-bottom:20px;display:none}.menu-trigger{border-radius:var(--radius-md);width:36px;height:36px;color:var(--gray-500);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:none}.menu-trigger:hover,.sidebar-close:hover{color:var(--primary);background:var(--primary-soft)}.page-intro{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:23px;display:flex}.eyebrow{color:var(--gray-500);font-size:var(--text-2xs);letter-spacing:.05em;text-transform:uppercase;margin:0 0 6px;font-weight:500}.page-intro h1{color:var(--gray-900);letter-spacing:-.03em;margin:0;font-size:clamp(22px,2.5vw,28px);font-weight:600;line-height:1.15}.page-intro>div>p:last-child{max-width:670px;color:var(--gray-500);margin:8px 0 0;font-size:14px;line-height:1.6}.workspace-filter{border:1px solid var(--gray-200);border-radius:var(--radius-md);min-width:0;color:var(--gray-600);background:var(--card);box-shadow:var(--shadow-xs);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);align-items:center;gap:10px;padding:6px 6px 6px 8px;text-decoration:none;display:flex}.workspace-filter:hover{border-color:var(--primary-border);box-shadow:var(--shadow-sm)}.workspace-filter-avatar{width:30px;height:30px;color:var(--primary);background:var(--sidebar-accent);letter-spacing:.02em;border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:600;display:grid}.workspace-filter-avatar.is-brand-mark,.realtor-avatar.is-brand-mark{background:0 0;border-color:#0000;padding:0;overflow:hidden}.workspace-filter-avatar.is-brand-mark img,.realtor-avatar.is-brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.workspace-filter-copy{flex:1;min-width:0;display:block}.workspace-filter small,.workspace-filter strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.workspace-filter small{color:var(--gray-500);font-size:11px;line-height:1.3}.workspace-filter strong{color:var(--gray-900);font-size:13px;font-weight:500;line-height:1.35}.workspace-filter em{border-radius:var(--radius-sm);height:28px;color:var(--primary);background:var(--sidebar-accent);transition:background-color var(--dur-fast) var(--ease);flex:none;align-items:center;gap:1px;padding:0 6px 0 10px;font-size:12px;font-style:normal;font-weight:500;display:inline-flex}.workspace-filter:hover em{background:var(--primary-soft)}.workspace-filter em svg{flex:none}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.metric-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:linear-gradient(to bottom right, #fff, var(--card-tint));min-height:96px;box-shadow:none;transition:border-color var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);align-items:center;gap:14px;padding:16px;display:flex}.metric-card:hover{border-color:var(--primary-border);box-shadow:var(--shadow-md)}.metric-icon{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--primary);background:var(--sidebar-accent);flex:none;place-items:center;display:grid}.metric-card div{min-width:0}.metric-card div span,.metric-card div strong{display:block}.metric-card div span{color:var(--muted);font-size:var(--text-xs);letter-spacing:normal;text-transform:none;margin-bottom:4px;font-weight:500}.metric-card div strong{color:var(--gray-900);font-size:var(--text-2xl);letter-spacing:-.025em;text-overflow:ellipsis;font-weight:600;line-height:1.2;overflow:hidden}.metric-date div strong{font-size:var(--text-base);line-height:1.35}.dashboard-grid{grid-template-columns:minmax(0,1.8fr) minmax(280px,.8fr);align-items:start;gap:16px;display:grid}.panel{border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm);overflow:hidden}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:0;padding:20px 24px;display:flex}.panel-header .eyebrow{margin-bottom:4px}.panel-header h2{color:var(--gray-900);font-size:var(--text-base);letter-spacing:-.02em;margin:0;font-weight:600;line-height:1.2}.panel-count{border:1px solid var(--border);border-radius:var(--radius-full);color:var(--muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums;background:0 0;flex:none;align-items:center;padding:2px 8px;font-weight:500;display:inline-flex}.transaction-list{padding:5px 0}.transaction-row{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:13px;min-height:76px;padding:12px 19px;text-decoration:none;transition:background-color .15s;display:grid}.transaction-row:last-child{border-bottom:0}.transaction-row:hover{background:var(--card-tint)}.property-icon{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--gray-600);background:var(--card-tint);place-items:center;display:grid}.transaction-main{min-width:0;display:block}.transaction-main strong,.transaction-main span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.transaction-main strong{color:var(--gray-900);font-size:14px;font-weight:600}.transaction-main span{color:var(--gray-500);margin-top:6px;font-size:13px}.status-badge{border:1px solid var(--primary-border);border-radius:var(--radius-full);width:fit-content;min-height:22px;color:var(--primary);background:var(--sidebar-accent);font-size:var(--text-xs);white-space:nowrap;align-items:center;padding:2px 8px;font-weight:500;display:inline-flex}.status-closed{border-color:var(--success-border);color:var(--success-ink);background:var(--success-soft)}.status-cancelled,.status-expired{border-color:var(--gray-200);color:var(--gray-600);background:var(--card-tint)}.row-arrow{color:var(--gray-400);transition:color .15s,transform .15s}.transaction-row:hover .row-arrow{color:var(--primary);transform:translate(1px,-1px)}.empty-state{text-align:center;padding:66px 24px}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.error-page h1{color:var(--gray-900);margin:0;font-size:22px}.error-page p{max-width:360px;color:var(--gray-500);margin:8px 0 22px;font-size:14px;line-height:1.55}.error-page .journey-primary-action{width:auto}.empty-icon{border:1px solid var(--primary-border);border-radius:var(--radius-lg);width:48px;height:48px;color:var(--gray-600);background:var(--card-tint);place-items:center;margin:0 auto 15px;display:grid}.empty-state h3{color:var(--gray-900);margin:0;font-size:14px}.empty-state p{max-width:360px;color:var(--gray-500);margin:8px auto 0;font-size:14px;line-height:1.55}.compact-empty{border:1px dashed var(--primary-border);border-radius:var(--radius-md);color:var(--gray-500);background:var(--card-tint);align-items:center;gap:12px;margin:18px;padding:17px;display:flex}.compact-empty svg{color:var(--gray-500);flex:none}.compact-empty p{margin:0;font-size:14px;line-height:1.5}.closing-list{padding:8px 18px}.closing-list>a{border-bottom:1px solid var(--border);align-items:center;gap:12px;min-width:0;padding:12px 0;text-decoration:none;display:flex}.closing-list>a:last-child{border-bottom:0}.closing-list time{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:42px;height:45px;color:var(--primary);background:var(--card-tint);text-align:center;flex:none;place-content:center;display:grid}.closing-list time strong,.closing-list time span{display:block}.closing-list time strong{font-size:15px;line-height:1}.closing-list time span{color:var(--gray-500);text-transform:uppercase;margin-top:3px;font-size:12px;font-weight:600}.closing-list>a>span{min-width:0}.closing-list>a>span strong,.closing-list>a>span small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.closing-list>a>span strong{color:var(--gray-900);font-size:13px}.closing-list>a>span small{color:var(--gray-500);margin-top:4px;font-size:12px}.privacy-note{border:1px solid var(--primary-border);border-radius:var(--radius-md);background:var(--card-tint);gap:10px;margin:8px 18px 18px;padding:14px;display:flex}.privacy-note-icon{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--gray-600);background:var(--sidebar-accent);flex:none;place-items:center;display:grid}.privacy-note p{color:var(--gray-500);margin:0;font-size:12px;line-height:1.55}.privacy-note p strong{color:var(--gray-800);margin-bottom:2px;font-size:13px;display:block}.back-link{border-radius:var(--radius-xs);color:var(--gray-600);align-items:center;gap:7px;margin:0 0 23px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--primary)}.detail-intro{align-items:center}.detail-status{flex:none;min-height:30px;padding:5px 11px}.client-notes-panel{margin-top:16px}.property-client-notes{margin-top:0}.client-note-list{padding:6px 24px}.client-note{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr);gap:12px;padding:16px 0;display:grid}.client-note:last-child{border-bottom:0}.client-note-icon{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:34px;height:34px;color:var(--primary);background:var(--primary-soft);place-items:center;display:grid}.client-note-meta{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.client-note-meta strong{color:var(--gray-900);font-size:var(--text-sm);font-weight:600}.client-note-meta time{color:var(--gray-500);font-size:var(--text-xs);flex:none}.client-note p{color:var(--gray-700);font-size:var(--text-sm);overflow-wrap:anywhere;white-space:pre-wrap;margin:5px 0 0;line-height:1.6}.realtor-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:17px;display:grid}.realtor-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-tint);box-shadow:var(--shadow-md);overflow:hidden}.realtor-card.is-selected{border-color:var(--primary-border);box-shadow:0 0 0 2px var(--primary-border), var(--shadow-md)}.realtor-card-header{border-bottom:1px solid var(--border);background:linear-gradient(145deg,#fff,#fafbfe);align-items:center;gap:13px;padding:20px;display:flex}.realtor-avatar{border:1px solid var(--primary-border);border-radius:var(--radius-lg);width:46px;height:46px;color:var(--primary);background:var(--primary-soft);flex:none;place-items:center;font-size:14px;font-weight:600;display:grid}.realtor-card-header div{min-width:0}.realtor-card-header>div{flex:1}.realtor-card-header>form{flex:none;margin-left:auto}.realtor-select{border:1px solid var(--primary-border);border-radius:var(--radius-sm);min-height:34px;color:var(--primary);background:var(--card-tint);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.realtor-select:hover{border-color:var(--primary-border);background:var(--sidebar-accent)}.realtor-select.is-selected{border-color:var(--gray-200);color:var(--success-ink);background:var(--success-soft);cursor:default}.realtor-card-header h2{color:var(--gray-900);letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:600;overflow:hidden}.realtor-card-header p{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:13px;overflow:hidden}.realtor-contact{border-bottom:1px solid var(--border);gap:10px;padding:16px 20px;display:grid}.realtor-contact a,.realtor-contact>span{border-radius:var(--radius-xs);min-width:0;color:var(--gray-600);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:9px;font-size:13px;line-height:1.3;text-decoration:none;display:flex;overflow:hidden}.realtor-contact a:hover{color:var(--primary)}.realtor-contact svg{color:var(--gray-500);flex:none}.realtor-roles{gap:0;display:grid}.realtor-role+.realtor-role{border-top:1px solid var(--border)}.realtor-role-heading{background:var(--card-tint);justify-content:space-between;align-items:center;gap:10px;padding:12px 20px;display:flex}.realtor-role-heading>span{color:var(--gray-700);letter-spacing:.05em;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.realtor-role-heading small{color:var(--gray-500);font-size:12px}.realtor-transactions{padding:4px 20px}.realtor-transactions a,.realtor-transaction-preview{border-bottom:1px solid var(--border);align-items:center;gap:10px;min-width:0;padding:11px 0;text-decoration:none;display:flex}.realtor-transactions>:last-child{border-bottom:0}.realtor-transactions a>svg,.realtor-transaction-preview>svg{color:var(--gray-500);flex:none}.realtor-transactions a>span,.realtor-transaction-preview>span{min-width:0}.realtor-transactions strong,.realtor-transactions small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.realtor-transactions strong{color:var(--gray-800);font-size:12px}.realtor-transactions small{color:var(--gray-500);margin-top:3px;font-size:12px}.realtor-transactions a:hover strong{color:var(--primary)}.realtor-transaction-preview{opacity:.7}.selection-message{border:1px solid var(--primary-border);border-radius:var(--radius-md);color:var(--gray-700);background:var(--card-tint);margin:0 0 17px;padding:13px 15px;font-size:13px;font-weight:500;line-height:1.5}.selection-error{border-color:var(--danger-border);color:var(--danger-ink);background:var(--danger-soft)}.realtor-empty{margin:0}.realtor-empty h2{color:var(--gray-900);margin:0;font-size:14px}.auth-shell{background:var(--card-tint);min-height:100svh;display:flex}.auth-panel{flex-direction:column;width:60%;min-height:100svh;padding:40px;display:flex}.auth-logo{object-fit:contain;align-self:flex-start;width:auto;height:36px}.auth-content{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:384px;margin:0 auto;padding:52px 0 70px;display:flex}.auth-heading{text-align:center;margin-bottom:28px}.auth-heading .eyebrow{color:var(--gray-600);margin-bottom:12px}.auth-heading h1{color:var(--gray-900);letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,30px);font-weight:400;line-height:1.08}.auth-heading>p:last-child{max-width:355px;color:var(--gray-500);margin:13px auto 0;font-size:14px;line-height:1.6}.login-form{gap:10px;display:grid}.login-form label{color:var(--gray-800);font-size:14px;font-weight:600}.auth-input{border:1px solid var(--gray-200);border-radius:var(--radius-md);width:100%;height:40px;color:var(--gray-900);background:var(--card);box-shadow:var(--shadow-xs);font-size:var(--text-sm);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);outline:none;padding:0 12px}.auth-input::placeholder{color:var(--gray-400)}.auth-input:focus{border-color:var(--action);box-shadow:0 0 0 3px var(--action-ring)}.primary-button{border-radius:var(--radius-md);color:#fff;background:var(--action);width:100%;min-height:40px;box-shadow:none;font-size:var(--text-sm);cursor:pointer;transition:background-color var(--dur-fast) var(--ease);border:0;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:0 24px;font-weight:500;display:inline-flex}.primary-button:hover{background:var(--action-hover)}.primary-button:disabled{opacity:.5;pointer-events:none}.field-error,.form-error{color:var(--danger);font-size:14px}.form-error{border:1px solid var(--danger-border);border-radius:var(--radius-md);background:var(--danger-soft);margin:-10px 0 18px;padding:11px 13px;line-height:1.45}.secure-login-note{color:var(--gray-500);justify-content:center;align-items:center;gap:7px;margin-top:24px;font-size:13px;display:flex}.auth-footer{color:var(--gray-400);text-align:center;margin:0;font-size:12px}.auth-art{background:#d9d3c7;width:40%;min-height:100svh;position:relative;overflow:hidden}.auth-art-image{object-fit:cover}.auth-art:after{content:"";background:linear-gradient(#0000 55%,#0a12236b);position:absolute;inset:0}.auth-art-overlay{z-index:1;color:#fff;text-shadow:0 2px 18px #00000040;position:absolute;bottom:38px;left:40px;right:40px}.auth-art-overlay span{letter-spacing:.05em;font-size:12px;font-weight:600}.auth-art-overlay p{max-width:370px;margin:10px 0 0;font-size:clamp(18px,2vw,24px);line-height:1.22}.email-sent{border:1px solid var(--primary-border);border-radius:var(--radius-lg);background:var(--card-tint);text-align:center;padding:25px}.email-sent>span,.verify-icon{border:1px solid var(--primary-border);width:44px;height:44px;color:var(--primary);background:var(--sidebar-accent);border-radius:50%;place-items:center;margin:0 auto 15px;font-size:18px;font-weight:600;display:grid}.email-sent h2{color:var(--gray-900);margin:0;font-size:16px}.email-sent p{color:var(--gray-500);margin:9px 0 0;font-size:14px;line-height:1.55}.email-sent p strong{color:var(--gray-700)}.text-button{color:var(--primary);cursor:pointer;background:0 0;border:0;margin-top:17px;padding:0;font-size:13px;font-weight:600}.verify-icon{width:50px;height:50px;margin-bottom:22px}.verify-form{width:100%}@media (max-width:1080px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid,.realtor-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:820px),(max-width:1024px) and (pointer:coarse){.client-view-bar{gap:10px;padding-left:12px;padding-right:10px}.client-view-signed-in,.client-view-readonly{display:none}.client-view-actions{margin-left:auto}.client-view-status{gap:10px}.client-view-invite-message{display:none}.client-view-bar button{flex:none}.portal-sidebar{width:min(19rem,100vw - 42px);box-shadow:var(--shadow-lg);transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-101%)}.dashboard-shell.is-client-view .portal-sidebar{top:58px}.portal-sidebar.is-open{transform:translate(0)}.sidebar-scrim{z-index:20;cursor:pointer;background:#0f172a52;border:0;display:block;position:fixed;inset:0}.dashboard-shell.is-client-view .sidebar-scrim{top:58px}.sidebar-close,.menu-trigger{display:inline-flex}.dashboard-header{display:flex}.dashboard-main{padding:22px 24px 42px}.metric-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-panel{width:100%}.auth-art{display:none}}@media (max-width:600px){.client-view-status>strong{display:none}.stage-nav-trigger{max-width:9.5rem}.stage-nav-trigger-copy small{display:none}.client-view-bar{gap:8px}.client-view-actions button{justify-content:center;width:34px;height:34px;padding:0}.client-view-actions button span{display:none}.completed-document-page{grid-template-rows:auto auto;min-height:0}.completed-document-heading{flex-direction:column;align-items:stretch;gap:15px}.document-heading-actions{flex-wrap:wrap}.document-heading-actions>a{flex:160px}.document-download-button{width:100%}.completed-document-viewer,.completed-document-viewer iframe{min-height:68svh}.dashboard-main{padding:18px 15px 35px}.dashboard-header{margin-bottom:25px}.page-intro{flex-direction:column;align-items:flex-start;margin-bottom:19px}.page-intro h1{font-size:24px}.workspace-filter{width:100%}.realtor-card-header,.realtor-contact{padding-left:16px;padding-right:16px}.realtor-card-header{flex-wrap:wrap;align-items:flex-start}.realtor-card-header>div{flex:none;width:calc(100% - 61px)}.realtor-card-header>form{width:100%;margin-left:0}.realtor-select{width:100%}.realtor-role-heading,.realtor-transactions{padding-left:16px;padding-right:16px}.metric-grid,.metric-grid-three{grid-template-columns:1fr 1fr;gap:10px}.metric-card{flex-direction:column;align-items:flex-start;gap:11px;min-height:105px;padding:15px}.metric-card div strong{font-size:18px}.metric-date div strong{font-size:14px}.transaction-row{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:13px 14px}.transaction-row .status-badge{grid-column:2/4;margin-top:-3px}.row-arrow{grid-area:1/3}.panel-header{padding-left:15px;padding-right:15px}.auth-panel{padding:25px 22px 22px}.auth-logo{height:34px}.auth-content{padding:60px 0 65px}.auth-heading h1{font-size:30px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.sidebar-document-list li.is-recent{animation:none}.sidebar-hero:hover .sidebar-hero-art{transform:none}}.signature-return-banner{border:1px solid var(--success-border);border-radius:var(--radius-md);min-height:44px;color:var(--success-ink);background:var(--success-soft);align-items:center;gap:9px;margin-bottom:17px;padding:10px 14px;font-size:13px;display:flex}.signature-return-banner svg{color:var(--success-ink);flex:none}.signature-return-banner strong{color:var(--success-ink)}.journey-page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.journey-page-heading h1{color:var(--gray-900);letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,30px);font-weight:500}.journey-side-tabs{border:1px solid var(--primary-border);border-radius:var(--radius-full);background:var(--card);box-shadow:var(--shadow-sm);gap:6px;width:fit-content;margin-bottom:14px;padding:5px;display:flex}.journey-side-tab{border-radius:var(--radius-full);color:var(--gray-500);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.journey-side-tab:hover:not(.is-active){color:var(--primary);background:var(--card-tint)}.journey-side-tab.is-active{color:#fff;background:var(--primary);cursor:default}.journey-tracker{border:1px solid var(--primary-border);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm);margin-bottom:18px;padding:0 23px}.journey-tracker ol{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.journey-tracker li{align-items:center;gap:11px;min-width:0;min-height:82px;padding:13px 20px 13px 0;display:flex;position:relative}.journey-tracker li:not(:last-child):after{background:var(--gray-100);content:"";width:calc(100% - 50px);height:1px;position:absolute;top:50%;right:16px;transform:translate(50%,-50%)}.journey-tracker li.is-complete:not(:last-child):after{background:var(--primary-border)}.journey-marker{z-index:1;border:1px solid var(--primary-border);width:31px;height:31px;color:var(--gray-500);background:var(--card-tint);border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:600;display:grid;position:relative}.is-complete .journey-marker{border-color:var(--primary);color:#fff;background:var(--primary)}.is-active .journey-marker{border:6px solid var(--primary-border);color:#fff;background:var(--primary);box-shadow:0 0 0 1px var(--primary-border)}.journey-label{z-index:2;background:var(--card);min-width:0;padding-right:7px;display:block;position:relative}.journey-label small,.journey-label strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.journey-label small{color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:600}.journey-label strong{color:var(--gray-600);font-size:14px;font-weight:600}.is-active .journey-label small,.is-active .journey-label strong,.is-complete .journey-label strong{color:var(--primary)}.stage-nav{flex:none;position:relative}.stage-nav-trigger{align-items:center;gap:9px;max-width:15rem;padding:5px 9px 5px 11px;display:inline-flex}.stage-nav-trigger.is-pinned{background:#f6c34429;border-color:#f6c344bf}.stage-nav-trigger-copy{flex-direction:column;align-items:flex-start;min-width:0;line-height:1.2;display:flex}.stage-nav-trigger-copy small{color:#cbd5f5;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.stage-nav-trigger-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:600;overflow:hidden}.stage-nav-menu{z-index:120;border-radius:var(--radius-lg);width:max-content;min-width:15rem;max-width:min(21rem,100vw - 24px);box-shadow:var(--shadow-lg);background:#071b55;border:1px solid #1b2f6b;flex-direction:column;gap:2px;padding:9px;display:flex;position:absolute;top:calc(100% + 10px);left:0}.stage-nav-menu-note{color:#cbd5f5;margin:0 4px 7px;font-size:12px;line-height:1.45}.client-view-bar .stage-nav-menu button{text-align:left;background:0 0;border-color:#0000;justify-content:flex-start;width:100%;padding:7px 9px;font-size:13px}.client-view-bar .stage-nav-menu button:hover:not(:disabled){background:#ffffff24}.client-view-bar .stage-nav-option.is-current{color:#f6c344}.stage-nav-option-mark{flex:0 0 14px;justify-content:center;align-items:center;width:14px;display:inline-flex}.client-view-bar .stage-nav-reset{color:#cbd5f5;border-top:1px solid #ffffff2e;border-radius:0;margin-top:5px}.stage-nav-error{color:#fee2e2;margin:7px 4px 0;font-size:12px;line-height:1.4}.journey-feature{border:1px solid var(--primary-border);border-radius:var(--radius-xl);background:var(--card-tint);min-height:525px;box-shadow:var(--shadow-sm);grid-template-columns:minmax(330px,.9fr) minmax(390px,1.1fr);display:grid;position:relative;overflow:hidden}.journey-feature-copy{z-index:1;align-self:center;padding:54px clamp(35px,4vw,70px)}.feature-icon{border:1px solid var(--primary-border);border-radius:var(--radius-lg);width:43px;height:43px;color:var(--primary);background:var(--sidebar-accent);place-items:center;margin-bottom:24px;display:grid}.journey-feature-copy h1,.offers-heading h1,.accepted-hero h1{color:var(--gray-900);letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,30px);font-weight:500;line-height:1.08}.feature-description{max-width:550px;color:var(--gray-600);margin:17px 0 0;font-size:14px;line-height:1.7}.document-status-line{min-height:35px;color:var(--gray-500);align-items:center;gap:8px;margin:23px 0 17px;font-size:13px;display:flex}.document-status-line span{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--card-tint);align-items:center;gap:6px;padding:6px 9px;display:inline-flex}.document-status-line .is-ready{border-color:var(--success-border);color:var(--success-ink);background:var(--success-soft)}.signer-roster{flex-direction:column;gap:4px;margin:-6px 0 19px;padding:0;list-style:none;display:flex}.signer-roster li{color:var(--gray-600);align-items:center;gap:8px;padding:5px 0;font-size:13px;display:flex}.signer-roster strong{color:var(--ink);font-weight:500}.signer-roster em{color:var(--gray-500);margin-left:auto;font-size:12px;font-style:normal}.signer-mark{border:1px solid var(--border);border-radius:var(--radius-full);width:18px;height:18px;color:var(--gray-400);background:var(--card-tint);flex:none;justify-content:center;align-items:center;display:inline-flex}.signer-roster .is-signed .signer-mark{border-color:var(--success-border);color:var(--success-ink);background:var(--success-soft)}.signer-roster .is-waiting .signer-mark{border-color:var(--warning-border);color:var(--warning-ink);background:var(--warning-soft)}.signer-roster .is-waiting em{color:var(--warning-ink)}.signer-roster .is-blocked .signer-mark{border-color:var(--danger-border);color:var(--danger-ink);background:var(--danger-soft)}.signer-roster .is-blocked em{color:var(--danger-ink)}.journey-primary-action{border-radius:var(--radius-md);color:#fff;background:var(--action);min-width:160px;min-height:40px;box-shadow:none;font-size:var(--text-sm);transition:background-color var(--dur-fast) var(--ease);border:0;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-weight:500;text-decoration:none;display:inline-flex}.journey-primary-action:hover{background:var(--action-hover)}.journey-primary-action:disabled{color:var(--gray-500);background:var(--gray-100);box-shadow:none;cursor:default}.preview-action-tooltip{border-radius:var(--radius-md);width:fit-content;display:inline-flex;position:relative}.preview-action-tooltip-copy{z-index:10;border-radius:var(--radius-sm);color:#fff;background:var(--primary-hover);width:max-content;max-width:min(280px,100vw - 48px);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;padding:8px 11px;font-size:14px;font-weight:600;line-height:1.35;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,-4px)}.preview-action-tooltip-copy:before{background:var(--primary-hover);content:"";width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.preview-action-tooltip:hover .preview-action-tooltip-copy,.preview-action-tooltip:focus-visible .preview-action-tooltip-copy{opacity:1;transform:translate(-50%)}.journey-reassurance{max-width:470px;color:var(--gray-500);align-items:flex-start;gap:8px;margin:20px 0 0;font-size:12px;line-height:1.55;display:flex}.journey-reassurance svg{color:var(--gray-600);flex:none;margin-top:1px}.document-preview-wrap{border-left:1px solid var(--border);background-color:#f3f6fb;background-image:linear-gradient(#e3e9f680 1px,#0000 1px),linear-gradient(90deg,#e3e9f680 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:25px 25px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;place-items:center;min-width:0;display:grid;position:relative;overflow:hidden}.document-preview-shadow{border-radius:var(--radius-sm);filter:blur(25px);background:#2231522e;width:310px;height:400px;position:absolute;transform:translate(15px,17px)rotate(2deg)}.document-preview{border:1px solid var(--border);width:300px;min-height:405px;color:var(--gray-900);background:var(--card-tint);box-shadow:var(--shadow-xl);padding:31px 30px 23px;position:relative;transform:rotate(1.2deg)}.document-preview.is-form{background:#fff;place-items:start center;height:405px;padding:0;display:grid;overflow:hidden}.document-preview.is-form canvas{max-width:none;height:auto;display:block}.document-preview.is-form.is-rendered:after{content:"";pointer-events:none;background:linear-gradient(#fff0,#fff 85%);height:90px;position:absolute;bottom:0;left:0;right:0}.document-brand{color:var(--primary);letter-spacing:.05em;align-items:center;gap:6px;font-size:8px;display:flex}.document-brand span{color:#fff;background:var(--primary);border-radius:4px;place-items:center;width:19px;height:19px;font-size:6px;display:grid}.document-preview>p{color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase;margin:26px 0 4px;font-size:6px;font-weight:600}.document-preview h2{max-width:220px;color:var(--gray-900);margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:600;line-height:1.25}.paper-rule,.paper-section span{border-radius:var(--radius-md);background:var(--gray-100);width:100%;height:4px;margin-top:6px;display:block}.paper-rule{width:78%}.paper-rule.is-wide{width:100%}.paper-rule.is-short,.paper-section span.short{width:52%}.paper-section{border:1px solid var(--border);border-radius:4px;margin-top:22px;padding:12px}.paper-section strong{color:var(--gray-700);margin-bottom:9px;font-size:7px;display:block}.paper-checks{grid-template-columns:12px 1fr 12px 1fr;align-items:center;gap:6px;margin:15px 2px;display:grid}.paper-checks i{border:1px solid var(--primary-border);width:11px;height:11px;color:var(--primary);place-items:center;display:grid}.paper-checks span{background:var(--gray-100);height:3px}.paper-section.second{margin-top:8px}.signature-line{grid-template-columns:2fr 1fr;gap:14px;margin-top:24px;display:grid}.signature-line span{border-top:1px solid var(--primary-border);color:var(--gray-500);padding-top:5px;font-size:5px}.document-preview footer{color:var(--gray-400);justify-content:center;align-items:center;gap:4px;margin-top:21px;font-size:5px;display:flex}.offers-view{border:1px solid var(--primary-border);border-radius:var(--radius-xl);background:var(--card-tint);box-shadow:var(--shadow-sm);padding:28px}.offers-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.offers-heading h1{font-size:clamp(24px,3vw,30px)}.offers-heading>div>p:last-child{color:var(--gray-500);margin:10px 0 0;font-size:14px}.save-indicator{color:var(--gray-500);font-size:12px}.property-board-controls{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:7px;display:flex}.board-clear-ranking{border:1px solid var(--border);border-radius:var(--radius-full);min-height:34px;color:var(--gray-600);background:var(--card-tint);font:inherit;cursor:pointer;transition:border-color var(--dur-base) var(--ease), color var(--dur-base) var(--ease);align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.board-clear-ranking:hover{border-color:var(--primary-border);color:var(--primary)}.board-clear-ranking:disabled{cursor:wait;opacity:.65}.offer-board-layout{grid-template-columns:minmax(0,1fr) 260px;align-items:stretch;gap:18px;display:grid}.active-offers-lane,.rejected-offers-lane{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-tint);min-width:0;padding:16px}.rejected-offers-lane{border-style:dashed;border-color:var(--gray-200);background:var(--card-tint)}.lane-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.lane-heading>span{color:var(--gray-800);align-items:center;gap:7px;font-size:14px;font-weight:600;display:inline-flex}.lane-heading svg{color:var(--gray-600)}.lane-heading small{color:var(--gray-500);font-size:12px}.lane-help{color:var(--gray-500);margin:-7px 0 14px;font-size:12px}.offer-grid{grid-template-columns:repeat(2,minmax(210px,1fr));gap:14px;display:grid}.offer-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);min-width:0;box-shadow:var(--shadow-sm);cursor:grab;transition:border-color var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);overflow:hidden}.offer-card:hover{border-color:var(--primary-border);box-shadow:var(--shadow-md)}.offer-card:active{cursor:grabbing}.offer-art{background:linear-gradient(155deg,#dbe7f4 0%,#edf3f7 58%,#d5e2d9 59%,#c7d7cb 100%);height:142px;position:relative;overflow:hidden}.offer-art-1{background:linear-gradient(155deg,#eadfd5 0%,#f4eee8 58%,#d6dfd1 59%,#c7d4c3 100%)}.offer-art-2{background:linear-gradient(155deg,#dce5e8 0%,#eff3f4 58%,#ddd9cb 59%,#d1cbb9 100%)}.offer-art-3{background:linear-gradient(155deg,#e2deeb 0%,#f1eff5 58%,#d3dfd4 59%,#c3d2c5 100%)}.priority-rank,.drag-handle{z-index:4;border-radius:var(--radius-xs);min-height:25px;box-shadow:var(--shadow-sm);background:#ffffffe6;align-items:center;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:10px}.priority-rank{min-width:25px;color:var(--primary);justify-content:center;padding:0 8px;left:10px}.priority-rank.is-unranked{color:var(--gray-400);font-size:17px}.drag-handle{color:var(--gray-500);opacity:0;gap:3px;padding:0 6px;transition:opacity .15s;right:10px}.offer-card:hover .drag-handle{opacity:1}.house-illustration{width:150px;height:90px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.house-roof{z-index:2;clip-path:polygon(50% 0,100% 62%,92% 66%,50% 18%,8% 66%,0 62%);background:#7b8791;width:105px;height:60px;position:absolute;top:5px;left:23px}.house-body{z-index:1;background:var(--gray-100);width:80px;height:48px;position:absolute;top:42px;left:36px;box-shadow:0 7px 15px #303a4129}.house-door{z-index:3;background:#6f5748;width:17px;height:30px;position:absolute;top:60px;left:68px}.house-window{z-index:3;border:2px solid var(--border);background:#8eafbd;width:17px;height:16px;position:absolute;top:57px;box-shadow:0 0 0 1px #8b9699}.house-window.one{left:44px}.house-window.two{left:92px}.house-tree{z-index:3;background:#718d70;border-radius:50% 50% 25% 25%;width:25px;height:50px;position:absolute;bottom:0;right:0;box-shadow:-7px 8px 0 -10px #5f4b3d}.offer-card-body{padding:13px 14px 12px}.offer-status{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:500}.property-stage-chip{border-radius:var(--radius-full);min-height:21px;font-size:var(--text-xs);border:1px solid;align-items:center;gap:5px;padding:2px 8px;font-weight:500;line-height:1;display:inline-flex}.property-stage-chip i{opacity:.65;background:currentColor;border-radius:50%;width:6px;height:6px}.property-stage-chip.stage-drafting{border-color:var(--warning-border);color:var(--warning-ink);background:var(--warning-soft)}.property-stage-chip.stage-in-review{border-color:var(--primary-border);color:var(--primary);background:var(--sidebar-accent)}.property-stage-chip.stage-done{border-color:var(--success-border);color:var(--success-ink);background:var(--success-soft)}.property-stage-chip.stage-passed-on{border-color:var(--gray-200);color:var(--gray-500);background:var(--gray-100)}.offer-card h2{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;margin:6px 0 0;font-size:14px;font-weight:600;overflow:hidden}.offer-card-body>p{color:var(--gray-500);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:12px;overflow:hidden}.offer-photo{object-fit:cover}.offer-doc-cue{color:var(--gray-500);align-items:center;gap:5px;margin-top:7px;font-size:11px;font-weight:500;display:inline-flex}.offer-doc-cue>svg{flex:none}.offer-doc-cue small{color:var(--gray-400);font-size:11px;font-weight:400}.offer-doc-cue.is-awaiting-you{color:var(--warning-ink);font-weight:600}.offer-doc-cue.is-awaiting-you small{color:var(--warning-ink);opacity:.7}.offer-card-footer{justify-content:space-between;align-items:flex-end;gap:8px;min-height:30px;margin-top:10px;display:flex}.offer-card-footer>strong{color:var(--gray-800);font-size:13px}.offer-actions{gap:3px;display:inline-flex}.offer-actions button,.rejected-card button{border:1px solid var(--border);border-radius:var(--radius-xs);width:25px;height:25px;color:var(--gray-600);background:var(--card-tint);cursor:pointer;place-items:center;display:grid}.offer-actions button:hover,.rejected-card button:hover{color:var(--primary);border-color:var(--primary-border)}.offer-actions button:disabled{opacity:.32;cursor:default}.offer-actions .reject-action:hover{color:var(--danger-ink);border-color:var(--danger-border)}.rejected-list{gap:8px;display:grid}.rejected-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);cursor:grab;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:60px;padding:9px;display:grid}.rejected-home{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--gray-500);background:var(--gray-100);place-items:center;display:grid}.rejected-card div{min-width:0}.rejected-card .property-stage-chip{margin-bottom:6px;text-decoration:none}.rejected-card strong,.rejected-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rejected-card strong{color:var(--gray-700);text-decoration:line-through;-webkit-text-decoration-color:var(--gray-400);text-decoration-color:var(--gray-400);font-size:12px}.rejected-card small{color:var(--gray-400);margin-top:4px;font-size:12px}.rejected-card button{width:27px;height:27px}.rejected-empty{border:1px dashed var(--primary-border);border-radius:var(--radius-md);min-height:140px;color:var(--gray-400);text-align:center;place-content:center;padding:20px;display:grid}.rejected-empty span{font-size:13px;font-weight:500}.rejected-empty small{max-width:150px;margin-top:6px;font-size:12px;line-height:1.45}.offer-lane-empty{min-height:260px;color:var(--gray-500);text-align:center;place-content:center;place-items:center;display:grid}.offer-lane-empty strong{color:var(--gray-700);margin-top:10px;font-size:14px}.offer-lane-empty p{max-width:280px;margin:6px 0 0;font-size:12px;line-height:1.5}.board-error{color:var(--danger);margin:13px 0 0;font-size:13px}.accepted-view{gap:16px;display:grid}.accepted-hero{border:1px solid var(--success-border);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-sm);background:linear-gradient(128deg,#f3faf6,#fff 54%,#f1f5ff);padding:44px clamp(28px,5vw,70px);position:relative;overflow:hidden}.accepted-hero:before,.accepted-hero:after{content:"";border:1px solid #237e521a;border-radius:50%;width:170px;height:170px;position:absolute}.accepted-hero:before{top:-110px;left:-40px;box-shadow:0 0 0 25px #237e5206,0 0 0 50px #237e5205}.accepted-hero:after{bottom:-125px;right:-50px;box-shadow:0 0 0 25px #031d8c06,0 0 0 50px #031d8c05}.celebration-mark{border:1px solid var(--success-border);width:56px;height:56px;color:var(--success-ink);background:var(--card-tint);box-shadow:var(--shadow-md);border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.accepted-hero h1{color:var(--gray-900);font-size:clamp(28px,4vw,36px)}.accepted-hero>p:not(.eyebrow){max-width:620px;color:var(--gray-600);margin:14px auto 0;font-size:14px;line-height:1.65}.accepted-property-pill{z-index:1;border:1px solid var(--success-border);border-radius:var(--radius-md);color:var(--gray-600);text-align:left;background:#ffffffdb;align-items:center;gap:10px;margin-top:22px;padding:9px 14px;display:inline-flex;position:relative}.accepted-property-pill>span,.accepted-property-pill strong,.accepted-property-pill small{display:block}.accepted-property-pill strong{color:var(--gray-800);font-size:13px}.accepted-property-pill small{margin-top:3px;font-size:12px}.accepted-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.accepted-summary-grid article{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-tint);grid-template-rows:auto auto;grid-template-columns:38px 1fr;align-content:center;column-gap:12px;min-height:105px;padding:16px 18px;display:grid}.accepted-summary-grid article>span{border-radius:var(--radius-md);width:38px;height:38px;color:var(--primary);background:var(--sidebar-accent);grid-row:1/3;place-items:center;display:grid}.accepted-summary-grid small{color:var(--gray-500);align-self:end;font-size:12px}.accepted-summary-grid strong{color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;align-self:start;margin-top:4px;font-size:14px;overflow:hidden}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.deadline-timeline{flex-direction:column;gap:24px;display:flex}.deadline-panel{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm);overflow:hidden}.deadline-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;padding:17px 21px 14px;display:flex}.deadline-heading h2{color:var(--gray-900);margin:0;font-size:18px;font-weight:600}.deadline-counts{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.deadline-count{border-radius:var(--radius-full);color:var(--gray-400);background:var(--gray-100);white-space:nowrap;font-variant-numeric:tabular-nums;padding:2px 8px;font-size:10px;font-weight:500}.deadline-progress-row{padding:0 21px 17px}.deadline-progress{border-radius:var(--radius-full);background:var(--gray-100);height:8px;overflow:hidden}.deadline-progress>span{border-radius:var(--radius-full);background:var(--primary);height:100%;transition:width var(--dur-base) var(--ease);display:block}.deadline-progress-row p{color:var(--gray-500);margin:6px 0 0;font-size:12px}.deadline-group+.deadline-group{margin-top:4px}.deadline-month{color:var(--gray-400);font-size:var(--text-xs);letter-spacing:.05em;text-transform:uppercase;margin:0 0 12px;padding-left:8px;font-weight:600}.deadline-list{border-left:1px solid var(--border);flex-direction:column;gap:12px;margin:0 0 0 8px;padding:0 0 0 24px;list-style:none;display:flex}.deadline-item{position:relative}.deadline-dot{background:var(--gray-200);width:10px;height:10px;box-shadow:0 0 0 4px var(--canvas);border-radius:50%;position:absolute;top:20px;left:-29px}.deadline-dot.urgency-completed{background:var(--success)}.deadline-dot.urgency-waived{background:var(--gray-200)}.deadline-dot.urgency-superseded{background:var(--gray-100)}.deadline-dot.urgency-overdue{background:var(--danger)}.deadline-dot.urgency-urgent{background:var(--warning)}.deadline-dot.urgency-upcoming{background:var(--primary)}.deadline-card{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.deadline-card.is-settled{border-color:var(--gray-100);background:var(--gray-50);box-shadow:none;opacity:.7}.deadline-card-main{align-items:flex-start;gap:12px;min-width:0;display:flex}.deadline-mark{border:2px solid var(--gray-300);width:20px;height:20px;color:var(--success-ink);border-radius:50%;flex:none;place-items:center;margin-top:2px;display:grid}.deadline-mark.urgency-completed{color:var(--success-ink);border:0}.deadline-type-icon{color:var(--soft-muted);flex:none;margin-top:3px}.deadline-card-copy{min-width:0}.deadline-title{color:var(--gray-900);font-size:var(--text-sm);margin:0;font-weight:500}.deadline-card.is-settled .deadline-title{color:var(--gray-500);text-decoration:line-through}.deadline-description{color:var(--gray-500);font-size:var(--text-xs);margin:2px 0 0;line-height:1.45}.deadline-due{color:var(--gray-500);font-size:var(--text-xs);margin:4px 0 0}.deadline-card-status{flex:none}.deadline-pill{border-radius:var(--radius-full);color:var(--gray-500);background:var(--gray-100);white-space:nowrap;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:500;display:inline-flex}.deadline-pill>svg{flex:none}.deadline-count.urgency-completed,.deadline-pill.urgency-completed{color:var(--success-ink);background:var(--success-soft)}.deadline-count.urgency-overdue,.deadline-pill.urgency-overdue{color:var(--danger-ink);background:var(--danger-soft)}.deadline-count.urgency-urgent,.deadline-pill.urgency-urgent{color:var(--warning-ink);background:var(--warning-soft)}.deadline-count.urgency-upcoming,.deadline-pill.urgency-upcoming{color:var(--primary);background:var(--primary-soft)}.deadline-pill.urgency-waived,.deadline-pill.urgency-superseded{color:var(--gray-400);background:var(--gray-100)}.deadline-empty{min-height:150px;color:var(--gray-500);justify-content:center;align-items:center;gap:14px;padding:30px;display:flex}.deadline-empty strong{color:var(--gray-800);font-size:14px}.deadline-empty p{max-width:440px;color:var(--gray-500);margin:5px 0 0;font-size:12px;line-height:1.5}.on-market-view{gap:16px;display:grid}.offer-inbox-list{padding:5px 0}.offer-inbox-row{border-bottom:1px solid var(--border);grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:72px;padding:12px 21px;display:grid}.offer-inbox-row:last-child{border-bottom:0}.offer-inbox-avatar{border:1px solid var(--border);border-radius:var(--radius-full);width:38px;height:38px;color:var(--gray-500);background:var(--gray-100);place-items:center;display:grid}.offer-inbox-row.is-accepted .offer-inbox-avatar{border-color:var(--success-border);color:var(--success-ink);background:var(--success-soft)}.offer-inbox-copy{min-width:0}.offer-inbox-copy strong{color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.offer-inbox-copy p{color:var(--gray-500);margin:4px 0 0;font-size:12px}.offer-inbox-price{color:var(--gray-900);font-size:14px;font-weight:600}.offer-inbox-chip{border-radius:var(--radius-full);font-size:var(--text-xs);padding:5px 9px;font-style:normal;font-weight:500}.offer-inbox-chip.is-open{color:var(--gray-600);background:var(--gray-100)}.offer-inbox-chip.is-accepted{color:var(--success-ink);background:var(--success-soft)}.offer-inbox-chip.is-withdrawn{color:var(--gray-500);background:var(--gray-100)}.offer-inbox-row.is-withdrawn{opacity:.63}.offer-inbox-row.is-withdrawn .offer-inbox-price{color:var(--gray-500);font-weight:500;text-decoration:line-through}.offer-inbox-footnote{border-top:1px solid var(--border);color:var(--gray-500);align-items:center;gap:8px;margin:0;padding:13px 21px;font-size:12px;display:flex}.journey-starting{grid-template-columns:1fr .85fr}.starting-illustration{color:var(--primary);background:linear-gradient(145deg,#f1f5fd,#e7eefb);place-items:center;display:grid;position:relative}.starting-illustration:before{border:1px solid var(--primary-border);content:"";border-radius:50%;width:220px;height:220px;position:absolute;box-shadow:0 0 0 35px #cddaee59,0 0 0 70px #cddaee33}.starting-illustration svg{z-index:2;position:relative}@media (max-width:1080px){.journey-tracker{padding:0 15px}.journey-tracker li{gap:8px}.journey-label strong{font-size:12px}.journey-feature{grid-template-columns:minmax(300px,.9fr) minmax(330px,1fr)}.offer-grid{grid-template-columns:1fr}}@media (max-width:820px),(max-width:1024px) and (pointer:coarse){.journey-page-heading{flex-direction:column;align-items:flex-start}.journey-page-heading .workspace-filter{width:100%}.journey-feature{grid-template-columns:1fr}.journey-feature-copy{padding:42px}.document-preview-wrap{border-top:1px solid var(--border);border-left:0;min-height:500px}.offer-board-layout{grid-template-columns:1fr}.rejected-offers-lane{min-height:180px}}@media (max-width:600px){.journey-page-heading{margin-bottom:16px}.journey-page-heading h1{font-size:24px}.journey-tracker{padding:0 12px;overflow-x:auto}.journey-tracker ol{min-width:650px}.journey-tracker li{min-height:70px}.journey-feature{min-height:0}.journey-feature-copy{padding:34px 24px}.journey-feature-copy h1,.offers-heading h1{font-size:24px}.document-status-line{flex-direction:column;align-items:flex-start}.journey-primary-action,.preview-action-tooltip{width:100%}.document-preview-wrap{min-height:465px}.document-preview{width:270px;min-height:380px}.offers-view{padding:20px 14px}.offers-heading{flex-direction:column;align-items:flex-start}.property-board-controls{align-items:flex-start;width:100%}.active-offers-lane,.rejected-offers-lane{padding:11px}.offer-grid{grid-template-columns:1fr}.offer-art{height:165px}.drag-handle{opacity:1}.accepted-hero{padding:36px 20px}.accepted-summary-grid{grid-template-columns:1fr}.deadline-card{flex-direction:column;align-items:stretch}.deadline-list{padding-left:18px}.deadline-dot{left:-23px}.deadline-heading,.deadline-progress-row{padding-left:14px;padding-right:14px}.offer-inbox-row{grid-template-columns:38px minmax(0,1fr) auto;padding-left:14px;padding-right:14px}.offer-inbox-avatar{grid-row:1/3}.offer-inbox-price{grid-area:2/2}.offer-inbox-footnote{padding-left:14px;padding-right:14px}.journey-starting{grid-template-columns:1fr}.starting-illustration{min-height:300px}}.portal-signing-shell{background:var(--canvas);flex-direction:column;width:100%;height:100svh;display:flex;overflow:hidden}.portal-signing-header{z-index:3;border-bottom:1px solid var(--border);min-height:64px;box-shadow:var(--shadow-sm);background:#fffffff5;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:9px 22px;display:grid}.portal-signing-header img{width:auto;height:34px}.portal-signing-back,.portal-signing-secure{color:var(--gray-600);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.portal-signing-back{border-radius:var(--radius-sm);width:fit-content;padding:7px 9px 7px 5px;text-decoration:none}.portal-signing-back:hover{color:var(--primary);background:var(--primary-soft)}.portal-signing-secure{border:1px solid var(--primary-border);border-radius:var(--radius-sm);color:var(--gray-600);background:var(--card-tint);justify-self:end;padding:7px 10px}.portal-signing-frame-wrap{flex:1;min-height:0;position:relative;overflow:hidden}.portal-signing-frame{opacity:0;background:var(--card-tint);border:0;width:100%;height:100%;transition:opacity .18s;position:absolute;inset:0}.portal-signing-frame.is-loaded{opacity:1}.portal-signing-loading{color:var(--gray-500);background:var(--card-tint);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.portal-signing-loading svg{color:var(--primary);margin-bottom:15px;animation:.9s linear infinite signing-spin}.portal-signing-loading strong{color:var(--gray-900);font-size:14px}.portal-signing-loading span{margin-top:6px;font-size:12px}.portal-signing-complete{z-index:10;color:var(--gray-800);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#f6faf8f5;justify-content:center;align-items:center;gap:14px;display:flex;position:fixed;inset:0}.portal-signing-complete>span{border:1px solid var(--success-border);width:52px;height:52px;color:var(--success-ink);background:var(--card-tint);box-shadow:var(--shadow-md);border-radius:50%;place-items:center;display:grid}.portal-signing-complete strong,.portal-signing-complete p{margin:0;display:block}.portal-signing-complete strong{color:var(--success-ink);font-size:20px;font-weight:600}.portal-signing-complete p{color:var(--gray-600);margin-top:5px;font-size:13px}@keyframes signing-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.portal-signing-header{grid-template-columns:1fr auto;min-height:56px;padding:8px 12px}.portal-signing-header img{justify-self:end;height:29px}.portal-signing-secure{display:none}.portal-signing-back{font-size:12px}}.property-workspace{flex-direction:column;gap:22px;display:flex}.property-locality{color:var(--muted);align-items:center;gap:6px;margin:8px 0 0;font-size:14px;display:flex}.property-workspace-body{grid-template-columns:minmax(0,1fr);align-items:start;gap:22px;display:grid}.property-workspace-body:has(.property-rail){grid-template-columns:clamp(12rem,17vw,16rem) minmax(0,1fr)}.property-workspace-main{flex-direction:column;gap:18px;min-width:0;display:flex}.property-rail{border:1px solid var(--sidebar-border);border-radius:var(--radius-xl);background:var(--card);padding:14px}.property-rail-heading{color:var(--soft-muted);align-items:center;gap:6px;padding:0 4px 8px;display:flex}.property-rail-heading span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:600}.property-rail-heading small{color:var(--soft-muted);margin-left:auto;font-size:13px}.property-rail-list{flex-direction:column;gap:4px;display:flex}.property-rail-item{border-radius:var(--radius-lg);border:1px solid #0000;padding:9px 11px;text-decoration:none;transition:background .15s,border-color .15s;display:block}.property-rail-item strong{color:var(--ink);font-size:14px;font-weight:500;line-height:1.35;display:block}.property-rail-item small{color:var(--soft-muted);font-size:13px}a.property-rail-item:hover{border-color:var(--primary-border);background:var(--card-tint)}.property-rail-item.is-active{background:#031d8c0a;border-color:#031d8c33}.property-rail-item.is-active strong{color:var(--primary);font-weight:600}.property-tabs{border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:#fff9;align-items:stretch;width:100%;margin-bottom:24px;display:flex;overflow:auto hidden}.property-tab{min-width:112px;min-height:48px;color:var(--gray-500);font-size:var(--text-sm);white-space:nowrap;cursor:pointer;transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);background:0 0;border:0;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:500;display:inline-flex;position:relative}.property-tab:before{background:var(--border-soft);content:"";pointer-events:none;width:1px;position:absolute;top:8px;bottom:8px;left:0}.property-tab:first-child:before{display:none}.property-tab:hover{color:var(--gray-700);background:#f9f9f9cc}.property-tab.is-active{color:var(--primary);background:#031d8c09}.property-tab.is-active:after{border-radius:var(--radius-full);background:var(--primary);content:"";height:2px;position:absolute;bottom:0;left:20px;right:20px}.property-tab:focus-visible{z-index:1;outline:2px solid var(--primary-border);outline-offset:-2px}.property-tab-count{border-radius:var(--radius-full);color:var(--gray-600);background:var(--gray-100);font-size:var(--text-xs);font-variant-numeric:tabular-nums;padding:1px 8px;font-weight:500}.property-tab.is-active .property-tab-count{color:var(--primary);background:var(--primary-soft)}.property-tab-panel{flex-direction:column;gap:18px;animation:.26s ease-out propertyTabIn;display:flex}@keyframes propertyTabIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.property-top-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.property-panel{border:1px solid var(--sidebar-border);border-radius:var(--radius-xl);background:var(--card);flex-direction:column;gap:12px;padding:18px;display:flex}.property-panel-heading{color:var(--ink);letter-spacing:-.01em;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:flex}.property-panel-count{border-radius:var(--radius-full);color:var(--primary);background:var(--primary-soft);font-size:var(--text-xs);font-variant-numeric:tabular-nums;padding:1px 8px;font-weight:500}.property-panel-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.property-panel-actions{align-items:center;gap:10px;display:inline-flex}.deed-reference{color:var(--muted);white-space:nowrap;font-size:14px}.parcel-map{border-radius:var(--radius-lg);background:var(--gray-100);position:relative;overflow:hidden}.parcel-map-canvas{width:100%;height:230px;display:block}.parcel-map-empty{border-radius:var(--radius-lg);background:var(--card-tint);height:230px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.parcel-map-zoom{border-radius:var(--radius-sm);background:var(--card-tint);border:1px solid #00000024;flex-direction:column;display:flex;position:absolute;top:8px;left:8px;overflow:hidden}.parcel-map-zoom button{background:var(--card-tint);width:26px;height:26px;color:var(--ink);cursor:pointer;border:0;justify-content:center;align-items:center;display:flex}.parcel-map-zoom button+button{border-top:1px solid #0000001f}.parcel-map-zoom button:hover:not(:disabled){background:var(--gray-100)}.parcel-map-zoom button:disabled{color:var(--soft-muted);cursor:not-allowed}.parcel-map-attribution{color:var(--gray-800);white-space:nowrap;background:#fffc;border-radius:4px;padding:1px 5px;font-size:10px;position:absolute;bottom:4px;right:5px}.parcel-strip{color:var(--ink);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:5px 16px;font-size:14px;display:grid}.parcel-strip span{color:var(--soft-muted);font-weight:600}.parcel-strip-wide{text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;overflow:hidden}.property-document-image{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);width:100%;display:block}.property-document-frame{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);width:100%;height:420px}.pdf-viewer{flex-direction:column;gap:8px;width:100%;display:flex}.pdf-viewer-toolbar{justify-content:flex-end;align-items:center;gap:2px;display:flex}.pdf-viewer-toolbar button{border-radius:var(--radius-sm);min-width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0 7px;transition:background .15s,color .15s;display:inline-flex}.pdf-viewer-toolbar button:hover:not(:disabled){background:var(--gray-100);color:var(--ink)}.pdf-viewer-toolbar button:disabled{opacity:.3;cursor:not-allowed}.pdf-viewer-scale{font-variant-numeric:tabular-nums;font-size:13px}.pdf-viewer-stage{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);max-height:70vh;overflow:auto}.pdf-viewer-stage canvas{display:block}.pdf-viewer-placeholder{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);min-height:380px;color:var(--soft-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.pdf-viewer-pager{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:14px;padding-top:8px;display:flex}.pdf-viewer-pager>button{border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;border:0;padding:5px;display:inline-flex}.pdf-viewer-pager>button:hover:not(:disabled){background:var(--gray-100);color:var(--ink)}.pdf-viewer-pager>button:disabled{opacity:.3;cursor:not-allowed}.pdf-viewer-dots{align-items:center;gap:7px;display:flex}.pdf-viewer-dots button{border-radius:var(--radius-full);background:var(--gray-300);cursor:pointer;border:0;width:8px;height:8px;padding:0;transition:background .15s}.pdf-viewer-dots button:hover{background:var(--gray-500)}.pdf-viewer-dots button.is-active{background:var(--primary)}.pdf-frame-state{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);min-height:380px;color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:9px;font-size:14px;display:flex}.pdf-frame-state.is-error{color:var(--danger)}.document-pager{color:var(--muted);justify-content:center;align-items:center;gap:14px;font-size:14px;display:flex}.document-pager button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card-tint);color:var(--ink);cursor:pointer;padding:5px 11px;font-size:14px}.document-pager button:disabled{color:var(--soft-muted);cursor:not-allowed}.history-dialog{border:1px solid var(--sidebar-border);border-radius:var(--radius-xl);background:var(--card);width:min(640px,100vw - 32px);color:var(--ink);padding:0}.history-dialog::backdrop{background:#0f172a6b}.history-dialog-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.history-dialog-head h3{margin:0;font-size:16px;font-weight:600}.history-dialog-head button{border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;border:0;padding:4px;display:inline-flex}.history-dialog-head button:hover{background:var(--gray-100)}.history-dialog-body{max-height:60vh;overflow-y:auto}.history-dialog table{border-collapse:collapse;width:100%;font-size:14px}.history-dialog th{background:var(--card-tint);color:var(--soft-muted);letter-spacing:.05em;text-align:left;text-transform:uppercase;padding:9px 18px;font-size:12px;font-weight:600;position:sticky;top:0}.history-dialog td{border-top:1px solid var(--border);white-space:nowrap;padding:9px 18px}.history-dialog td:last-child{text-align:right;font-weight:600}.history-caption{color:var(--soft-muted);font-size:13px;display:block}.intel-link-button{cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0}.property-hero{border:1px solid var(--sidebar-border);border-radius:var(--radius-xl);background:var(--card);width:100%;overflow:hidden}.property-image-wrapper{border-radius:var(--radius-lg);background:var(--canvas);width:100%;height:230px;display:block;position:relative;overflow:hidden}.property-image-wrapper img{object-fit:cover;object-position:center}.property-image-placeholder{border-radius:var(--radius-lg);background:var(--card-tint);height:100%;min-height:230px;color:var(--soft-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.property-gallery{position:absolute;inset:0}.property-gallery:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.property-gallery-nav{border:1px solid var(--border);border-radius:var(--radius-md);width:28px;height:28px;color:var(--gray-700);box-shadow:var(--shadow-sm);cursor:pointer;transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);background:#fffc;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.property-gallery-nav.is-previous{left:8px}.property-gallery-nav.is-next{right:8px}.property-gallery-nav:hover{color:var(--gray-900);background:#fff}.property-gallery-counter{border-radius:var(--radius-full);color:#fff;font-size:var(--text-xs);font-variant-numeric:tabular-nums;background:#00000080;margin:0;padding:3px 12px;font-weight:500;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.property-facts-grid{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.property-fact-cell{background:var(--card);padding:11px 14px}.property-fact-cell span{color:var(--soft-muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:600;display:block}.property-fact-cell strong{color:var(--ink);margin-top:3px;font-size:14px;font-weight:600;display:block}.property-section-heading{color:var(--ink);letter-spacing:-.01em;margin:6px 0 -4px;font-size:18px;font-weight:600}.property-records{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-tint);box-shadow:var(--shadow-sm)}.property-records-header{border-bottom:1px solid var(--border);padding:16px 20px}.property-records-header strong{color:var(--ink);letter-spacing:-.01em;font-size:15px;font-weight:600;display:block}.property-records-header small{color:var(--gray-500);margin-top:3px;font-size:13px;display:block}.property-records-body{flex-direction:column;gap:14px;padding:17px;display:flex}.property-card-grid{gap:14px;display:grid}.property-card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.property-card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-card{border:1px solid var(--sidebar-border);border-radius:var(--radius-xl);background:var(--card);flex-direction:column;gap:12px;padding:16px;display:flex}.intel-card-heading{color:var(--soft-muted);align-items:center;gap:7px;display:flex}.intel-card-heading h3{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:13px;font-weight:600}.intel-card-body{flex-direction:column;gap:12px;display:flex}.intel-primary{color:var(--ink);font-size:16px;font-weight:600}.intel-figure{color:var(--ink);letter-spacing:-.03em;font-size:20px;font-weight:600}.intel-secondary{color:var(--ink);margin:0;font-size:14px}.intel-muted{color:var(--muted);margin:0;font-size:14px}.intel-empty{color:var(--soft-muted);margin:0;font-size:14px}.intel-triple{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.intel-triple span,.intel-block span{color:var(--soft-muted);font-size:13px;display:block}.intel-triple strong,.intel-block strong{color:var(--ink);margin-top:2px;font-size:15px;font-weight:600;display:block}.intel-block+.intel-block{border-top:1px solid var(--border);padding-top:11px}.intel-history{border-top:1px solid var(--border);flex-direction:column;gap:2px;margin:0;padding:10px 0 0;list-style:none;display:flex}.intel-history li{grid-template-columns:auto minmax(0,1fr) auto;align-items:baseline;gap:10px;padding:5px 0;font-size:14px;display:grid}.intel-history span{color:var(--soft-muted);white-space:nowrap}.intel-history em{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.intel-history strong{color:var(--ink);white-space:nowrap;font-weight:600}.intel-link{color:var(--primary);align-items:center;gap:5px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.intel-link:hover{text-decoration:underline}.document-list{flex-direction:column;gap:2px;margin:0;padding:8px;list-style:none;display:flex}.document-row{border-radius:var(--radius-xl);border:1px solid #0000;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:12px 14px;transition:background .15s,border-color .15s;display:grid}.document-row:hover{border-color:var(--sidebar-border);background:var(--card-tint)}.document-row.is-clickable{cursor:pointer;position:relative}.document-row-open{z-index:0;border-radius:inherit;position:absolute;inset:0}.document-row .document-actions{z-index:1;position:relative}.document-row:focus-within{border-color:var(--primary-border);background:var(--card-tint)}.document-icon{border-radius:var(--radius-lg);background:var(--primary-soft);width:38px;height:38px;color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.document-icon.is-complete{background:var(--success-soft);color:var(--success)}.document-copy{min-width:0}.document-copy strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;display:block;overflow:hidden}.document-copy small{color:var(--muted);font-size:14px}.document-status{border:1px solid var(--primary-border);border-radius:var(--radius-full);background:var(--sidebar-accent);color:var(--primary);white-space:nowrap;padding:4px 10px;font-size:12px;font-weight:500}.document-status.status-completed{border-color:var(--success-border);background:var(--success-soft);color:var(--success-ink)}.document-actions{align-items:center;gap:8px;display:inline-flex}.document-sign-button{border-radius:var(--radius-md);background:var(--action);color:#fff;height:32px;font-size:var(--text-sm);white-space:nowrap;transition:background-color var(--dur-fast) var(--ease);align-items:center;gap:6px;padding:0 12px;font-weight:500;text-decoration:none;display:inline-flex}.document-sign-button:hover{background:var(--action-hover)}.document-secondary-action{border:1px solid var(--gray-200);border-radius:var(--radius-md);height:32px;color:var(--gray-800);background:var(--card);box-shadow:var(--shadow-xs);font-size:var(--text-sm);transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);align-items:center;gap:6px;padding:0 12px;font-weight:500;text-decoration:none;display:inline-flex}.document-secondary-action:hover{color:var(--gray-900);background:var(--gray-50)}.property-privacy-note{color:var(--muted);align-items:flex-start;gap:9px;margin:0;padding:0 4px;font-size:14px;line-height:1.55;display:flex}.property-privacy-note svg{color:var(--soft-muted);flex:none;margin-top:2px}.property-empty{color:var(--soft-muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:46px 24px;display:flex}.property-empty strong{color:var(--ink);font-size:15px}.property-empty p{max-width:42ch;color:var(--muted);margin:0;font-size:14px;line-height:1.6}@media (max-width:1080px){:is(.property-workspace-body,.property-workspace-body:has(.property-rail)){grid-template-columns:minmax(0,1fr)}}@media (max-width:900px){.property-top-row,.property-card-grid-three,.property-card-grid-two{grid-template-columns:minmax(0,1fr)}}@media (max-width:720px){.property-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.document-row{grid-template-columns:auto minmax(0,1fr)}.document-status,.document-actions{grid-column:2}}.offer-card.is-clickable{cursor:pointer}.review-panel{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.review-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.review-head h2{color:var(--ink);margin:4px 0 0;font-size:17px;font-weight:600}.review-save-state{min-height:20px;color:var(--soft-muted);font-size:var(--text-xs);align-items:center;gap:5px;display:inline-flex}.review-save-state.is-saved{color:var(--success-ink)}.review-save-state.is-error{color:var(--warning-ink)}.review-stars{align-items:center;gap:2px;display:flex}.review-star{color:var(--gray-300);cursor:pointer;transition:color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);background:0 0;border:0;justify-content:center;align-items:center;padding:4px;display:inline-flex}.review-star svg{fill:currentColor;stroke:currentColor}.review-star.is-filled{color:var(--warning)}button.review-star:hover{transform:scale(1.12)}.review-stars.is-static .review-star{cursor:default}.review-clear{border:1px solid var(--gray-200);border-radius:var(--radius-full);color:var(--gray-500);font-size:var(--text-xs);cursor:pointer;transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);background:0 0;align-items:center;gap:5px;margin-left:10px;padding:4px 10px;font-weight:500;display:inline-flex}.review-clear:hover{border-color:var(--gray-300);color:var(--gray-700)}.review-detail{flex-direction:column;gap:12px;animation:.26s ease-out propertyTabIn;display:flex}.review-chip-group{flex-direction:column;gap:8px;display:flex}.review-chip-label{color:var(--muted);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.review-chips{flex-wrap:wrap;gap:8px;display:flex}.review-chip{border:1px solid var(--gray-200);border-radius:var(--radius-full);background:var(--card);min-height:30px;color:var(--gray-600);cursor:pointer;transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);align-items:center;padding:4px 13px;font-size:13px;font-weight:500;line-height:1;display:inline-flex}button.review-chip:hover{border-color:var(--gray-300);color:var(--gray-900)}.review-chip.is-highlight.is-selected{border-color:var(--primary-border);background:var(--sidebar-accent);color:var(--primary)}.review-chip.is-concern.is-selected{border-color:var(--warning-border);background:var(--warning-soft);color:var(--warning-ink)}span.review-chip{cursor:default}.review-note{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--card);color:var(--ink);font:inherit;padding:9px 13px;font-size:14px}.review-note::placeholder{color:var(--soft-muted)}.review-note:focus-visible{border-color:var(--primary-border);outline:none}.review-note-static{color:var(--muted);margin:0;font-size:14px;font-style:italic}.review-hint{color:var(--soft-muted);margin:0;font-size:13px}.offer-rating{border:1px solid var(--warning-border);border-radius:var(--radius-full);background:var(--warning-soft);min-height:21px;color:var(--warning-ink);font-size:var(--text-xs);align-items:center;gap:4px;margin-left:6px;padding:2px 8px;font-weight:500;line-height:1;display:inline-flex}.offer-rating svg{fill:currentColor}.discover-homes{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);margin-bottom:28px;padding:20px}.discover-homes-eyebrow{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:600}.discover-homes-header h2{color:var(--gray-900);margin:0 0 12px;font-size:20px;font-weight:600}.discover-homes-criteria{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.discover-homes-criteria li{border:1px solid var(--border-soft);background:var(--sidebar-accent);color:var(--primary);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500}.discover-homes-note{color:var(--gray-600);margin:10px 0 0;font-size:13px}.discover-homes-body{grid-template-columns:minmax(0,1fr) 320px;gap:16px;margin-top:18px;display:grid}.discover-homes-map{border-radius:var(--radius-md);background:#0b1220;min-width:0;height:460px;position:relative;overflow:hidden}.discover-homes-empty h2{margin:0 0 8px;font-size:18px}.discover-homes-empty p{max-width:60ch;color:var(--gray-600);margin:0;font-size:14px}.listing-globe{background:#0b1220;width:100%;height:100%;position:relative;overflow:hidden}.listing-globe-canvas{opacity:0;transition:opacity .7s;position:absolute;inset:0}.listing-globe-canvas.is-ready{opacity:1}.listing-globe-placeholder{color:#ffffffb8;text-align:center;background:radial-gradient(circle at 50% 35%,#1e2b45 0%,#0f172a 46%,#060b16 100%);justify-content:center;align-items:center;padding:24px;font-size:13px;display:flex;position:absolute;inset:0}.listing-globe-placeholder p{max-width:34ch;margin:0}.listing-detail{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;max-width:300px;padding:14px 16px;position:absolute;bottom:16px;left:16px;box-shadow:0 12px 32px #030a1e57}.listing-detail-price{color:var(--gray-900);margin:0;font-size:20px;font-weight:650}.listing-detail-address{color:var(--gray-700);margin:2px 0 0;font-size:13px}.listing-detail-dom{color:var(--gray-500);margin:6px 0 0;font-size:12px}.listing-detail-features{flex-wrap:wrap;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}.listing-feature{border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.listing-feature.is-matched{color:#14683c;background:#e7f6ed}.listing-feature.is-missed{background:var(--gray-100);color:var(--gray-600)}.listing-feature.is-unverified{border:1px dashed var(--gray-300);color:var(--gray-500);background:0 0}.discover-homes-list{flex-direction:column;gap:10px;max-height:460px;margin:0;padding:0 4px 0 0;list-style:none;display:flex;overflow-y:auto}.listing-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-tint);text-align:left;cursor:pointer;gap:12px;width:100%;padding:10px;transition:border-color .15s,box-shadow .15s;display:flex}.listing-row:hover{border-color:var(--gray-300)}.listing-row.is-active{border-color:var(--action);box-shadow:0 0 0 3px var(--action-ring)}.listing-row-photo{border-radius:var(--radius-sm);object-fit:cover;background:var(--gray-100);flex:0 0 76px;width:76px;height:62px}.listing-row-photo-empty{background:var(--gray-100)}.listing-row-body{min-width:0}.listing-row-price{color:var(--gray-900);margin:0;font-size:15px;font-weight:600}.listing-row-address{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;margin:1px 0 0;font-size:12px;overflow:hidden}.listing-row-facts{color:var(--gray-600);flex-wrap:wrap;gap:8px;margin:5px 0 0;font-size:12px;display:flex}.listing-row-facts span{align-items:center;gap:3px;display:inline-flex}.listing-row-match{color:var(--gray-500);margin:5px 0 0;font-size:11px}@media (max-width:900px){.discover-homes-body{grid-template-columns:minmax(0,1fr)}.discover-homes-map{height:320px}.discover-homes-list{max-height:none}}.listing-globe-note{border-radius:var(--radius-sm);color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b1220c7;margin:0;padding:8px 12px;font-size:12px;position:absolute;top:16px;left:16px;right:16px}
.mobile-bottom-nav,.mobile-header-logo,.mobile-header-greeting,.mobile-documents-heading,.mobile-documents-empty,.journey-progress-summary,.mobile-preview-toggle,.property-mobile-switcher,.pdf-viewer-page-select,.home-screen-install{display:none}.auth-footer>p{margin:0}.document-preview-panel{min-width:0;display:flex}.document-preview-panel>.document-preview-wrap{width:100%}.offer-card{position:relative}.offer-card-link{z-index:5;border-radius:inherit;position:absolute;inset:0}.offer-card-link:focus-visible{outline-offset:-3px}.offer-actions{z-index:6;position:relative}@media (max-width:820px),(max-width:1024px) and (pointer:coarse){:root{--mobile-top-inset:env(safe-area-inset-top,0px);--mobile-bottom-inset:env(safe-area-inset-bottom,0px);--mobile-nav-height:calc(64px + var(--mobile-bottom-inset));--mobile-header-height:calc(60px + var(--mobile-top-inset));--mobile-page-gutter:max(16px, env(safe-area-inset-left,0px), env(safe-area-inset-right,0px))}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100dvh}button,input,select,textarea{font:inherit}input,select,textarea{font-size:16px}button,a,summary{touch-action:manipulation}.dashboard-shell{height:100dvh}.dashboard-main{overscroll-behavior-y:contain;scroll-padding-block:var(--mobile-header-height) 24px;padding:0}.dashboard-content{padding:0 var(--mobile-page-gutter) calc(var(--mobile-nav-height) + 24px)}.dashboard-shell.is-focused .dashboard-content{padding-bottom:calc(24px + var(--mobile-bottom-inset))}.dashboard-shell.is-navigation-open .dashboard-main{overflow:hidden}.dashboard-header{z-index:15;min-height:var(--mobile-header-height);margin:0 calc(-1 * var(--mobile-page-gutter)) 20px;padding:calc(8px + var(--mobile-top-inset)) max(12px, env(safe-area-inset-right)) 8px max(16px, env(safe-area-inset-left));border-bottom:1px solid var(--border-soft);background:var(--canvas);justify-content:space-between;gap:12px;display:flex;position:sticky;top:0}.mobile-header-logo{align-items:center;min-height:44px;display:inline-flex}.mobile-header-logo img{object-fit:contain;width:100px;height:38px}.mobile-header-greeting{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-left:auto;font-size:13px;display:block;overflow:hidden}.menu-trigger,.sidebar-close{width:44px;height:44px;color:var(--gray-700);flex:none}.mobile-bottom-nav{z-index:25;min-height:var(--mobile-nav-height);padding:6px max(8px, env(safe-area-inset-right)) calc(6px + var(--mobile-bottom-inset)) max(8px, env(safe-area-inset-left));border-top:1px solid var(--border-soft);background:var(--card);justify-content:space-around;align-items:flex-start;gap:4px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav>a,.mobile-bottom-nav>button{border-radius:var(--radius-lg);min-width:0;min-height:50px;color:var(--gray-600);cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:5px 4px;font-size:11px;font-weight:500;text-decoration:none;display:flex;position:relative}.mobile-bottom-nav [aria-current=page],.mobile-bottom-nav [aria-expanded=true]{color:var(--primary);background:var(--sidebar-accent)}.mobile-nav-icon{display:flex;position:relative}.mobile-nav-dot{background:var(--warning);border:1px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-5px}.portal-sidebar{z-index:120;width:min(360px,100vw - 24px);padding-top:var(--mobile-top-inset);padding-bottom:var(--mobile-bottom-inset);padding-left:env(safe-area-inset-left,0px);visibility:hidden;transition:transform .2s,visibility .2s}.portal-sidebar.is-open{visibility:visible}.dashboard-shell.is-client-view .portal-sidebar,.dashboard-shell.is-client-view .sidebar-scrim{top:0}.sidebar-scrim{z-index:110;background:#0f172a6b}.sidebar-header{flex:none;height:72px;padding:12px 16px}.sidebar-logo img{height:38px}.sidebar-hero{display:none}.sidebar-nav{overscroll-behavior:contain;min-height:0}.sidebar-link,.sidebar-document-open,.sidebar-offers summary,.sidebar-offers li a{min-height:48px}.sidebar-document-download{min-width:44px;min-height:44px}.sidebar-document-open>span:not(.sidebar-complete-check),.sidebar-pending-copy strong,.sidebar-pending-copy small{white-space:normal;overflow-wrap:anywhere;overflow:visible}.sidebar-document-list li{min-width:0}.sidebar-footer{flex:none;padding:12px 16px}.sidebar-account{margin-bottom:10px}.signout-button{min-height:44px}.mobile-documents-heading{color:var(--ink);margin:24px 8px 0;font-size:15px;font-weight:600;display:block}.mobile-documents-empty{color:var(--muted);padding:0 8px;font-size:14px;display:block}.home-screen-install{display:block}.home-screen-install-button{border:1px solid var(--primary-border);border-radius:var(--radius-md);width:100%;min-height:44px;color:var(--primary);background:var(--sidebar-accent);cursor:pointer;justify-content:center;align-items:center;gap:8px;margin:4px 0 10px;padding:9px 12px;font-size:14px;display:flex}.install-dialog{width:min(400px,100vw - 32px);max-height:calc(100dvh - var(--mobile-top-inset) - var(--mobile-bottom-inset) - 32px);overscroll-behavior:contain;border:1px solid var(--border);color:var(--ink);background:var(--card);text-align:left;border-radius:20px;padding:22px;overflow:auto}.install-dialog::backdrop{background:#0f172a7a}.install-dialog-header{justify-content:space-between;align-items:center;display:flex}.install-dialog-icon{width:48px;height:48px;color:var(--primary);background:var(--sidebar-accent);border-radius:14px;place-items:center;display:grid}.install-dialog-header button{border-radius:var(--radius-md);width:44px;height:44px;color:var(--muted);background:var(--gray-100);cursor:pointer;border:0;place-items:center;display:grid}.install-dialog h2{margin:20px 0 10px;font-size:24px}.install-dialog p{color:var(--muted);font-size:14px;line-height:1.6}.install-steps{gap:18px;margin:24px 0;padding:0;list-style:none;display:grid}.install-steps li{align-items:flex-start;gap:12px;font-size:14px;display:flex}.install-steps svg{color:var(--primary);flex:none;margin-top:2px}.install-dialog .install-browser-note{font-size:12px}.auth-shell,.auth-panel{min-height:100dvh}.auth-panel{padding:calc(24px + var(--mobile-top-inset)) max(24px, env(safe-area-inset-right)) calc(20px + var(--mobile-bottom-inset)) max(24px, env(safe-area-inset-left))}.auth-content{padding:36px 0}.auth-heading>p:last-child,.auth-footer{color:var(--muted)}.auth-input{min-height:50px;font-size:16px}.primary-button{min-height:48px;padding:10px 16px;font-size:16px}.text-button{min-height:44px;padding:8px;font-size:14px}.email-sent{overflow-wrap:anywhere;padding:22px 18px}.auth-footer{width:100%;max-width:384px;margin:0 auto}.auth-footer .home-screen-install-button{background:0 0;margin-bottom:16px}.journey-page-heading{gap:14px}.journey-page-heading>div{display:none}.journey-side-tabs{width:100%}.journey-side-tab{flex:1;justify-content:center;min-height:44px}.workspace-filter{min-height:56px}.journey-tracker{padding:14px 16px;overflow:visible}.journey-progress-summary{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.journey-progress-summary strong{min-width:0;color:var(--primary);font-size:14px}.journey-progress-summary span{color:var(--muted);flex:none;font-size:12px}.journey-tracker ol{gap:6px;min-width:0}.journey-tracker li{border-radius:var(--radius-full);background:var(--gray-200);justify-content:center;min-height:4px;padding:0}.journey-tracker li.is-active,.journey-tracker li.is-complete{background:var(--primary)}.journey-tracker li:not(:last-child):after,.journey-marker{display:none}.journey-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.journey-feature{min-height:0}.journey-feature-copy{padding:24px 22px}.journey-feature-copy h1{font-size:25px;line-height:1.2}.feature-icon{margin-bottom:16px}.feature-description{margin-top:12px;font-size:15px;line-height:1.6}.document-status-line{flex-wrap:wrap;margin:18px 0 14px}.document-status-line span{white-space:normal;min-width:0}.document-status-line svg,.journey-reassurance svg,.signature-return-banner svg{flex:none}.journey-primary-action{text-align:center;white-space:normal;width:100%;height:auto;min-height:48px;padding:12px 16px}.journey-reassurance{margin-bottom:0;font-size:13px}.starting-illustration{display:none}.document-preview-panel{display:block}.mobile-preview-toggle{border:0;border-top:1px solid var(--border);width:100%;min-height:52px;color:var(--primary);background:var(--card);cursor:pointer;align-items:center;gap:9px;padding:12px 22px;font-size:14px;display:flex}.mobile-preview-toggle span{text-align:left;flex:1}.mobile-preview-toggle[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.document-preview-panel[data-expanded=false]>.document-preview-wrap{display:none}.document-preview-panel>.document-preview-wrap{min-height:0;padding:24px 16px}.document-preview{width:min(270px,100%)}.signer-roster li{flex-wrap:wrap}.offers-view{box-shadow:none;background:0 0;border:0;border-radius:0;padding:20px 0 0}.offers-heading{gap:12px;margin-bottom:18px}.offers-heading h1{font-size:24px;line-height:1.2}.offers-heading>div>p:last-child{color:var(--muted)}.property-board-controls{flex-flow:wrap;align-items:center;gap:10px}.property-board-controls:has(.save-indicator:empty):not(:has(button)){display:none}.board-clear-ranking{min-height:44px}.active-offers-lane{background:0 0;border:0;padding:0}.offer-grid{gap:16px}.offer-card{border-radius:var(--radius-xl);background:var(--card)}.offer-art{height:185px}.drag-handle{display:none}.offer-card-body{padding:16px}.offer-card h2{white-space:normal;margin-top:8px;font-size:17px}.offer-card-body>p{white-space:normal;font-size:14px}.offer-card-footer{flex-wrap:wrap;gap:12px}.offer-card-footer>strong{font-size:18px}.offer-actions{gap:6px;margin-left:auto}.offer-actions button,.rejected-card button{border-radius:var(--radius-md);width:44px;height:44px}.offer-actions svg{width:17px;height:17px}.rejected-offers-lane{min-height:0;padding:16px}.rejected-empty{min-height:80px}.rejected-empty>span{display:none}.rejected-card strong{white-space:normal;font-size:14px}.rejected-card button:disabled{opacity:.4}.accepted-hero{padding:24px 20px}.accepted-hero h1{font-size:25px;line-height:1.2}.celebration-mark{margin-bottom:14px}.accepted-summary-grid{gap:10px}.accepted-summary-grid strong{white-space:normal}.accepted-property-pill{text-align:left;max-width:100%}.accepted-property-pill>svg{flex:none}.deadline-heading{flex-wrap:wrap;gap:12px;padding:16px}.deadline-counts{flex-wrap:wrap;gap:6px}.deadline-title{overflow-wrap:anywhere}.deadline-description{font-size:14px}.deadline-card-status{margin-left:46px}.deadline-card{padding:14px}.offer-inbox-row{gap:8px}.offer-inbox-copy strong{white-space:normal}.offer-inbox-price{font-size:16px}.property-workspace{gap:16px}.property-workspace>.back-link{z-index:20;min-height:var(--mobile-header-height);width:calc(100% + 2 * var(--mobile-page-gutter));margin:0 calc(-1 * var(--mobile-page-gutter));padding:calc(12px + var(--mobile-top-inset)) var(--mobile-page-gutter) 12px;border-bottom:1px solid var(--border-soft);background:var(--canvas);border-radius:0;flex:none;position:sticky;top:0}.detail-intro{gap:10px;margin:0}.detail-intro h1{overflow-wrap:anywhere;font-size:25px}.property-locality{align-items:flex-start}.property-locality svg{flex:none;margin-top:3px}.property-workspace>.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.property-workspace .metric-card{min-height:94px;padding:14px}.property-workspace .metric-card:not(:last-child){justify-content:center;gap:0;min-height:82px}.property-workspace .metric-card:not(:last-child) .metric-icon{display:none}.property-workspace .metric-card:last-child{flex-direction:row;grid-column:1/-1;align-items:center;min-height:60px}.property-workspace .metric-card div{min-width:0}.property-workspace .metric-card div strong{white-space:normal;font-size:16px}:is(.property-workspace-body,.property-workspace-body:has(.property-rail)){grid-template-columns:minmax(0,1fr);gap:0}.property-rail{display:none}.property-mobile-switcher{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:4px 12px;display:grid}.property-mobile-switcher>span{color:var(--muted);font-size:13px}.property-mobile-switcher select{border-radius:var(--radius-sm);width:100%;min-width:0;min-height:44px;color:var(--ink);background:var(--card);text-overflow:ellipsis;border:0;padding:6px 24px 6px 8px;font-size:16px}.property-workspace-main{gap:16px}.property-tabs{z-index:10;top:var(--mobile-header-height);border-radius:var(--radius-lg);background:var(--card);margin:0;position:sticky;overflow:visible}.property-tab{gap:4px;min-width:0;min-height:48px;padding:10px 6px;font-size:13px}.property-tab.is-active:after{left:8px;right:8px}.property-tab-count{display:none}.property-tab-content{min-width:0}.property-tab-panel{gap:14px}.property-top-row{display:contents}.property-top-row>section:last-child{order:-4}.property-section-heading{order:-3}.property-facts-grid{order:-2}.property-top-row>section:first-child{order:-1}.property-panel{min-width:0}.property-panel-bar{flex-wrap:wrap;gap:8px}.property-panel-actions{flex-wrap:wrap}.property-records-body{gap:14px}.property-fact-cell{padding:14px}.property-fact-cell strong{overflow-wrap:anywhere}.intel-triple{gap:10px}.intel-triple>div{min-width:0}.intel-triple strong,.intel-primary,.intel-secondary,.intel-muted{overflow-wrap:anywhere}.intel-link-button{min-height:44px;padding:8px 0}.property-gallery{touch-action:pan-y pinch-zoom}.property-gallery-nav,.parcel-map-zoom button{width:44px;height:44px}.parcel-strip{overflow-wrap:anywhere}.parcel-map-attribution{white-space:normal;max-width:calc(100% - 10px);line-height:1.2}.document-row{grid-template-columns:38px minmax(0,1fr);gap:8px 10px;padding:16px 12px}.property-workspace .panel-header{padding:16px}.document-copy strong{white-space:normal;overflow-wrap:anywhere;line-height:1.45}.document-copy small{margin-top:4px;font-size:12px;display:block}.document-status{white-space:normal;grid-column:2;justify-self:start}.document-actions{flex-wrap:wrap;grid-column:1/-1;gap:8px;margin-top:4px}.document-sign-button,.document-secondary-action,.document-download-button{justify-content:center;min-width:44px;height:auto;min-height:44px;padding:10px 12px}.document-actions>.document-sign-button{flex:1}.document-actions>.document-secondary-action{flex:none}.document-pager{flex-wrap:wrap;gap:10px}.document-pager button{min-height:44px}.completed-document-page{grid-template-rows:auto auto;gap:18px;min-height:0}.completed-document-heading{flex-direction:column;align-items:stretch;gap:14px}.completed-document-heading h1{overflow-wrap:anywhere;font-size:24px}.back-link{min-height:44px}.document-heading-actions{flex-wrap:wrap;gap:8px}.document-heading-actions>a{flex:140px}.completed-document-viewer{grid-template-rows:auto auto;min-height:0}.completed-document-secure-note{align-items:flex-start;padding:12px 14px;font-size:12px}.completed-document-secure-note svg{flex:none;margin-top:2px}.completed-document-fetch-state{min-height:200px}.pdf-viewer{flex-direction:column;min-width:0;display:flex}.pdf-viewer-toolbar{gap:4px;min-height:52px;padding:4px 8px}.pdf-viewer-toolbar button,.pdf-viewer-pager>button{min-width:44px;height:44px}.pdf-viewer-pager{border-top:1px solid var(--border);border-bottom:1px solid var(--border);order:1;gap:12px;padding:6px 8px}.pdf-viewer>.react-pdf__Document,.pdf-viewer>.pdf-viewer-placeholder{overscroll-behavior:contain;order:2;max-width:100%;max-height:65dvh;overflow:auto}.pdf-viewer-stage{justify-content:flex-start;max-height:none;overflow:visible}.pdf-viewer-dots{display:none}.pdf-viewer-page-select{min-width:0;color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.pdf-viewer-page-select select{border:1px solid var(--border);border-radius:var(--radius-md);max-width:88px;min-height:44px;color:var(--ink);background:var(--card);padding:8px;font-size:16px}.pdf-viewer-placeholder{min-height:220px}.pdf-frame-state{justify-items:center;gap:12px;padding:24px 16px;display:grid}.pdf-frame-state .document-secondary-action{font-size:14px}.history-dialog{max-height:calc(100dvh - var(--mobile-top-inset) - var(--mobile-bottom-inset) - 32px);overflow:hidden}.history-dialog[open]{flex-direction:column;display:flex}.history-dialog-head{flex:none;gap:12px;padding:10px 12px 10px 16px}.history-dialog-head button{flex:none;justify-content:center;align-items:center;width:44px;height:44px}.history-dialog-body{overscroll-behavior:contain;min-height:0;max-height:65dvh;overflow:auto}.history-dialog th,.history-dialog td{padding:12px}.history-dialog td:nth-child(2){white-space:normal;min-width:100px}.history-caption{overflow-wrap:anywhere}.realtor-contact a{min-height:48px;color:var(--primary);overflow-wrap:anywhere;padding:10px 0}.realtor-contact a svg,.realtor-contact>span>svg{flex:none}.realtor-contact>span,.realtor-card-header h2{overflow-wrap:anywhere}.realtor-select{min-height:44px}.realtor-transactions a{min-height:56px}.client-note p,.client-note-meta{overflow-wrap:anywhere}.discover-homes{padding:16px}.discover-homes-body{gap:14px}.discover-homes-map{background:0 0;flex-direction:column;height:auto;display:flex;overflow:visible}.discover-homes-map>.listing-globe{border-radius:var(--radius-lg);flex:none;height:250px;position:relative}.listing-detail{border:1px solid var(--border);background:var(--card-tint);max-width:none;box-shadow:none;margin-top:10px;padding:14px;position:static}.listing-detail-features{gap:6px}.listing-feature{font-size:12px}.discover-homes-list{max-height:none;padding:4px;overflow:visible}.listing-row{gap:10px;padding:12px}.listing-row-address{white-space:normal;font-size:13px}.listing-row-match{font-size:12px}.portal-signing-shell{height:100dvh;padding-bottom:var(--mobile-bottom-inset)}.portal-signing-header{min-height:var(--mobile-header-height);padding:calc(4px + var(--mobile-top-inset)) max(12px, env(safe-area-inset-right)) 4px max(12px, env(safe-area-inset-left));flex:none;gap:10px}.portal-signing-back{min-height:48px;font-size:14px}.portal-signing-loading{text-align:center;padding:24px}.error-page{min-height:100dvh;padding:calc(32px + var(--mobile-top-inset)) 24px calc(32px + var(--mobile-bottom-inset))}.dashboard-shell.is-client-view{padding-top:calc(58px + var(--mobile-top-inset))}.is-client-view .dashboard-header,.is-client-view .property-workspace>.back-link{min-height:60px;padding-top:8px}.is-client-view .property-tabs{top:60px}.client-view-bar{min-height:calc(58px + var(--mobile-top-inset));padding-top:calc(6px + var(--mobile-top-inset));padding-bottom:6px}.client-view-bar button{min-height:44px}.client-view-actions button{width:44px;height:44px}.client-view-status{flex:none}.client-view-label{font-size:12px}.client-view-bar .stage-nav-trigger{min-width:0;max-width:150px}.stage-nav-menu{top:calc(64px + var(--mobile-top-inset));right:var(--mobile-page-gutter);left:var(--mobile-page-gutter);width:auto;min-width:0;max-width:none;max-height:calc(100dvh - 80px - var(--mobile-top-inset) - var(--mobile-bottom-inset));overscroll-behavior:contain;position:fixed;overflow:auto}}@media (max-width:360px){:root{--mobile-page-gutter:max(12px, env(safe-area-inset-left,0px), env(safe-area-inset-right,0px))}.property-tab{padding-left:4px;padding-right:4px;font-size:12px}.journey-feature-copy{padding:22px 18px}.offer-card-body{padding:14px}.offer-card-footer>strong{font-size:16px}.offer-actions{gap:4px}.client-view-label{gap:0;font-size:0}.client-view-bar .stage-nav-trigger{max-width:140px}}@media (display-mode:standalone),(display-mode:fullscreen){.home-screen-install{display:none}}@media (prefers-reduced-motion:reduce){.property-tab-panel,.portal-signing-loading svg{animation:none}.portal-sidebar{transition:none}}
