/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.hidden{display:none}.table{display:table}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.\[method\:string\]{method:string}}:root{--navy:#0b1528;--blue:#2563eb;--ink:#152039;--muted:#6a7890;--line:#dfe6f0;--bg:#f3f6fb}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);font-family:var(--font-geist),Arial,sans-serif;margin:0;font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{grid-template-columns:240px 1fr;min-height:100vh;transition:all .2s;display:grid}.app.sidebar-closed{grid-template-columns:0 1fr}.sidebar{background:var(--navy);color:#dce5f4;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.brand{border-bottom:1px solid #1d2a40;align-items:center;gap:12px;height:116px;padding:22px 18px;display:flex}.brand-mark{color:#fff;letter-spacing:-2px;border:3px solid #fff;border-radius:18px 18px 18px 4px;place-items:center;width:58px;height:58px;font-weight:850;display:grid}.brand strong,.brand small,.user-card strong,.user-card small{display:block}.brand strong{color:#fff;font-size:14px}.brand small{color:#8290a8;margin-top:5px;font-size:11px}.nav-label{color:#6f819e;letter-spacing:1.4px;padding:22px 18px 8px;font-size:10px;font-weight:750}nav{padding:0 10px;overflow:auto}nav button{color:#cbd5e5;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;width:100%;margin:1px 0;padding:10px 12px;font-size:12px;display:flex}nav button:hover{color:#fff;background:#15223a}nav button.active{background:var(--blue);color:#fff}.nav-dot{background:#496078;border-radius:50%;width:5px;height:5px}nav button.active .nav-dot{background:#fff}nav em{text-align:center;background:#fff2;border-radius:10px;min-width:20px;height:18px;margin-left:auto;padding:1px 6px;font-size:10px;font-style:normal}.user-card{border-top:1px solid #1d2a40;align-items:center;gap:10px;margin-top:auto;padding:17px;display:flex}.avatar{color:#fff;background:#274264;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.user-card strong{color:#fff;font-size:11px}.user-card small{color:#7f8ca3;margin-top:3px;font-size:10px}main{min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fff;align-items:center;gap:18px;height:64px;padding:0 28px;display:flex;position:sticky;top:0}.icon-button{border:1px solid var(--line);color:#53627a;background:#fff;border-radius:8px;width:34px;height:34px}.breadcrumbs{color:#76849a;font-size:12px}.breadcrumbs span{color:#c0c8d5;padding:0 7px}.top-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.notification{position:relative}.notification span{background:#ef4444;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:6px}.content{max-width:1480px;margin:0 auto;padding:30px 34px 60px}.page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.page-heading h1,.lead-hero h1{letter-spacing:-.7px;margin:3px 0 5px;font-size:27px}.page-heading p,.panel-header p{color:var(--muted);margin:0}.eyebrow{letter-spacing:1.15px;font-weight:800;color:#7687a0!important;font-size:10px!important}.primary,.secondary,.filter-button,.hero-actions button,.hero-actions a{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-weight:650;text-decoration:none;display:inline-flex}.primary{background:var(--blue);color:#fff}.primary:hover{background:#1d4ed8}.secondary,.filter-button,.hero-actions button{border-color:var(--line);color:#344158;background:#fff}.panel{border:1px solid var(--line);background:#fff;border-radius:12px;box-shadow:0 2px 5px #1a2b4a08}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px;display:grid}.kpi{grid-template-columns:42px 1fr auto;align-items:start;gap:13px;min-height:126px;padding:19px;display:grid}.kpi-icon{border-radius:10px;place-items:center;width:42px;height:42px;font-size:13px;display:grid}.kpi-icon.blue{color:#2563eb;background:#e8f0ff}.kpi-icon.green{color:#11944e;background:#e9f9f0}.kpi-icon.purple{color:#7c3aed;background:#f0eafe}.kpi-icon.orange{color:#d97706;background:#fff2df}.kpi p{color:#67758c;margin:0 0 8px;font-size:12px}.kpi strong{font-size:28px;display:block}.kpi span{color:#8190a5;margin-top:5px;font-size:10px;display:block}.badge{white-space:nowrap;border-radius:99px;align-items:center;width:max-content;padding:4px 8px;font-weight:750;margin:0!important;font-size:10px!important;display:inline-flex!important}.badge-blue{color:#1d5be0;background:#eaf1ff}.badge-green{color:#168849;background:#e8f8ee}.badge-gray{color:#5f6d82;background:#eef2f7}.badge-red{color:#d53242;background:#feecee}.badge-orange{color:#b96508;background:#fff1dc}.badge-purple{color:#7141c5;background:#f0eaff}.dashboard-grid{grid-template-columns:1.55fr 1fr;gap:18px;display:grid}.panel-header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:flex-start;gap:16px;padding:19px 20px;display:flex}.panel-header h2{margin:0 0 4px;font-size:16px}.panel-header p{font-size:11px}.text-button,.more,.back{color:var(--blue);background:0 0;border:0;font-size:11px;font-weight:650}.attention-row{text-align:left;background:#fff;border:0;border-top:1px solid #eef2f7;align-items:center;gap:13px;width:100%;padding:15px 20px;display:flex}.attention-row:hover,.lead-row:not(.lead-head):hover{background:#f8faff}.priority{border-radius:3px;width:4px;height:36px}.priority-high{background:#ef4444}.priority-medium{background:#f59e0b}.priority-low{background:#3b82f6}.attention-main{flex:1}.attention-main strong,.attention-main span{display:block}.attention-main strong{font-size:12px}.attention-main span{color:#748198;margin-top:4px;font-size:11px}.attention-meta{color:#8c98aa;align-items:center;gap:15px;display:flex}.pipeline-panel{padding-bottom:17px}.pipeline-value{align-items:baseline;gap:8px;padding:17px 20px 10px;display:flex}.pipeline-value strong{font-size:27px}.pipeline-value span{color:#7b899d;font-size:11px}.pipeline-row{padding:8px 20px}.pipeline-row>div:first-child{justify-content:space-between;margin-bottom:6px;font-size:11px;display:flex}.track{background:#edf1f7;border-radius:10px;height:6px;overflow:hidden}.track i{background:var(--blue);border-radius:10px;height:100%;display:block}.activity-strip{align-items:center;gap:30px;margin-top:18px;padding:18px 20px;display:flex}.activity-strip h2{margin:5px 0 0;font-size:16px}.activity-strip .secondary{margin-left:auto}.team-avatars{display:flex}.team-avatars span,.team-avatars b{background:#e8eef8;border:2px solid #fff;border-radius:50%;place-items:center;width:30px;height:30px;margin-left:-6px;font-size:9px;display:grid}.team-avatars b{color:#fff;background:#172744}.toolbar{gap:9px;margin-bottom:14px;padding:12px;display:flex}.search{border:1px solid var(--line);border-radius:8px;flex:1;align-items:center;gap:9px;padding:0 12px;display:flex}.search input{border:0;outline:0;width:100%;padding:10px 0}.filter-button{padding:8px 12px;font-size:11px}.table-panel{overflow:hidden}.table-title{border-bottom:1px solid var(--line);gap:8px;padding:16px 18px;display:flex}.table-title span{color:#8490a2;font-size:11px}.lead-row{text-align:left;color:#263248;background:#fff;border:0;border-top:1px solid #edf1f6;grid-template-columns:2.1fr .8fr 1fr 1.4fr .7fr 25px;align-items:center;gap:15px;width:100%;padding:14px 18px;font-size:11px;display:grid}.lead-head{color:#758399;background:#f8fafc;border-top:0;font-weight:750}.lead-identity b,.lead-identity small,.lead-row>span:nth-child(4) b,.lead-row>span:nth-child(4) small{display:block}.lead-identity b{font-size:12px}.lead-identity small,.lead-row>span:nth-child(4) small{color:#8390a4;margin-top:4px}.priority-dot{border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.priority-dot.high{background:#ef4444}.priority-dot.medium{background:#f59e0b}.priority-dot.low{background:#3b82f6}.row-arrow{font-size:20px}.lead-topline{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.lead-topline>div,.hero-actions{gap:8px;display:flex}.lead-hero{padding:20px 22px 0}.lead-hero-main{align-items:center;gap:13px;display:flex}.property-icon{color:#2460dc;background:#eaf1ff;border-radius:10px;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.hero-title{align-items:center;gap:10px;display:flex}.hero-title h1{margin:0;font-size:22px}.lead-hero-main p{color:#748198;margin:4px 0 0;font-size:11px}.hero-actions{margin-top:-43px;position:absolute;right:56px}.hero-actions button,.hero-actions a{padding:8px 10px;font-size:10px}.hero-actions .action-call{background:var(--blue);color:#fff}.hero-facts{border-top:1px solid #e8edf4;grid-template-columns:repeat(4,1fr);margin-top:20px;display:grid}.hero-facts>div{border-right:1px solid #edf1f6;padding:16px 18px 18px}.hero-facts small,.hero-facts strong,.hero-facts span{display:block}.hero-facts small{color:#8290a5;text-transform:uppercase;font-size:9px;font-weight:750}.hero-facts strong{margin:6px 0 3px;font-size:12px}.hero-facts span{color:#77859a;font-size:10px}.tabs{border-bottom:1px solid var(--line);align-items:end;gap:22px;height:54px;margin-bottom:18px;display:flex}.tabs button{color:#66758a;background:0 0;border:0;border-bottom:2px solid #0000;height:43px;font-size:11px;font-weight:650}.tabs button.active{color:var(--blue);border-color:var(--blue)}.tabs em{color:var(--blue);background:#eaf1ff;border-radius:10px;margin-left:5px;padding:2px 5px;font-size:9px;font-style:normal}.profile-grid{grid-template-columns:minmax(0,1.55fr) minmax(310px,.7fr);gap:18px;display:grid}.profile-main,.profile-side{flex-direction:column;gap:18px;display:flex}.form-panel,.mao-panel{padding-bottom:20px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;padding:18px 20px;display:grid}.field-wrap{padding:0 20px}.field>span,.field-label{color:#607089;text-transform:uppercase;letter-spacing:.7px;margin-bottom:6px;font-size:9px;font-weight:750;display:block}.field input,.field select,.field textarea{color:#243047;background:#fff;border:1px solid #cfd9e7;border-radius:7px;outline:0;width:100%;padding:10px 11px}.field textarea{resize:vertical;min-height:90px}.field-label{margin:0 20px 8px}.repair-grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 20px;display:grid}.repair-grid button{text-align:left;background:#fff;border:1px solid #dbe3ee;border-radius:7px;grid-template-columns:18px 1fr auto;align-items:center;padding:10px;font-size:10px;display:grid}.repair-grid button span{color:#fff;border:1px solid #bdc8d8;border-radius:3px;place-items:center;width:14px;height:14px;display:grid}.repair-grid button b{color:#748198;font-size:9px}.repair-grid button.selected{background:#f5f8ff;border-color:#7fa7fa}.repair-grid button.selected span{background:var(--blue)}.mao-results{border:1px solid #dae3ef;border-radius:9px;grid-template-columns:repeat(3,1fr);margin:18px 20px 0;display:grid;overflow:hidden}.mao-results>div{border-right:1px solid #dae3ef;padding:16px}.mao-results small,.mao-results strong{display:block}.mao-results small{color:#6e7d93;font-size:8px;font-weight:750}.mao-results strong{margin-top:7px;font-size:19px}.mao-results .highlight{background:#f2f6ff}.mao-results .highlight strong{color:#174fc9}.mao-results button{background:var(--blue);color:#fff;border:0;border-radius:6px;margin-top:9px;padding:7px 9px;font-size:9px}.next-action{padding-bottom:15px}.next-action label{gap:9px;padding:18px;display:flex}.next-action label strong,.next-action label small{display:block}.next-action label small{color:#d04855;margin-top:5px;font-size:10px}.full{width:calc(100% - 36px);margin:0 18px}.timeline{padding-bottom:8px}.timeline-item{border-bottom:1px solid #edf1f6;gap:11px;margin:0 18px;padding:14px 0;display:flex}.timeline-item i{color:#3564ba;background:#eef3fb;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-style:normal;display:grid}.timeline-item strong,.timeline-item span{display:block}.timeline-item strong{font-size:10px}.timeline-item span{color:#8190a4;margin-top:4px;font-size:9px}.placeholder{text-align:center;padding:80px 20px}.placeholder-icon{color:#2563eb;background:#eaf1ff;border-radius:14px;place-items:center;width:55px;height:55px;margin:0 auto 15px;font-size:20px;display:grid}.placeholder p{color:#758399;max-width:520px;margin:0 auto 20px}.kanban{grid-template-columns:repeat(3,1fr);align-items:start;gap:18px;display:grid}.kanban-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.deal-card{text-align:left;width:100%;margin-bottom:10px;padding:15px}.deal-card>div:first-child{justify-content:space-between;display:flex}.deal-card h3{margin:14px 0 5px;font-size:12px}.deal-card p{color:#77859a;font-size:10px}.deal-value{margin:14px 0}.deal-value small,.deal-value strong{display:block}.deal-card footer{color:#66758a;border-top:1px solid #edf1f6;justify-content:space-between;padding-top:10px;font-size:9px;display:flex}.toast{color:#fff;z-index:50;background:#123826;border-radius:9px;padding:12px 16px;position:fixed;bottom:24px;right:24px}@media (width<=1050px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.profile-grid{grid-template-columns:1fr}.hero-actions{margin:16px 0 0;position:static}.kanban{grid-template-columns:1fr}}@media (width<=760px){.app{grid-template-columns:0 1fr}.sidebar{z-index:40;width:240px;position:fixed;transform:translate(-100%)}.app:not(.sidebar-closed) .sidebar{transform:translate(0)}.content{padding:22px 15px}.topbar{padding:0 15px}.page-heading{flex-direction:column;align-items:flex-start}.kpi-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.search{flex-basis:100%}.lead-head{display:none}.lead-row{grid-template-columns:1fr auto}.lead-row>span:nth-child(3),.lead-row>span:nth-child(4),.lead-row>span:nth-child(5){display:none}.hero-facts,.repair-grid{grid-template-columns:1fr 1fr}.mao-results,.form-grid{grid-template-columns:1fr}.tabs{overflow:auto}.activity-strip{flex-direction:column;align-items:flex-start}.activity-strip .secondary{margin-left:0}}.role-preview{border:1px solid var(--line);background:#f8fafc;border-radius:8px;align-items:center;gap:8px;padding:4px 5px 4px 10px;display:flex}.role-preview span{color:#7a879a;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:750}.role-preview select{color:#253249;background:#fff;border:0;border-radius:5px;outline:0;padding:5px 24px 5px 7px;font-size:10px;font-weight:700}.department-banner{color:#fff;background:linear-gradient(125deg,#0d1d37,#183d73);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:23px 25px;display:flex;box-shadow:0 12px 28px #0c234422}.department-banner h1{margin:5px 0 6px;font-size:23px}.department-banner>div>p:last-child{color:#b9c9df;margin:0;font-size:11px}.handoff-pill{background:#ffffff12;border:1px solid #ffffff25;border-radius:10px;min-width:175px;padding:13px 16px}.handoff-pill small,.handoff-pill strong{display:block}.handoff-pill small{color:#9fb2cd;letter-spacing:1px;font-size:8px;font-weight:800}.handoff-pill strong{margin-top:6px;font-size:12px}.handoff-map{padding-bottom:20px}.chain{flex-direction:column;padding:17px 20px;display:flex}.chain>div{color:#7a8799;grid-template-columns:26px 1fr 20px;align-items:center;gap:9px;min-height:40px;font-size:11px;display:grid}.chain i{background:#eef2f7;border-radius:50%;place-items:center;width:24px;height:24px;font-size:9px;font-style:normal;font-weight:750;display:grid}.chain b{color:#a5b0c0;font-weight:400;transform:rotate(90deg)}.chain .current{color:#1d56cf;font-weight:750}.chain .current i{color:#fff;background:#2563eb}.full-chain{width:calc(100% - 40px);margin:0 20px}.empty-state{text-align:center;color:#8793a5;padding:40px}.handoff-header{border-bottom:1px solid var(--line);background:#f8fafc;justify-content:space-between;padding:16px 18px;font-size:11px;display:flex}.handoff-header span{color:#64748b}.handoff-button{color:#fff;background:#132c50;border:0;border-radius:8px;padding:10px 14px;font-size:10px;font-weight:700}.handoff-button:hover{background:#0b1c34}.department-row{grid-template-columns:2fr .9fr 1fr 1.4fr .7fr 25px}@media (width<=760px){.role-preview span{display:none}.role-preview{padding:3px}.department-banner{flex-direction:column;align-items:flex-start}.handoff-pill{width:100%}.lead-topline{align-items:flex-start;gap:12px}.lead-topline>div{flex-wrap:wrap;justify-content:flex-end}.department-row{grid-template-columns:1fr auto}}.dev-banner{color:#704d00;background:#fff7db;border-bottom:1px solid #f3db8d;justify-content:center;align-items:center;gap:9px;min-height:34px;padding:7px 18px;font-size:10px;display:flex}.dev-banner strong{text-transform:uppercase;letter-spacing:.6px;font-size:9px}.standalone-state{place-items:center;min-height:100vh;padding:30px;display:grid}.state-card{text-align:center;max-width:620px;margin:20px auto;padding:48px 28px}.state-card h2{margin:12px 0 7px}.state-card p{color:var(--muted);max-width:470px;margin:0 auto 18px;line-height:1.55}.state-spinner{border:3px solid #dbe6f7;border-top-color:var(--blue);border-radius:50%;width:34px;height:34px;margin:auto;animation:.8s linear infinite crmspin}.state-icon{color:#168849;background:#e8f8ee;border-radius:50%;place-items:center;width:38px;height:38px;margin:auto;font-weight:800;display:grid}.state-icon.error{color:#d53242;background:#feecee}.state-card.empty{box-shadow:none;border:0;padding:35px 20px}.success-inline{color:#167746;background:#e9f9f0;border:1px solid #bde8ce;border-radius:8px;margin-bottom:12px;padding:9px 12px;font-size:11px}.profile-phase{margin-top:18px}.hero-actions a:not(.action-call){border:1px solid var(--line);color:#344158;background:#fff;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:650;text-decoration:none}.empty-state{text-align:center;color:#8591a3;padding:30px 20px;font-size:11px}@keyframes crmspin{to{transform:rotate(360deg)}}@media (width<=760px){.dev-banner{flex-direction:column;align-items:flex-start;gap:2px}.profile-phase{grid-template-columns:1fr}}.workspace-menu{margin-bottom:6px}.workspace-toggle{color:#b9c5d8!important;justify-content:space-between!important;font-weight:700!important;display:flex!important}.workspace-toggle.group-active{color:#fff!important}.workspace-links{padding-left:10px}.simple-lead-table .lead-row{grid-template-columns:2fr 1.3fr 1.2fr .7fr 24px}.profile-purpose{color:var(--muted);margin:8px 0 20px}.phone-work-row{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto auto;align-items:center;gap:10px;padding:12px 0;display:grid}.phone-work-row a{color:var(--primary);font-weight:800}.danger-button{color:#b91c1c;background:#fff;border:1px solid #ef4444;border-radius:8px;padding:9px 12px}.department-notes{width:100%;min-height:130px}.profile-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.readonly-history p{color:var(--muted);line-height:1.65}.history-list>div{border-bottom:1px solid var(--border);flex-direction:column;padding:12px 0;display:flex}.history-list small{color:var(--muted);text-transform:uppercase}.history-list strong{margin:4px 0}.history-list span{color:var(--muted);font-size:12px}.document-checklist{grid-template-columns:1fr 1fr;gap:10px;margin:16px 0;display:grid}.document-checklist label{border:1px solid var(--border);background:#f8fafc;border-radius:8px;padding:12px}.caller-profile-grid{grid-template-columns:minmax(0,1fr)}.acquisition-contract-upload{background:#f8fafc;border:1px solid #dbe4f0;border-radius:10px;margin:0 20px;padding:18px}.acquisition-file-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.acquisition-file-heading>div{flex-direction:column;gap:4px;min-width:0;display:flex}.acquisition-file-heading small,.tc-contract-reference small{color:#6e7d93;letter-spacing:.7px;font-size:9px;font-weight:800}.acquisition-file-heading strong{font-size:13px}.acquisition-file-heading span,.acquisition-contract-list span,.tc-contract-reference span{color:var(--muted);font-size:10px}.document-upload-button.disabled{cursor:wait;opacity:.65}.acquisition-upload-message{margin:14px 0 0}.acquisition-contract-list{flex-direction:column;gap:7px;margin-top:14px;display:flex}.acquisition-contract-list a{color:#245dcc;background:#fff;border:1px solid #d7e2f0;border-radius:8px;flex-direction:column;gap:3px;padding:10px 12px;text-decoration:none;display:flex}.acquisition-contract-list a strong{font-size:11px}.acquisition-empty-file{color:var(--muted);margin:14px 0 0;font-size:10px}.tc-contract-reference{background:#f8fafc;border:1px solid #dbe4f0;border-radius:9px;flex-direction:column;gap:5px;margin:0 20px;padding:15px;display:flex}.tc-contract-reference a{color:#245dcc;font-weight:750;text-decoration:none}@media (width<=760px){.acquisition-file-heading{flex-direction:column;align-items:stretch}.acquisition-file-heading .document-upload-button{width:100%}}.no-priority-table .lead-row{grid-template-columns:2fr 1.3fr 1.2fr 24px}.no-status-table .lead-row{grid-template-columns:2fr 1.3fr 24px}.simple-lead-table.has-lead-status.no-status-table .lead-row{grid-template-columns:2fr 1.05fr 1.3fr 24px}.lead-seller b,.lead-seller small{display:block}.lead-seller small{color:#8390a4;margin-top:4px}.use-offer-button{width:100%;margin-top:10px;display:block}.mao-results-four{grid-template-columns:repeat(4,minmax(0,1fr))}.tc-dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:18px;display:grid}.tc-empty{color:var(--muted);margin:0;padding:28px 20px}.tc-request{border-top:1px solid #edf1f6;grid-template-columns:1fr auto;gap:18px;padding:18px 20px;display:grid}.tc-request:first-of-type{border-top:0}.tc-request h3,.tc-calendar-row h3{margin:8px 0 5px;font-size:13px}.tc-request p,.tc-request small,.tc-calendar-row p,.tc-calendar-row small{color:var(--muted);margin:0;font-size:11px}.tc-request-actions{flex-direction:column;gap:7px;min-width:138px;display:flex}.tc-request-actions button{padding:8px 10px;font-size:10px}.tc-calendar-row{border-top:1px solid #edf1f6;grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:15px 20px;display:grid}.tc-calendar-row:first-of-type{border-top:0}.tc-calendar-row time{color:#1d4ed8;text-align:center;background:#eef4ff;border-radius:8px;flex-direction:column;padding:9px;display:flex}.tc-calendar-row time strong{font-size:12px}.tc-calendar-row time span{margin-top:3px;font-size:10px}.tc-calendar-row>div>span{color:#62728a;text-transform:uppercase;font-size:10px;font-weight:750}@media (width<=1000px){.tc-dashboard-grid{grid-template-columns:1fr}}@media (width<=650px){.tc-request{grid-template-columns:1fr}.tc-request-actions{flex-flow:wrap}.tc-calendar-row{grid-template-columns:62px 1fr}.tc-calendar-row>.badge{grid-column:2}}.tc-schedule-fields{gap:9px;margin-top:12px;display:flex}.tc-schedule-fields label{color:#607089;text-transform:uppercase;flex-direction:column;gap:4px;font-size:9px;font-weight:750;display:flex}.tc-schedule-fields input{color:#243047;background:#fff;border:1px solid #cfd9e7;border-radius:7px;padding:7px 8px}@media (width<=650px){.tc-schedule-fields{flex-wrap:wrap}}.walkthrough-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#09142794;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.walkthrough-modal{width:min(560px,100%);padding:22px;box-shadow:0 24px 70px #08122547}.walkthrough-modal-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:17px;display:flex}.walkthrough-modal-heading h2{margin:3px 0 5px;font-size:21px}.walkthrough-modal-heading span{color:var(--muted);font-size:12px}.walkthrough-modal-fields{grid-template-columns:1fr 1fr;gap:14px;padding:20px 0;display:grid}.walkthrough-modal-fields label{color:#52637e;flex-direction:column;gap:7px;font-size:11px;font-weight:800;display:flex}.walkthrough-modal-fields input,.walkthrough-modal-fields textarea{color:#243047;background:#fff;border:1px solid #cfd9e7;border-radius:8px;width:100%;padding:11px}.walkthrough-modal-fields textarea{resize:vertical;min-height:105px}.walkthrough-note-field{grid-column:1/-1}.walkthrough-modal-actions{justify-content:flex-end;gap:9px;display:flex}.buyer-row-actions button:disabled{cursor:not-allowed;opacity:.45}@media (width<=600px){.walkthrough-modal-fields{grid-template-columns:1fr}.walkthrough-note-field{grid-column:auto}.walkthrough-modal-actions{flex-direction:column-reverse;align-items:stretch}.walkthrough-modal-actions button{width:100%}}.disposition-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.disposition-pipeline{margin-bottom:18px}.pipeline-stage-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.pipeline-stage-grid button{border:1px solid var(--border);text-align:left;background:#f8fafc;border-radius:10px;flex-direction:column;align-items:flex-start;gap:5px;padding:15px;display:flex}.pipeline-stage-grid strong{color:var(--primary);font-size:24px}.pipeline-stage-grid span{font-weight:800}.pipeline-stage-grid small{color:var(--muted)}.disposition-section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.foundation-panel p,.foundation-note{color:var(--muted);line-height:1.6}.property-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.disposition-property-card{padding:0;overflow:hidden}.property-image-placeholder,.profile-property-image{color:#fff;background:linear-gradient(135deg,#17243c,#2d67da);flex-direction:column;justify-content:center;align-items:center;min-height:150px;display:flex}.property-image-placeholder span,.profile-property-image span{font-size:30px;font-weight:900}.property-card-body{padding:18px}.property-card-title{justify-content:space-between;gap:16px;display:flex}.property-card-title h2{margin:4px 0}.property-card-title p{color:var(--muted)}.property-metrics{grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;display:grid}.property-metrics div,.detail-grid>div{border:1px solid var(--border);background:#f8fafc;border-radius:8px;flex-direction:column;gap:4px;padding:11px;display:flex}.property-metrics small,.detail-grid small{color:var(--muted);text-transform:uppercase;font-size:10px}.property-card-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding-top:14px;font-size:12px;display:flex}.buyer-table{overflow:hidden}.buyer-row{border:0;border-bottom:1px solid var(--border);text-align:left;background:#fff;grid-template-columns:1.5fr .8fr 1.3fr .8fr .7fr 24px;align-items:center;gap:14px;width:100%;padding:14px;display:grid}.buyer-row>span{flex-direction:column;gap:4px;display:flex}.buyer-row small{color:var(--muted)}.buyer-head{text-transform:uppercase;background:#f8fafc;font-size:11px;font-weight:800}.marketing-layout{grid-template-columns:1.2fr .8fr;gap:16px;margin-bottom:16px;display:grid}.filter-chip-group{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.filter-chip-group strong{width:100%}.filter-chip-group label{border:1px solid var(--border);border-radius:8px;padding:8px 10px}.recipient-preview{border:1px solid var(--border);background:#f8fafc;border-radius:8px;justify-content:space-between;margin:14px 0;padding:14px;display:flex}.disposition-profile-hero{grid-template-columns:240px 1fr auto;align-items:center;gap:22px;padding:0 22px 0 0;display:grid;overflow:hidden}.profile-property-image{min-height:180px}.profile-hero-links{gap:8px;margin-top:12px;display:flex}.profile-hero-links a,.profile-hero-links button{border:1px solid var(--border);color:var(--primary);background:#fff;border-radius:8px;padding:8px 10px;font-weight:700}.profile-status-summary{flex-direction:column;gap:12px;display:flex}.profile-status-summary span{flex-direction:column;display:flex}.profile-status-summary small{color:var(--muted)}.profile-tabs{gap:6px;margin:16px 0;padding-bottom:4px;display:flex;overflow-x:auto}.profile-tabs button{white-space:nowrap;border:1px solid var(--border);background:#fff;border-radius:8px;padding:10px 13px}.profile-tabs button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.disposition-tab-panel{min-height:330px}.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.shell-section-grid,.document-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.shell-section-grid div,.document-category-grid div{border:1px dashed var(--border);border-radius:9px;flex-direction:column;gap:4px;padding:16px;display:flex}.shell-section-grid span,.document-category-grid span{color:var(--muted);font-size:12px}.attached-buyer-list>div{border-bottom:1px solid var(--border);grid-template-columns:1.4fr 1fr auto auto auto;align-items:center;gap:10px;padding:14px 0;display:grid}.attached-buyer-list>div>div{flex-direction:column;gap:5px;display:flex}.attached-buyer-list button{border:1px solid var(--border);background:#fff;border-radius:8px;padding:8px}.shell-table>div{background:#f8fafc;grid-auto-columns:1fr;grid-auto-flow:column;padding:12px;display:grid}.shell-table p{text-align:center;color:var(--muted);padding:35px}.activity-composer{gap:10px;display:flex}.activity-composer textarea{flex:1}.buyer-profile-hero{grid-template-columns:auto 1fr auto;align-items:center;gap:18px;display:grid}.buyer-avatar{width:70px;height:70px;color:var(--primary);background:#eaf1ff;border-radius:50%;place-items:center;font-size:24px;font-weight:900;display:grid}.buyer-profile-hero>div{flex-direction:column;gap:4px;display:flex}@media (width<=1100px){.disposition-kpi-grid,.pipeline-stage-grid{grid-template-columns:repeat(3,1fr)}.property-card-grid,.marketing-layout{grid-template-columns:1fr}.detail-grid{grid-template-columns:repeat(2,1fr)}.disposition-profile-hero{grid-template-columns:180px 1fr}.profile-status-summary{flex-direction:row;grid-column:1/-1;padding-bottom:16px}.buyer-row{grid-template-columns:1.5fr 1fr 1fr 24px}.buyer-row>span:nth-child(3),.buyer-row>span:nth-child(4){display:none}}@media (width<=700px){.disposition-kpi-grid,.pipeline-stage-grid,.disposition-section-grid,.property-metrics,.detail-grid,.shell-section-grid,.document-category-grid{grid-template-columns:1fr}.disposition-profile-hero{grid-template-columns:1fr;padding:0 16px 16px}.profile-property-image{margin:0 -16px}.attached-buyer-list>div{grid-template-columns:1fr}.property-card-footer{flex-direction:column;align-items:flex-start}}.brand-mark{width:58px;height:58px;color:inherit;letter-spacing:normal;border:0;border-radius:0;flex:0 0 58px;place-items:center;display:grid;overflow:hidden}.brand-logo{object-fit:contain;width:100%;height:100%;transform:scale(1.12)}.import-content{max-width:1500px}.import-step{margin-bottom:18px;padding:24px}.import-targets{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.import-targets button{color:#14213d;text-align:left;background:#f8fafc;border:1px solid #d8e1ef;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:18px;display:flex}.import-targets button.selected{background:#eef5ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb14}.import-targets strong{font-size:16px}.import-targets span,.import-file-name,.import-commit-row span{color:#64748b}.import-connection-note{color:#1e3a5f;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;flex-direction:column;gap:3px;margin:-2px 0 16px;padding:13px 15px;display:flex}.import-connection-note span{color:#52637e;font-size:13px}.import-file-button{margin-top:4px;display:inline-flex}.import-file-name{margin:12px 0 0}.import-mapping-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.import-mapping-grid label,.import-assignment-row label{flex-direction:column;gap:7px;display:flex}.import-mapping-grid label>span,.import-assignment-row label>span{text-transform:uppercase;letter-spacing:.04em;color:#4b5f7d;font-size:12px;font-weight:800}.import-mapping-grid b{color:#dc2626;font-size:10px}.import-mapping-grid select,.import-assignment-row select{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:42px;padding:0 10px}.import-assignment-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.import-preview{border:1px solid #e2e8f0;border-radius:10px;margin-top:18px;overflow:auto}.import-preview table{border-collapse:collapse;width:100%;min-width:780px}.import-preview th,.import-preview td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf1f7;padding:11px 12px}.import-preview th{color:#52637e;text-transform:uppercase;background:#f7f9fc;font-size:11px}.import-commit-row{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}.import-commit-row>div{flex-direction:column;gap:4px;display:flex}.import-result{padding:24px}.import-result>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.import-result article{background:#f5f8fc;border-radius:10px;flex-direction:column;padding:16px;display:flex}.import-result article span{color:#64748b;font-size:12px}.import-result article strong{color:#12203a;font-size:26px}.error-inline{color:#be123c;background:#fff1f2;border-radius:8px;margin-top:14px;padding:12px;font-weight:700}@media (width<=1100px){.import-targets{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.import-mapping-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.import-targets,.import-assignment-row{grid-template-columns:1fr}.import-result>div{grid-template-columns:repeat(2,minmax(0,1fr))}.import-commit-row{flex-direction:column;align-items:stretch}}@media (width<=600px){.import-mapping-grid{grid-template-columns:1fr}}.jv-source-label{background:#eef3ff;border-radius:5px;width:max-content;padding:3px 6px;font-weight:800;color:#2759bd!important;margin-top:4px!important}.crm-settings-content{max-width:1500px}.crm-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.crm-settings-panel{padding:24px}.crm-settings-panel dl{gap:0;margin:18px 0 0;display:grid}.crm-settings-panel dl>div{border-bottom:1px solid #e7edf5;padding:14px 0}.crm-settings-panel dl>div:last-child{border-bottom:0}.crm-settings-panel dt{color:#17233b;font-weight:800}.crm-settings-panel dd{color:#64748b;margin:5px 0 0;line-height:1.5}.crm-option-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.crm-option-grid h3{margin:0 0 10px;font-size:14px}.crm-option-grid>div>div{flex-wrap:wrap;gap:7px;display:flex}.crm-option-grid span{color:#43526a;background:#f8fafc;border:1px solid #dce5f1;border-radius:7px;padding:6px 8px;font-size:12px}.import-template-actions{flex-wrap:wrap;gap:10px;margin:0 0 14px;display:flex}.import-template-actions a{text-decoration:none}.import-header-guide{background:#f8fafc;border:1px solid #dce5f1;border-radius:10px;margin:0 0 16px}.import-header-guide summary{cursor:pointer;color:#1b3152;padding:13px 15px;font-weight:800}.import-header-guide>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 15px 15px;display:grid}.import-header-guide article{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:14px}.import-header-guide h3{margin:0 0 9px}.import-header-guide p{color:#52637e;margin:7px 0;line-height:1.45}.import-header-guide small{color:#64748b;margin-top:10px;line-height:1.5;display:block}@media (width<=900px){.crm-settings-grid,.import-header-guide>div{grid-template-columns:1fr}.crm-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.crm-option-grid{grid-template-columns:1fr}}.sign-out-link{color:#53627a;border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px 9px;font-size:11px;font-weight:750;text-decoration:none}.sign-out-link:hover{color:var(--blue);border-color:#9bb7f2}.access-sign-out{margin-top:-44px;position:relative}.user-management-notice a{color:#0c5bcc;text-decoration:underline}.employee-actions{flex-wrap:wrap}.employee-actions .compact{padding:7px 9px;font-size:10px}.user-management-content{max-width:1500px}.user-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.user-kpi-grid article{padding:17px}.user-kpi-grid span,.employee-row small{color:#64748b}.user-kpi-grid span{text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800;display:block}.user-kpi-grid strong{margin-top:8px;font-size:25px;display:block}.user-add-panel,.user-list-panel{margin-bottom:18px;padding:24px}.user-add-panel form{grid-template-columns:1fr 1.2fr 1.2fr auto;align-items:end;gap:12px;margin-top:18px;display:grid}.user-add-panel label{flex-direction:column;gap:7px;display:flex}.user-add-panel label span{text-transform:uppercase;color:#4b5f7d;font-size:11px;font-weight:800}.user-add-panel input,.user-add-panel select,.employee-row select{color:#172033;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:42px;padding:0 10px}.user-add-panel button{min-height:42px}.user-management-notice{color:#167746;background:#e9f9f0;border:1px solid #bde8ce;border-radius:9px;margin:0 0 18px;padding:12px 14px;font-weight:700}.employee-table{border:1px solid #e2e8f0;border-radius:10px;margin-top:18px;overflow:hidden}.employee-row{border-bottom:1px solid #e9eef5;grid-template-columns:1.4fr 1.15fr 1fr .6fr .9fr;align-items:center;gap:14px;padding:13px 15px;display:grid}.employee-row:last-child{border-bottom:0}.employee-row>span:first-child{flex-direction:column;gap:3px;display:flex}.employee-row.inactive{color:#7b8798;background:#f8fafc}.employee-head{color:#52637e;text-transform:uppercase;background:#f5f8fc;font-size:11px;font-weight:800}.employee-row i{border-radius:999px;width:max-content;padding:5px 8px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.employee-row i.active{color:#137747;background:#e9f9ef}.employee-row i.removed{color:#697586;background:#eef1f5}.employee-actions{justify-content:flex-end;gap:7px;display:flex}.employee-actions .danger{color:#b4232f;background:#fff8f8;border-color:#fecaca}@media (width<=1100px){.user-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.user-add-panel form{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-row{grid-template-columns:1.4fr 1fr .8fr .8fr}.employee-row>span:nth-child(3){display:none}}@media (width<=720px){.user-kpi-grid,.user-add-panel form{grid-template-columns:1fr}.employee-head{display:none}.employee-row{grid-template-columns:1fr;gap:9px}.employee-row>span:nth-child(3){display:block}.employee-actions{justify-content:flex-start}}.user-profile-button{border-top:1px solid #1d2a40!important}.deal-review-tabs{gap:8px;display:flex}.deal-review-tabs button{background:#fff;border:1px solid #d7dfeb;border-radius:9px;padding:10px 16px;font-weight:800}.deal-review-tabs button.active{color:#fff;background:#2563eb;border-color:#2563eb}.deal-review-tabs b{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:7px;font-size:10px;display:inline-flex}.nav-alert{color:#fff;background:#dc2626;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:900}.user-profile-button{width:100%;color:inherit;text-align:left;background:0 0;border:0;border-radius:0}.user-profile-button:hover,.user-profile-button.active{background:#14233c}.user-profile-button>span:last-child{min-width:0}.user-profile-button em{color:#5f82bb;margin-top:3px;font-size:9px;font-style:normal;font-weight:700;display:block}.avatar{flex:0 0 34px;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.personal-profile-content{max-width:1040px}.personal-profile-card{grid-template-columns:250px 1fr;gap:34px;padding:30px;display:grid}.personal-profile-photo-column{border-right:1px solid var(--line);flex-direction:column;align-items:center;padding:8px 22px 22px;display:flex}.personal-profile-photo{color:#fff;background:linear-gradient(135deg,#17335e,#2c68db);border-radius:50%;place-items:center;width:150px;height:150px;font-size:42px;font-weight:850;display:grid;overflow:hidden;box-shadow:0 10px 28px #183b7726}.personal-profile-photo img{object-fit:cover;width:100%;height:100%}.profile-upload-button{cursor:pointer;margin-top:20px}.profile-upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.profile-remove-button{margin-top:9px}.personal-profile-photo-column>small{color:var(--muted);text-align:center;margin-top:12px;font-size:9px}.personal-profile-fields{padding:5px 8px}.profile-identity{border-bottom:1px solid var(--line);margin-bottom:22px;padding-bottom:22px}.profile-identity h2{margin:0 0 7px;font-size:25px}.profile-identity span,.profile-identity small{display:block}.profile-identity span{color:var(--blue);font-weight:800}.profile-identity small{color:var(--muted);margin-top:5px}.personal-profile-fields .field textarea{min-height:160px;line-height:1.6}.bio-counter{text-align:right;color:var(--muted);margin-top:6px;font-size:10px}.personal-profile-actions{justify-content:flex-end;margin-top:20px;display:flex}@media (width<=760px){.personal-profile-card{grid-template-columns:1fr;padding:22px}.personal-profile-photo-column{border-right:0;border-bottom:1px solid var(--line)}.personal-profile-fields{padding:5px 0}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.overview-alerts{flex-wrap:wrap;gap:8px;margin:0 0 14px;display:flex}.overview-alerts span{color:#8a5700;background:#fff7e6;border:1px solid #f3c97a;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:750}.metric-secondary{color:var(--muted);font-size:11px}.lead-analyst-note{padding-bottom:14px}.lead-analyst-note p{color:#344158;white-space:pre-wrap;margin:12px 20px 0;line-height:1.5}.simple-disposition-profile{flex-direction:column;gap:18px;display:flex}.simple-disposition-profile .lead-topline{margin-bottom:-4px}.disposition-primary-section{overflow:hidden}.assigned-property-table{overflow-x:auto}.assigned-property-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(210px,1.45fr) minmax(130px,.9fr) minmax(110px,.75fr) minmax(115px,.8fr) minmax(145px,1fr) minmax(105px,.7fr) auto;align-items:center;gap:14px;min-width:1050px;padding:14px 16px;display:grid}.assigned-property-row>span{flex-direction:column;gap:4px;display:flex}.assigned-property-row small{color:var(--muted);font-size:11px}.assigned-property-head{color:var(--muted);text-transform:uppercase;background:#f8fafc;font-size:10px;font-weight:800}.assigned-property-head>span{display:block}.problem-indicator{color:#b45309;font-size:10px}.buyer-search-panel{grid-template-columns:minmax(240px,1.5fr) repeat(7,minmax(95px,1fr));gap:8px;padding:12px;display:grid;overflow-x:auto}.buyer-search-panel input,.buyer-search-panel select,.buyer-bulk-toolbar select{border:1px solid var(--line);color:#344158;background:#fff;border-radius:7px;min-height:36px;padding:7px 9px}.buyer-bulk-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0;padding:11px 13px;display:flex}.buyer-bulk-toolbar select{min-width:230px;margin-left:auto}.buyer-working-table{overflow-x:auto}.buyer-working-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(105px,.7fr) minmax(95px,.65fr) minmax(145px,1fr) minmax(135px,.9fr) minmax(210px,1.45fr) minmax(180px,1.15fr) minmax(180px,1.2fr) minmax(145px,.9fr);align-items:center;gap:12px;min-width:1320px;padding:13px 14px;display:grid}.buyer-working-row .buyer-id-cell{border-left:7px solid #0000;flex-direction:row;align-self:stretch;align-items:center;gap:8px;margin:-13px 0 -13px -14px;padding:13px 10px 13px 14px}.buyer-working-row .buyer-tier-vip{background:#ecfeff;border-left-color:#06b6d4}.buyer-working-row .buyer-tier-active{background:#f0fdf4;border-left-color:#22c55e}.buyer-working-row .buyer-tier-unqualified{background:#fefce8;border-left-color:#eab308}.buyer-working-row .buyer-tier-blocked{background:#fef2f2;border-left-color:#ef4444}.buyer-working-row .buyer-id-cell button{text-align:left;background:0 0;border:0;padding:0;font-weight:750;text-decoration:underline}.buyer-working-row>span{flex-direction:column;gap:4px;display:flex}.buyer-working-row small{color:var(--muted);font-size:10px}.buyer-working-row button{border:1px solid var(--line);color:var(--primary);cursor:pointer;background:#fff;border-radius:6px;padding:6px 8px}.buyer-working-head{color:var(--muted);text-transform:uppercase;background:#f8fafc;font-size:10px;font-weight:800}.phone-buyer-search{max-width:680px}.inline-buyer-search{box-shadow:none;border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.buyer-quick-search-panel{margin-bottom:14px;overflow:hidden}.buyer-quick-search-heading{justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.buyer-quick-search-heading>div{flex-direction:column;gap:3px;display:flex}.buyer-quick-search-heading span{color:var(--muted);font-size:11px}.buyer-quick-search-panel .inline-buyer-search{border-bottom:0;border-left:0;border-right:0;max-width:none;margin:0}.simple-disposition-profile .disposition-primary-section .buyer-section-toolbar,.simple-disposition-profile .property-buyer-row .buyer-row-main>span,.simple-disposition-profile .property-buyer-row .buyer-row-status,.simple-disposition-profile .property-buyer-row .buyer-row-offer>span,.simple-disposition-profile .property-buyer-row .buyer-row-notes>small{display:none}.simple-disposition-profile .property-buyer-row{grid-template-columns:minmax(130px,.9fr) minmax(115px,.75fr) minmax(155px,1fr) minmax(90px,.6fr) minmax(170px,1.2fr) minmax(135px,auto);align-items:center}.simple-disposition-profile .property-buyer-row .buyer-row-main{display:contents}.simple-disposition-profile .property-buyer-row .buyer-row-main>span:last-of-type{flex-direction:column;display:flex}.simple-disposition-profile .property-buyer-row .buyer-row-main>strong:before,.simple-disposition-profile .property-buyer-row .buyer-phone-link:before,.simple-disposition-profile .property-buyer-row .buyer-row-main>span:last-of-type:before,.simple-disposition-profile .property-buyer-row .buyer-row-offer:before,.simple-disposition-profile .property-buyer-row .buyer-row-notes:before{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:5px;font-size:9px;font-weight:800;text-decoration:none;display:block}.simple-disposition-profile .property-buyer-row .buyer-row-main>strong:before{content:"Buyer Name"}.simple-disposition-profile .property-buyer-row .buyer-phone-link:before{content:"Phone"}.simple-disposition-profile .property-buyer-row .buyer-row-main>span:last-of-type:before{content:"Email"}.simple-disposition-profile .property-buyer-row .buyer-row-offer:before{content:"Offer"}.simple-disposition-profile .property-buyer-row .buyer-row-notes:before{content:"Notes"}.simple-disposition-profile .property-buyer-row .buyer-row-actions{white-space:nowrap;flex-direction:column;grid-column:auto;justify-content:center;align-items:flex-start;display:flex}.simple-disposition-profile .property-buyer-row .buyer-row-actions>button{justify-content:center;width:auto;min-width:112px;padding:6px 9px;font-size:10px}.simple-disposition-profile .property-buyer-row.accepted{background:#e9f9ef;border-left:5px solid #16a34a}.simple-disposition-profile .property-buyer-row.accepted .buyer-row-main>strong{color:#15713a}.simple-disposition-profile .buyer-inline-history{display:none}.simple-disposition-profile .buyer-row-actions>button{display:inline-flex}.simple-disposition-profile .buyer-row-actions:before{content:"Actions";color:var(--muted);text-transform:uppercase;letter-spacing:.6px;align-items:center;font-size:10px;font-weight:800;display:flex}@media (width<=1000px){.simple-disposition-profile .property-buyer-row{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-disposition-profile .property-buyer-row .buyer-row-actions{grid-column:1/-1;align-items:flex-start}}.phone-search-row{grid-template-columns:1fr auto;align-items:end;gap:10px;padding:18px 20px;display:grid}.phone-search-row label,.phone-search-match label,.selected-phone-buyer label{color:#607089;text-transform:uppercase;letter-spacing:.6px;flex-direction:column;gap:6px;font-size:10px;font-weight:750;display:flex}.phone-search-row input,.phone-search-match select,.selected-phone-buyer input{color:#243047;width:100%;font:inherit;text-transform:none;letter-spacing:normal;background:#fff;border:1px solid #cfd9e7;border-radius:7px;padding:10px 11px}.phone-search-match{padding:0 20px 20px}.phone-search-match>p{color:var(--muted)}.selected-phone-buyer{border:1px solid var(--line);background:#f8fafc;border-radius:9px;grid-template-columns:auto 1fr minmax(100px,.5fr) auto;align-items:end;gap:12px;margin-top:14px;padding:14px;display:grid}.buyer-phone-link{width:max-content;color:var(--blue);background:0 0;border:0;padding:0;font-weight:750;text-decoration:underline}@media (width<=760px){.phone-search-row,.selected-phone-buyer{grid-template-columns:1fr}}.universal-buyer-profile{flex-direction:column;gap:22px;max-width:1560px;display:flex}.buyer-profile-actions{flex-wrap:wrap;gap:8px;display:flex}.buyer-record-header{justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;display:flex}.buyer-record-header h1{margin:3px 0 5px;font-size:25px}.buyer-record-header p{color:var(--muted);margin:0}.buyer-record-panel{overflow:hidden}.buyer-record-form{border:0;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:20px;min-width:0;margin:0;padding:22px;display:grid}.buyer-record-form:disabled input,.buyer-record-form:disabled select,.buyer-record-form:disabled textarea{color:#445168;opacity:1;background:#f8fafc}.buyer-record-form label{color:#607089;text-transform:uppercase;letter-spacing:.6px;flex-direction:column;gap:6px;font-size:10px;font-weight:750;display:flex}.buyer-record-form input,.buyer-record-form select,.buyer-record-form textarea{color:#243047;width:100%;font:inherit;text-transform:none;letter-spacing:normal;background:#fff;border:1px solid #cfd9e7;border-radius:7px;padding:10px 11px}.buyer-record-form textarea{resize:vertical;min-height:76px}.buyer-form-column{flex-direction:column;gap:18px;min-width:0;display:flex}.buyer-form-section{border:1px solid var(--line);background:#fbfcfe;border-radius:10px;padding:17px}.buyer-form-section h3{color:#172033;margin:0 0 14px;font-size:13px;font-weight:800}.buyer-form-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px;display:grid}.buyer-form-section-grid .wide{grid-column:1/-1}.buyer-buy-box-section{height:100%}.buyer-tags{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.buyer-tags span{border:1px solid var(--line);color:#475569;background:#f8fafc;border-radius:8px;padding:11px;font-size:11px}.buyer-notes-field{margin-top:14px}.buyer-record-save{justify-content:flex-end;padding:0 20px 20px;display:flex}.buyer-property-history{overflow-x:auto}.buyer-property-history-row{border-top:1px solid var(--line);grid-template-columns:minmax(150px,1fr) minmax(145px,1fr) minmax(110px,.8fr) minmax(180px,1.2fr) minmax(190px,1.3fr) auto;align-items:center;gap:12px;min-width:950px;padding:13px 16px;display:grid}.buyer-property-history-row>span{flex-direction:column;gap:4px;display:flex}.buyer-property-history-row small{color:var(--muted);font-size:10px}.buyer-property-history-row.head{color:var(--muted);text-transform:uppercase;background:#f8fafc;border-top:0;font-size:10px;font-weight:800}.buyer-property-history-row button{border:1px solid var(--line);color:var(--primary);cursor:pointer;background:#fff;border-radius:7px;padding:7px 9px}@media (width<=1100px){.buyer-record-form{grid-template-columns:1fr}.buyer-buy-box-section{height:auto}}@media (width<=760px){.buyer-record-header{flex-direction:column;align-items:flex-start}.buyer-form-section-grid{grid-template-columns:1fr}.buyer-form-section-grid .wide{grid-column:auto}.buyer-tags{grid-template-columns:1fr}}.disposition-kpi-grid.focused{grid-template-columns:repeat(4,minmax(0,1fr))}.pipeline-stage-grid.official{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-property-table{margin-bottom:16px;overflow-x:auto}.dashboard-property-row{border-top:1px solid var(--line);grid-template-columns:minmax(230px,1.5fr) minmax(130px,.85fr) minmax(150px,1fr) minmax(125px,.8fr) minmax(120px,.75fr) auto;align-items:center;gap:12px;min-width:930px;padding:12px 16px;display:grid}.dashboard-property-row>span{flex-direction:column;gap:4px;display:flex}.dashboard-property-row small{color:var(--muted);font-size:10px}.dashboard-property-row.head{color:var(--muted);text-transform:uppercase;background:#f8fafc;font-size:10px;font-weight:800}.dashboard-attention-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.assignment-workspace>summary{cursor:pointer;padding:17px 20px;font-weight:800}.assignment-workspace-content{padding:0 20px 18px}.assignment-snapshot{border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.assignment-snapshot>div,.assignment-snapshot>label{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:4px;padding:11px 12px;display:flex}.assignment-snapshot small{color:var(--muted);text-transform:uppercase;font-size:9px}.assignment-snapshot input{border:1px solid var(--line);border-radius:6px;padding:7px 8px;font-weight:750}.property-workspace-tabs{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;display:grid}.property-workspace-tabs button{color:#344158;cursor:pointer;background:#f4f7fb;border:1px solid #0000;border-radius:8px;min-height:42px;font-weight:750}.property-workspace-tabs button.active{border-color:var(--blue);background:var(--blue);color:#fff}.deal-overview-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:20px;padding:0 20px 20px;display:grid}.deal-overview-property{grid-template-columns:220px 1fr;align-items:center;gap:18px;display:grid}.deal-overview-property .profile-property-image{border-radius:9px;min-height:175px}.deal-overview-property h1{margin:5px 0;font-size:22px}.deal-overview-property p{color:var(--muted)}.compact-deal-summary,.compact-assignment-grid{border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.compact-deal-summary>div,.compact-assignment-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:3px;padding:10px 12px;display:flex}.compact-deal-summary small,.compact-assignment-grid small{color:var(--muted);text-transform:uppercase;font-size:9px}.compact-deal-summary span,.compact-assignment-grid span{color:var(--muted);font-size:10px}.summary-stage-select{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:5px;padding:10px 12px;display:flex}.summary-stage-select select,.summary-stage-select input{color:#243047;background:#fff;border:1px solid #cfd9e7;border-radius:6px;width:100%;padding:7px 8px;font-weight:700}.sell-for-field.read-only input{cursor:default;color:#556278;background:#f5f7fa}.sell-for-field.editable input{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb18}.sell-for-field button{background:var(--blue);color:#fff;border:0;border-radius:6px;padding:7px 8px;font-size:10px;font-weight:750}.buyer-section-toolbar,.assignment-actions{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px;padding:14px 20px;display:flex}.buyer-section-toolbar select{margin-left:auto}.buyer-history-heading{color:var(--muted);justify-content:space-between;gap:12px;padding:14px 20px;display:flex}.accepted-buyer-banner{color:#17633c;background:#effbf5;border:1px solid #86d3ad;border-radius:8px;align-items:center;gap:10px;margin:14px 20px 0;padding:11px 13px;font-size:12px;display:flex}.workflow-error{color:#9b2525;background:#fff4f4;border:1px solid #efb1b1;border-radius:8px;margin:14px 20px 0;padding:10px 12px;font-size:12px}.property-buyer-row.accepted{background:#fbfffd;border-left:3px solid #22a36a}.buyer-offer-editor{background:#f7faff;border:1px solid #b9cbed;border-radius:8px;grid-column:1/-1;align-items:flex-end;gap:8px;padding:12px;display:flex}.buyer-inline-editor{background:#f7faff;border:1px solid #b9cbed;border-radius:8px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:8px;padding:12px;display:grid}.buyer-inline-editor.walkthrough{grid-template-columns:repeat(3,minmax(130px,1fr)) auto auto}.buyer-inline-editor label{color:var(--muted);text-transform:uppercase;flex-direction:column;gap:5px;font-size:10px;font-weight:750;display:flex}.buyer-inline-editor input,.buyer-inline-editor textarea{border:1px solid var(--line);color:#243047;min-height:36px;font:inherit;text-transform:none;background:#fff;border-radius:7px;padding:7px 9px}.buyer-inline-editor textarea{resize:vertical;min-height:62px}.buyer-offer-editor label{color:var(--muted);text-transform:uppercase;flex-direction:column;flex:1;gap:5px;font-size:10px;font-weight:750;display:flex}.buyer-offer-editor input{border:1px solid var(--line);color:#243047;background:#fff;border-radius:7px;min-height:36px;padding:7px 9px;font-size:13px}.buyer-row-actions .offer-accepted-action{color:#fff;background:#169359;border-color:#169359;font-weight:750}.buyer-search-backdrop{z-index:1000;background:#0f172a99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.buyer-search-dialog{background:#fff;border-radius:12px;width:min(920px,100%);max-height:min(720px,90vh);overflow:hidden;box-shadow:0 24px 70px #0f172a55}.buyer-search-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 20px;display:flex}.buyer-search-header h2,.buyer-search-header p{margin:0}.buyer-search-header p{color:var(--muted);margin-top:4px;font-size:12px}.buyer-search-header>button{color:#506079;cursor:pointer;background:0 0;border:0;font-size:24px}.buyer-database-search{color:#42516a;flex-direction:column;gap:6px;padding:16px 20px;font-size:11px;font-weight:750;display:flex}.buyer-database-search input{border:1px solid #b8c6d9;border-radius:8px;min-height:42px;padding:9px 12px;font-size:13px}.buyer-search-results{border-top:1px solid var(--line);max-height:480px;overflow-y:auto}.buyer-search-results article{border-bottom:1px solid var(--line);grid-template-columns:1.2fr 1.2fr 1fr auto auto;align-items:center;gap:14px;padding:14px 20px;display:grid}.buyer-search-results article>div{flex-direction:column;gap:4px;display:flex}.buyer-search-results span{color:var(--muted);font-size:11px}.property-detail-content{padding-top:2px}.document-workspace-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.document-workspace-heading>div{flex-direction:column;gap:3px;display:flex}.document-workspace-heading small,.document-workspace-heading span,.pid-document-grid span,.pid-document-grid p{color:var(--muted);font-size:11px}.document-upload-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:9px 12px;display:inline-flex}.document-upload-message{color:#315487;background:#f4f8ff;border:1px solid #b9cbed;border-radius:8px;margin:14px 20px 0;padding:10px 12px;font-size:11px}.pid-document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px 20px;display:grid}.pid-document-grid article{border:1px solid var(--line);background:#fbfcfe;border-radius:9px;grid-template-columns:1fr auto;align-items:center;gap:10px 14px;padding:15px;display:grid}.pid-document-grid article>div{flex-direction:column;gap:5px;display:flex}.pid-document-grid article>p,.pid-document-grid .document-file-list{grid-column:1;margin:0}.document-category-upload{border:1px solid var(--line);color:var(--primary);cursor:pointer;background:#fff;border-radius:7px;grid-area:1/2/3;padding:8px 10px;font-size:11px;font-weight:750}.document-file-list{flex-direction:column;gap:6px;display:flex}.document-file-list a,.document-file-list>span{color:#244c93;background:#fff;border:1px solid #dce5f1;border-radius:7px;flex-direction:column;gap:3px;padding:8px 9px;font-size:11px;text-decoration:none;display:flex}.assignment-upload-button{cursor:pointer}.assignment-action-help{color:var(--muted);margin:0;padding:0 20px 16px;font-size:11px;line-height:1.6}.property-buyer-row{border-top:1px solid var(--line);grid-template-columns:1.25fr 1fr .9fr 1.1fr;gap:14px;padding:16px 20px;display:grid}.property-buyer-row>div:not(.buyer-row-actions){flex-direction:column;gap:5px;display:flex}.property-buyer-row span,.property-buyer-row small{color:var(--muted);font-size:11px}.buyer-row-actions{flex-wrap:wrap;grid-column:1/-1;gap:7px;display:flex}.buyer-row-actions button,.buyer-row-actions summary{border:1px solid var(--line);color:#344158;cursor:pointer;background:#fff;border-radius:7px;padding:7px 9px;font-size:11px}.buyer-row-actions details div{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.buyer-inline-history{border:1px dashed var(--line);border-radius:8px;grid-column:1/-1;padding:9px 11px}.profile-collapsible>summary,.inline-documents>summary{cursor:pointer;padding:18px 20px;font-size:16px;font-weight:800}.collapsible-content{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 20px 20px;display:grid}.collapsible-content section{border:1px solid var(--line);border-radius:9px;overflow:hidden}.collapsible-content h3{background:#f8fafc;margin:0;padding:12px;font-size:12px}.collapsible-content p{border-top:1px solid var(--line);justify-content:space-between;gap:12px;margin:0;padding:9px 12px;font-size:11px;display:flex}.collapsible-content p span{color:var(--muted)}.compact-assignment-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:16px 20px}.inline-documents{border:1px dashed var(--line);border-radius:8px;margin:0 20px 18px}.inline-documents p,.recent-activity-empty{color:var(--muted);padding:0 20px 16px}.recent-activity-empty{flex-direction:column;gap:5px;padding-top:16px;display:flex}@media (width<=980px){.deal-overview-grid,.collapsible-content{grid-template-columns:1fr}.deal-overview-property{grid-template-columns:180px 1fr}.property-buyer-row,.disposition-kpi-grid.focused,.dashboard-attention-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pipeline-stage-grid.official{grid-template-columns:repeat(3,minmax(0,1fr))}.assignment-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.deal-overview-property,.property-buyer-row,.compact-deal-summary,.compact-assignment-grid{grid-template-columns:1fr}.buyer-section-toolbar select{width:100%;margin-left:0}.property-workspace-tabs,.pid-document-grid{grid-template-columns:1fr}.document-workspace-heading{flex-direction:column;align-items:stretch}.accepted-buyer-banner,.buyer-offer-editor,.buyer-inline-editor,.buyer-inline-editor.walkthrough{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.buyer-search-results article,.buyer-search-panel{grid-template-columns:1fr}.buyer-bulk-toolbar select{width:100%;margin-left:0}.disposition-kpi-grid.focused,.dashboard-attention-grid,.pipeline-stage-grid.official,.assignment-snapshot{grid-template-columns:1fr}}.text-blast-dialog{max-width:720px}.text-blast-form{flex-direction:column;gap:14px;padding:18px 20px 20px;display:flex}.text-blast-form label{color:#475569;text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.text-blast-form select,.text-blast-form textarea{color:#0f172a;width:100%;font:inherit;text-transform:none;letter-spacing:normal;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px}.text-blast-form textarea{resize:vertical;min-height:120px}.sms-connection-notice{background:#fff8e8;border:1px solid #f0d59b;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.sms-connection-notice>div{flex-direction:column;gap:4px;display:flex}.sms-connection-notice span{color:#7c6843;font-size:11px}.message-center-layout{grid-template-columns:minmax(620px,1.35fr) minmax(330px,.65fr);gap:16px;display:grid}.message-inbox,.conversation-pane{min-height:520px;overflow:hidden}.message-inbox-toolbar{border-bottom:1px solid var(--line);gap:10px;padding:14px;display:flex}.message-inbox-toolbar select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 10px}.message-column-head,.message-reply-row{grid-template-columns:minmax(140px,.8fr) minmax(135px,.75fr) minmax(260px,1.6fr);align-items:center;gap:12px;padding:11px 14px;display:grid}.message-column-head{color:var(--muted);text-transform:uppercase;background:#f8fafc;font-size:10px;font-weight:800}.message-reply-row{border:0;border-top:1px solid var(--line);text-align:left;width:100%;color:var(--ink);background:#fff}.message-reply-row:hover,.message-reply-row.active{background:#f2f6ff}.message-reply-row span{color:var(--muted);font-size:11px}.message-empty,.conversation-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:390px;padding:30px;display:flex}.message-empty span,.conversation-empty span{max-width:460px;color:var(--muted);font-size:12px;line-height:1.5}.conversation-header{border-bottom:1px solid var(--line);flex-direction:column;gap:4px;padding:16px;display:flex}.conversation-header button{width:max-content;color:var(--blue);background:0 0;border:0;padding:0;font-weight:800}.conversation-header span{color:var(--muted);font-size:11px}.conversation-message{background:#edf3ff;border-radius:12px;max-width:78%;margin:20px;padding:12px 14px}.conversation-reply{border-top:1px solid var(--line);gap:10px;padding:16px;display:flex}.conversation-reply textarea{border:1px solid var(--line);border-radius:8px;flex:1;min-height:80px;padding:10px}.buyer-conversation-history>div{padding:14px}.buyer-conversation-history article{background:#edf3ff;border-radius:10px;max-width:72%;margin:8px 0;padding:11px 13px}.buyer-conversation-history article.outbound{background:#e9f8ef;margin-left:auto}.buyer-conversation-history article>div{justify-content:space-between;gap:14px;display:flex}.buyer-conversation-history article span{color:var(--muted);font-size:10px}.buyer-conversation-history article p{margin:7px 0 0}.buyer-message-composer{border-bottom:1px solid var(--line);grid-template-columns:minmax(160px,.55fr) minmax(360px,1.6fr) auto;align-items:end;gap:10px;display:grid}.buyer-message-composer>div{flex-direction:column;gap:4px;display:flex}.buyer-message-composer>div span{color:var(--muted);font-size:11px}.buyer-message-composer textarea{border:1px solid var(--line);resize:vertical;background:#fff;border-radius:8px;min-height:70px;padding:9px}@media (width<=850px){.buyer-message-composer{grid-template-columns:1fr}}@media (width<=1050px){.message-center-layout{grid-template-columns:1fr}.conversation-pane{min-height:280px}}.public-intake-page{background:radial-gradient(circle at 0 0,#e9f1ff 0,#0000 38%),linear-gradient(145deg,#f7f9fc,#e8edf5);place-items:center;min-height:100vh;padding:44px 18px;display:grid}.public-intake-card{background:#fff;border:1px solid #dbe3ef;border-radius:16px;width:min(760px,100%);overflow:hidden;box-shadow:0 24px 60px #0f1f3824}.public-form-header{text-align:center;border-bottom:1px solid #edf1f6;padding:30px 44px 20px}.public-form-header h1{letter-spacing:-.4px;margin:12px 0 25px;font-size:26px}.public-brand-mark{color:#fff;letter-spacing:.8px;background:linear-gradient(135deg,#122442,#2b65db);border-radius:13px 13px 13px 4px;place-items:center;width:50px;height:50px;margin:auto;font-size:15px;font-weight:900;display:grid}.intake-progress{justify-content:center;align-items:center;display:flex}.intake-progress span{color:#78869c;background:#fff;border:2px solid #bdc8d9;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:grid}.intake-progress span.active{color:#fff;background:#253b64;border-color:#253b64}.intake-progress i{background:#cbd5e1;width:200px;height:2px}.intake-progress-labels{color:#607089;justify-content:center;gap:150px;margin-top:8px;font-size:11px;display:flex}.public-form-body{flex-direction:column;gap:20px;padding:32px 44px;display:flex}.public-form-body>label,.intake-field-grid label{flex-direction:column;gap:7px;display:flex}.public-form-body label>span,.intake-field-grid label>span,.intake-check-group legend{color:#344158;font-size:12px;font-weight:700}.public-form-body input,.public-form-body select,.public-form-body textarea{color:#172033;background:#fff;border:1px solid #bac7da;border-radius:7px;outline:none;width:100%;min-height:44px;padding:10px 12px}.public-form-body input:focus,.public-form-body select:focus,.public-form-body textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1c}.public-form-body textarea{resize:vertical;min-height:100px}.intake-field-grid{gap:16px;display:grid}.intake-field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.intake-field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.intake-check-group{border:0;margin:0;padding:0}.intake-check-group legend{margin-bottom:11px}.intake-check-group>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;display:grid}.intake-check-group label{color:#4b5c75;align-items:center;gap:9px;min-height:28px;font-size:12px;display:flex}.intake-check-group input,.intake-consent input{flex:0 0 16px;width:16px;min-height:16px;box-shadow:none!important}.intake-check-group.stacked>div{grid-template-columns:1fr}.intake-check-group.stacked label{background:#fbfcfe;border:1px solid #d7e0eb;border-radius:7px;padding:10px 12px}.intake-consent{background:#f8fafc;border:1px solid #dbe5f1;border-radius:8px;align-items:flex-start;padding:13px 14px;flex-direction:row!important;gap:10px!important}.intake-consent span{line-height:1.45}.intake-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.public-form-actions{justify-content:center;gap:10px;padding-top:4px;display:flex}.public-primary,.public-secondary{border:0;border-radius:999px;min-width:112px;padding:11px 21px;font-weight:800}.public-primary{color:#fff;background:#2563eb}.public-primary:hover{background:#1d4ed8}.public-primary:disabled{opacity:.65}.public-secondary{color:#fff;background:#33415e}.public-form-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;margin:0;padding:11px 13px;font-size:12px;font-weight:700}.public-form-footer{color:#fff;text-align:center;background:#111c31;flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;padding:22px 34px;display:flex}.public-form-footer strong{font-size:13px}.public-form-footer span{color:#91a5c2;font-size:11px}.public-form-footer small{color:#aab7ca;width:100%;margin-top:7px;font-size:10px}.jv-intake-card{width:min(900px,100%)}.jv-form-hero{color:#fff;background:linear-gradient(120deg,#10213e,#2d67d8);align-items:center;gap:20px;padding:30px 44px;display:flex}.jv-form-hero .public-brand-mark{background:#ffffff18;border:1px solid #ffffff30;flex:0 0 62px;width:62px;height:62px;margin:0}.jv-form-hero span{color:#bbd0f3;text-transform:uppercase;letter-spacing:.9px;font-size:11px;font-weight:800}.jv-form-hero h1{margin:4px 0;font-size:27px}.jv-form-hero p{color:#d5e0f1;margin:0;font-size:12px}.money-input{border:1px solid #bac7da;border-radius:7px;align-items:center;display:flex}.money-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1c}.money-input b{color:#63728a;padding-left:13px}.money-input input{box-shadow:none!important;border:0!important}.intake-success{text-align:center;padding:54px 44px}.intake-success h1{margin:18px 0 8px;font-size:28px}.intake-success p{color:#66758a;max-width:560px;margin:0 auto 25px;line-height:1.65}.success-check{color:#12834a;background:#e6f8ee;border-radius:50%;place-items:center;width:58px;height:58px;margin:auto;font-size:28px;font-weight:900;display:grid}.public-brand-mark{width:58px;height:58px;color:inherit;letter-spacing:normal;background:#fff;border:1px solid #e1e6ee;border-radius:14px;padding:7px;overflow:hidden;box-shadow:0 3px 12px #10213e12}.public-brand-mark img{object-fit:contain;width:100%;height:100%}.jv-form-hero .public-brand-mark{background:#fff;border:1px solid #ffffff75;flex:0 0 70px;width:70px;height:70px;margin:0;padding:9px;box-shadow:0 6px 18px #06112630}.contract-upload-field{background:#f7f9fc;border:1px dashed #9fb1ca;border-radius:10px;padding:17px}.contract-upload-field input[type=file]{background:#fff;min-height:0;padding:9px}.contract-upload-field small{color:#65748a;line-height:1.45}.contract-upload-field strong{color:#173c75;font-size:12px}.intake-consent a{color:#1d4ed8;text-underline-offset:2px;text-decoration:underline}.legal-page{color:#172033;background:#f1f5f9;min-height:100vh;padding:48px 18px}.legal-card{background:#fff;border:1px solid #dbe3ef;border-radius:16px;width:min(860px,100%);margin:0 auto;padding:48px 54px;box-shadow:0 18px 45px #0f1f3817}.legal-brand{color:#1d4ed8;margin-bottom:24px;font-size:14px;font-weight:850;text-decoration:none;display:inline-block}.legal-card h1{letter-spacing:-1.2px;margin:0;font-size:38px}.legal-effective{color:#64748b;font-size:13px;margin:8px 0 32px!important}.legal-card h2{margin:30px 0 9px;font-size:19px}.legal-card p,.legal-card li{color:#475569;line-height:1.75}.legal-card a{color:#1d4ed8}.legal-card ul{padding-left:22px}.legal-footer{border-top:1px solid #e2e8f0;gap:20px;margin-top:38px;padding-top:22px;font-size:13px;font-weight:750;display:flex}@media (width<=650px){.public-intake-page{padding:20px 10px}.public-form-header,.public-form-body,.jv-form-hero{padding-left:20px;padding-right:20px}.public-form-header h1,.jv-form-hero h1{font-size:21px}.intake-progress i{width:120px}.intake-progress-labels{gap:70px}.intake-field-grid.two,.intake-field-grid.three,.intake-check-group>div{grid-template-columns:1fr}.jv-form-hero{flex-direction:column;align-items:flex-start}.jv-form-hero .public-brand-mark{margin:0}.public-form-footer{padding:20px 16px}.legal-page{padding:20px 10px}.legal-card{padding:30px 22px}.legal-card h1{font-size:29px}.legal-footer{flex-direction:column;align-items:flex-start}}.jv-review-content{flex-direction:column;gap:18px;display:flex}.jv-review-heading{margin-bottom:0}.jv-review-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.jv-review-metrics button{text-align:left;background:#fff;border:1px solid #dfe6f0;border-radius:12px;justify-content:space-between;align-items:center;min-height:78px;padding:18px;display:flex}.jv-review-metrics button.active{border-color:#2c67df;box-shadow:0 0 0 2px #2c67df1f}.jv-review-metrics span{color:#697891;font-size:12px;font-weight:700}.jv-review-metrics strong{color:#142139;font-size:25px}.jv-review-queue,.jv-review-detail{padding:22px}.jv-review-filters{flex-wrap:wrap;gap:7px;margin:0 0 16px;display:flex}.jv-review-filters button{color:#53637b;background:#fff;border:1px solid #d6dfec;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800}.jv-review-filters button.active{color:#164bb4;background:#eaf1ff;border-color:#2563eb}.jv-review-table{overflow:auto}.jv-review-table table{border-collapse:collapse;width:100%;min-width:950px}.jv-review-table th{color:#68778e;text-align:left;text-transform:uppercase;border-bottom:1px solid #dce4ef;padding:10px;font-size:10px}.jv-review-table td{color:#233047;border-bottom:1px solid #edf1f6;padding:12px 10px;font-size:12px}.jv-review-table tr.selected{background:#f1f6ff}.jv-review-table td small{color:#7b899c;margin-top:3px;display:block}.review-contract-ok{color:#13804b;font-weight:800}.review-contract-missing{color:#bf3e47;font-weight:800}.review-status{color:#536077;background:#eef2f7;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.review-status.pending-review{color:#8a5b00;background:#fff4d6}.review-status.needs-changes{color:#a34000;background:#fff0e6}.review-status.approved{color:#12713f;background:#e8f8ef}.review-status.rejected{color:#b52f3d;background:#ffebee}.jv-review-notice{color:#116a3d;background:#effbf4;border:1px solid #a9dfc2;border-radius:8px;padding:11px 13px;font-weight:700}.jv-review-section{border-top:1px solid #e5eaf1;padding:22px 0}.jv-review-section h3{margin:0 0 13px;font-size:15px}.jv-review-grid{gap:14px;display:grid}.jv-review-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.jv-review-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.jv-review-grid .wide{grid-column:span 2}.jv-review-detail label{flex-direction:column;gap:6px;display:flex}.jv-review-detail label>span{color:#596a82;text-transform:uppercase;font-size:10px;font-weight:800}.jv-review-detail input,.jv-review-detail select,.jv-review-detail textarea{color:#172137;background:#fff;border:1px solid #cdd7e5;border-radius:7px;width:100%;min-height:40px;padding:9px 10px}.jv-review-detail textarea{resize:vertical;min-height:88px}.review-money-input{background:#fff;border:1px solid #cdd7e5;border-radius:7px;align-items:center;display:flex}.review-money-input b{color:#65758b;padding-left:10px}.review-money-input input{border:0}.jv-review-notes{margin-top:14px}.contract-review-section{justify-content:space-between;align-items:center;gap:22px;display:flex}.contract-review-section p{color:#68778c;margin:0;font-size:12px}.contract-review-file{align-items:center;gap:8px;display:flex}.contract-review-file div{flex-direction:column;min-width:210px;display:flex}.contract-review-file span{color:#728197;font-size:10px}.jv-review-decision{grid-template-columns:1fr 1fr 260px;gap:14px;display:grid}.jv-review-decision small{color:#6e7c90;line-height:1.4}.jv-review-actions{border-top:1px solid #e5eaf1;flex-wrap:wrap;justify-content:flex-end;gap:9px;padding-top:18px;display:flex}.secondary.warning{color:#975a00;border-color:#e6a23c}.secondary.danger{color:#af2530;border-color:#e26b73}@media (width<=1100px){.jv-review-grid.five{grid-template-columns:repeat(3,minmax(0,1fr))}.jv-review-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.jv-review-decision{grid-template-columns:1fr 1fr}.jv-review-decision label:last-child{grid-column:1/-1}}@media (width<=700px){.jv-review-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.jv-review-grid.four,.jv-review-grid.five,.jv-review-decision{grid-template-columns:1fr}.jv-review-grid .wide,.jv-review-decision label:last-child{grid-column:auto}.contract-review-section,.contract-review-file{flex-direction:column;align-items:stretch}.jv-review-actions>*{width:100%}}.marketing-home{color:#111827;background:#fff;min-height:100vh}.marketing-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:92px;padding:0 clamp(24px,8vw,150px);display:flex}.marketing-brand{color:#0b0b0b;align-items:center;gap:14px;text-decoration:none;display:flex}.marketing-brand span{flex-direction:column;display:flex}.marketing-brand strong{font-size:20px}.marketing-brand small{font-size:14px;font-weight:700}.marketing-header nav{align-items:center;gap:32px;display:flex}.marketing-header nav>a{color:#111;font-weight:700;text-decoration:none}.marketing-primary{background:#050505;border-radius:8px;justify-content:center;align-items:center;padding:15px 23px;font-weight:850;text-decoration:none;color:#fff!important;display:inline-flex!important}.marketing-primary.large{padding:17px 28px}.marketing-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#101010,#272727);flex-direction:column;justify-content:center;align-items:center;min-height:560px;padding:70px 24px;display:flex}.marketing-hero h1{letter-spacing:-.055em;max-width:850px;margin:10px 0 18px;font-size:clamp(46px,7vw,92px)}.marketing-hero>p:not(.eyebrow){color:#d1d5db;max-width:690px;margin:0 0 34px;font-size:19px;line-height:1.7}.marketing-hero .eyebrow,.marketing-help .eyebrow{color:#9fbaff}.marketing-process{padding:95px clamp(24px,7vw,130px)}.marketing-process>h2{text-align:center;margin:0 0 40px;font-size:38px}.marketing-process>div{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.marketing-process article{background:#fafbfc;border:1px solid #e2e7ef;min-height:260px;padding:34px}.marketing-process article b{color:#2563eb;font-size:13px}.marketing-process h3{margin:38px 0 14px;font-size:25px}.marketing-process p{color:#526078;line-height:1.7}.marketing-help{background:#f4f6f9;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:100px clamp(24px,8vw,150px);display:grid}.marketing-house-art{color:#fff;background:linear-gradient(145deg,#1f2937,#3b4b62);place-items:center;height:500px;display:grid}.marketing-house-art span{letter-spacing:-.08em;opacity:.9;font-size:80px;font-weight:900}.marketing-help h2{margin:6px 0 26px;font-size:48px}.marketing-help ul{margin-bottom:35px;padding-left:20px}.marketing-help li{margin:14px 0;font-size:17px}.marketing-outline{color:#111827;border:1px solid #111827;border-radius:7px;padding:15px 20px;font-weight:800;text-decoration:none;display:inline-flex}.marketing-footer{color:#fff;background:#0c1526;align-items:center;gap:22px;padding:30px clamp(24px,8vw,150px);display:flex}.marketing-footer span{margin-right:auto;font-weight:800}.marketing-footer a{color:#cad4e3}.address-autocomplete{position:relative}.address-suggestions{z-index:20;background:#fff;border:1px solid #cdd6e4;border-radius:8px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #17213721}.address-suggestions button{color:#18243a;text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f5;width:100%;padding:11px 13px;font-size:12px;display:block}.address-suggestions button:hover{background:#eff5ff}.seller-simple-form{max-width:650px}@media (width<=760px){.marketing-header{height:auto;padding:16px 20px}.marketing-brand span{display:none}.marketing-header nav{gap:12px}.marketing-header nav>a:first-child{display:none}.marketing-process>div,.marketing-help{grid-template-columns:1fr}.marketing-help{gap:35px}.marketing-house-art{height:280px}.marketing-footer{flex-wrap:wrap}.marketing-footer span{width:calc(100% - 80px)}}.marketing-process article{min-height:300px}.marketing-process h3{margin:14px 0}.process-icon{width:68px;height:68px;margin-bottom:18px}.process-icon svg{fill:none;stroke:#111827;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.marketing-help h2{font-weight:400}.marketing-help h2 strong{font-weight:900}.team-page{color:#111827;background:#fff;min-height:100vh}.team-intro{color:#fff;background:#0b0b0b;padding:90px clamp(24px,8vw,150px) 55px}.team-intro p{color:#9fbaff;letter-spacing:.14em;margin:0 0 14px;font-size:12px;font-weight:850}.team-intro h1{letter-spacing:-.05em;margin:0 0 15px;font-size:clamp(48px,7vw,84px)}.team-intro span{color:#cbd5e1;max-width:640px;font-size:18px;line-height:1.6;display:block}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:70px clamp(24px,8vw,150px) 110px;display:grid}.team-photo-placeholder{aspect-ratio:4/5;color:#183153;background:linear-gradient(145deg,#e8edf4,#cfd8e6);place-items:center;display:grid}.team-photo-placeholder span{letter-spacing:-.08em;font-size:72px;font-weight:900}.team-photo-placeholder small{color:#64748b;align-self:end;margin-bottom:22px;font-weight:750}.team-grid h2{margin:18px 0 5px;font-size:22px}.team-grid p{color:#64748b;margin:0}@media (width<=760px){.team-grid{grid-template-columns:1fr}}.marketing-hero-copy{gap:8px;margin-top:4px;display:grid}.marketing-hero-copy p{color:#d1d5db;white-space:nowrap;font-size:19px;line-height:1.5;max-width:none!important;margin:0!important}.marketing-process h3{margin-top:20px}.marketing-reasons{gap:12px;list-style:none;display:grid;padding:0!important}.marketing-reasons li{background:#fff;border:1px solid #dbe3ee;border-radius:8px;padding:14px 16px 14px 46px;font-weight:700;position:relative;margin:0!important}.marketing-reasons li:before{content:"";background:#2563eb;border-radius:50%;width:9px;height:9px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.marketing-solution{color:#18243a;letter-spacing:-.025em;margin:30px 0;font-size:clamp(25px,2.2vw,34px);line-height:1.2}.marketing-house-photo{background:#1f2937;height:500px;position:relative;overflow:hidden}.marketing-house-photo img{object-fit:cover}.team-photo-frame{aspect-ratio:4/5;background:#fff;border:1px solid #d8e0eb;position:relative;overflow:hidden}.team-photo-frame img{object-fit:cover;object-position:center center}@media (width<=760px){.marketing-hero-copy p{white-space:normal}.marketing-hero-copy{max-width:560px}.marketing-reasons li{padding-left:42px}}.auth-page{color:#111827;background:#fff;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:linear-gradient(145deg,#081327 0%,#10264b 55%,#174da7 140%);flex-direction:column;justify-content:space-between;padding:56px;display:flex;position:relative;overflow:hidden}.auth-brand-panel:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-270px;box-shadow:0 0 0 75px #ffffff09,0 0 0 150px #ffffff06}.auth-brand{z-index:1;align-items:center;gap:18px;display:flex;position:relative}.auth-brand img{object-fit:contain;width:68px;height:68px}.auth-brand strong{letter-spacing:.01em;font-size:20px;display:block}.auth-brand span{color:#a9b9d1;margin-top:3px;font-size:13px;display:block}.auth-brand-message{z-index:1;max-width:510px;position:relative}.auth-brand-message p:first-child{color:#74a7ff;letter-spacing:.16em;margin:0 0 14px;font-size:12px;font-weight:800}.auth-brand-message h1{letter-spacing:-.045em;margin:0;font-size:clamp(38px,4.2vw,66px);line-height:1.02}.auth-brand-message p:last-child{color:#c9d3e1;max-width:440px;margin:22px 0 0;font-size:16px;line-height:1.65}.auth-brand-footer{z-index:1;color:#8293ad;font-size:12px;position:relative}.auth-form-panel{justify-content:center;align-items:center;padding:48px;display:flex}.auth-card{width:min(100%,460px)}.auth-card .eyebrow{color:#2563eb;letter-spacing:.16em;margin:0 0 12px;font-size:11px;font-weight:800}.auth-card h2{letter-spacing:-.035em;margin:0;font-size:36px}.auth-card .auth-intro{color:#63708a;margin:12px 0 30px;line-height:1.55}.auth-form{gap:18px;display:grid}.auth-form label{color:#334155;gap:7px;font-size:12px;font-weight:750;display:grid}.auth-form input{width:100%;height:48px;font:inherit;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:0 14px;transition:border-color .15s,box-shadow .15s}.auth-form input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.auth-password-label{justify-content:space-between;align-items:center;display:flex}.auth-link-button{color:#2563eb;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:750}.auth-submit{color:#fff;height:49px;font:inherit;cursor:pointer;background:#2563eb;border:0;border-radius:9px;font-weight:800}.auth-submit:hover{background:#1d4ed8}.auth-submit:disabled{cursor:wait;opacity:.65}.auth-message{border-radius:8px;margin:0;padding:12px 14px;font-size:13px;line-height:1.45}.auth-message.error{color:#b42318;background:#fff1f2;border:1px solid #fecdd3}.auth-message.success{color:#067647;background:#ecfdf3;border:1px solid #a7f3d0}.auth-divider{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:26px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.auth-secondary{color:#1e293b;width:100%;height:46px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;font-weight:750}.auth-help{color:#7c8799;text-align:center;margin:24px 0 0;font-size:12px;line-height:1.55}.auth-help a{color:#2563eb;font-weight:750}.auth-footer-link{color:#64748b;margin-top:28px;font-size:12px;text-decoration:none;display:inline-block}.auth-footer-link:hover{color:#2563eb}.auth-card.compact{text-align:center}.auth-card.compact .auth-form{text-align:left;margin-top:28px}@media (width<=800px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{min-height:250px;padding:32px}.auth-brand-message h1{font-size:38px}.auth-brand-message p:last-child,.auth-brand-footer{display:none}.auth-form-panel{padding:38px 24px 52px}.auth-card h2{font-size:31px}}
