*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:#f3f4f6;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}button{font:inherit;color:inherit;cursor:pointer;border:none;background:none}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{background:var(--brand);color:#fff;padding:14px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 2px #00000014}.topbar img{height:32px;border-radius:4px;background:#fff}.topbar .lender{font-size:18px;font-weight:600;letter-spacing:.2px}.topbar .borrower{margin-left:auto;font-size:13px;opacity:.9}.container{max-width:1100px;width:100%;margin:24px auto;padding:0 24px;flex:1}.subtitle{font-size:12px;color:#475569;text-transform:uppercase;letter-spacing:.6px;margin:32px 0 12px}.subtitle:first-child{margin-top:0}.card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 2px #0f172a0f,0 1px 1px #0f172a0a;border:1px solid #e2e8f0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.row{display:flex;gap:12px;align-items:center;justify-content:space-between}.label{font-weight:600;color:#0f172a}.muted{color:#64748b;font-size:12px}.status{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:4px 8px;border-radius:999px}.status.open{background:#fef3c7;color:#92400e}.status.pending{background:#dbeafe;color:#1e3a8a}.status.accepted{background:#dcfce7;color:#166534}.status.needs_revision{background:#fee2e2;color:#991b1b}.dropzone{margin-top:12px;padding:18px;border:2px dashed #cbd5e1;border-radius:8px;text-align:center;color:#475569;transition:background .2s ease,border-color .2s ease}.dropzone.active{background:#0b5fff14;border-color:var(--brand);color:var(--brand)}.dropzone input[type=file]{display:none}.dropzone .browse{display:inline-block;margin-top:8px;padding:6px 12px;background:var(--brand);color:#fff;border-radius:6px;font-weight:600}.toast{position:fixed;bottom:24px;right:24px;background:#0f172a;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 8px 16px #0000002e;max-width:360px}.toast.error{background:#b91c1c}.banner{background:#fef3c7;color:#92400e;padding:12px 16px;border-radius:8px;border:1px solid #fde68a;margin-bottom:16px}.banner.error{background:#fee2e2;color:#991b1b;border-color:#fecaca}.footer{text-align:center;padding:24px;color:#94a3b8;font-size:12px}.spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite;vertical-align:-2px;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}
