:root{--navy-900: #141b33;--navy-800: #1e2749;--navy-700: #2a3563;--purple-600: #6c4fb0;--purple-500: #8b7cb6;--purple-100: #ece7f7;--grey-050: #f6f7fb;--grey-100: #eef0f5;--grey-200: #dde1ea;--grey-500: #6b7280;--grey-700: #384152;--white: #ffffff;--green-600: #1f8a5c;--green-100: #e3f5ec;--amber-600: #b5790a;--amber-100: #fbf0dc;--red-600: #c0392b;--red-100: #fbe6e3;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light;color:var(--grey-700);background-color:var(--grey-050);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:var(--purple-600);text-decoration:none;font-weight:500}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--navy-800);margin:0 0 .4em;font-weight:700}p{margin:0 0 1em}button{font-family:inherit;cursor:pointer}.app-shell{display:flex;flex-direction:column;min-height:100vh}.topbar{background:var(--navy-900);color:var(--white);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px;flex-shrink:0;position:sticky;top:0;z-index:100;box-shadow:0 1px #ffffff0f}.brand{display:flex;align-items:center;gap:10px;color:var(--white);font-weight:800;font-size:1.05rem;letter-spacing:.02em}.brand-mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--purple-500),var(--purple-600));display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800}.topbar-nav{display:flex;gap:4px}.topbar-nav a,.topbar-nav .navlink{color:#ffffffb8;font-weight:600;font-size:.92rem;padding:8px 14px;border-radius:8px}.topbar-nav a.active,.topbar-nav .navlink.active{color:var(--white);background:#ffffff1f}.topbar-nav a:hover{color:var(--white);text-decoration:none;background:#ffffff14}.topbar-right{display:flex;align-items:center;gap:14px}.mode-switch{display:flex;background:#ffffff1a;border-radius:999px;padding:3px;gap:2px}.mode-switch a{padding:6px 14px;border-radius:999px;font-size:.82rem;font-weight:700;color:#ffffffbf}.mode-switch a.active{background:var(--white);color:var(--navy-900)}.mode-switch a:hover{text-decoration:none}.avatar-pill{display:flex;align-items:center;gap:8px;background:#ffffff14;padding:6px 12px 6px 6px;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--white)}.avatar-circle{width:26px;height:26px;border-radius:50%;background:var(--purple-500);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.page{flex:1;width:100%;max-width:1120px;margin:0 auto;padding:32px 24px 64px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.page-header .eyebrow{text-transform:uppercase;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--purple-600);margin-bottom:6px;display:block}.subtitle{color:var(--grey-500);font-size:.95rem}.card{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;padding:20px}.card+.card{margin-top:16px}.grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:2fr 1fr}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}@media (max-width: 600px){.grid-3,.grid-4{grid-template-columns:1fr}}.stat-card{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;padding:18px 20px}.stat-label{font-size:.78rem;color:var(--grey-500);font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}.stat-value{font-size:1.6rem;font-weight:800;color:var(--navy-800)}.stat-sub{font-size:.82rem;color:var(--grey-500);margin-top:4px}.deal-card{display:block;background:var(--white);border:1px solid var(--grey-200);border-radius:14px;overflow:hidden;transition:box-shadow .15s,transform .15s}.deal-card:hover{box-shadow:0 8px 24px #141b3314;transform:translateY(-1px);text-decoration:none}.deal-hero{height:96px;display:flex;align-items:flex-end;padding:12px 16px;color:#ffffffeb;font-weight:700;font-size:.85rem}.deal-body{padding:16px}.deal-name{font-size:1.05rem;font-weight:800;color:var(--navy-800);margin-bottom:2px}.deal-location{font-size:.85rem;color:var(--grey-500);margin-bottom:12px}.deal-meta-row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:4px}.deal-meta-row .label{color:var(--grey-500)}.deal-meta-row .value{font-weight:700;color:var(--navy-800)}.progress-track{height:8px;background:var(--grey-100);border-radius:999px;overflow:hidden;margin:10px 0 6px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--purple-500),var(--purple-600));border-radius:999px}.progress-caption{display:flex;justify-content:space-between;font-size:.78rem;color:var(--grey-500)}.badge{display:inline-flex;align-items:center;gap:5px;font-size:.74rem;font-weight:700;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.badge-green{background:var(--green-100);color:var(--green-600)}.badge-amber{background:var(--amber-100);color:var(--amber-600)}.badge-red{background:var(--red-100);color:var(--red-600)}.badge-grey{background:var(--grey-100);color:var(--grey-700)}.badge-purple{background:var(--purple-100);color:var(--purple-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;border:1px solid transparent;padding:10px 18px;font-size:.9rem;font-weight:700;transition:opacity .15s,background .15s}.btn-primary{background:var(--purple-600);color:var(--white)}.btn-primary:hover{opacity:.9}.btn-primary:disabled{background:var(--grey-200);color:var(--grey-500);cursor:not-allowed}.btn-secondary{background:var(--white);color:var(--navy-800);border:1px solid var(--grey-200)}.btn-secondary:hover{background:var(--grey-050)}.btn-ghost{background:transparent;color:var(--purple-600);border:none;padding:6px 8px}.btn-small{padding:6px 12px;font-size:.8rem}.btn-danger{background:var(--red-100);color:var(--red-600)}table.data-table{width:100%;border-collapse:collapse;font-size:.9rem}table.data-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--grey-500);font-weight:700;padding:10px 12px;border-bottom:1px solid var(--grey-200)}table.data-table td{padding:12px;border-bottom:1px solid var(--grey-100);color:var(--grey-700)}table.data-table tr:last-child td{border-bottom:none}table.data-table tbody tr:hover{background:var(--grey-050)}.form-row{margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.form-row label{font-size:.82rem;font-weight:700;color:var(--navy-800)}.form-row input,.form-row select,.form-row textarea{font-family:inherit;font-size:.92rem;padding:10px 12px;border:1px solid var(--grey-200);border-radius:8px;background:var(--white);color:var(--grey-700)}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:2px solid var(--purple-500);outline-offset:1px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}@media (max-width: 600px){.form-grid{grid-template-columns:1fr}}.hint{font-size:.8rem;color:var(--grey-500)}.section-title{font-size:1.05rem;font-weight:800;color:var(--navy-800);margin-bottom:12px}.divider{height:1px;background:var(--grey-200);margin:20px 0}.tag-row{display:flex;gap:8px;flex-wrap:wrap}.doc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.doc-list li{display:flex;align-items:center;gap:10px;font-size:.88rem;padding:10px 12px;background:var(--grey-050);border-radius:8px;color:var(--grey-700)}.empty-state{text-align:center;color:var(--grey-500);padding:40px 20px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141b3373;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.modal{background:var(--white);border-radius:16px;padding:28px;max-width:460px;width:100%;max-height:90vh;overflow-y:auto}.step-dots{display:flex;gap:6px;margin-bottom:20px}.step-dot{height:6px;flex:1;border-radius:999px;background:var(--grey-200)}.step-dot.done{background:var(--purple-600)}.kv-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem;border-bottom:1px solid var(--grey-100)}.kv-row:last-child{border-bottom:none}.kv-row .k{color:var(--grey-500)}.kv-row .v{font-weight:700;color:var(--navy-800)}.footer-note{text-align:center;color:var(--grey-500);font-size:.78rem;padding:24px}.link-tabs{display:flex;gap:4px;border-bottom:1px solid var(--grey-200);margin-bottom:20px}.link-tabs a{padding:10px 4px;margin-right:20px;color:var(--grey-500);font-weight:700;font-size:.9rem;border-bottom:2px solid transparent}.link-tabs a.active{color:var(--navy-800);border-bottom-color:var(--purple-600)}.link-tabs a:hover{text-decoration:none;color:var(--navy-800)}
