.investment-heading-actions{display:flex;align-items:center;gap:14px}.create-investment-button{min-height:44px;padding:0 18px;border:1px solid #d7aa45;border-radius:6px;background:linear-gradient(135deg,#0a376c,#07549a);box-shadow:0 7px 16px rgba(5,51,100,.18);color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.investment-modal{width:min(820px,calc(100vw - 32px));max-height:90vh;overflow:auto;padding:28px;border-radius:10px;background:#fff;box-shadow:0 26px 70px rgba(3,24,51,.3)}.investment-modal h2{margin:7px 0;color:#092b55;font-size:27px}.investment-modal>p{margin:0 0 20px;color:#536a82;font-size:13px;font-weight:600}.investment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.investment-grid label{display:flex;flex-direction:column;gap:7px}.investment-grid label span{color:#405a74;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.investment-grid input,.investment-grid select{width:100%;height:47px;padding:0 12px;border:1px solid #b9c8d7;border-radius:5px;background:#fff;color:#153858;font-size:14px;font-weight:800}.investment-grid input:read-only{background:#eef3f8;color:#53677c}.investment-carry-note{margin-top:16px;padding:12px 14px;border-left:3px solid #d4a93f;background:#fff9e9;color:#65501d;font-size:12px;font-weight:700}.investment-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.investment-actions button{min-height:44px;padding:0 17px;border:0;border-radius:5px;background:#0d579f;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}.investment-actions .secondary-action{border:1px solid #bcc9d6;background:#fff;color:#405a73}@media(max-width:800px){.investment-heading-actions{align-items:stretch;flex-direction:column}.investment-grid{grid-template-columns:1fr}.investment-modal{padding:21px}}
