.InvestmentsView_investmentsView__iY7lC{margin:0 auto}.InvestmentsView_investmentsContainer__fdZUp{background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.InvestmentsView_loading__0YsuZ{padding:40px;text-align:center;color:#6b7280}.InvestmentsView_header__Qubaj{margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.InvestmentsView_title__9QsQK{font-size:28px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.InvestmentsView_subtitle__xfQEh{font-size:16px;color:#6b7280;margin:0}.InvestmentsView_investmentsSection__TZvBf{margin-top:0}.InvestmentsView_emptyState__q38Y2{text-align:center;padding:48px 24px;background:#f9fafb;border-radius:12px;border:1px dashed #e5e7eb}.InvestmentsView_emptyTitle__279T_{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px}.InvestmentsView_emptySubtitle__HOcbd{font-size:14px;color:#6b7280;margin-bottom:24px}.InvestmentsView_startButton__yqBDk{background:#67b78f;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.InvestmentsView_startButton__yqBDk:hover{background:#4e9a74}.InvestmentsView_investmentCard__lByY_,.InvestmentsView_investmentsList__D7hAC{display:flex;flex-direction:column;gap:16px}.InvestmentsView_investmentCard__lByY_{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;cursor:pointer;transition:all .2s;min-height:100px}.InvestmentsView_investmentCard__lByY_:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#d1d5db;transform:translateY(-2px)}.InvestmentsView_cardTop__36Z5x{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.InvestmentsView_cardLeft__OflkV{display:flex;flex-direction:column;gap:4px}.InvestmentsView_amountLabel__ouqX_{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:6px}.InvestmentsView_investmentAmount__WXGob{font-size:28px;font-weight:700;color:#111827;margin-bottom:6px}.InvestmentsView_investmentType__Tfd7P{font-size:13px;color:#6b7280;font-weight:500}.InvestmentsView_statusBadge__vJebo{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.InvestmentsView_statusBadge__vJebo.InvestmentsView_locked___Mt3k{background-color:#fef3c7;color:#92400e}.InvestmentsView_statusBadge__vJebo.InvestmentsView_available__Dw8jK{background-color:#d1fae5;color:#065f46}.InvestmentsView_statusBadge__vJebo.InvestmentsView_withdrawn__Gqmxo{background-color:#e5e7eb;color:#4b5563}.InvestmentsView_statusBadge__vJebo.InvestmentsView_draft__nGull{background-color:#dbeafe;color:#1e40af}.InvestmentsView_cardBottom__G0Zd4{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:16px;border-top:1px solid #f3f4f6}.InvestmentsView_compactMetric__La5At{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.InvestmentsView_compactLabel___v7jF{font-size:13px;color:#6b7280;font-weight:500}.InvestmentsView_compactValue__C8oAj{font-size:14px;color:#111827;font-weight:600}.InvestmentsView_cardActions__QR226{display:flex;align-items:center;gap:12px;margin-left:auto}.InvestmentsView_viewDetails__FaXIr{color:#4e9a74;font-weight:600;font-size:13px;cursor:pointer;transition:color .2s;white-space:nowrap}.InvestmentsView_viewDetails__FaXIr:hover{color:#2b6b47}.InvestmentsView_deleteDraft__FVXYB{background:none;border:1px solid #ef4444;color:#ef4444;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.InvestmentsView_deleteDraft__FVXYB:hover{background:#ef4444;color:#fff}@media (max-width:768px){.InvestmentsView_investmentsContainer__fdZUp{padding:20px}.InvestmentsView_title__9QsQK{font-size:22px}.InvestmentsView_subtitle__xfQEh{font-size:14px}.InvestmentsView_investmentCard__lByY_{padding:20px;gap:0}.InvestmentsView_cardTop__36Z5x{padding-bottom:0}.InvestmentsView_statusBadge__vJebo{align-self:flex-start}.InvestmentsView_cardBottom__G0Zd4{flex-direction:column;align-items:stretch;gap:0;padding-top:16px;margin-top:16px;border-top:1px solid #f0f0f0}.InvestmentsView_compactMetric__La5At{flex-direction:row;justify-content:space-between;width:100%;padding:12px 0}.InvestmentsView_compactMetric__La5At:first-of-type{padding-top:0}.InvestmentsView_compactMetric__La5At:last-of-type{padding-bottom:0}.InvestmentsView_compactValue__C8oAj{text-align:right}.InvestmentsView_cardActions__QR226{width:100%;justify-content:space-between;margin-left:0;padding-top:16px;margin-top:16px;border-top:1px solid #f0f0f0}.InvestmentsView_cardActions__QR226:not(:has(.InvestmentsView_deleteDraft__FVXYB)){justify-content:flex-end}.InvestmentsView_investmentAmount__WXGob{font-size:22px}}.ConfirmModal_overlay__ge4KP{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:ConfirmModal_fadeIn__hOpPa .15s ease}@keyframes ConfirmModal_fadeIn__hOpPa{0%{opacity:0}to{opacity:1}}.ConfirmModal_modal__V7v9O{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);width:100%;max-width:400px;animation:ConfirmModal_slideUp__vSpEv .2s ease;overflow:hidden}@keyframes ConfirmModal_slideUp__vSpEv{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ConfirmModal_content__91Jc7{padding:32px 24px 24px;text-align:center}.ConfirmModal_icon__UgQ1s{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 20px}.ConfirmModal_iconDanger__Sw9b8{background:#fef2f2;color:#dc2626}.ConfirmModal_iconWarning__7GxId{background:#fffbeb;color:#d97706}.ConfirmModal_iconInfo__BSh3t{background:#ebf5ef;color:#67b78f}.ConfirmModal_title__2KwRz{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.ConfirmModal_message__CmdQ5{font-size:15px;color:#6b7280;margin:0;line-height:1.6}.ConfirmModal_actions__EC14e{display:flex;gap:12px;padding:20px 24px 28px;justify-content:center}.ConfirmModal_cancelButton__lYf3k,.ConfirmModal_confirmButton__tDHLE{padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-width:110px}.ConfirmModal_cancelButton__lYf3k{background:#f3f4f6;color:#374151;border:none}.ConfirmModal_cancelButton__lYf3k:hover:not(:disabled){background:#e5e7eb}.ConfirmModal_cancelButton__lYf3k:disabled{opacity:.5;cursor:not-allowed}.ConfirmModal_confirmButton__tDHLE{border:none;color:#fff}.ConfirmModal_confirmButton__tDHLE.ConfirmModal_danger__aUh0t{background:#dc2626}.ConfirmModal_confirmButton__tDHLE.ConfirmModal_danger__aUh0t:hover:not(:disabled){background:#b91c1c}.ConfirmModal_confirmButton__tDHLE.ConfirmModal_warning__8bx4d{background:#d97706}.ConfirmModal_confirmButton__tDHLE.ConfirmModal_warning__8bx4d:hover:not(:disabled){background:#b45309}.ConfirmModal_confirmButton__tDHLE.ConfirmModal_info__BgiTd{background:#67b78f}.ConfirmModal_confirmButton__tDHLE.ConfirmModal_info__BgiTd:hover:not(:disabled){background:#4e9a74}.ConfirmModal_confirmButton__tDHLE:disabled{opacity:.7;cursor:not-allowed}.ConfirmModal_spinner__fE82A{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:ConfirmModal_spin__O6Ecu .8s linear infinite}@keyframes ConfirmModal_spin__O6Ecu{to{transform:rotate(1turn)}}@media (max-width:480px){.ConfirmModal_modal__V7v9O{max-width:calc(100% - 32px)}.ConfirmModal_actions__EC14e{flex-direction:column-reverse}.ConfirmModal_cancelButton__lYf3k,.ConfirmModal_confirmButton__tDHLE{width:100%}}.InvestmentCard_investmentCard__UYrQf{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px 24px;margin-bottom:0;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:16px;min-height:100px}.InvestmentCard_investmentCard__UYrQf:hover{border-color:var(--color-accent);box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-1px)}.InvestmentCard_cardTop__4Rpaz{display:flex;justify-content:space-between;align-items:flex-start}.InvestmentCard_cardLeft__qO09r{display:flex;flex-direction:column;gap:4px}.InvestmentCard_amountLabel__r9_d2{font-size:12px;color:var(--color-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.InvestmentCard_investmentAmount__sBaOM{font-size:22px;font-weight:700;color:#1a1a1a}.InvestmentCard_investmentType__V9Spc{font-size:14px;color:var(--color-muted);font-weight:500}.InvestmentCard_cardMiddle__lDqMQ{display:flex;gap:48px;width:100%;padding-top:16px;border-top:1px solid #f3f4f6}.InvestmentCard_compactMetric__sRQUc{display:flex;flex-direction:column;gap:2px;align-items:flex-start;background:none!important;border:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.InvestmentCard_compactLabel__B7fQJ{font-size:13px;color:#6b7280;font-weight:500}.InvestmentCard_compactValue__PPCk3{font-size:14px;font-weight:600;color:#111827}.InvestmentCard_cardActions__WBDen{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #f3f4f6}.InvestmentCard_statusBadge__yw0tO{padding:6px 12px;border-radius:16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.InvestmentCard_statusBadge__yw0tO.InvestmentCard_locked__TNrn7{background:#fef3c7;color:#92400e}.InvestmentCard_statusBadge__yw0tO.InvestmentCard_available__eMD1J{background:#d1fae5;color:#065f46}.InvestmentCard_statusBadge__yw0tO.InvestmentCard_withdrawn__gmXmM{background:#e0f2fe;color:#0c4a6e}.InvestmentCard_statusBadge__yw0tO.InvestmentCard_draft___c_S0{background:#dbeafe;color:#1e40af}.InvestmentCard_statusBadge__yw0tO.InvestmentCard_active__wBdYZ{background:#d1fae5;color:#065f46}.InvestmentCard_statusBadge__yw0tO.InvestmentCard_rejected__6E5dO{background:#fee2e2;color:#991b1b}.InvestmentCard_viewDetails___r1UG{font-size:14px;color:#4e9a74;font-weight:600;cursor:pointer;transition:color .2s}.InvestmentCard_viewDetails___r1UG:hover{color:#2b6b47}.InvestmentCard_deleteDraftBtn__gptJQ{background:none;border:1px solid #ef4444;color:#ef4444;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.InvestmentCard_deleteDraftBtn__gptJQ:hover{background:#ef4444;color:#fff}@media (max-width:768px){.InvestmentCard_investmentCard__UYrQf{padding:20px;gap:0}.InvestmentCard_cardTop__4Rpaz{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;padding-bottom:0;margin-bottom:0}.InvestmentCard_statusBadge__yw0tO{align-self:flex-start;margin-top:0}.InvestmentCard_cardMiddle__lDqMQ{flex-direction:column;gap:0;padding-top:16px;margin-top:16px;border-top:1px solid #f0f0f0}.InvestmentCard_cardMiddle__lDqMQ .InvestmentCard_compactMetric__sRQUc{flex-direction:row;justify-content:space-between;width:100%;padding:12px 0}.InvestmentCard_cardMiddle__lDqMQ .InvestmentCard_compactMetric__sRQUc:first-of-type{padding-top:0}.InvestmentCard_cardMiddle__lDqMQ .InvestmentCard_compactMetric__sRQUc:last-of-type{padding-bottom:0}.InvestmentCard_cardMiddle__lDqMQ .InvestmentCard_compactMetric__sRQUc .InvestmentCard_compactValue__PPCk3{word-break:break-all;text-align:right}.InvestmentCard_cardActions__WBDen{width:100%;justify-content:space-between;margin-top:16px}.InvestmentCard_cardActions__WBDen:not(:has(.InvestmentCard_deleteDraftBtn__gptJQ)){justify-content:flex-end}.InvestmentCard_cardActions__WBDen .InvestmentCard_viewDetails___r1UG{width:auto;text-align:right}}