._toastContainer_17p6s_1{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}._toast_17p6s_1{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:.875rem 1.25rem;display:flex;align-items:center;gap:.75rem;min-width:280px;max-width:400px;pointer-events:auto;animation:_toastIn_17p6s_1 .3s ease-out}._toastExiting_17p6s_53{animation:_toastOut_17p6s_1 .25s ease-in forwards}._iconSuccess_17p6s_61{color:var(--green-600);flex-shrink:0}._iconError_17p6s_71{color:var(--red-500);flex-shrink:0}._iconInfo_17p6s_81{color:var(--blue-600);flex-shrink:0}._toastContent_17p6s_91{flex:1}._toastTitle_17p6s_99{font-weight:600;font-size:.875rem;color:var(--gray-900)}._toastMessage_17p6s_111{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}._closeBtn_17p6s_123{color:var(--gray-400);padding:.25rem;flex-shrink:0;transition:color .15s}._closeBtn_17p6s_123:hover{color:var(--gray-600)}@keyframes _toastIn_17p6s_1{0%{opacity:0;transform:translate(100%) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes _toastOut_17p6s_1{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%) scale(.95)}}._nav_nldqt_1{background:var(--white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:50}._navInner_nldqt_17{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}@media(min-width:640px){._navInner_nldqt_17{padding:0 1.5rem}}@media(min-width:1024px){._navInner_nldqt_17{padding:0 2rem}}._logo_nldqt_51{font-size:1.5rem;font-weight:700;color:var(--blue-600)}._links_nldqt_63{display:none;gap:2rem}@media(min-width:768px){._links_nldqt_63{display:flex}}._link_nldqt_63{color:var(--gray-500);font-size:.95rem;transition:color .15s}._link_nldqt_63:hover{color:var(--gray-900)}._linkActive_nldqt_101{color:var(--gray-900);font-weight:500}._actions_nldqt_111{display:none;align-items:center;gap:1rem}@media(min-width:768px){._actions_nldqt_111{display:flex}}._loginBtn_nldqt_131{color:var(--blue-600);font-weight:500;transition:color .15s}._loginBtn_nldqt_131:hover{color:var(--blue-800)}._registerBtn_nldqt_151{background:var(--blue-600);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-sm);font-weight:500;transition:background .15s}._registerBtn_nldqt_151:hover{background:var(--blue-700)}._userInfo_nldqt_179{display:flex;align-items:center;gap:.75rem;padding:.25rem;border-radius:var(--radius-md);transition:background .15s}._userInfo_nldqt_179:hover{background:var(--gray-50)}._userName_nldqt_205{color:var(--gray-600);font-weight:500;font-size:.95rem}._userAvatar_nldqt_217{height:2rem;width:2rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:.8rem}._avatarBlue_nldqt_241{background:var(--blue-600)}._avatarGreen_nldqt_249{background:var(--green-600)}._chevron_nldqt_257{color:var(--gray-400);transition:transform .2s}._mobileMenu_nldqt_267{display:flex;padding:.5rem;color:var(--gray-600)}@media(min-width:768px){._mobileMenu_nldqt_267{display:none}}._mobilePanel_nldqt_289{display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--gray-200);animation:_slideDown_nldqt_1 .2s ease-out}@keyframes _slideDown_nldqt_1{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){._mobilePanel_nldqt_289{display:none}}._mobileLink_nldqt_323{padding:.75rem 0;color:var(--gray-600);font-size:1rem;border-bottom:1px solid var(--gray-100);transition:color .15s;text-align:left;width:100%}._mobileLink_nldqt_323:hover{color:var(--gray-900)}._mobileCTA_nldqt_351{display:flex;gap:1rem;margin-top:1rem;align-items:center}._dropdownContent_nldqt_367{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:.375rem;min-width:180px;z-index:100;animation:_dropdownIn_nldqt_1 .15s ease-out}@keyframes _dropdownIn_nldqt_1{0%{opacity:0;transform:scale(.95) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}._dropdownItem_nldqt_399{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;color:var(--gray-700);cursor:pointer;outline:none;transition:background .1s}._dropdownItem_nldqt_399:hover,._dropdownItem_nldqt_399[data-highlighted]{background:var(--gray-50);color:var(--gray-900)}._dropdownItemDanger_nldqt_437{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;cursor:pointer;outline:none;transition:background .1s;color:var(--red-500)}._dropdownItemDanger_nldqt_437:hover,._dropdownItemDanger_nldqt_437[data-highlighted]{background:#fef2f2;color:var(--red-500)}._dropdownSeparator_nldqt_475{height:1px;background:var(--gray-200);margin:.25rem 0}._footer_v46pb_1{background:var(--gray-900);color:var(--gray-300);padding:3.5rem 0 0;margin-top:auto}._inner_v46pb_15{max-width:1280px;margin:0 auto;padding:0 1.5rem}._grid_v46pb_27{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem}@media(min-width:640px){._grid_v46pb_27{grid-template-columns:1fr 1fr}}@media(min-width:1024px){._grid_v46pb_27{grid-template-columns:2fr 1fr 1fr 1fr}}._brandCol_v46pb_59{display:flex;flex-direction:column;gap:.75rem}._logo_v46pb_71{font-size:1.5rem;font-weight:800;color:var(--white);display:inline-block}._brandDesc_v46pb_85{font-size:.875rem;line-height:1.7;color:var(--gray-400);max-width:320px}._socialLinks_v46pb_99{display:flex;gap:.75rem;margin-top:.5rem}._socialIcon_v46pb_111{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-full);background:var(--gray-800);color:var(--gray-400);transition:background .2s,color .2s,transform .2s}._socialIcon_v46pb_111:hover{background:var(--blue-600);color:var(--white);transform:translateY(-2px)}._linkCol_v46pb_149{display:flex;flex-direction:column;gap:.625rem}._colTitle_v46pb_161{font-size:.875rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}._footerLink_v46pb_179{font-size:.875rem;color:var(--gray-400);transition:color .15s;cursor:pointer}._footerLink_v46pb_179:hover{color:var(--white)}._bottom_v46pb_203{border-top:1px solid var(--gray-800);padding:1.5rem 0;text-align:center}._copyright_v46pb_215{font-size:.8125rem;color:var(--gray-500);display:flex;align-items:center;justify-content:center;gap:.25rem}._heartIcon_v46pb_233{color:var(--red-500);fill:var(--red-500);animation:_heartbeat_v46pb_1 1.5s ease-in-out infinite}@keyframes _heartbeat_v46pb_1{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}._badge_1gtg9_1{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;line-height:1}._blue_1gtg9_23{background:var(--blue-100);color:#1d4ed8}._purple_1gtg9_25{background:var(--purple-100);color:var(--purple-700)}._yellow_1gtg9_27{background:var(--yellow-100);color:var(--yellow-800)}._green_1gtg9_29{background:var(--green-100);color:var(--green-700)}._orange_1gtg9_31{background:var(--orange-100);color:#c2410c}._teal_1gtg9_33{background:var(--teal-100);color:var(--teal-700)}._pink_1gtg9_35{background:var(--pink-100);color:var(--pink-700)}._red_1gtg9_37{background:#fee2e2;color:#b91c1c}._card_p161e_1{background:var(--white);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:box-shadow .2s}._card_p161e_1:hover{box-shadow:var(--shadow-md)}._clickable_p161e_27{cursor:pointer}._cardInner_p161e_35{display:flex;justify-content:space-between;align-items:flex-start}._title_p161e_47{font-size:1.125rem;font-weight:700;color:var(--gray-900)}._subtitle_p161e_59{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}._tags_p161e_71{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}._priceSection_p161e_85{text-align:right;flex-shrink:0;margin-left:1rem}._price_p161e_85{color:var(--green-600);font-weight:700;font-size:1.125rem}._proposals_p161e_109{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}._appWrapper_pee80_3{opacity:0;transform:translateY(30px);transition:opacity .4s ease-out,transform .4s ease-out}._appWrapper_pee80_3._visible_pee80_15{opacity:1;transform:translateY(0)}._hero_pee80_25{background:var(--blue-50);padding:4rem 0}._heroInner_pee80_35{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){._heroInner_pee80_35{flex-direction:row;padding:0 1.5rem}}@media(min-width:1024px){._heroInner_pee80_35{padding:0 2rem}}._heroText_pee80_73{flex:1;animation:_heroFadeIn_pee80_1 .6s ease-out}@keyframes _heroFadeIn_pee80_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._heroBadge_pee80_93{font-size:.875rem;font-weight:600;color:var(--blue-600);background:var(--blue-100);padding:.25rem .75rem;border-radius:var(--radius-full);display:inline-block}._heroTitle_pee80_113{margin-top:1rem;font-size:2.25rem;font-weight:800;color:var(--gray-900);line-height:1.2}._heroDesc_pee80_129{margin-top:1rem;font-size:1.125rem;color:var(--gray-600)}._heroCTA_pee80_141{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}._ctaPrimary_pee80_155{background:var(--blue-600);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:500;transition:background .15s,transform .15s;display:inline-block}._ctaPrimary_pee80_155:hover{background:var(--blue-700);transform:translateY(-1px)}._ctaSecondary_pee80_185{background:var(--white);color:var(--blue-600);border:1px solid var(--blue-600);padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:500;transition:background .15s,transform .15s;display:inline-block}._ctaSecondary_pee80_185:hover{background:var(--blue-50);transform:translateY(-1px)}._heroVisual_pee80_217{flex:1;display:flex;justify-content:center;margin-top:2.5rem;animation:_heroCardFloat_pee80_1 .8s ease-out .2s both}@keyframes _heroCardFloat_pee80_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:768px){._heroVisual_pee80_217{margin-top:0}}._heroCardHeader_pee80_251{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gray-200);padding-bottom:1rem;margin-bottom:1rem}._heroCardAvatar_pee80_269{height:2.5rem;width:2.5rem;background:var(--blue-100);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--blue-600);font-weight:700;font-size:.65rem}._heroCardLine_pee80_295:last-child{width:50%;margin-bottom:0}._heroCard_pee80_251{background:var(--white);padding:1rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);width:100%;max-width:280px}@media(min-width:640px){._heroCard_pee80_251{padding:1.5rem;max-width:320px}}._heroCardBadge_pee80_341{color:var(--green-500);font-weight:600;background:var(--green-50);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.7rem}@media(min-width:640px){._heroCardBadge_pee80_341{font-size:.875rem;padding:.25rem .75rem}}._heroCardLine_pee80_295{height:.75rem;background:var(--gray-200);border-radius:var(--radius-sm);margin-bottom:.75rem}@media(min-width:640px){._heroCardLine_pee80_295{height:1rem;margin-bottom:1rem}}._statsSection_pee80_403{padding:3rem 0;background:var(--white);border-bottom:1px solid var(--gray-100)}._statsInner_pee80_415{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){._statsInner_pee80_415{grid-template-columns:repeat(4,1fr)}}._statItem_pee80_441{text-align:center;padding:1rem;animation:_statFadeIn_pee80_1 .5s ease-out both}._statItem_pee80_441:nth-child(1){animation-delay:.1s}._statItem_pee80_441:nth-child(2){animation-delay:.2s}._statItem_pee80_441:nth-child(3){animation-delay:.3s}._statItem_pee80_441:nth-child(4){animation-delay:.4s}@keyframes _statFadeIn_pee80_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._statIcon_pee80_473{width:3.5rem;height:3.5rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}._statIcon_blue_pee80_493{background:var(--blue-100);color:var(--blue-600)}._statIcon_green_pee80_495{background:var(--green-100);color:var(--green-600)}._statIcon_orange_pee80_497{background:var(--orange-100);color:var(--orange-500)}._statIcon_purple_pee80_499{background:var(--purple-100);color:var(--purple-700)}._statValue_pee80_503{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin-bottom:.25rem}._statLabel_pee80_517{font-size:.875rem;color:var(--gray-500);font-weight:500}._searchSection_pee80_531{padding:4rem 0}._searchInner_pee80_539{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){._searchInner_pee80_539{padding:0 1.5rem}}@media(min-width:1024px){._searchInner_pee80_539{padding:0 2rem}}._sectionTitle_pee80_565{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}._searchBar_pee80_577{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:768px){._searchBar_pee80_577{flex-direction:row}}._searchInput_pee80_599{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:1rem;outline:none;transition:border-color .15s,box-shadow .15s}._searchInput_pee80_599:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}@media(min-width:768px){._searchInput_pee80_599{width:66.666%}}._filterBtn_pee80_637{background:var(--blue-600);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s;width:100%}._filterBtn_pee80_637:hover{background:var(--blue-700)}@media(min-width:768px){._filterBtn_pee80_637{width:33.333%}}._filterChips_pee80_683{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}._chip_pee80_697{padding:.25rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;transition:all .15s}._chipInactive_pee80_713{background:var(--gray-200);color:var(--gray-700)}._chipInactive_pee80_713:hover{background:var(--gray-300)}._chipActive_pee80_731{background:var(--blue-600);color:var(--white)}._projectGrid_pee80_743{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){._projectGrid_pee80_743{grid-template-columns:1fr 1fr}}._emptyState_pee80_763{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--gray-500);font-size:1rem}._dialogOverlay_pee80_781{background:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;animation:_fadeIn_pee80_1 .15s ease-out}@keyframes _fadeIn_pee80_1{0%{opacity:0}to{opacity:1}}._dialogContent_pee80_807{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:520px;max-height:85vh;overflow-y:auto;padding:2rem;z-index:101;animation:_dialogIn_pee80_1 .2s ease-out}@keyframes _dialogIn_pee80_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._dialogTitle_pee80_851{font-size:1.25rem;font-weight:700;color:var(--gray-900)}._dialogMeta_pee80_863{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}._dialogTags_pee80_875{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}._dialogDesc_pee80_889{margin-top:1rem;font-size:.9375rem;color:var(--gray-600);line-height:1.6}._dialogPriceRow_pee80_903{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--gray-200)}._dialogPrice_pee80_903{color:var(--green-600);font-weight:700;font-size:1.25rem}._dialogProposals_pee80_933{font-size:.875rem;color:var(--gray-500)}._dialogActions_pee80_943{display:flex;gap:.75rem;margin-top:1.5rem}._proposalBtn_pee80_955{flex:1;background:var(--blue-600);color:var(--white);padding:.75rem 0;border-radius:var(--radius-sm);font-weight:600;font-size:.9375rem;transition:background .15s}._proposalBtn_pee80_955:hover{background:var(--blue-700)}._dialogCloseBtn_pee80_985{flex:.5;background:var(--gray-100);color:var(--gray-700);padding:.75rem 0;border-radius:var(--radius-sm);font-weight:500;font-size:.9375rem;transition:background .15s}._dialogCloseBtn_pee80_985:hover{background:var(--gray-200)}._caraKerja_pee80_1017{padding:4rem 0;background:var(--white)}._caraKerjaInner_pee80_1027{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}@media(min-width:640px){._caraKerjaInner_pee80_1027{padding:0 1.5rem}}@media(min-width:1024px){._caraKerjaInner_pee80_1027{padding:0 2rem}}._caraKerjaTitle_pee80_1055{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}._caraKerjaSubtitle_pee80_1067{font-size:1rem;color:var(--gray-500);margin-bottom:2.5rem}._steps_pee80_1079{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){._steps_pee80_1079{grid-template-columns:repeat(3,1fr)}}._step_pee80_1079{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-radius:var(--radius-xl);transition:transform .2s,box-shadow .2s}._step_pee80_1079:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}._stepIcon_pee80_1127{height:4rem;width:4rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:var(--white)}._stepIconBlue_pee80_1153{background:var(--blue-600)}._stepIconGreen_pee80_1155{background:var(--green-600)}._stepIconOrange_pee80_1157{background:var(--orange-500)}._stepTitle_pee80_1161{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}._stepDesc_pee80_1175{font-size:.9375rem;color:var(--gray-500);max-width:280px}._testimoniSection_pee80_1189{padding:4rem 0;background:var(--gray-50)}._testimoniInner_pee80_1199{max-width:1280px;margin:0 auto;padding:0 1.5rem;text-align:center}._testimoniTitle_pee80_1213{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}._testimoniSubtitle_pee80_1227{font-size:1rem;color:var(--gray-500);margin-bottom:2.5rem}._testimoniGrid_pee80_1239{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){._testimoniGrid_pee80_1239{grid-template-columns:repeat(3,1fr)}}._testimoniCard_pee80_1259{background:var(--white);border-radius:var(--radius-xl);padding:2rem 1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);text-align:left;position:relative;transition:transform .2s,box-shadow .2s}._testimoniCard_pee80_1259:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}._testimoniQuote_pee80_1291{color:var(--blue-200);margin-bottom:.75rem}._testimoniText_pee80_1301{font-size:.9375rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem}._testimoniStars_pee80_1315{display:flex;gap:.125rem;margin-bottom:1rem}._starFilled_pee80_1327{color:var(--yellow-400);font-size:1rem}._starEmpty_pee80_1337{color:var(--gray-300);font-size:1rem}._testimoniAuthor_pee80_1347{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--gray-100)}._testimoniAvatar_pee80_1363{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--blue-500),var(--purple-700));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}._testimoniName_pee80_1389{font-weight:700;font-size:.875rem;color:var(--gray-900)}._testimoniRole_pee80_1401{font-size:.75rem;color:var(--gray-500)}._ctaBanner_pee80_1413{padding:4rem 0;background:linear-gradient(135deg,var(--blue-600) 0%,#4F46E5 100%);color:var(--white)}._ctaBannerInner_pee80_1425{max-width:800px;margin:0 auto;padding:0 1.5rem;text-align:center}._ctaBannerTitle_pee80_1439{font-size:2rem;font-weight:800;margin-bottom:.75rem}._ctaBannerDesc_pee80_1451{font-size:1.125rem;opacity:.9;margin-bottom:2rem}._ctaBannerActions_pee80_1463{display:flex;justify-content:center}._ctaBannerBtn_pee80_1473{background:var(--white);color:var(--blue-600);padding:.875rem 2rem;border-radius:var(--radius-md);font-weight:700;font-size:1rem;transition:transform .15s,box-shadow .15s;display:inline-block}._ctaBannerBtn_pee80_1473:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}._page_19ubo_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue-50) 0%,#EDE9FE 50%,var(--blue-50) 100%);padding:2rem 1rem;position:relative;overflow:hidden}._container_19ubo_23{position:relative;z-index:1;width:100%;max-width:440px}._card_19ubo_37{background:var(--white);border-radius:var(--radius-xl);box-shadow:0 20px 60px #00000014,0 4px 16px #0000000a;padding:2.5rem 2rem;animation:_cardIn_19ubo_1 .5s ease-out}@keyframes _cardIn_19ubo_1{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._header_19ubo_63{text-align:center;margin-bottom:2rem}._logo_19ubo_73{font-size:1.75rem;font-weight:800;color:var(--blue-600);display:inline-block;margin-bottom:1rem}._title_19ubo_89{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}._subtitle_19ubo_103{color:var(--gray-500);font-size:.9375rem}._errorBox_19ubo_115{background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius-md);color:#b91c1c;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1.5rem;animation:_shake_19ubo_1 .4s ease-out}@keyframes _shake_19ubo_1{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}._form_19ubo_155{display:flex;flex-direction:column;gap:1.25rem}._fieldGroup_19ubo_167{display:flex;flex-direction:column;gap:.375rem}._label_19ubo_179{font-size:.875rem;font-weight:600;color:var(--gray-700)}._inputWrap_19ubo_191{position:relative;display:flex;align-items:center}._inputIcon_19ubo_203{position:absolute;left:.875rem;color:var(--gray-400);pointer-events:none}._input_19ubo_191{width:100%;padding:.75rem .875rem .75rem 2.75rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.9375rem;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;background:var(--white)}._input_19ubo_191:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._input_19ubo_191::placeholder{color:var(--gray-400)}._eyeBtn_19ubo_259{position:absolute;right:.75rem;color:var(--gray-400);padding:.25rem;display:flex;transition:color .15s}._eyeBtn_19ubo_259:hover{color:var(--gray-600)}._submitBtn_19ubo_287{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:linear-gradient(135deg,var(--blue-600) 0%,#4F46E5 100%);color:var(--white);font-weight:700;font-size:1rem;border-radius:var(--radius-md);transition:opacity .2s,transform .15s;margin-top:.5rem}._submitBtn_19ubo_287:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_19ubo_287:active:not(:disabled){transform:translateY(0)}._submitBtn_19ubo_287:disabled{opacity:.7;cursor:not-allowed}._spinner_19ubo_347{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:_spin_19ubo_347 .6s linear infinite}@keyframes _spin_19ubo_347{to{transform:rotate(360deg)}}._footerText_19ubo_375{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--gray-500)}._footerLink_19ubo_389{color:var(--blue-600);font-weight:600;transition:color .15s}._footerLink_19ubo_389:hover{color:var(--blue-800);text-decoration:underline}._decorBg_19ubo_413{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}._decorCircle1_19ubo_429{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px;animation:_float_19ubo_1 8s ease-in-out infinite}._decorCircle2_19ubo_451{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,transparent 70%);border-radius:50%;bottom:-50px;left:-80px;animation:_float_19ubo_1 10s ease-in-out infinite reverse}._decorCircle3_19ubo_473{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(34,197,94,.08) 0%,transparent 70%);border-radius:50%;top:40%;left:50%;animation:_float_19ubo_1 6s ease-in-out infinite 2s}@keyframes _float_19ubo_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}._page_6egnd_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--green-50) 0%,var(--blue-50) 50%,#EDE9FE 100%);padding:2rem 1rem;position:relative;overflow:hidden}._container_6egnd_23{position:relative;z-index:1;width:100%;max-width:480px}._card_6egnd_37{background:var(--white);border-radius:var(--radius-xl);box-shadow:0 20px 60px #00000014,0 4px 16px #0000000a;padding:2.5rem 2rem;animation:_cardIn_6egnd_1 .5s ease-out}@keyframes _cardIn_6egnd_1{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._header_6egnd_63{text-align:center;margin-bottom:1.5rem}._logo_6egnd_73{font-size:1.75rem;font-weight:800;color:var(--blue-600);display:inline-block;margin-bottom:.75rem}._title_6egnd_89{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.375rem}._subtitle_6egnd_103{color:var(--gray-500);font-size:.9375rem}._errorBox_6egnd_115{background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius-md);color:#b91c1c;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem;animation:_shake_6egnd_1 .4s ease-out}@keyframes _shake_6egnd_1{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}._form_6egnd_155{display:flex;flex-direction:column;gap:1rem}._fieldGroup_6egnd_167{display:flex;flex-direction:column;gap:.375rem}._label_6egnd_179{font-size:.875rem;font-weight:600;color:var(--gray-700)}._roleSelector_6egnd_193{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.25rem}._roleBtn_6egnd_207{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem .75rem;border:2px solid var(--gray-200);border-radius:var(--radius-lg);transition:all .2s;background:var(--white)}._roleBtn_6egnd_207:hover{border-color:var(--gray-300);background:var(--gray-50)}._roleBtnActive_6egnd_241,._roleBtnActive_6egnd_241:hover{border-color:var(--blue-500);background:var(--blue-50)}._roleBtnActiveGreen_6egnd_261,._roleBtnActiveGreen_6egnd_261:hover{border-color:var(--green-500);background:var(--green-50)}._roleIcon_6egnd_281{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:var(--gray-100);color:var(--gray-500);display:flex;align-items:center;justify-content:center;transition:all .2s}._roleIconActiveBlue_6egnd_305{background:var(--blue-100);color:var(--blue-600)}._roleIconActiveGreen_6egnd_315{background:var(--green-100);color:var(--green-600)}._roleLabel_6egnd_325{font-weight:700;font-size:.875rem;color:var(--gray-800)}._roleDesc_6egnd_337{font-size:.75rem;color:var(--gray-500)}._inputWrap_6egnd_349{position:relative;display:flex;align-items:center}._inputIcon_6egnd_361{position:absolute;left:.875rem;color:var(--gray-400);pointer-events:none}._input_6egnd_349{width:100%;padding:.75rem .875rem .75rem 2.75rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.9375rem;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;background:var(--white)}._input_6egnd_349:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._input_6egnd_349::placeholder{color:var(--gray-400)}._eyeBtn_6egnd_417{position:absolute;right:.75rem;color:var(--gray-400);padding:.25rem;display:flex;transition:color .15s}._eyeBtn_6egnd_417:hover{color:var(--gray-600)}._submitBtn_6egnd_445{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:linear-gradient(135deg,var(--blue-600) 0%,#4F46E5 100%);color:var(--white);font-weight:700;font-size:1rem;border-radius:var(--radius-md);transition:opacity .2s,transform .15s;margin-top:.25rem}._submitBtn_6egnd_445:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}._submitBtn_6egnd_445:active:not(:disabled){transform:translateY(0)}._submitBtn_6egnd_445:disabled{opacity:.7;cursor:not-allowed}._spinner_6egnd_505{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:_spin_6egnd_505 .6s linear infinite}@keyframes _spin_6egnd_505{to{transform:rotate(360deg)}}._footerText_6egnd_533{text-align:center;margin-top:1.25rem;font-size:.875rem;color:var(--gray-500)}._footerLink_6egnd_547{color:var(--blue-600);font-weight:600;transition:color .15s}._footerLink_6egnd_547:hover{color:var(--blue-800);text-decoration:underline}._decorBg_6egnd_571{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}._decorCircle1_6egnd_587{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.1) 0%,transparent 70%);border-radius:50%;top:-120px;left:-100px;animation:_float_6egnd_1 9s ease-in-out infinite}._decorCircle2_6egnd_609{position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%;bottom:-80px;right:-80px;animation:_float_6egnd_1 7s ease-in-out infinite reverse}._decorCircle3_6egnd_631{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(124,58,237,.08) 0%,transparent 70%);border-radius:50%;top:50%;right:20%;animation:_float_6egnd_1 5s ease-in-out infinite 1s}@keyframes _float_6egnd_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}._track_1esep_1{width:100%;height:.5rem;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}._indicator_1esep_17{height:100%;border-radius:var(--radius-full);transition:width .5s cubic-bezier(.4,0,.2,1)}._trackSmall_1esep_29{height:.375rem}._blue_1esep_37{background:var(--blue-600)}._orange_1esep_39{background:var(--orange-500)}._green_1esep_41{background:var(--green-600)}._layout_1hj7g_1{max-width:1280px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){._layout_1hj7g_1{padding:2rem 1.5rem}}@media(min-width:1024px){._layout_1hj7g_1{flex-direction:row;padding:2rem}}._sidebar_1hj7g_41{width:100%;background:var(--blue-700);color:var(--white);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-lg);align-self:flex-start}@media(min-width:1024px){._sidebar_1hj7g_41{width:25%}}._profileCenter_1hj7g_69{text-align:center;margin-bottom:1.5rem}._profileAvatar_1hj7g_79{height:5rem;width:5rem;background:var(--white);border-radius:var(--radius-full);margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;color:var(--blue-700);font-size:1.5rem;font-weight:700;box-shadow:inset 0 2px 4px #0000001a}._profileName_1hj7g_109{font-size:1.25rem;font-weight:700}._profileLevel_1hj7g_119{color:#93c5fd;font-size:.875rem}._profileRating_1hj7g_129{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;color:var(--yellow-400)}._profileRatingCount_1hj7g_149{color:#93c5fd;margin-left:.25rem}._sidebarNav_1hj7g_159{display:flex;flex-direction:column;gap:.5rem}._navItem_1hj7g_171{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:var(--radius-lg);font-weight:500;color:var(--white);transition:background .15s}._navItem_1hj7g_171:hover{background:var(--blue-600)}._navItemActive_1hj7g_201{background:var(--blue-800);border-left:4px solid var(--white)}._navBadge_1hj7g_211{background:var(--blue-500);padding:.125rem .5rem;border-radius:var(--radius-full);font-size:.75rem}._navBadgeRed_1hj7g_225{background:var(--red-500);padding:.125rem .5rem;border-radius:var(--radius-full);font-size:.75rem}._main_1hj7g_241{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){._main_1hj7g_241{width:50%}}._statsGrid_1hj7g_263{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._statCard_1hj7g_275{background:var(--white);padding:1rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);text-align:center}._statValue_1hj7g_293{font-size:1.875rem;font-weight:700}._statValueBlue_1hj7g_303{color:var(--blue-600)}._statValueOrange_1hj7g_305{color:var(--orange-500)}._statValueGreen_1hj7g_307{color:var(--green-600);font-size:1.5rem}._statLabel_1hj7g_317{font-size:.75rem;color:var(--gray-500);margin-top:.25rem;text-transform:uppercase;font-weight:600}._card_1hj7g_335{background:var(--white);padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}._cardHeader_1hj7g_351{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._cardTitle_1hj7g_365{font-size:1.125rem;font-weight:700}._cardLink_1hj7g_375{color:var(--blue-600);font-size:.875rem;font-weight:500}._cardLink_1hj7g_375:hover{text-decoration:underline}._projectItem_1hj7g_395{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-200)}._projectItem_1hj7g_395:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}._projectRow_1hj7g_419{display:flex;justify-content:space-between;align-items:flex-start}._projectTitle_1hj7g_431{font-weight:700;color:var(--gray-900)}._projectClient_1hj7g_441{font-size:.875rem;color:var(--gray-500)}._projectPrice_1hj7g_451{color:var(--green-600);font-weight:700}._projectDeadline_1hj7g_461{font-size:.75rem;font-weight:500;margin-top:.25rem}._deadlineUrgent_1hj7g_473{color:var(--red-500)}._deadlineNormal_1hj7g_475{color:var(--gray-500)}._progressWrap_1hj7g_479{margin-top:.75rem}._chartTitle_1hj7g_489{font-size:.875rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;margin-bottom:.75rem}._rightSidebar_1hj7g_507{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){._rightSidebar_1hj7g_507{width:25%}}._aiCard_1hj7g_529{background:var(--green-50);padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--green-200);position:relative;overflow:hidden}._aiMatchBadge_1hj7g_549{position:absolute;top:0;right:0;background:var(--green-500);color:var(--white);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:0 0 0 var(--radius-lg)}._aiLabel_1hj7g_573{display:flex;align-items:center;gap:.25rem;color:var(--green-700);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}._aiTitle_1hj7g_595{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-top:.75rem}._aiClient_1hj7g_609{font-size:.875rem;color:var(--gray-600);margin-bottom:.75rem}._aiTags_1hj7g_621{display:flex;gap:.5rem;margin-bottom:1rem}._aiPrice_1hj7g_633{color:var(--green-600);font-weight:700;font-size:1.25rem;margin-bottom:1rem}._aiReasons_1hj7g_647{background:var(--white);padding:.75rem;border-radius:var(--radius-lg);border:1px solid var(--green-100);font-size:.875rem;color:var(--gray-700)}._aiReasonsLabel_1hj7g_665{font-weight:600;font-size:.75rem;color:var(--gray-500);text-transform:uppercase;margin-bottom:.5rem}._aiReasonItem_1hj7g_681{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._aiReasonCheck_1hj7g_695{color:var(--green-500)}._takeProjectBtn_1hj7g_703{width:100%;margin-top:1rem;background:var(--green-600);color:var(--white);font-weight:700;padding:.5rem 0;border-radius:var(--radius-lg);transition:background .15s}._takeProjectBtn_1hj7g_703:hover{background:var(--green-700)}._portfolioGrid_1hj7g_735{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){._portfolioGrid_1hj7g_735{grid-template-columns:repeat(3,1fr)}}._portfolioItem_1hj7g_755{border-radius:var(--radius-lg);padding:1.5rem 1rem;text-align:center;color:var(--white);cursor:pointer;transition:transform .2s,box-shadow .2s}._portfolioItem_1hj7g_755:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}._portfolioItemTitle_1hj7g_783{font-weight:700;font-size:.875rem;margin-top:.5rem}._portfolioItemCat_1hj7g_795{font-size:.75rem;opacity:.8;margin-top:.25rem}._messageList_1hj7g_809{display:flex;flex-direction:column;gap:0}._messageItem_1hj7g_821{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100);transition:background .15s;cursor:pointer;border-radius:var(--radius-sm)}._messageItem_1hj7g_821:hover{background:var(--gray-50)}._messageItem_1hj7g_821:last-child{border-bottom:none}._msgAvatar_1hj7g_859{height:2.25rem;width:2.25rem;border-radius:var(--radius-full);background:var(--blue-100);color:var(--blue-700);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}._msgContent_1hj7g_887{flex:1;min-width:0}._msgHeader_1hj7g_897{display:flex;justify-content:space-between;align-items:center;margin-bottom:.125rem}._msgSender_1hj7g_911{font-weight:600;font-size:.875rem;color:var(--gray-900)}._msgTime_1hj7g_923{font-size:.75rem;color:var(--gray-400);flex-shrink:0}._msgText_1hj7g_935{font-size:.8125rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._unreadDot_1hj7g_951{height:.5rem;width:.5rem;background:var(--blue-600);border-radius:var(--radius-full);flex-shrink:0;margin-top:.5rem}._dialogOverlay_1hj7g_971{background:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;animation:_fadeIn_1hj7g_1 .15s ease-out}@keyframes _fadeIn_1hj7g_1{0%{opacity:0}to{opacity:1}}._dialogContent_1hj7g_997{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:420px;padding:2rem;z-index:101;animation:_dialogIn_1hj7g_1 .2s ease-out}@keyframes _dialogIn_1hj7g_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._dialogTitle_1hj7g_1037{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}._dialogDesc_1hj7g_1051{font-size:.9375rem;color:var(--gray-600);line-height:1.5}._dialogHighlight_1hj7g_1063{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius-lg);padding:1rem;margin-top:1rem}._dialogHighlightTitle_1hj7g_1079{font-weight:700;color:var(--gray-900)}._dialogHighlightPrice_1hj7g_1089{color:var(--green-600);font-weight:700;font-size:1.125rem;margin-top:.25rem}._dialogActions_1hj7g_1103{display:flex;gap:.75rem;margin-top:1.5rem}._dialogConfirmBtn_1hj7g_1115{flex:1;background:var(--green-600);color:var(--white);padding:.75rem 0;border-radius:var(--radius-sm);font-weight:600;transition:background .15s}._dialogConfirmBtn_1hj7g_1115:hover{background:var(--green-700)}._dialogCancelBtn_1hj7g_1143{flex:.5;background:var(--gray-100);color:var(--gray-700);padding:.75rem 0;border-radius:var(--radius-sm);font-weight:500;transition:background .15s}._dialogCancelBtn_1hj7g_1143:hover{background:var(--gray-200)}._container_1ujx7_1{display:flex;gap:.25rem}._star_1ujx7_11{color:var(--gray-300);transition:color .15s,transform .15s;padding:.125rem}._star_1ujx7_11:hover{transform:scale(1.2)}._starFilled_1ujx7_31{color:var(--yellow-400)}._starHovered_1ujx7_39{color:#fcd34d}._headerCard_125ye_1{background:var(--green-700);color:var(--white);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-lg);display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}._headerCircle_125ye_27{position:absolute;right:-2.5rem;top:-2.5rem;width:10rem;height:10rem;background:var(--green-600);border-radius:var(--radius-full);opacity:.5}._headerLeft_125ye_49{display:flex;align-items:center;gap:1rem;z-index:1}._headerAvatar_125ye_63{height:4rem;width:4rem;background:var(--white);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--green-700);font-size:1.25rem;font-weight:800;box-shadow:var(--shadow-md)}._headerName_125ye_91{font-size:1.5rem;font-weight:700}._headerSubtext_125ye_101{color:#bbf7d0;font-size:.875rem}._headerRight_125ye_111{text-align:right;z-index:1}._escrowLabel_125ye_121{color:#bbf7d0;font-size:.875rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}._escrowAmount_125ye_139{font-size:1.875rem;font-weight:700}._container_125ye_151{max-width:56rem;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){._container_125ye_151{padding:2rem 1.5rem}}@media(min-width:1024px){._container_125ye_151{padding:2rem}}._quickActions_125ye_185{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._actionBtn_125ye_197{background:var(--white);padding:1rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:box-shadow .2s,border-color .2s;position:relative}._actionBtn_125ye_197:hover{box-shadow:var(--shadow-md);border-color:var(--blue-200)}._actionIcon_125ye_235{height:3rem;width:3rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:background .15s}._iconBlue_125ye_257{background:var(--blue-50);color:var(--blue-600)}._iconGray_125ye_259{background:var(--gray-50);color:var(--gray-600)}._iconGreen_125ye_261{background:var(--green-50);color:var(--green-600)}._iconOrange_125ye_263{background:var(--orange-50);color:var(--orange-500)}._actionBtn_125ye_197:hover ._iconBlue_125ye_257{background:var(--blue-100)}._actionBtn_125ye_197:hover ._iconGray_125ye_259{background:var(--gray-100)}._actionBtn_125ye_197:hover ._iconGreen_125ye_261{background:var(--green-100)}._actionBtn_125ye_197:hover ._iconOrange_125ye_263{background:var(--orange-100)}._actionLabel_125ye_277{font-weight:600;font-size:.875rem;color:var(--gray-700)}._notifDot_125ye_289{position:absolute;top:.5rem;right:1.5rem;height:.75rem;width:.75rem;background:var(--red-500);border-radius:var(--radius-full);border:2px solid var(--white)}._twoCol_125ye_313{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){._twoCol_125ye_313{grid-template-columns:1fr 1fr}}._card_125ye_335{background:var(--white);padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}._cardHeader_125ye_351{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._cardTitle_125ye_365{font-size:1.125rem;font-weight:700}._cardLink_125ye_375{color:var(--blue-600);font-size:.875rem;font-weight:500}._cardLink_125ye_375:hover{text-decoration:underline}._projItem_125ye_397{padding-bottom:1rem;border-bottom:1px solid var(--gray-200);margin-bottom:1rem}._projItem_125ye_397:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}._projRow_125ye_421{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}._projTitle_125ye_435{font-weight:700;color:var(--gray-900)}._projSub_125ye_445{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}._projPrice_125ye_457{color:var(--gray-900);font-weight:700}._statusBadge_125ye_467{display:inline-block;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;margin-top:.25rem}._statusActive_125ye_485{background:var(--blue-100);color:#1d4ed8}._statusDone_125ye_495{background:var(--green-100);color:var(--green-700)}._progressInfo_125ye_505{display:flex;justify-content:space-between;font-size:.75rem;color:var(--gray-500);margin-bottom:.25rem}._deadlineText_125ye_521{font-size:.75rem;color:var(--gray-400);margin-top:.5rem}._reviewBtn_125ye_533{width:100%;margin-top:.5rem;background:var(--blue-600);color:var(--white);font-weight:500;padding:.5rem 0;border-radius:var(--radius-sm);transition:background .15s;font-size:.875rem}._reviewBtn_125ye_533:hover{background:var(--blue-700)}._txItem_125ye_567{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:var(--radius-lg);transition:background .15s,border-color .15s;border:1px solid transparent}._txItem_125ye_567:hover{background:var(--gray-50);border-color:var(--gray-100)}._txLeft_125ye_597{display:flex;align-items:center;gap:.75rem}._txAvatar_125ye_609{height:2.5rem;width:2.5rem;background:var(--gray-200);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--gray-600);font-weight:700}._txTitle_125ye_633{font-weight:600;font-size:.875rem}._txFreelancer_125ye_643{font-size:.75rem;color:var(--gray-500)}._txAmount_125ye_653{font-weight:700;font-size:.875rem}._txStatus_125ye_663{font-size:.75rem;font-weight:500}._txStatusDone_125ye_673{color:var(--green-600)}._txStatusActive_125ye_681{color:var(--blue-600)}._allHistory_125ye_689{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200);text-align:center}._allHistoryLink_125ye_703{color:var(--blue-600);font-size:.875rem;font-weight:500}._allHistoryLink_125ye_703:hover{text-decoration:underline}._chartLabel_125ye_725{font-size:.875rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;margin-bottom:.75rem}._dialogOverlay_125ye_743{background:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;animation:_fadeIn_125ye_1 .15s ease-out}@keyframes _fadeIn_125ye_1{0%{opacity:0}to{opacity:1}}._dialogContent_125ye_769{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:480px;max-height:85vh;overflow-y:auto;padding:2rem;z-index:101;animation:_dialogIn_125ye_1 .2s ease-out}@keyframes _dialogIn_125ye_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._dialogTitle_125ye_813{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}._dialogDesc_125ye_827{font-size:.9375rem;color:var(--gray-600);margin-bottom:1rem}._formGroup_125ye_841{margin-bottom:1rem}._formLabel_125ye_849{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.375rem}._formInput_125ye_865{width:100%;padding:.625rem .75rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.9375rem;outline:none;transition:border-color .15s,box-shadow .15s}._formInput_125ye_865:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._formTextarea_125ye_895{width:100%;padding:.625rem .75rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.9375rem;outline:none;resize:vertical;min-height:4rem;font-family:inherit;transition:border-color .15s,box-shadow .15s}._formTextarea_125ye_895:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._formSelect_125ye_931{width:100%;padding:.625rem .75rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.9375rem;outline:none;background:var(--white);font-family:inherit;transition:border-color .15s,box-shadow .15s}._formSelect_125ye_931:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._dialogActions_125ye_965{display:flex;gap:.75rem;margin-top:1.5rem}._submitBtn_125ye_977{flex:1;background:var(--green-600);color:var(--white);padding:.75rem 0;border-radius:var(--radius-sm);font-weight:600;transition:background .15s}._submitBtn_125ye_977:hover{background:var(--green-700)}._cancelBtn_125ye_1005{flex:.5;background:var(--gray-100);color:var(--gray-700);padding:.75rem 0;border-radius:var(--radius-sm);font-weight:500;transition:background .15s}._cancelBtn_125ye_1005:hover{background:var(--gray-200)}._starRatingWrap_125ye_1035{margin:.5rem 0}._reviewProjInfo_125ye_1043{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:.75rem 1rem;margin-bottom:1rem}._reviewProjTitle_125ye_1059{font-weight:700;color:var(--gray-900);font-size:.9375rem}._reviewProjFreelancer_125ye_1071{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}._container_joifq_3{max-width:1280px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 280px)}@media(min-width:640px){._container_joifq_3{padding:2rem 1.5rem}}@media(min-width:1024px){._container_joifq_3{padding:2.5rem 2rem}}._hero_joifq_43{text-align:center;margin-bottom:3rem}._title_joifq_53{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:.5rem}._subtitle_joifq_67{font-size:1.125rem;color:var(--gray-500);margin-bottom:2rem}._searchBar_joifq_81{display:flex;flex-direction:column;gap:.75rem;max-width:600px;margin:0 auto;position:relative}@media(min-width:640px){._searchBar_joifq_81{flex-direction:row}}._searchIcon_joifq_111{display:none}@media(min-width:640px){._searchIcon_joifq_111{display:block;position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none}}._searchInput_joifq_143{flex:1;padding:.875rem 1rem .875rem 2.75rem;border:1px solid var(--gray-200);border-radius:var(--radius-xl);font-size:1rem;background:var(--white);transition:all .2s ease;outline:none}._searchInput_joifq_143:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._filterBtn_joifq_177{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--blue-600);color:#fff;padding:.875rem 1.75rem;border-radius:var(--radius-xl);font-weight:600;transition:all .2s ease;cursor:pointer}._filterBtn_joifq_177:hover{background:var(--blue-700);transform:translateY(-2px);box-shadow:var(--shadow-md)}._grid_joifq_219{display:grid;gap:1.75rem;grid-template-columns:1fr;margin-top:1rem}@media(min-width:768px){._grid_joifq_219{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._grid_joifq_219{grid-template-columns:repeat(3,1fr)}}._card_joifq_259{background:var(--white);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:all .25s ease;cursor:pointer}._card_joifq_259:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--gray-200)}._cardHeader_joifq_291{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._avatar_joifq_305{width:3.75rem;height:3.75rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;transition:transform .2s ease}._card_joifq_259:hover ._avatar_joifq_305{transform:scale(1.05)}._name_joifq_339{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}._role_joifq_353{font-size:.875rem;color:var(--gray-500)}._rating_joifq_365{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:1rem}._starIcon_joifq_385{color:var(--yellow-400);fill:var(--yellow-400)}._reviewCount_joifq_395{color:var(--gray-400);font-weight:400;margin-left:.25rem}._skills_joifq_409{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}._cardFooter_joifq_425{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--gray-100);padding-top:1rem;margin-top:.5rem}._price_joifq_443{font-weight:700;color:var(--green-600);font-size:1rem}._hireBtn_joifq_455{background:var(--blue-600);color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius-lg);font-size:.875rem;font-weight:600;transition:all .2s ease;cursor:pointer}._hireBtn_joifq_455:hover{background:var(--blue-700);transform:translateY(-2px);box-shadow:var(--shadow-sm)}._emptyState_joifq_491{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--gray-500);font-size:1rem;background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100)}._container_97sap_3{max-width:1280px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 280px)}@media(min-width:640px){._container_97sap_3{padding:2rem 1.5rem}}@media(min-width:1024px){._container_97sap_3{padding:2.5rem 2rem}}._header_97sap_43{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._title_97sap_61{font-size:1.75rem;font-weight:700;color:var(--gray-900)}._createBtn_97sap_73{display:flex;align-items:center;gap:.5rem;background:var(--green-600);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;transition:all .2s ease;cursor:pointer}._createBtn_97sap_73:hover{background:var(--green-700);transform:translateY(-2px);box-shadow:var(--shadow-md)}._tableWrapper_97sap_113{overflow-x:auto;background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}._tableWrapper_97sap_113:hover{box-shadow:var(--shadow-md)}._table_97sap_113{width:100%;border-collapse:collapse;font-size:.875rem;min-width:640px}._table_97sap_113 th{text-align:left;padding:1rem 1.25rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200);font-weight:600;color:var(--gray-700)}._table_97sap_113 td{padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100);vertical-align:middle;transition:background .15s ease}._table_97sap_113 tr:last-child td{border-bottom:none}._table_97sap_113 tbody tr:hover td{background:var(--gray-50)}._projectTitle_97sap_205{font-weight:600;color:var(--gray-900)}._status_97sap_215{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}._statusActive_97sap_231{background:var(--blue-100);color:#1d4ed8}._statusDone_97sap_241{background:var(--green-100);color:var(--green-700)}._actions_97sap_253{display:flex;gap:.5rem}._actionBtn_97sap_263{padding:.5rem;border-radius:var(--radius-md);color:var(--gray-500);transition:all .15s ease;cursor:pointer;background:transparent}._actionBtn_97sap_263:hover{background:var(--gray-100);color:var(--gray-700);transform:scale(1.05)}._deleteBtn_97sap_293:hover{background:#fef2f2;color:var(--red-500)}._emptyState_97sap_305{text-align:center;padding:4rem 2rem;color:var(--gray-500);background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200)}._container_1jo5l_1{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 280px)}@media(min-width:640px){._container_1jo5l_1{padding:2rem 1.5rem}}._header_1jo5l_27{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._title_1jo5l_45{font-size:1.75rem;font-weight:700;color:var(--gray-900)}._editBtn_1jo5l_57{display:flex;align-items:center;gap:.5rem;background:var(--blue-600);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-lg);font-weight:500;transition:all .2s ease}._editBtn_1jo5l_57:hover{background:var(--blue-700);transform:translateY(-2px)}._card_1jo5l_91{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}._avatarSection_1jo5l_107{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}._avatar_1jo5l_107{width:100px;height:100px;background:linear-gradient(135deg,var(--blue-600),var(--purple-700));border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}._changeAvatarBtn_1jo5l_149{font-size:.875rem;color:var(--blue-600);background:none;cursor:pointer}._changeAvatarBtn_1jo5l_149:hover{text-decoration:underline}._infoSection_1jo5l_171{display:flex;flex-direction:column;gap:1.25rem}._field_1jo5l_183{display:flex;flex-direction:column;gap:.5rem}._label_1jo5l_195{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-600)}._value_1jo5l_213{font-size:1rem;color:var(--gray-900);line-height:1.5}._input_1jo5l_225,._textarea_1jo5l_225{padding:.75rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:1rem;transition:all .2s ease}._input_1jo5l_225:focus,._textarea_1jo5l_225:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f626}._textarea_1jo5l_225{resize:vertical;font-family:inherit}._skills_1jo5l_263{display:flex;flex-wrap:wrap;gap:.5rem}._skillBadge_1jo5l_275{background:var(--blue-100);color:var(--blue-700);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:500}._container_rdw4m_1{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 280px)}@media(min-width:640px){._container_rdw4m_1{padding:2rem 1.5rem}}._header_rdw4m_27{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._title_rdw4m_45{font-size:1.75rem;font-weight:700;color:var(--gray-900)}._saveBtn_rdw4m_57{display:flex;align-items:center;gap:.5rem;background:var(--green-600);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-lg);font-weight:500;transition:all .2s ease}._saveBtn_rdw4m_57:hover{background:var(--green-700);transform:translateY(-2px)}._card_rdw4m_91{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}._section_rdw4m_107{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}._section_rdw4m_107:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}._sectionTitle_rdw4m_131{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}._settingItem_rdw4m_151{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}._settingLabel_rdw4m_165{font-weight:500;color:var(--gray-900);margin-bottom:.25rem}._settingDesc_rdw4m_177{font-size:.75rem;color:var(--gray-500)}._toggle_rdw4m_187{width:44px;height:24px;background:var(--gray-300);border-radius:var(--radius-full);position:relative;cursor:pointer;transition:background .2s ease}._toggleOn_rdw4m_207{background:var(--blue-600)}._toggleKnob_rdw4m_215{position:absolute;width:20px;height:20px;background:#fff;border-radius:var(--radius-full);top:2px;left:2px;transition:transform .2s ease}._toggleOn_rdw4m_207 ._toggleKnob_rdw4m_215{transform:translate(20px)}._select_rdw4m_245{padding:.5rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);background:#fff;font-size:.875rem;cursor:pointer}._changePasswordBtn_rdw4m_263{background:var(--gray-100);color:var(--gray-700);padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;transition:all .2s ease}._changePasswordBtn_rdw4m_263:hover{background:var(--gray-200)}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-cyrillic-ext-wght-normal-DzyfIafT.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-cyrillic-wght-normal-BMDVbyM7.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-greek-ext-wght-normal-BWSLJLk6.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-greek-wght-normal-C9H9m1vD.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-vietnamese-wght-normal-C1uRvKPU.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-latin-ext-wght-normal-C8iNium2.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(./source-sans-3-latin-wght-normal-BqRLTx4X.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--blue-50: #EFF6FF;--blue-100: #DBEAFE;--blue-200: #BFDBFE;--blue-500: #3B82F6;--blue-600: #2563EB;--blue-700: #1D4ED8;--blue-800: #1E40AF;--green-50: #F0FDF4;--green-100: #DCFCE7;--green-200: #BBF7D0;--green-500: #22C55E;--green-600: #16A34A;--green-700: #15803D;--orange-50: #FFF7ED;--orange-100: #FFEDD5;--orange-500: #F97316;--red-500: #EF4444;--purple-100: #F3E8FF;--purple-700: #7C3AED;--yellow-100: #FEF9C3;--yellow-400: #FACC15;--yellow-800: #854D0E;--pink-100: #FCE7F3;--pink-700: #BE185D;--teal-100: #CCFBF1;--teal-700: #0F766E;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--white: #FFFFFF;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--font-sans: "Source Sans 3 Variable", "Geist Sans", "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{scroll-margin-top:80px}[id]{scroll-margin-top:5rem}body{font-family:var(--font-sans);background-color:var(--gray-100);color:var(--gray-800);line-height:1.5}a{text-decoration:none;color:inherit}#root>*{animation:pageFadeIn .2s ease-out}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}
