@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:linear-gradient(135deg,#f0f5ff,#e0e7ff);min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;background:linear-gradient(135deg,#e6ecfe,#e2e8fe);font-family:Inter,sans-serif}.app-container{width:70%;margin:0 auto;padding:2rem 0;padding-bottom:100px}.main-content{width:100%}@media (max-width: 1024px){.app-container{width:90%;min-width:auto}}@media (max-width: 768px){.app-container{width:95%;padding:1rem 0;padding-bottom:90px}}@media (max-width: 480px){.app-container{padding-bottom:80px}}._headerSection_yx4kl_1{display:flex;justify-content:center;margin-top:60px;margin-bottom:80px}._headerTitleRow_yx4kl_8{display:flex;flex-direction:column;align-items:center}._logo_yx4kl_15{display:flex;align-items:center;gap:12px;margin-bottom:11px}._target-icon_yx4kl_22{width:40px;height:40px}._headerTitle_yx4kl_8{font-weight:800;font-size:40px;line-height:49px;color:#000}._headerSubtitle_yx4kl_34{font-weight:500;font-size:18px;line-height:21px;color:#0000009f}@media (max-width: 768px){._headerSection_yx4kl_1{margin-top:30px;margin-bottom:40px}._logo_yx4kl_15{flex-direction:column;gap:1rem;text-align:center;margin-bottom:16px}._headerTitle_yx4kl_8{font-size:32px;line-height:38px}._headerSubtitle_yx4kl_34{font-size:14px;line-height:17px}._target-icon_yx4kl_22{width:32px;height:32px}}._modalOverlay_d6lti_4{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}._modalContainer_d6lti_19{background-color:#fff;border-radius:16px;width:90%;max-width:500px;box-shadow:0 10px 25px #00000026;max-height:90vh;overflow-y:auto}._fadeIn_d6lti_32{animation:_fadeIn_d6lti_32 .3s ease-in-out forwards}._fadeOut_d6lti_33{animation:_fadeOut_d6lti_33 .3s ease-in-out forwards}._slideIn_d6lti_34{animation:_slideIn_d6lti_34 .3s ease-out forwards}._slideOut_d6lti_35{animation:_slideOut_d6lti_35 .3s ease-out forwards}@keyframes _fadeIn_d6lti_32{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_d6lti_33{0%{opacity:1}to{opacity:0}}@keyframes _slideIn_d6lti_34{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideOut_d6lti_35{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}._modalHeader_d6lti_72{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f0f0f0}._modalHeaderContent_d6lti_80{display:flex;align-items:center;gap:12px}._modalIcon_d6lti_86{display:flex;align-items:center;justify-content:center;background-color:#edf0ff;width:36px;height:36px;border-radius:8px;flex-shrink:0}._modalHeader_d6lti_72 h2{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis}._closeButton_d6lti_108{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:#666;cursor:pointer;transition:all .2s;flex-shrink:0}._closeButton_d6lti_108:hover{background-color:#f5f5f5;color:#333}._modalContent_d6lti_132{padding:24px}@media (max-width: 640px){._modalContainer_d6lti_19{width:95%;max-height:85vh}._modalHeader_d6lti_72{padding:16px 20px}._modalContent_d6lti_132{padding:20px}._modalHeader_d6lti_72 h2{font-size:1.15rem}}._form_15rnk_4{width:100%}._formGroup_15rnk_8{margin-bottom:24px}._label_15rnk_12{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:8px}._inputWrapper_15rnk_20{position:relative;width:100%}._inputWrapper_15rnk_20 input[type=text],._inputWrapper_15rnk_20 input[type=number],._inputWrapper_15rnk_20 textarea{width:100%;padding:14px 16px;font-size:1rem;border:1px solid #ddd;border-radius:10px;background-color:#f9fafc;color:#333;transition:all .2s ease;font-family:inherit}._inputWrapper_15rnk_20 input:focus,._inputWrapper_15rnk_20 textarea:focus{outline:none;border-color:#4f67ff;box-shadow:0 0 0 3px #4f67ff1a;background-color:#fff}._inputWrapper_15rnk_20 textarea{resize:vertical;min-height:80px}._inputWrapper_15rnk_20 input[type=number]::-webkit-outer-spin-button,._inputWrapper_15rnk_20 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._inputWrapper_15rnk_20 input[type=number]{-moz-appearance:textfield}._inputError_15rnk_69{border-color:#ff4d4f!important;background-color:#fff1f0!important}._errorText_15rnk_74{color:#ff4d4f;font-size:.75rem;margin-top:6px;display:flex;align-items:center;gap:4px}._errorText_15rnk_74:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background-color:#ff4d4f;color:#fff;border-radius:50%;font-size:10px;font-weight:700}._currencyLabel_15rnk_100{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:8px}._currencyToggleContainer_15rnk_108{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:8px}._currencyToggle_15rnk_108{position:relative;display:flex;background-color:#f0f3ff;border-radius:999px;padding:4px;width:200px}._currencyOption_15rnk_124{flex:1;padding:10px 12px;font-size:.875rem;font-weight:500;color:#555;background:none;border:none;border-radius:999px;cursor:pointer;position:relative;z-index:2;transition:color .3s;text-align:center}._currencyOption_15rnk_124._active_15rnk_140{color:#fff}._activeIndicator_15rnk_144{position:absolute;top:4px;bottom:4px;width:calc(50% - 4px);background-color:#4f67ff;border-radius:999px;z-index:1;transition:transform .3s ease}._leftActive_15rnk_155 ._activeIndicator_15rnk_144{transform:translate(0);left:4px}._rightActive_15rnk_160 ._activeIndicator_15rnk_144{transform:translate(calc(100% + 4px));left:0}._conversionInfo_15rnk_165{color:#666;font-size:.75rem;margin-top:4px}._conversionInfo_15rnk_165 small{font-style:italic}._formActions_15rnk_178{display:flex;justify-content:flex-end;gap:12px;margin-top:32px}._cancelButton_15rnk_185{padding:12px 20px;font-size:.875rem;font-weight:500;color:#666;background-color:transparent;border:1px solid #ddd;border-radius:10px;cursor:pointer;transition:all .2s}._cancelButton_15rnk_185:hover{background-color:#f5f5f5;color:#333;border-color:#ccc}._submitButton_15rnk_203{padding:12px 24px;font-size:.875rem;font-weight:500;color:#fff;background-color:#4f67ff;border:none;border-radius:10px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:120px}._submitButton_15rnk_203:hover{background-color:#3b52db;transform:translateY(-1px);box-shadow:0 4px 6px #4f67ff33}._submitButton_15rnk_203:active{transform:translateY(0);box-shadow:none}._loadingSpinner_15rnk_233{display:flex;align-items:center;justify-content:center;gap:4px}._loadingDot_15rnk_240{width:6px;height:6px;background-color:#fff;border-radius:50%;animation:_bounce_15rnk_1 1.4s infinite ease-in-out both}._loadingDot_15rnk_240:nth-child(1){animation-delay:-.32s}._loadingDot_15rnk_240:nth-child(2){animation-delay:-.16s}@keyframes _bounce_15rnk_1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}input:disabled,textarea:disabled,._currencyOption_15rnk_124:disabled,._cancelButton_15rnk_185:disabled,._submitButton_15rnk_203:disabled{opacity:.7;cursor:not-allowed}._submitButton_15rnk_203:disabled{background-color:#8d99db}@media (max-width: 640px){._formActions_15rnk_178{flex-direction:column}._formActions_15rnk_178 button{width:100%}._cancelButton_15rnk_185{order:2}._submitButton_15rnk_203{order:1}._currencyToggleContainer_15rnk_108,._currencyToggle_15rnk_108{width:100%}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f9fafc inset!important;-webkit-text-fill-color:#333!important;transition:background-color 5000s ease-in-out 0s}input:-internal-autofill-selected{background-color:#f9fafc!important;color:#333!important}input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #fff inset!important}._form_nlapo_1{width:100%}._amountInputGroup_nlapo_5{display:flex;flex-direction:column;gap:16px}._characterCount_nlapo_11{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#888;font-size:.75rem}._currencyIndicator_nlapo_20{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#4f67ff;font-weight:600;pointer-events:none}._inputError_nlapo_30{border-color:#ff4d4f!important;background-color:#fff1f0!important}._progressContainer_1j7qb_1{width:100%;height:8px;background-color:#f0f3ff;border-radius:4px;overflow:hidden}._progressBar_1j7qb_9{height:100%;background:linear-gradient(90deg,#4f67ff,#6979ff);border-radius:4px;transition:width .5s ease-out,background .3s ease}._progressBar_1j7qb_9._completed_1j7qb_16{background:linear-gradient(90deg,#34c759,#28a745)}._goalCard_1sprb_1{background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}._goalCard_1sprb_1:after{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,#4f67ff08,#4f67ff00 70%);border-radius:50%;transform:translate(30%,-30%);pointer-events:none}._goalCard_1sprb_1:hover{transform:translateY(-3px);box-shadow:0 8px 18px #4f67ff1f}._goalHeader_1sprb_32{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._goalTitle_1sprb_39{font-size:1.25rem;font-weight:600;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;letter-spacing:-.01em}._progressPill_1sprb_51{background-color:#f0f0f0;color:#333;font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #0000000d}._progressPill_1sprb_51._completed_1sprb_64{background-color:#e6ffee;color:#1a8d4c;box-shadow:0 2px 4px #1a8d4c1a}._checkIcon_1sprb_70{margin-right:2px}._primaryAmount_1sprb_74{font-size:2.1rem;font-weight:700;color:#4f67ff;margin-bottom:.25rem;line-height:1.1}._secondaryAmount_1sprb_82{font-size:1rem;color:#888;margin-bottom:1.75rem}._progressSection_1sprb_88{margin-bottom:1.75rem;flex-grow:1}._progressHeader_1sprb_93{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem;align-items:center}._progressLabel_1sprb_101{color:#666;font-weight:500}._savedAmount_1sprb_106{color:#333;font-weight:500}._savedAmount_1sprb_106._completed_1sprb_64{color:#1a8d4c;font-weight:600}._progressFooter_1sprb_116{display:flex;justify-content:space-between;font-size:.875rem;margin-top:.5rem;color:#666}._contributionCount_1sprb_124{font-weight:400}._remainingAmount_1sprb_128{color:#777}._cardButtons_1sprb_133{display:flex;gap:8px}._addContributionButton_1sprb_138{flex:1;padding:.85rem 0;background-color:#fff;color:#4f67ff;border:1px solid #e0e7ff;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 5px #4f67ff14}._detailsButton_1sprb_156{flex:1;padding:.85rem 0;background-color:#fff;color:#4f67ff;border:1px solid #e0e7ff;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}._addContributionButton_1sprb_138:hover:not(:disabled),._detailsButton_1sprb_156:hover{background-color:#f5f8ff;border-color:#d0d7ff;transform:translateY(-2px);box-shadow:0 4px 8px #4f67ff1f}._addContributionButton_1sprb_138:active:not(:disabled),._detailsButton_1sprb_156:active{transform:translateY(0);box-shadow:0 2px 4px #4f67ff14}._addContributionButton_1sprb_138:disabled{background-color:#f0f9f0;color:#1a8d4c;border-color:#d0e9d0;cursor:default}._plusIcon_1sprb_194{font-size:1rem;font-weight:700}@media (max-width: 600px){._goalCard_1sprb_1{padding:1.25rem}._goalTitle_1sprb_39{font-size:1.15rem;max-width:180px}._primaryAmount_1sprb_74{font-size:1.9rem}._secondaryAmount_1sprb_82{font-size:.95rem;margin-bottom:1.5rem}._addContributionButton_1sprb_138,._detailsButton_1sprb_156{padding:.75rem 0;font-size:.85rem}}@media (max-width: 480px){._cardButtons_1sprb_133{flex-direction:column}}._container_13i5p_1{width:100%}._emptyState_13i5p_5{display:flex;justify-content:center;align-items:center;padding:4rem 1rem;background-color:#ffffffb3;border-radius:16px;border:2px dashed #ccd7f5;text-align:center}._emptyStateContent_13i5p_16{display:flex;flex-direction:column;align-items:center;max-width:400px}._emptyStateIcon_13i5p_23{margin-bottom:1.5rem;color:#4f67ff;animation:_pulse_13i5p_1 2s infinite ease-in-out}._emptyStateTitle_13i5p_29{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}._emptyStateText_13i5p_36{color:#6b7280;font-size:1rem;margin-bottom:2rem;line-height:1.5}._emptyStateButton_13i5p_43{display:flex;align-items:center;gap:.5rem;background-color:#4f67ff;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #4f67ff40}._emptyStateButton_13i5p_43:hover{background-color:#3b52db;transform:translateY(-2px);box-shadow:0 6px 8px #4f67ff4d}._emptyStateButton_13i5p_43:active{transform:translateY(0);box-shadow:0 2px 4px #4f67ff33}._plusIcon_13i5p_70{font-weight:700;font-size:1.25rem}._grid_13i5p_75{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;width:100%}@keyframes _pulse_13i5p_1{0%{opacity:.7;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.7;transform:scale(.98)}}@media (max-width: 768px){._grid_13i5p_75{grid-template-columns:1fr}._emptyState_13i5p_5{padding:3rem 1rem}}._goalsSection_1vr0d_1{width:100%}._goalsHeader_1vr0d_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;width:100%}._goalsTitle_1vr0d_13{font-size:1.5rem;font-weight:700;color:#000}._addGoalButton_1vr0d_19{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#4f67ff;color:#fff;border:none;border-radius:10px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 6px #4f67ff33}._addGoalButton_1vr0d_19:hover{background-color:#3b52db;transform:translateY(-2px);box-shadow:0 4px 8px #4f67ff4d}._addGoalButton_1vr0d_19:active{transform:translateY(0);box-shadow:0 2px 4px #4f67ff33}._addGoalButton_1vr0d_19._active_1vr0d_48{background-color:#3b52db;color:#fff}._plusIcon_1vr0d_53{font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){._goalsHeader_1vr0d_5{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1.25rem}._goalsTitle_1vr0d_13{font-size:1.3rem}._addGoalButton_1vr0d_19{padding:.6rem 1.2rem;font-size:.9rem;border-radius:8px}}@media (max-width: 480px){._goalsHeader_1vr0d_5{margin-bottom:1rem}._goalsTitle_1vr0d_13{font-size:1.2rem}._addGoalButton_1vr0d_19{padding:.7rem 1rem;font-size:.9rem;min-width:42px;height:42px;border-radius:8px;box-shadow:0 3px 8px #4f67ff40}._addGoalButton_1vr0d_19 span._buttonText_1vr0d_100{display:inline;margin-left:4px}._plusIcon_1vr0d_53{font-size:1.2rem}}._dashboardContainer_oz38n_1{background:linear-gradient(135deg,#4361ee,#3a56e4);border-radius:16px;padding:28px 32px;margin-bottom:28px;box-shadow:0 10px 25px #4361ee2e;color:#fff;position:relative;overflow:hidden}._dashboardHeader_oz38n_12{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;position:relative;z-index:2;flex-wrap:wrap;gap:12px}._overviewTitle_oz38n_23{display:flex;align-items:center;gap:12px}._overviewTitle_oz38n_23 h2{font-size:1.35rem;font-weight:600;margin:0}._chartIcon_oz38n_35{opacity:.9}._refreshButton_oz38n_39{display:flex;align-items:center;gap:8px;background-color:#ffffff26;border:none;color:#fff;border-radius:10px;padding:9px 18px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._refreshButton_oz38n_39:hover:not(:disabled){background-color:#ffffff40}._refreshButton_oz38n_39:disabled{opacity:.6;cursor:not-allowed}._refreshIcon_oz38n_64{opacity:.9}._spin_oz38n_68{animation:_spin_oz38n_68 1.5s linear infinite}@keyframes _spin_oz38n_68{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._summaryStats_oz38n_77{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:32px}._statItem_oz38n_84{flex:1}._statHeader_oz38n_88{display:flex;align-items:center;gap:10px;margin-bottom:14px}._statHeader_oz38n_88 h3{font-size:.875rem;font-weight:500;opacity:.85;margin:0}._statIcon_oz38n_102{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:8px;opacity:.9}._amountDisplay_oz38n_113{display:flex;flex-direction:column}._primaryAmount_oz38n_118{font-size:2.1rem;font-weight:700;margin:0;line-height:1.2}._secondaryAmount_oz38n_125{font-size:.95rem;opacity:.7;margin:4px 0 0}._progressDisplay_oz38n_131{display:flex;flex-direction:column}._progressPercentage_oz38n_136{font-size:2.1rem;font-weight:700;margin:0;line-height:1.2}._progressText_oz38n_143{font-size:.95rem;opacity:.7;margin:4px 0 0}._dashboardProgressBar_oz38n_149{height:8px;background-color:#fff3;margin-bottom:14px;border-radius:8px;overflow:hidden}._dashboardProgressBar_oz38n_149>div{background:linear-gradient(90deg,#fffc,#fff);border-radius:8px}._bottomSection_oz38n_162{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;opacity:.85;padding-top:4px;flex-wrap:wrap;gap:8px}@media (max-width: 1080px){._summaryStats_oz38n_77{gap:20px}._primaryAmount_oz38n_118,._progressPercentage_oz38n_136{font-size:1.9rem}}@media (max-width: 920px){._dashboardContainer_oz38n_1{padding:24px 28px}._summaryStats_oz38n_77{grid-template-columns:repeat(2,1fr);gap:24px}._statItem_oz38n_84:last-child{grid-column:span 2}}@media (max-width: 768px){._dashboardContainer_oz38n_1{padding:24px;border-radius:14px;margin-bottom:24px}._dashboardHeader_oz38n_12{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:28px}._overviewTitle_oz38n_23 h2{font-size:1.2rem}._refreshButton_oz38n_39{padding:8px 14px;font-size:.8rem}._summaryStats_oz38n_77{grid-template-columns:repeat(2,1fr);gap:20px}._statItem_oz38n_84{padding:0}._statHeader_oz38n_88{margin-bottom:10px}._primaryAmount_oz38n_118,._progressPercentage_oz38n_136{font-size:1.7rem}._secondaryAmount_oz38n_125,._progressText_oz38n_143{font-size:.85rem}}@media (max-width: 600px){._dashboardContainer_oz38n_1{padding:20px;border-radius:12px}._dashboardHeader_oz38n_12{margin-bottom:24px}._summaryStats_oz38n_77{grid-template-columns:1fr;gap:24px}._statItem_oz38n_84:last-child{grid-column:span 1;max-width:none;margin:0}._primaryAmount_oz38n_118,._progressPercentage_oz38n_136{font-size:1.5rem}._bottomSection_oz38n_162{margin:0;padding:10px 0 0;width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:12px}}@media (max-width: 400px){._dashboardContainer_oz38n_1{padding:18px}._dashboardHeader_oz38n_12{margin-bottom:20px;flex-direction:column;align-items:flex-start;gap:12px}._refreshButton_oz38n_39{align-self:flex-start;width:auto}._statIcon_oz38n_102{width:28px;height:28px}._bottomSection_oz38n_162{flex-direction:column;align-items:flex-start;gap:6px}._exchangeRate_oz38n_311,._lastUpdated_oz38n_311{white-space:normal;line-height:1.4}}@media (min-width: 401px) and (max-width: 600px){._bottomSection_oz38n_162{display:grid;grid-template-columns:1fr;gap:6px}._exchangeRate_oz38n_311,._lastUpdated_oz38n_311{white-space:nowrap}._dashboardHeader_oz38n_12{flex-direction:row;justify-content:space-between;align-items:center}}._form_3ap5p_1{width:100%}._goalNameContainer_3ap5p_6{margin-bottom:24px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #eaeefb;padding-bottom:16px}._goalNameTitle_3ap5p_15{font-size:1.3rem;font-weight:600;color:#333;margin:0}._goalCurrency_3ap5p_22{font-size:.875rem;color:#666;background-color:#f0f3ff;padding:3px 8px;border-radius:4px}._optionalLabel_3ap5p_30{font-weight:400;color:#888;font-size:.75rem}._currencyIndicator_3ap5p_36{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#4f67ff;font-weight:600;pointer-events:none}._characterCount_3ap5p_47{position:absolute;right:10px;bottom:10px;font-size:.75rem;color:#888;background-color:#fffc;padding:2px 6px;border-radius:10px}._noteTextarea_3ap5p_58{font-family:inherit;padding-bottom:30px!important}._inputError_3ap5p_63{border-color:#ff4d4f!important;background-color:#fff1f0!important}._inputWarning_3ap5p_68{border-color:#28a745!important;background-color:#f0fff4!important}._maxMessage_3ap5p_73{color:#28a745;font-size:.75rem;margin-top:6px;display:flex;align-items:center;gap:4px}._maxMessage_3ap5p_73:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background-color:#28a745;color:#fff;border-radius:50%;font-size:10px;font-weight:700}input[type=date]{position:relative;width:100%;padding:14px 16px;font-size:1rem;border:1px solid #ddd;border-radius:10px;color:#4561ff;background-color:#f9fafc;cursor:pointer;font-family:inherit;transition:all .2s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:0 1px 3px #00000008}input[type=date]:focus{outline:none;border-color:#4f67ff;box-shadow:0 0 0 3px #4f67ff1a;background-color:#fff}input[type=date]:hover:not(:disabled):not(:focus){border-color:#bbc5ff;background-color:#fafbff}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234F67FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3Ccircle cx='12' cy='15' r='2'%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.7;cursor:pointer;transition:all .2s ease;padding:0;margin:0;border:none}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;transform:translateY(-50%) scale(1.05)}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-clear-button{display:none}input[type=date]{box-shadow:inset 0 1px 2px #00000008}input[type=date]{letter-spacing:.01em;font-weight:500}input[type=date]:disabled{opacity:.7;cursor:not-allowed;background-color:#f5f5f5}input[type=date]._inputError_3ap5p_63{border-color:#ff4d4f!important;background-color:#fff1f0!important}input[type=date]:valid{color:#333}@media (max-width: 640px){input[type=date]{font-size:.95rem;padding:12px 14px}}._modalContent_1fbxm_2{padding:0 4px}._actionButtons_1fbxm_7{display:flex;gap:12px;margin-bottom:20px}._editButton_1fbxm_13,._removeButton_1fbxm_13{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;font-size:.875rem;border-radius:10px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}._editButton_1fbxm_13{background-color:#f0f3ff;color:#4f67ff;border:1px solid #e0e7ff;box-shadow:0 1px 3px #4f67ff14}._removeButton_1fbxm_13{background-color:#fff1f0;color:#ff4d4f;border:1px solid #ffccc7;box-shadow:0 1px 3px #ff4d4f14}._editButton_1fbxm_13:hover:not(:disabled){background-color:#e0e7ff;box-shadow:0 2px 5px #4f67ff1f}._removeButton_1fbxm_13:hover{background-color:#ffd6d3;box-shadow:0 2px 5px #ff4d4f1f}._editButton_1fbxm_13:disabled{opacity:.6;cursor:not-allowed}._createdText_1fbxm_58{font-size:.85rem;color:#888;margin-top:12px;text-align:center}._tabContainer_1fbxm_66{display:flex;margin-bottom:24px;border-radius:10px;background-color:#f9fafc;padding:4px;position:relative;border:1px solid #eaeefb}._tabButton_1fbxm_76{flex:1;background:none;border:none;padding:12px;font-size:.95rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;position:relative;outline:none;border-radius:8px;z-index:1}._tabButton_1fbxm_76:hover{color:#4f67ff}._activeTab_1fbxm_96{color:#4f67ff;background-color:#fff;box-shadow:0 2px 8px #4f67ff1a;font-weight:600}._countBadge_1fbxm_103{display:inline-flex;align-items:center;justify-content:center;background-color:#edf0ff;color:#4f67ff;border-radius:10px;padding:2px 6px;font-size:.7rem;font-weight:600;margin-left:6px}._overviewTab_1fbxm_117{display:flex;flex-direction:column;gap:24px}._statsGrid_1fbxm_123{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._statCard_1fbxm_129{background-color:#f9fafc;border-radius:10px;padding:18px;display:flex;flex-direction:column;gap:8px;border:1px solid #eaeefb;transition:all .2s ease}._statCard_1fbxm_129:hover{border-color:#d5dff7;box-shadow:0 4px 12px #4f67ff0f;transform:translateY(-1px)}._statLabel_1fbxm_146{font-size:.85rem;color:#666;font-weight:500}._statValue_1fbxm_152{font-size:1.3rem;font-weight:600;color:#333}._progressValue_1fbxm_158{color:#4f67ff}._completedStatus_1fbxm_162{color:#1a8d4c}._editAmountContainer_1fbxm_167{display:flex;flex-direction:column;gap:12px}._inputWrapper_1fbxm_173{position:relative}._inputWrapper_1fbxm_173 input{width:100%;padding:10px 40px 10px 14px;font-size:1.1rem;border:1px solid #ddd;border-radius:8px;background-color:#fff;color:#333;font-weight:600;transition:all .2s ease}._inputWrapper_1fbxm_173 input:focus{outline:none;border-color:#4f67ff;box-shadow:0 0 0 2px #4f67ff1a}._currencyIndicator_1fbxm_195{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#4f67ff;font-weight:600}._inputError_1fbxm_204{border-color:#ff4d4f!important;background-color:#fff1f0!important}._errorText_1fbxm_209{color:#ff4d4f;font-size:.8rem;margin:0}._editActions_1fbxm_215{display:flex;gap:8px}._saveButton_1fbxm_220,._cancelButton_1fbxm_220{flex:1;padding:8px 0;font-size:.85rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._saveButton_1fbxm_220{background-color:#4f67ff;color:#fff;border:none}._cancelButton_1fbxm_220{background-color:#fff;color:#666;border:1px solid #ddd}._saveButton_1fbxm_220:hover{background-color:#3b52db}._cancelButton_1fbxm_220:hover{background-color:#f5f5f5}._progressSection_1fbxm_251{margin:4px 0 16px}._detailedProgress_1fbxm_255{height:10px;border-radius:10px;overflow:hidden}._contributionsTab_1fbxm_262{max-height:450px;overflow-y:auto}._contributionsList_1fbxm_268{display:flex;flex-direction:column;gap:12px}._contributionItem_1fbxm_275{background-color:#f9fafc;border-radius:12px;padding:16px;border:1px solid #eaeefb;transition:all .2s ease}._contributionItem_1fbxm_275:hover{border-color:#d5dff7;box-shadow:0 4px 12px #4f67ff0f}._contributionHeader_1fbxm_289{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._contributionAmount_1fbxm_296{font-size:1.1rem;font-weight:600;color:#333}._contributionDate_1fbxm_302{font-size:.85rem;color:#666;display:flex;align-items:center;gap:6px}._contributionNote_1fbxm_311{margin-top:10px;padding-top:10px;border-top:1px solid #eee}._contributionNote_1fbxm_311 p{font-size:.9rem;margin:0;line-height:1.5;color:#555;word-break:break-word;overflow-wrap:break-word;max-width:100%}._noData_1fbxm_328{text-align:center;padding:40px 0;color:#666;display:flex;flex-direction:column;align-items:center;gap:12px}._noData_1fbxm_328 p{font-size:1rem;font-weight:500;color:#555;margin:0}._noData_1fbxm_328 span{font-size:.9rem;color:#777}._emptyIcon_1fbxm_350{color:#ccd0e1;margin-bottom:8px}@media (max-width: 640px){._statsGrid_1fbxm_123{grid-template-columns:1fr}._actionButtons_1fbxm_7{flex-direction:column-reverse}._contributionHeader_1fbxm_289{flex-direction:column;align-items:flex-start;gap:6px}._contributionItem_1fbxm_275{padding:14px}}._contributionItem_xmph8_2{background-color:#f9fafc;border-radius:12px;padding:16px;border:1px solid #eaeefb;transition:all .2s ease}._contributionItem_xmph8_2:hover{border-color:#d5dff7;box-shadow:0 4px 12px #4f67ff0f}._contributionHeader_xmph8_16{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._contributionAmount_xmph8_23{font-size:1.1rem;font-weight:600;color:#333}._contributionDate_xmph8_29{font-size:.85rem;color:#666;display:flex;align-items:center;gap:6px}._contributionNote_xmph8_38{margin-top:10px;padding-top:10px;border-top:1px solid #eee}._contributionNote_xmph8_38 p{font-size:.9rem;margin:0;line-height:1.5;color:#555;word-break:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width: 640px){._contributionHeader_xmph8_16{flex-direction:column;align-items:flex-start;gap:6px}._contributionItem_xmph8_2{padding:14px}}._attributionPill_wtwmn_1{position:fixed;bottom:32px;left:50%;transform:translate(-50%);background-color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:30px;padding:10px 20px 10px 10px;display:flex;align-items:center;gap:12px;box-shadow:0 6px 16px #0000001f;transition:all .3s ease;text-decoration:none;border:1px solid rgba(230,230,230,.8);z-index:100;min-width:200px}._attributionPill_wtwmn_1:hover{transform:translate(-50%) translateY(-3px);box-shadow:0 8px 20px #4f67ff26;background-color:#fffffff2}._profileImageContainer_wtwmn_27{width:38px;height:38px;min-width:38px;border-radius:50%;overflow:hidden;border:2px solid #4F67FF;flex-shrink:0}._profileImage_wtwmn_27{width:100%;height:100%;object-fit:cover;object-position:center}._fallbackIcon_wtwmn_44{background-color:#f5f5f5;padding:2px}._attributionText_wtwmn_49{color:#333;font-size:.95rem;font-weight:500;flex-grow:1;white-space:nowrap}._arrowIcon_wtwmn_57{color:#4f67ff;margin-left:4px;transition:transform .2s ease;flex-shrink:0;min-width:14px}._attributionPill_wtwmn_1:hover ._arrowIcon_wtwmn_57{transform:translate(2px,-2px)}@media (max-width: 768px){._attributionPill_wtwmn_1{bottom:24px;padding:8px 16px 8px 8px;min-width:180px}._profileImageContainer_wtwmn_27{width:32px;height:32px;min-width:32px}._attributionText_wtwmn_49{font-size:.85rem}}@media (max-width: 400px){._attributionPill_wtwmn_1{padding:8px 16px 8px 8px;min-width:170px}._profileImageContainer_wtwmn_27{width:30px;height:30px;min-width:30px}._attributionText_wtwmn_49{font-size:.8rem;margin:0 4px}._arrowIcon_wtwmn_57{margin-left:4px}}
