.layout_appLayout__o7gIH{display:flex;width:100%;min-height:100vh;max-height:100vh;background-color:#fffffc;overflow:hidden}.layout_sideNav__fmNJg{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:var(--side-nav-width);min-width:var(--side-nav-width);height:100vh;padding:8px 0;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid rgba(255,255,255,.5);box-shadow:2px 0 12px rgba(0,0,0,.04),inset -1px 0 0 0 rgba(255,255,255,.7),inset 0 1px 0 0 rgba(255,255,255,.7);flex-shrink:0;position:fixed;top:0;left:0;z-index:100}.layout_navBtn__tpsAI{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background-color:transparent;color:var(--color-text-muted,#8a8a8a);transition:background-color .15s ease,color .15s ease;text-decoration:none;border:none;cursor:pointer}.layout_navBtn__tpsAI svg{width:28px;height:28px;stroke-width:2.5}.layout_navBtn__tpsAI:hover{background-color:var(--color-stroke,#e8e5e0);color:var(--color-text-primary,#1a1a1a)}.layout_navBtnActive__TroVH{background-color:var(--color-bg-card,#ffffff);color:var(--color-text-primary,#1a1a1a);box-shadow:0 1px 3px rgba(0,0,0,.06);border-radius:16px}.layout_navBtnLogo__zpgzr{padding:0}.layout_navBtnLogo__zpgzr,.layout_navBtnLogo__zpgzr:hover{background:transparent!important}.layout_navLogo__RIWPl{width:46px;height:46px;-o-object-fit:contain;object-fit:contain;border-radius:10px;transition:filter .3s ease}.layout_navBtnLogo__zpgzr:hover .layout_navLogo__RIWPl{filter:drop-shadow(0 0 12px rgba(251,146,60,.6))}.layout_navBtnGroup__NHYbk{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.layout_settingsMenu__u5vVC{position:absolute;left:calc(100% + 10px);bottom:0;width:240px;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.05);padding:8px;z-index:200;animation:layout_settingsSlideIn__yS62x .15s ease}@keyframes layout_settingsSlideIn__yS62x{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}.layout_settingsHeader__Mpg4L{display:flex;align-items:center;gap:10px;padding:10px 8px}.layout_settingsAvatar__rl9Rx{width:36px;height:36px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#888;flex-shrink:0;overflow:hidden}.layout_settingsInfo__wQUmw{display:flex;flex-direction:column;min-width:0}.layout_settingsName__OuCTH{font-size:13px;font-weight:600;color:#1a1a1a}.layout_settingsEmail__CSwTx,.layout_settingsName__OuCTH{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout_settingsEmail__CSwTx{font-size:11px;color:#999}.layout_settingsDivider__eUNb_{height:1px;background:#f0f0f0;margin:4px 0}.layout_settingsItem__VVuEb{display:flex;align-items:center;gap:10px;width:100%;padding:10px;font-size:13px;font-weight:500;color:#555;background:none;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .12s ease}.layout_settingsItem__VVuEb:hover{background:#f5f5f5}.layout_settingsItem__VVuEb svg{color:#888;flex-shrink:0}.layout_settingsItemLogout__MtrXu,.layout_settingsItemLogout__MtrXu svg{color:#dc2626}.layout_settingsItemLogout__MtrXu:hover{background:#fef2f2}.layout_mainContainer__e7niQ{display:flex;flex-direction:column;flex:1;height:100vh;max-height:100vh;overflow:hidden;position:relative;margin-left:var(--side-nav-width)}.layout_topNav__4EUTL{width:calc(100% - var(--side-nav-width));height:var(--top-nav-height);padding:0 16px;background-color:transparent;flex-shrink:0;position:fixed;top:0;left:var(--side-nav-width);z-index:99;pointer-events:none}.layout_topNavContent__isQQ3,.layout_topNav__4EUTL{display:flex;align-items:center;justify-content:flex-end;gap:8px}.layout_topNavContent__isQQ3{min-width:0;flex:1;pointer-events:auto}.layout_topNavActions__J79Ox{display:flex;align-items:center;gap:8px;pointer-events:auto}.layout_topNavActionPill__Ffi6_{display:flex;align-items:center;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);border-radius:50%;padding:4px;box-shadow:0 2px 10px rgba(0,0,0,.07),0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 0 rgba(255,255,255,.7),inset 1px 0 0 0 rgba(255,255,255,.4)}.layout_topNavActionBtn__EHlgy{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--color-text-muted,#8a8a8a);transition:background-color .15s ease,color .15s ease;background:none;border:none;cursor:pointer}.layout_topNavActionBtn__EHlgy svg{width:22px;height:22px;stroke-width:2}.layout_topNavActionBtn__EHlgy:hover{background-color:rgba(0,0,0,.05);color:var(--color-text-primary,#1a1a1a)}.layout_contentArea__vV_Gm{flex:1;min-height:0;overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:14px;padding-top:calc(var(--top-nav-height) + 14px);padding-bottom:240px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent;background:#fffffc;animation:layout_pageContentIn__DmidN .35s ease both}.layout_contentArea__vV_Gm::-webkit-scrollbar{width:6px}.layout_contentArea__vV_Gm::-webkit-scrollbar-track{background:transparent}.layout_contentArea__vV_Gm::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:3px}.layout_mobileHeader__CMRjH{display:none}.layout_mobileHeaderRight__rvTbP{display:flex;align-items:center;gap:8px;pointer-events:auto}.layout_mobileHeaderBtn__dTQue{display:flex;width:38px;height:38px;border:none;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:50%;cursor:pointer;align-items:center;justify-content:center;color:#555;transition:background .15s ease,transform .15s ease;position:relative;flex-shrink:0;box-shadow:0 2px 10px rgba(0,0,0,.07),0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 0 rgba(255,255,255,.7),inset 1px 0 0 0 rgba(255,255,255,.4)}.layout_mobileHeaderBtn__dTQue svg{width:18px;height:18px}.layout_mobileHeaderBtn__dTQue:active{transform:scale(.9);background:rgba(240,240,240,.6)}.layout_notificationDot__WqkHh{position:absolute;top:7px;right:7px;width:8px;height:8px;background:#E07A5F;border-radius:50%;border:2px solid rgba(255,255,255,.9);display:none}.layout_mobileHeaderView__63P6_{justify-content:flex-end;gap:6px;padding:10px 14px 0}.layout_mobileHeaderView__63P6_>div:first-child,.layout_mobileHeaderView__63P6_>div:nth-child(2){display:none}.layout_mobileViewToggle__oAach{display:flex;align-items:center;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:none;border-radius:20px;padding:4px;gap:2px;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,.06),0 0 0 1px rgba(255,255,255,.5)}.layout_mobileViewToggleBtn__WgAcf{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:28px;border:none;background:transparent;border-radius:14px;color:#999;cursor:pointer;transition:background-color .15s ease,color .15s ease}.layout_mobileViewToggleBtn__WgAcf:hover{color:#666}.layout_mobileViewToggleBtnActive__kRTge{background-color:rgba(249,115,22,.08);color:#9a3412}.layout_mobileViewToggleBtnActive__kRTge:before{content:"";position:absolute;top:-4px;left:50%;transform:translateX(-50%);width:16px;height:2px;background:linear-gradient(90deg,transparent,#F97316,transparent);border-radius:2px;opacity:.8}.layout_mobileViewToggleBtnActive__kRTge:after{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:28px;height:12px;background:radial-gradient(ellipse at center,rgba(249,115,22,.25) 0,transparent 70%);filter:blur(2px);pointer-events:none}.layout_mobileViewToggleBtnActive__kRTge svg{color:#c2410c}.layout_mobileTabBar__84XZf{display:none}.layout_mobileTabBarContainer__Mr1Za{display:flex;align-items:center;gap:4px;padding:6px;background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.08),0 0 0 1px rgba(255,255,255,.5),inset 0 1px 0 0 rgba(255,255,255,.7),inset 1px 0 0 0 rgba(255,255,255,.4);pointer-events:auto}.layout_mobileTab__TWioZ{display:flex;align-items:center;justify-content:center;gap:0;padding:8px 10px;border:none;background:transparent;border-radius:14px;cursor:pointer;color:#888;text-decoration:none;transition:background-color .3s ease,color .3s ease,gap .3s ease,padding .3s ease;overflow:hidden}.layout_mobileTab__TWioZ svg{width:20px;height:20px;flex-shrink:0}.layout_mobileTabLabel__kU3bC{font-size:11px;font-weight:600;white-space:nowrap;max-width:0;opacity:0;overflow:hidden;transition:max-width .3s ease,opacity .3s ease}.layout_mobileTabActive___SHro{background:#f5f3f0;color:#1a1a1a;gap:6px;padding:8px 14px}.layout_mobileTabActive___SHro .layout_mobileTabLabel__kU3bC{max-width:80px;opacity:1;color:#1a1a1a}.layout_hamburgerOverlay__PlHTF{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:199;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.layout_hamburgerOverlayVisible__G7fCd{opacity:1;visibility:visible}.layout_hamburgerMenu__Ja59E{position:fixed;top:0;right:-300px;width:280px;height:100vh;background:#ffffff;z-index:200;transition:right .3s ease;overflow-y:auto;box-shadow:-4px 0 24px rgba(0,0,0,.1)}.layout_hamburgerMenuOpen__pg1W7{right:0}.layout_hamburgerHeader__dHCcX{display:flex;align-items:center;gap:12px;padding:20px 16px;border-bottom:1px solid var(--color-stroke,#e8e5e0)}.layout_hamburgerAvatar__gH16o{width:40px;height:40px;border-radius:50%;background:var(--color-bg-secondary,#f1efe9);display:flex;align-items:center;justify-content:center;flex-shrink:0}.layout_hamburgerAvatarInitial__0qoK5{font-weight:700;font-size:16px;color:var(--color-text-secondary,#555555)}.layout_hamburgerUserInfo___zv4f{flex:1;min-width:0}.layout_hamburgerUserName__oI5EK{font-weight:600;font-size:14px;color:var(--color-text-primary,#1a1a1a)}.layout_hamburgerUserEmail__iz5SV{font-size:12px;color:var(--color-text-muted,#8a8a8a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout_hamburgerClose__voL1K{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:var(--color-text-muted,#8a8a8a);cursor:pointer;border-radius:8px}.layout_hamburgerClose__voL1K:hover{background:var(--color-bg-secondary,#f1efe9)}.layout_hamburgerItems__tYLQ4{padding:8px}.layout_hamburgerItem__GcT_m{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;font-family:inherit;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;border-radius:10px;transition:background .15s ease;text-align:left}.layout_hamburgerItem__GcT_m:hover{background:#f1efe9}.layout_hamburgerItem__GcT_m svg{color:#555;flex-shrink:0}.layout_hamburgerItemLogout__W94zL,.layout_hamburgerItemLogout__W94zL svg{color:#ef4444}.layout_hamburgerItemLogout__W94zL:hover{background:#fef2f2}.layout_hamburgerDivider__22KmH{height:1px;background:#e8e5e0;margin:4px 16px}.layout_hamburgerFooter__9BrAa{padding:8px}.layout_hamburgerLoginBtn__MuuGl{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:none;background:#1a1a1a;color:#fff;font-family:inherit;font-size:14px;font-weight:600;border-radius:10px;cursor:pointer;transition:background .15s ease}.layout_hamburgerLoginBtn__MuuGl:hover{background:#333}.layout_toast__TdQBN{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);background:#1a1a1a;color:#fff;padding:10px 20px;border-radius:10px;font-size:13px;font-weight:500;z-index:9999;animation:layout_toastIn__yDBTQ .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes layout_toastIn__yDBTQ{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.layout_earningsOverlay___kN6n{position:fixed;inset:0;z-index:1001;background:rgba(0,0,0,.5);animation:layout_fadeIn__uvxjl .2s ease}.layout_earningsOverlayClosing__Dt1oX{animation:layout_fadeOut__WFLJv .25s ease forwards}@keyframes layout_fadeIn__uvxjl{0%{opacity:0}to{opacity:1}}@keyframes layout_fadeOut__WFLJv{0%{opacity:1}to{opacity:0}}.layout_earningsContent___6oIe{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;display:flex;flex-direction:column;animation:layout_slideUp__9QdsQ .3s ease}.layout_earningsContentClosing__6Yz9M{animation:layout_slideDown2__fZmiT .25s ease forwards}@keyframes layout_slideUp__9QdsQ{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes layout_slideDown2__fZmiT{0%{transform:translateY(0)}to{transform:translateY(100%)}}.layout_earningsHeader__XwVWV{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee;flex-shrink:0}.layout_earningsTitle__qn05k{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.layout_earningsClose__1c9lY{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.layout_earningsClose__1c9lY:hover{background:#eee;color:#333}.layout_earningsBody__FeQtm{flex:1;overflow-y:auto;padding:24px}.layout_earningsBalance__d0xzO{text-align:center;padding:24px;background:linear-gradient(135deg,#fdf6f4,#fff);border-radius:16px;margin-bottom:20px}.layout_earningsAvailable__ExYMs{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.layout_earningsAvailableLabel__UF82z{font-size:13px;color:#666}.layout_earningsAvailableAmount__MDwza{font-size:40px;font-weight:700;color:#E07A5F;line-height:1.1}.layout_earningsPending__kgbeL{font-size:13px;color:#d97706;font-weight:500}.layout_earningsLifetime__xrNXh{font-size:13px;color:#888}.layout_earningsPayoutSection__lkCe3{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:32px}.layout_earningsPayoutBtn__pCjgv{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:280px;padding:14px 24px;background:linear-gradient(135deg,#E07A5F,#C86D54);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 4px 12px rgba(224,122,95,.3);transition:background .15s ease,color .15s ease}.layout_earningsPayoutBtn__pCjgv:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(224,122,95,.4)}.layout_earningsPayoutBtn__pCjgv:disabled{background:#e5e5e5;color:#999;cursor:not-allowed;box-shadow:none}.layout_earningsPayoutHint__cmvtH{font-size:12px;color:#888}.layout_earningsPayoutHintReady__Nt_Si{color:#16a34a}.layout_payoutMethodSection__irl7I{background:#f9f9f7;border-radius:14px;padding:20px;margin-bottom:24px}.layout_payoutMethodHeader__nUthh{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.layout_payoutMethodTitle__LhG_J{font-size:14px;font-weight:600;color:#1a1a1a;margin:0}.layout_payoutMethodEditBtn__JwUhn{background:none;border:none;font-size:12px;font-weight:600;color:#E07A5F;cursor:pointer;padding:4px 8px;border-radius:6px;font-family:inherit}.layout_payoutMethodEditBtn__JwUhn:hover{background:#fef3ed}.layout_payoutMethodOptions__ze1An{display:flex;flex-direction:column;gap:8px}.layout_payoutMethodOption__tgj6Y{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:2px solid #eee;border-radius:12px;cursor:pointer;transition:border-color .15s ease}.layout_payoutMethodOption__tgj6Y:hover{border-color:#ddd}.layout_payoutMethodOptionActive__VKW1d{border-color:#E07A5F;background:#fffbfa}.layout_payoutMethodIcon__DcwYB{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;font-weight:700}.layout_payoutMethodIconGcash__e_n4c{background:#e8f5e9;color:#2e7d32}.layout_payoutMethodIconBank__iuwSI{background:#e3f2fd;color:#1565c0}.layout_payoutMethodIconPaypal__tuP8K{background:#e8eaf6;color:#283593}.layout_payoutMethodLabel__oOJUM{font-size:13px;font-weight:600;color:#1a1a1a}.layout_payoutMethodDesc__iDc0M{font-size:11px;color:#888;margin-top:1px}.layout_payoutMethodForm__8iK42{display:flex;flex-direction:column;gap:10px;margin-top:14px}.layout_payoutMethodInput__4St9W{width:100%;padding:11px 14px;border:1.5px solid #e5e5e5;border-radius:10px;font-size:13px;font-family:inherit;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s ease;box-sizing:border-box}.layout_payoutMethodInput__4St9W:focus{border-color:#E07A5F}.layout_payoutMethodInput__4St9W::-moz-placeholder{color:#bbb}.layout_payoutMethodInput__4St9W::placeholder{color:#bbb}.layout_payoutMethodSaveBtn__E7NX6{padding:11px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s ease}.layout_payoutMethodSaveBtn__E7NX6:hover{opacity:.85}.layout_payoutMethodSaveBtn__E7NX6:disabled{opacity:.5;cursor:not-allowed}.layout_payoutMethodSaved___Q_Xk{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border-radius:12px;border:1.5px solid #e8e8e8}.layout_payoutMethodSavedIcon__JaiX1{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;font-weight:700}.layout_payoutMethodSavedInfo__NWI7S{flex:1;min-width:0}.layout_payoutMethodSavedLabel__uware{font-size:12px;color:#888;display:block}.layout_payoutMethodSavedValue__kPm2G{font-size:14px;font-weight:600;color:#1a1a1a;display:block;margin-top:1px}.layout_otpSection__Sx8rp{padding:8px 0}.layout_otpSection__Sx8rp,.layout_otpSending__7phbL{display:flex;flex-direction:column;align-items:center}.layout_otpSending__7phbL{padding:20px 0}.layout_otpSpinner__k3gDT{width:32px;height:32px;border:3px solid #e8e8e8;border-top-color:#e07a5f;border-radius:50%;animation:layout_otpSpin__3_lqg .8s linear infinite}@keyframes layout_otpSpin__3_lqg{to{transform:rotate(1turn)}}.layout_otpIcon__g6rBN{width:48px;height:48px;border-radius:14px;background:#fef3ed;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.layout_otpInputRow__k66cP{display:flex;gap:8px;justify-content:center}.layout_otpInput__of9_e{width:42px;height:48px;text-align:center;font-size:20px;font-weight:700;font-family:inherit;color:#1a1a1a;border:1.5px solid #e5e5e5;border-radius:10px;background:#fff;outline:none;transition:border-color .15s ease;caret-color:#E07A5F}.layout_otpInput__of9_e:focus{border-color:#E07A5F;box-shadow:0 0 0 3px rgba(224,122,95,.1)}.layout_withdrawConfirmOverlay__JH7Ha{position:fixed;inset:0;z-index:1002;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;animation:layout_fadeIn__uvxjl .2s ease;padding:20px}.layout_withdrawConfirmModal__Fs6Tt{background:#fff;border-radius:20px;padding:28px 24px;max-width:380px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:layout_slideUp__9QdsQ .3s ease}.layout_withdrawConfirmIcon__YNL77{width:48px;height:48px;border-radius:14px;background:#fef3ed;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.layout_withdrawConfirmDetails__rnhE3{background:#f9f9f7;border-radius:12px;padding:4px 16px}.layout_withdrawConfirmRow__V26mV{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.layout_withdrawConfirmLabel__yZZtg{font-size:13px;color:#888}.layout_withdrawConfirmValue__rhXay{font-size:13px;font-weight:600;color:#1a1a1a;text-align:right}.layout_withdrawConfirmDivider__27Ecw{height:1px;background:#eee}.layout_earningsHistory__rDar9{border-top:1px solid #eee;padding-top:24px}.layout_earningsHistoryTitle__7gYhk{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.layout_earningsEmpty__tfKEJ,.layout_earningsHistoryList__Hy76h{display:flex;flex-direction:column}.layout_earningsEmpty__tfKEJ{align-items:center;gap:8px;padding:40px;text-align:center;color:#888;font-size:13px}.layout_earningsTransaction__hLFXp{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #f0f0f0}.layout_earningsTransaction__hLFXp:last-child{border-bottom:none}.layout_earningsTransactionIcon__Fc0Fq{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.layout_earningsTransactionIconTip__2XJhK{background:#fef3c7;color:#d97706}.layout_earningsTransactionIconSale__CkrpG{background:#dbeafe;color:#2563eb}.layout_earningsTransactionInfo__L_JkQ{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.layout_earningsTransactionType__P4_Fj{font-size:11px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.3px}.layout_earningsTransactionTitle__WqJ60{font-size:14px;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout_earningsTransactionMeta__I__S9{text-align:right;flex-shrink:0}.layout_earningsTransactionAmount__XacIL{font-size:14px;font-weight:600;color:#16a34a;display:block}.layout_earningsTransactionDate__foRYj{font-size:12px;color:#888}.layout_notifOverlay__n1JkN{position:fixed;inset:0;z-index:1001;background:rgba(0,0,0,.3);animation:layout_fadeIn__uvxjl .15s ease}.layout_notifOverlayClosing__mbtAb{animation:layout_fadeOut__WFLJv .2s ease forwards}.layout_notifDropdown___e5YU{position:absolute;top:56px;right:12px;width:340px;max-width:92vw;max-height:70vh;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;animation:layout_slideDown__Lcul9 .2s ease;overflow:hidden}.layout_notifDropdownClosing__pCkJ3{animation:layout_slideUpOut__yGg2D .2s ease forwards}@keyframes layout_slideDown__Lcul9{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes layout_slideUpOut__yGg2D{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.layout_notifHeader__2fXIi{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee}.layout_notifTitle__la8jJ{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.layout_notifMarkRead__0N67O{font-size:12px;color:#E07A5F;background:none;border:none;cursor:pointer;font-family:inherit;font-weight:500;padding:4px 8px;border-radius:6px}.layout_notifMarkRead__0N67O:hover{background:#fef2f2}.layout_notifList___aUth{flex:1;overflow-y:auto;max-height:50vh}.layout_notifEmpty__Rplsq{display:flex;flex-direction:column;align-items:center;gap:4px;padding:40px;text-align:center;color:#888;font-size:14px}.layout_notifItem__qATVc{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #f5f5f5}.layout_notifItem__qATVc:last-child{border-bottom:none}.layout_notifItem__qATVc:hover{background:#f9f9f9}.layout_notifItemUnread__STEuU{background:#fefbf6}.layout_notifItemUnread__STEuU:hover{background:#fdf6ee}.layout_notifItemAvatar__og7Rz{width:36px;height:36px;border-radius:50%;background:#f1efe9;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%}.layout_notifItemContent__9xLXh{flex:1;min-width:0}.layout_notifItemText__T6QIL{font-size:13px;color:#333;line-height:1.4;margin:0}.layout_notifItemActor__xyOIQ{font-weight:600}.layout_notifItemTime__DojaC{font-size:11px;color:#888;margin-top:2px;display:block}.layout_notifItemIcon__4M_G_{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f5f5f5}.layout_notifItemIconLike__HqhfI{background:#fef2f2;color:#ef4444}.layout_notifItemIconComment__e5GHh{background:#eff6ff;color:#3b82f6}.layout_notifItemIconFollow__gvpwN{background:#f0fdf4;color:#22c55e}.layout_notifItemIconPurchase__J9XyP,.layout_notifItemIconTip__hQZuk{background:#fef3c7;color:#d97706}@media (max-width:768px){.layout_sideNav__fmNJg,.layout_topNav__4EUTL{display:none}.layout_mainContainer__e7niQ{margin-left:0}.layout_mobileHeader__CMRjH{justify-content:flex-end;top:0;left:0;right:0;height:52px;padding:10px 14px 0;background:transparent;border-bottom:none}.layout_mobileHeader__CMRjH,.layout_mobileTabBar__84XZf{display:flex;align-items:center;position:fixed;z-index:100;pointer-events:none}.layout_mobileTabBar__84XZf{justify-content:center;bottom:8px;left:50%;transform:translateX(-50%);padding-bottom:env(safe-area-inset-bottom)}.layout_contentArea__vV_Gm{padding-top:36px;padding-bottom:80px}.layout_notifDropdown___e5YU{top:auto;bottom:0;right:0;left:0;width:100%;max-width:100%;max-height:80vh;border-radius:20px 20px 0 0;animation:layout_slideUp__9QdsQ .3s ease}.layout_notifDropdownClosing__pCkJ3{animation:layout_slideDown2__fZmiT .25s ease forwards}.layout_earningsContent___6oIe{max-width:100%}}@media print{.layout_mobileHeader__CMRjH,.layout_mobileTabBar__84XZf,.layout_sideNav__fmNJg,.layout_topNav__4EUTL{display:none!important}.layout_mainContainer__e7niQ{margin-left:0!important;height:auto!important;max-height:none!important;overflow:visible!important}.layout_contentArea__vV_Gm{padding-top:0!important;padding-bottom:0!important;background:#fffffc!important}.layout_appLayout__o7gIH,.layout_contentArea__vV_Gm{overflow:visible!important;height:auto!important;max-height:none!important;min-height:0!important}}.UpgradeModal_overlay__nw49i{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);z-index:2000;transition:background-color .2s ease}.UpgradeModal_overlayVisible__Xcshg{background-color:rgba(0,0,0,.4)}.UpgradeModal_modal__1w8cW{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:380px;padding:32px 36px;background-color:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);transform:scale(.9) translateY(20px);opacity:0;transition:transform .25s ease,opacity .25s ease}.UpgradeModal_overlayVisible__Xcshg .UpgradeModal_modal__1w8cW{transform:scale(1) translateY(0);opacity:1}.UpgradeModal_icon__fiMqt{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fdf5eb,#f5d4b8);color:#c9936a}.UpgradeModal_icon__fiMqt svg{width:28px;height:28px}.UpgradeModal_title__slwAW{font-size:20px;font-weight:700;color:#1a1a1a;text-align:center;margin:0}.UpgradeModal_message__AaMij{font-size:14px;color:#666;text-align:center;line-height:1.6;margin:0}.UpgradeModal_message__AaMij strong{font-weight:700}.UpgradeModal_note__bghIJ{font-size:12px;color:#999;text-align:center;line-height:1.5;margin:0;font-style:italic}.UpgradeModal_limitInfo__nO3a_{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background-color:#fdf5eb;border:1px solid #f5d4b8;border-radius:12px;width:100%}.UpgradeModal_limitText__0L8Wd{font-size:13px;color:#c9936a;font-weight:500}.UpgradeModal_limitText__0L8Wd strong{font-weight:700}.UpgradeModal_premiumBadge__I_4Tg{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#e8c4a0,#d9a57e 50%,#c9936a);color:white;font-size:11px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.UpgradeModal_premiumBadge__I_4Tg svg{width:12px;height:12px}.UpgradeModal_actions__At0zh{display:flex;gap:10px;width:100%;margin-top:8px}.UpgradeModal_actionsSingle__5bfhI{justify-content:center}.UpgradeModal_btn__YHSeY{flex:1;padding:14px 20px;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;transition:background-color .15s ease,transform .1s ease;border:none}.UpgradeModal_btn__YHSeY:active{transform:scale(.98)}.UpgradeModal_btnDismiss__a3mlx{background-color:#f5f5f5;color:#666;border:1px solid #e0e0e0}.UpgradeModal_btnDismiss__a3mlx:hover{background-color:#e0e0e0}.UpgradeModal_btnUpgrade__Xj5VN{background:linear-gradient(135deg,#e8c4a0,#d9a57e 50%,#c9936a);color:white}.UpgradeModal_btnUpgrade__Xj5VN:hover{background:linear-gradient(135deg,#d9a57e,#c9936a 50%,#b8835a)}.UpgradeModal_actionsSingle__5bfhI .UpgradeModal_btn__YHSeY{flex:none;min-width:120px}.PremiumUpgradeModal_overlay__1DmhI{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);z-index:2000;transition:background-color .2s ease}.PremiumUpgradeModal_overlayVisible__5ybia{background-color:rgba(0,0,0,.4)}.PremiumUpgradeModal_modal__An_vz{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:400px;width:90%;padding:32px 36px;background-color:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);transform:scale(.9) translateY(20px);opacity:0;transition:transform .25s ease,opacity .25s ease}.PremiumUpgradeModal_overlayVisible__5ybia .PremiumUpgradeModal_modal__An_vz{transform:scale(1) translateY(0);opacity:1}.PremiumUpgradeModal_icon__UZ_rp{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fdf5eb,#f5d4b8);color:#c9936a}.PremiumUpgradeModal_icon__UZ_rp svg{width:28px;height:28px}.PremiumUpgradeModal_title__Z0nq2{font-size:20px;font-weight:700;color:#1a1a1a;text-align:center;margin:0}.PremiumUpgradeModal_price__5hj_e{font-size:28px;font-weight:800;color:#1a1a1a;text-align:center;margin:0}.PremiumUpgradeModal_price__5hj_e span{font-size:14px;font-weight:500;color:#999}.PremiumUpgradeModal_planToggle__Y_do9{display:flex;gap:4px;width:100%;padding:4px;background:#f5f3ef;border-radius:12px}.PremiumUpgradeModal_planBtn__ywZJe{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;font-size:13px;font-weight:600;font-family:inherit;color:#888;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease}.PremiumUpgradeModal_planBtnActive__OKlhp{background:#fff;color:#1a1a1a;box-shadow:0 1px 4px rgba(0,0,0,.08)}.PremiumUpgradeModal_planSave__GPgbP{font-size:10px;font-weight:700;color:#16a34a;background:#dcfce7;padding:2px 6px;border-radius:6px}.PremiumUpgradeModal_yearlyPrice__ldR4g{text-align:center}.PremiumUpgradeModal_priceBreakdown__2Rxo_{font-size:12px;color:#16a34a;font-weight:500;margin:0}.PremiumUpgradeModal_features__zTb54{display:flex;flex-direction:column;gap:10px;width:100%;padding:16px 20px;background-color:#fdf5eb;border:1px solid #f5d4b8;border-radius:12px}.PremiumUpgradeModal_feature__nus5K{display:flex;align-items:center;gap:10px;font-size:13px;color:#6b5a4e;font-weight:500}.PremiumUpgradeModal_feature__nus5K svg{flex-shrink:0;color:#c9936a}.PremiumUpgradeModal_actions__1KVli{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:8px}.PremiumUpgradeModal_btn__Hq528{width:100%;padding:14px 20px;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;transition:background-color .15s ease,transform .1s ease;border:none}.PremiumUpgradeModal_btn__Hq528:active{transform:scale(.98)}.PremiumUpgradeModal_btn__Hq528:disabled{opacity:.6;cursor:not-allowed}.PremiumUpgradeModal_btnUpgrade__So2mN{background:linear-gradient(135deg,#e8c4a0,#d9a57e 50%,#c9936a);color:white}.PremiumUpgradeModal_btnUpgrade__So2mN:hover:not(:disabled){background:linear-gradient(135deg,#d9a57e,#c9936a 50%,#b8835a)}.PremiumUpgradeModal_btnDismiss__n6T7Q{background-color:transparent;color:#999;font-weight:500}.PremiumUpgradeModal_btnDismiss__n6T7Q:hover{color:#666}.PremiumUpgradeModal_error__zZ9m5{font-size:13px;color:#d9534f;text-align:center;margin:0;padding:10px 16px;background-color:#fdf0ef;border-radius:8px;width:100%}.PremiumUpgradeModal_note__S_6Ee{font-size:12px;color:#999;text-align:center;line-height:1.5;margin:0}.WelcomeModal_overlay__3aKKi{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;transition:opacity .2s ease}.WelcomeModal_overlayVisible__8llhD{opacity:1}.WelcomeModal_modal__DNvBp{position:relative;background:#fff;border-radius:20px;padding:28px 24px;width:380px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:WelcomeModal_slideUp__64wzf .3s ease}@keyframes WelcomeModal_slideUp__64wzf{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.WelcomeModal_closeBtn__FJGbk{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#8a8a8a;background:none;border:none;cursor:pointer;transition:background .15s ease}.WelcomeModal_closeBtn__FJGbk:hover{background:#f1efe9}.WelcomeModal_header__hZV_e{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:24px}.WelcomeModal_logo__N1aZf{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.WelcomeModal_logo__N1aZf img{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.WelcomeModal_title__KMYTT{font-size:20px;font-weight:800;color:#1a1a1a;margin:0;letter-spacing:-.3px}.WelcomeModal_subtitle__cQg5W{font-size:13px;color:#8a8a8a;margin:0}.WelcomeModal_steps__MpwRC{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.WelcomeModal_step__KCMQw{display:flex;align-items:flex-start;gap:14px;padding:14px;border-radius:14px;background:#f5f3ed;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease;opacity:.5}.WelcomeModal_stepActive__WkKrG{opacity:1;background:#fff;border-color:#e8e5e0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.WelcomeModal_stepIcon__HerJv{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f5f3ed;border-radius:12px;flex-shrink:0;color:#c99700}.WelcomeModal_stepActive__WkKrG .WelcomeModal_stepIcon__HerJv{background:linear-gradient(135deg,#fff5eb,#ffe8d6);color:#b8835a}.WelcomeModal_stepContent__viPLk{display:flex;flex-direction:column;gap:2px;min-width:0}.WelcomeModal_stepNumber__G2Dyf{font-size:10px;font-weight:600;color:#8a8a8a;text-transform:uppercase;letter-spacing:.5px}.WelcomeModal_stepTitle__KxDhV{font-size:15px;font-weight:700;color:#1a1a1a}.WelcomeModal_stepDesc__x160z{font-size:12px;color:#8a8a8a;line-height:1.4}.WelcomeModal_tips__mke9o{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding:14px;background:#f5f3ed;border-radius:14px}.WelcomeModal_tipsLabel__UJV_1{font-size:11px;font-weight:700;color:#8a8a8a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.WelcomeModal_tipItem__a3_P9{display:flex;align-items:center;gap:10px}.WelcomeModal_tipIcon__o_dBv{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;color:#c99700}.WelcomeModal_tipText__GXkkX{font-size:12px;color:#555;line-height:1.4}.WelcomeModal_actions__Zv4q3{display:flex;flex-direction:column;gap:8px;align-items:center}.WelcomeModal_nextBtn__K1pHg{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;font-size:14px;font-weight:700;font-family:inherit;color:#1a1a1a;background:#f5f3ed;border:1px solid #e8e5e0;border-radius:12px;cursor:pointer;transition:background .15s ease}.WelcomeModal_nextBtn__K1pHg:hover{background:#e8e5e0}.WelcomeModal_startBtn__VrHwm{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;font-size:14px;font-weight:700;font-family:inherit;color:#fff;background:linear-gradient(135deg,#e8c4a0,#d9a57e,#c9936a);border:none;border-radius:12px;cursor:pointer;transition:opacity .15s ease}.WelcomeModal_startBtn__VrHwm:hover{opacity:.9}.WelcomeModal_skipBtn__RKAL6{padding:6px 12px;font-size:12px;font-weight:500;font-family:inherit;color:#8a8a8a;background:none;border:none;cursor:pointer;transition:color .15s ease}.WelcomeModal_skipBtn__RKAL6:hover{color:#555}@media (max-width:768px){.WelcomeModal_modal__DNvBp{width:100%;max-width:100%;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;animation:WelcomeModal_slideInUp__J5YpA .3s ease}@keyframes WelcomeModal_slideInUp__J5YpA{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.PurchaseModal_overlay__XdBBs{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);z-index:2000;transition:background-color .2s ease;padding:16px}.PurchaseModal_overlayVisible__32xBV{background-color:rgba(0,0,0,.4)}.PurchaseModal_modal__9_xdy{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:380px;padding:32px 28px 24px;background:linear-gradient(180deg,#fffcfa,#fff9f5);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);transform:scale(.9) translateY(20px);opacity:0;transition:transform .25s ease,opacity .25s ease}.PurchaseModal_overlayVisible__32xBV .PurchaseModal_modal__9_xdy{transform:scale(1) translateY(0);opacity:1}.PurchaseModal_closeBtn__NWWFH{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;color:#999;transition:background-color .15s ease}.PurchaseModal_closeBtn__NWWFH:hover{background:#e5e5e5;color:#666}.PurchaseModal_icon__RiV2b{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fdf5eb,#f5d4b8);color:#c9936a}.PurchaseModal_title__gIOgw{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;text-align:center}.PurchaseModal_text__a__1z{font-size:14px;color:#666;text-align:center;line-height:1.5;margin:0}.PurchaseModal_priceSection__PLURb{width:100%;margin:4px 0}.PurchaseModal_priceLabel__wCw_n{display:block;font-size:12px;font-weight:500;color:#888;margin-bottom:6px}.PurchaseModal_priceWrapper__UNc2M{display:flex;align-items:center;border:1.5px solid #e5e5e5;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .15s ease}.PurchaseModal_priceWrapper__UNc2M:focus-within{border-color:#c9936a}.PurchaseModal_priceWrapperError__z_ALS{border-color:#e74c3c}.PurchaseModal_priceCurrency__urNXQ{padding:12px 0 12px 16px;font-size:22px;font-weight:800;color:#888}.PurchaseModal_priceInput__lLhxb{flex:1;padding:12px 16px 12px 4px;font-size:22px;font-weight:800;font-family:inherit;border:none;outline:none;background:transparent;color:#1a1a1a}.PurchaseModal_priceHint__AMjaV{display:block;font-size:11px;color:#bbb;margin-top:4px}.PurchaseModal_features__1ATmR{width:100%;padding:14px 16px;background:#f9f6f2;border-radius:10px;display:flex;flex-direction:column;gap:10px}.PurchaseModal_feature__8mSTT{display:flex;align-items:center;gap:10px;font-size:13px;color:#555}.PurchaseModal_feature__8mSTT svg{color:#c9936a;flex-shrink:0}.PurchaseModal_priceSummary__1aceE{width:100%;padding:10px 16px;background:#f9f6f2;border-radius:10px;display:flex;flex-direction:column;gap:6px}.PurchaseModal_priceSummaryRow__EsSpX{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#555}.PurchaseModal_accountNote__BOWNs{font-size:11px;color:#bbb;text-align:center;margin:0;line-height:1.4}.PurchaseModal_error__tSr23{font-size:12px;color:#e74c3c;margin:0;text-align:center}.PurchaseModal_actions__rvHAL{display:flex;gap:10px;width:100%;margin-top:4px}.PurchaseModal_btn__vs1P9{flex:1;padding:14px 16px;font-size:14px;font-weight:600;font-family:inherit;border-radius:12px;cursor:pointer;transition:background-color .15s ease,transform .1s ease;border:none}.PurchaseModal_btn__vs1P9:active{transform:scale(.98)}.PurchaseModal_btnCancel__3GvB4{background:#f5f5f5;color:#666;border:1px solid #e0e0e0}.PurchaseModal_btnCancel__3GvB4:hover{background:#e5e5e5}.PurchaseModal_btnPurchase__ijet3{background:linear-gradient(135deg,#e8c4a0,#d9a57e 50%,#c9936a);color:white}.PurchaseModal_btnPurchase__ijet3:hover{background:linear-gradient(135deg,#d9a57e,#c9936a 50%,#b8835a)}.PurchaseModal_btnPurchase__ijet3:disabled{opacity:.5;cursor:not-allowed}.PurchaseModal_footer__vo3E_{font-size:11px;color:#bbb;margin:4px 0 0;text-align:center}.DayCardStack_deckWrapper__o6ZEY{position:relative;-moz-user-select:none;user-select:none;-webkit-user-select:none;display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:8px;width:100%}.DayCardStack_deckContainer__oYMCr{position:relative;width:100%;margin:0 auto;display:grid}.DayCardStack_deckCard__gmxW_{grid-area:1/1;width:100%;will-change:transform,opacity;-webkit-tap-highlight-color:transparent;transform-origin:center center}.DayCardStack_pillsOuter__nR_tx{width:100%;align-self:stretch;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent)}.DayCardStack_pills__eJF4k{display:flex;gap:6px;padding:6px 20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;position:relative;align-items:center}.DayCardStack_pills__eJF4k:before{content:"";position:absolute;top:50%;left:-100%;right:-100%;border-top:1px dashed rgba(201,164,78,.45);z-index:0}.DayCardStack_pills__eJF4k::-webkit-scrollbar{display:none}.DayCardStack_pill__I4dIi{padding:4px 10px;border-radius:16px;border:none;background:#fffffc;color:#c8a020;position:relative;z-index:1;font-size:10px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .25s ease,color .25s ease,border-color .25s ease,opacity .25s ease;opacity:.5}.DayCardStack_pillSpacer__8n_sY{flex-shrink:0;width:50%}@keyframes DayCardStack_swipeHint__o3mRB{0%,to{transform:translateX(0)}20%{transform:translateX(-8px) rotate(-1deg)}40%{transform:translateX(6px) rotate(.5deg)}60%{transform:translateX(-3px)}80%{transform:translateX(0)}}.DayCardStack_deckCardTop__97rFk{animation:DayCardStack_swipeHint__o3mRB 2s ease-in-out 1s 1}.DayCardStack_pillActive__4qI_p{background:#f5ecd4;color:#b8900a;opacity:1;box-shadow:0 2px 8px rgba(201,164,78,.2);transform:scale(1.05);transition:background .25s ease,color .25s ease,border-color .25s ease,opacity .25s ease,box-shadow .3s ease,transform .3s cubic-bezier(.175,.885,.32,1.275)}.profile_backBtn__BnZvD{position:fixed;top:10px;left:calc(var(--side-nav-width, 80px) + 10px);z-index:100;display:inline-flex;align-items:center;gap:2px;padding:4px 6px;font-size:10px;font-weight:500;font-family:inherit;color:#bbb;background:none;border:none;border-radius:6px;cursor:pointer;transition:color .15s ease}.profile_backBtn__BnZvD:hover{color:#555}@keyframes profile_profileFadeUp__CYkKS{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.profile_profileFadeIn__I9ndE{animation:profile_profileFadeUp__CYkKS .5s ease forwards;opacity:0}.profile_profileFadeIn1__r2iub{animation:profile_profileFadeUp__CYkKS .5s ease .1s forwards;opacity:0}.profile_profileFadeIn2__Y8WMm{animation:profile_profileFadeUp__CYkKS .5s ease .2s forwards;opacity:0}.profile_postCardReveal__hWJ2K{opacity:0;transform:translateY(24px) scale(.98);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.profile_postCardVisible__734RS{opacity:1;transform:translateY(0) scale(1)}.profile_profileContent__eyz94{display:flex;flex-direction:column;gap:0;max-width:680px;margin:0 auto}.profile_profileHero__pJLYe{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fffffc;border:none;border-radius:20px;margin-bottom:4px}.profile_avatar__f2UDF{width:90px;height:90px;border-radius:50%;background-color:#f1efe9;background-size:cover;background-position:50%;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}.profile_verifiedBadge__32Xv4{display:inline-block;vertical-align:middle;margin-left:4px;flex-shrink:0}.profile_avatarDefault__sc2Vp{color:#8a8a8a}.profile_avatarUpload__14abu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4);color:white;border-radius:50%;overflow:hidden;opacity:0;transition:opacity .15s ease;cursor:pointer}.profile_avatar__f2UDF:hover .profile_avatarUpload__14abu{opacity:1}.profile_heroContent__ZbJuu{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.profile_heroTop__kGEvh{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.profile_heroInfo__q_UNZ{display:flex;flex-direction:column;gap:0}.profile_heroName__s_NPs{font-size:22px;font-weight:800;color:#1a1a1a;line-height:1.2;letter-spacing:-.5px;margin:0}.profile_heroUsername__E4sO1{font-size:12px;font-weight:400;color:#8a8a8a}.profile_usernameRow__x8sCO{display:flex;align-items:center;gap:8px;margin-top:2px}.profile_heroLink__6ncPe{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:#d9a57e;text-decoration:none}.profile_heroLink__6ncPe:hover{color:#c9936a}.profile_heroLink__6ncPe svg{width:12px;height:12px}.profile_bioRow__2kMgR{display:flex;align-items:flex-start;gap:6px}.profile_heroFlag__TVk1F{font-size:18px;line-height:1}.profile_heroFlagInline__iFiNG{font-size:14px;line-height:1}.profile_heroBio__irUEr{font-size:13px;color:#555;line-height:1.4;margin:0}.profile_heroMeta__n12NM{display:flex;align-items:center;gap:8px;margin-top:4px}.profile_heroStat__oq1Dz{font-size:12px;color:#2a2a2a;padding:4px 12px;background:#f5f3ed;border-radius:20px}.profile_heroStat__oq1Dz strong{font-weight:800;color:#2a2a2a}.profile_heroActions__j44ey{display:flex;align-items:center;gap:8px;flex-shrink:0}.profile_heroBtn__92rFt{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 14px;font-size:11px;font-weight:600;color:#1a1a1a;background:#fff;border:1px solid #efefef;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease}.profile_heroBtn__92rFt:hover{background:#f1efe9}.profile_heroBtnFollow__XjTnk{background:linear-gradient(135deg,#f5d4b8,#ecba95,#e0a577);border:none;color:white;transition:background .2s ease,color .2s ease,transform .3s cubic-bezier(.175,.885,.32,1.275)}.profile_heroBtnFollow__XjTnk:hover{background:linear-gradient(135deg,#e8c4a0,#d9a57e,#c9936a)}.profile_heroBtnFollow__XjTnk:active{transform:scale(.92)}.profile_heroBtnFollowing__DVUdE{background:#f1efe9;border-color:#e8e5e0;color:#555;animation:profile_followPop__SUHO9 .4s cubic-bezier(.175,.885,.32,1.275)}.profile_heroBtnFollowing__DVUdE:hover{background:#fee2e2;color:#dc2626;border-color:#fecaca}@keyframes profile_followPop__SUHO9{0%{transform:scale(.85)}50%{transform:scale(1.08)}to{transform:scale(1)}}.profile_heroBtnLarge__aglLt{padding:5px 14px;font-size:11px;min-width:auto}.profile_profileTabs__2tx46{display:flex;gap:4px;width:100%;background:#e0ddd7;padding:4px;border-radius:14px;margin-bottom:0}.profile_profileTab__UG3ag{flex:1;padding:7px 12px;font-size:12px;font-weight:600;color:#555;background:#e0ddd7;border:none;border-radius:12px;cursor:pointer;font-family:inherit;transition:background .25s ease,color .25s ease,transform .25s cubic-bezier(.175,.885,.32,1.275),box-shadow .25s ease;outline:none}.profile_profileTab__UG3ag:hover{color:#555;background:rgba(0,0,0,.03)}.profile_profileTab__UG3ag:active{transform:scale(.95)}.profile_profileTab__UG3ag.profile_profileTabActive__U_rk5{color:#fff;background:#1a1a1a;box-shadow:0 1px 4px rgba(0,0,0,.1);animation:profile_tabSnap__7MKz8 .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes profile_tabSnap__7MKz8{0%{transform:scale(.92)}60%{transform:scale(1.04)}to{transform:scale(1)}}.profile_curateCta__a1wOZ{display:flex;align-items:center;gap:12px;padding:5px 12px;background:#fff;border:1px solid #efefef;border-radius:14px;box-shadow:0 0 8px rgba(0,0,0,.03);margin-bottom:8px}.profile_curateCtaAvatar__xExAo{width:30px;height:30px;border-radius:50%;background:#f1efe9;flex-shrink:0;overflow:hidden;background-size:cover;background-position:50%}.profile_curateCtaText__QacvP{flex:1;font-size:13px;color:#8a8a8a;font-style:italic}.profile_curateCtaBtn__NPZu3{position:relative;padding:7px 16px;font-size:13px;font-weight:700;color:#888;background:#fff;border:1px solid #efefef;border-radius:20px;text-decoration:none;overflow:hidden;transition:background .15s ease,color .15s ease}.profile_curateCtaBtn__NPZu3:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#FBBF24,#F97316,#FB923C,#FDBA74);opacity:.15;filter:blur(8px);transition:opacity .4s ease}.profile_curateCtaBtn__NPZu3:hover:before{opacity:.35}.profile_curateCtaBtn__NPZu3:hover{color:#1a1a1a;border-color:rgba(251,146,60,.4)}.profile_filterTabs___0e_X{display:flex;gap:6px;margin-top:8px;margin-bottom:4px}.profile_filterBtn__qJ9wv{padding:4px 12px;font-size:11px;font-weight:600;color:#8a8a8a;background:transparent;border:1px solid #efefef;border-radius:16px;cursor:pointer;font-family:inherit;transition:background .2s ease,color .2s ease,transform .25s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s ease}.profile_filterBtn__qJ9wv:hover{background:#f1efe9;color:#555}.profile_filterBtn__qJ9wv:active{transform:scale(.93)}.profile_filterBtnActive__MYLoT{border-color:#efefef;box-shadow:0 1px 4px rgba(0,0,0,.1);animation:profile_tabSnap__7MKz8 .3s cubic-bezier(.175,.885,.32,1.275)}.profile_filterBtnActive__MYLoT,.profile_filterBtnActive__MYLoT:hover{background:#ffffff;color:#1a1a1a}.profile_itineraryFeed__kP8xx{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:4px}.profile_loadingState__9_NGg{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:12px;color:#8a8a8a;font-size:14px}.profile_postCard__LEV63{display:flex;flex-direction:column;gap:8px;padding:16px 18px;width:100%;background:#fff;border:none;border-radius:32px;box-shadow:0 1px 3px rgba(0,0,0,.03),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),opacity .5s cubic-bezier(.16,1,.3,1)}.profile_postCard__LEV63:hover{box-shadow:0 2px 4px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06),0 16px 40px rgba(217,165,126,.1);transform:translateY(-4px) scale(1.01)}.profile_postCardExiting__3mEkk{opacity:0!important;transform:scale(.95) translateY(-10px)!important;transition:opacity .3s ease,transform .3s ease!important;pointer-events:none}.profile_postCard__LEV63:active{transform:scale(.98);transition-duration:.1s}.profile_postHeader__tWP5E{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.profile_postAvatar__MZy4i{width:30px;height:30px;border-radius:50%;background:#f1efe9;background-size:cover;background-position:50%;flex-shrink:0;margin-left:8px;display:flex;align-items:center;justify-content:center}.profile_postUser__foOSf{display:flex;flex-direction:column;gap:1px}.profile_postUsername___iBkE{font-size:12px;font-weight:600;color:#1a1a1a;line-height:1.2;display:inline-flex;align-items:center}.profile_postHandle__FuH3_{font-size:10px;color:#8a8a8a;line-height:1.2}.profile_postTimestamp__RVUOV{font-size:10px;color:#8a8a8a;margin-left:4px}.profile_postBadges__Dqf4L{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.profile_postSpacer__Ih4Ny{flex:1}@keyframes profile_badgePopIn__1PUzs{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.profile_badge__IvHMR{padding:2px 6px;font-size:9px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;opacity:0;animation:profile_badgePopIn__1PUzs .3s cubic-bezier(.175,.885,.32,1.275) forwards}.profile_postCardVisible__734RS .profile_badge__IvHMR:first-child{animation-delay:.15s}.profile_postCardVisible__734RS .profile_badge__IvHMR:nth-child(2){animation-delay:.35s}.profile_postCardVisible__734RS .profile_badge__IvHMR:nth-child(3){animation-delay:.55s}.profile_postCardVisible__734RS .profile_badge__IvHMR:nth-child(4){animation-delay:.75s}.profile_postCardVisible__734RS .profile_badge__IvHMR:nth-child(5){animation-delay:.95s}.profile_badgeDuration__80rT6{background:#fff3cd;color:#e0a000}.profile_badgeItinerary__sd3UG{background:#e0f2fe;color:#0369a1}.profile_badgeBucketList__RqAcN{background:#fef3c7;color:#b45309}.profile_badgeVisited__QYzRh{background:#d1fae5;color:#047857}.profile_badgeDraft__ZXrrq{background:#fef3c7;color:#b45309}.profile_badgePublished__aOFRY{background:#d1fae5;color:#047857}.profile_badgePrice__ie7mO{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:linear-gradient(135deg,#fff5eb,#ffe8d6);color:#b8835a;font-size:9px;font-weight:700;border-radius:20px;border:1px solid #f5d4c0}.profile_badgePrice__ie7mO svg{width:10px;height:10px;opacity:.8}.profile_postMenuWrapper__VM5Et{position:relative}.profile_postMenuBtn__izlFO{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#8a8a8a;background:none;border:none;cursor:pointer}.profile_postMenuBtn__izlFO:hover{background:#f1efe9}@keyframes profile_menuSlideDown__wFsaB{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile_postMenuDropdown__Q0N5e{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:#fff;border:1px solid #e8e5e0;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:100;overflow:hidden;animation:profile_menuSlideDown__wFsaB .15s cubic-bezier(.16,1,.3,1);transform-origin:top right}.profile_postMenuItem__nL575{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:500;color:#1a1a1a;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;font-family:inherit;transition:background .15s ease,padding-left .15s ease;text-decoration:none}.profile_postMenuItem__nL575:last-child{border-bottom:none}.profile_postMenuItem__nL575:hover{background:#f5f5f5;padding-left:18px}.profile_postMenuItem__nL575:active{background:#eee}.profile_postMenuItem__nL575 svg{flex-shrink:0;color:#8a8a8a}.profile_postMenuItemDanger__XaLti,.profile_postMenuItemDanger__XaLti svg{color:#dc2626}.profile_postMenuItemDanger__XaLti:hover{background:#fef2f2}@keyframes profile_ghostFly__g5diX{0%{opacity:.8;transform:scale(1) translateY(0)}40%{opacity:.6;transform:scale(.6) translateY(-40px)}to{opacity:0;transform:scale(.3) translateY(-120px)}}.profile_duplicateGhost__4o1RC{position:fixed;pointer-events:none;z-index:9999;border-radius:24px;background:#fff;border:1px solid #efefef;box-shadow:0 8px 30px rgba(0,0,0,.15);animation:profile_ghostFly__g5diX .6s cubic-bezier(.16,1,.3,1) forwards}.profile_deleteModalOverlay___zfNf{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.profile_deleteModal__tBKHI{background:#fff;border-radius:16px;padding:24px;width:340px;max-width:90vw;box-shadow:0 20px 60px rgba(0,0,0,.2)}.profile_deleteModalTitle__F4vHh{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.profile_deleteModalText__DBWtz{font-size:13px;color:#666;margin:0 0 20px;line-height:1.5}.profile_deleteModalActions__oIHYo{display:flex;gap:8px;justify-content:flex-end}.profile_deleteModalCancel__frASi{padding:8px 16px;font-size:13px;font-weight:600;color:#555;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;font-family:inherit}.profile_deleteModalCancel__frASi:hover{background:#e8e8e8}.profile_deleteModalConfirm__HM_7M{padding:8px 16px;font-size:13px;font-weight:600;color:#fff;background:#dc2626;border:none;border-radius:8px;cursor:pointer;font-family:inherit}.profile_deleteModalConfirm__HM_7M:hover{background:#b91c1c}.profile_postDayTitle__2XRnO{font-size:14px;font-weight:600;color:#2a2a2a;padding:6px 14px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile_miniTimeline__FGKiW{display:flex;flex-direction:column;gap:0;padding:4px 14px 2px;position:relative}.profile_miniTimelineItem__c5HJU{display:flex;align-items:center;gap:8px;padding:4px 0 4px 14px;position:relative;transition:opacity .2s ease}.profile_miniTimelineItem__c5HJU:last-child{opacity:.45}.profile_miniTimelineDot__kG_JF{position:absolute;left:0;width:6px;height:6px;border-radius:50%;background:#d4a017;flex-shrink:0;box-shadow:0 0 6px rgba(212,160,23,.3)}.profile_miniTimelineItem__c5HJU:not(:last-child):before{content:"";position:absolute;left:2.5px;top:16px;bottom:-4px;width:1px;background:linear-gradient(180deg,#e0c060,transparent)}.profile_miniTimelineTime__7JPTs{font-size:11px;font-weight:600;color:#d4a017;white-space:nowrap;flex-shrink:0}.profile_miniTimelineText__Pf6r1{font-size:12px;color:#2a2a2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile_postBody__DJW4w{display:flex;flex-direction:column;gap:2px;margin-left:38px}.profile_postTitle__9_dtj{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile_postDescription__PbPKq{font-size:13px;color:#2a2a2a;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;mask-image:linear-gradient(180deg,#000 60%,transparent);-webkit-mask-image:linear-gradient(180deg,#000 60%,transparent)}.profile_emptyCardIllustration__gQ1sM{gap:8px;padding:20px 14px;font-size:12px}.profile_emptyCardIllustration__gQ1sM,.profile_photoStackEmpty__vb2ZM{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b5afa5;font-weight:500}.profile_photoStackEmpty__vb2ZM{gap:6px;width:280px;height:190px;margin:4px auto;background:#f5f3ef;border-radius:16px;font-size:11px}.profile_photoStack__nsxFG{position:relative;width:320px;height:210px;margin:22px auto;display:block}.profile_photoStackFront__ZaA5s{position:absolute;inset:0;background:#f1efe9;background-size:cover;background-position:50%;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.08),0 8px 20px rgba(217,165,126,.12);overflow:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1)}.profile_postCard__LEV63:hover .profile_photoStackFront__ZaA5s{transform:translateY(-2px)}.profile_photoStackFront__ZaA5s:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,rgba(0,0,0,.08),transparent);border-radius:0 0 16px 16px;pointer-events:none}.profile_photoStackBack__4OPpP{position:absolute;inset:0;background:#f1efe9;background-size:cover;background-position:50%;border-radius:16px;box-shadow:0 1px 4px rgba(0,0,0,.08);filter:saturate(.7);transition:transform .35s cubic-bezier(.16,1,.3,1)}.profile_postCard__LEV63:hover .profile_photoStackBack__4OPpP{transform:translateY(2px)}.profile_photoStackCount__pWiIo{position:absolute;bottom:-8px;right:-8px;background:rgba(45,35,25,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;z-index:10}.profile_postThumbnails__94R3m{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;margin-left:20px;margin-right:10px}.profile_postThumbnails__94R3m::-webkit-scrollbar{display:none}.profile_thumbnail__GucHV{width:234px;min-width:234px;height:234px;background:#fff;border:1px solid #efefef;border-radius:32px;flex-shrink:0;transition:box-shadow .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);cursor:pointer;display:flex;flex-direction:column;text-decoration:none;overflow:hidden;color:inherit}.profile_thumbnail__GucHV:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-3px)}.profile_thumbnailImage__7pZn2{width:100%;height:170px;background:#f1efe9;background-size:cover;background-position:50%;border-radius:32px 32px 0 0;flex-shrink:0;position:relative;transition:transform .4s cubic-bezier(.16,1,.3,1)}.profile_thumbnail__GucHV:hover .profile_thumbnailImage__7pZn2{transform:scale(1.05)}.profile_thumbnailImage__7pZn2:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(217,165,126,.12));opacity:0;transition:opacity .3s ease;border-radius:inherit}.profile_thumbnail__GucHV:hover .profile_thumbnailImage__7pZn2:after{opacity:1}.profile_thumbnailInfo__mn20n{display:flex;flex-direction:column;justify-content:center;flex:1;gap:2px;text-align:center;padding:8px}.profile_thumbnailTitle__hO6xy{font-size:14px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile_thumbnailLabel__VxaQ_{font-size:12px;color:#8a8a8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile_postActions__iJdIz{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.profile_postActionsLeft__1HlKw{display:flex;align-items:center;gap:2px}.profile_actionBtn__J2iaX{display:flex;align-items:center;gap:3px;padding:6px 10px;border-radius:8px;color:#999;background:none;border:none;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease;font-size:12px}.profile_actionBtn__J2iaX:hover{background:#faf6f1;color:#1a1a1a}.profile_actionBtnLiked__nryjc svg{animation:profile_heartBounce__Zuvbc .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes profile_heartBounce__Zuvbc{0%{transform:scale(1)}25%{transform:scale(1.4)}50%{transform:scale(.85)}75%{transform:scale(1.1)}to{transform:scale(1)}}.profile_likeParticles__Bjd8L{position:relative;display:inline-flex}.profile_likeParticlesBurst__EwAbG:after,.profile_likeParticlesBurst__EwAbG:before{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;border-radius:50%;pointer-events:none}.profile_likeParticlesBurst__EwAbG:before{animation:profile_particleBurst1__X7Mzl .6s ease-out forwards;background:#ef4444}.profile_likeParticlesBurst__EwAbG:after{animation:profile_particleBurst2__3v6os .6s ease-out forwards;background:#f97316}.profile_likeParticle__3t3x7{position:absolute;top:50%;left:50%;width:3px;height:3px;border-radius:50%;pointer-events:none}.profile_likeParticle3__9rIhr{animation:profile_particleBurst3__r4lL3 .6s ease-out forwards;background:#fbbf24}.profile_likeParticle4__7oHPf{animation:profile_particleBurst4__MpKbK .6s ease-out forwards;background:#ef4444}.profile_likeParticle5__QLSy_{animation:profile_particleBurst5__wOOzF .6s ease-out forwards;background:#f97316}@keyframes profile_particleBurst1__X7Mzl{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}40%{opacity:1;transform:translate(calc(-50% - 14px),calc(-50% - 16px)) scale(1.3)}to{opacity:0;transform:translate(calc(-50% - 18px),calc(-50% - 22px)) scale(0)}}@keyframes profile_particleBurst2__3v6os{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}40%{opacity:1;transform:translate(calc(-50% + 14px),calc(-50% - 14px)) scale(1.2)}to{opacity:0;transform:translate(calc(-50% + 20px),calc(-50% - 20px)) scale(0)}}@keyframes profile_particleBurst3__r4lL3{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}40%{opacity:1;transform:translate(calc(-50% + 16px),calc(-50% + 8px)) scale(1)}to{opacity:0;transform:translate(calc(-50% + 22px),calc(-50% + 14px)) scale(0)}}@keyframes profile_particleBurst4__MpKbK{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}40%{opacity:1;transform:translate(calc(-50% - 10px),calc(-50% + 12px)) scale(1.1)}to{opacity:0;transform:translate(calc(-50% - 16px),calc(-50% + 18px)) scale(0)}}@keyframes profile_particleBurst5__wOOzF{0%{opacity:1;transform:translate(-50%,-50%) scale(0)}40%{opacity:1;transform:translate(calc(-50%),calc(-50% - 18px)) scale(1)}to{opacity:0;transform:translate(calc(-50%),calc(-50% - 26px)) scale(0)}}.profile_actionCount__bRZPj{font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}.profile_shareBtn__kLFvq{position:relative;overflow:hidden}.profile_shareBtn__kLFvq:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(217,165,126,.25);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease,opacity .4s ease;opacity:0}.profile_shareBtnRipple__Jxg7l:after{width:120px;height:120px;opacity:1;transition:width 0s,height 0s,opacity 0s}.profile_shareTooltip__T2QCW{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(4px);background:#1a1a1a;color:#fff;font-size:11px;font-weight:500;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;animation:profile_tooltipSlideUp___lShq .2s ease forwards,profile_tooltipFadeOut__EhVU1 .3s ease 1.2s forwards;z-index:10}.profile_shareTooltip__T2QCW:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:4px solid transparent;border-top-color:#1a1a1a}@keyframes profile_tooltipSlideUp___lShq{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes profile_tooltipFadeOut__EhVU1{0%{opacity:1}to{opacity:0}}.profile_postActionsRight__wVScU{display:flex;align-items:center;margin-left:auto}.profile_coffeeBtn__sSwHu{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;color:#555;background:#fff;border:1px solid #efefef;border-radius:14px;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.profile_coffeeBtn__sSwHu:hover{background:#f1efe9;box-shadow:0 2px 8px rgba(0,0,0,.06)}.profile_coffeeBtn__sSwHu:active{transform:scale(.95)}.profile_tippedBadge__vC0iU{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;cursor:default}.profile_tippedBadge__vC0iU svg{stroke:#16a34a}.profile_purchasedBadge__mllgJ{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;cursor:default}.profile_purchasedBadge__mllgJ svg{stroke:#16a34a}@keyframes profile_btnShimmer__cLj6Z{0%{left:-100%}to{left:200%}}.profile_buyBtn__yhEv9{display:flex;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,#e8c4a0,#d9a57e 50%,#c9936a);border:none;border-radius:14px;cursor:pointer;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease;position:relative;overflow:hidden}.profile_buyBtn__yhEv9:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:profile_btnShimmer__cLj6Z 3s ease-in-out infinite;animation-delay:1s}.profile_buyBtn__yhEv9:hover{opacity:.92;box-shadow:0 2px 12px rgba(217,165,126,.35)}.profile_buyBtn__yhEv9:active{transform:scale(.95)}.profile_buyBtn__yhEv9 svg{stroke:#fff;position:relative;z-index:1}.profile_skeleton__kGc5N{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:profile_shimmer__HzsZK 1.5s infinite;border-radius:4px;display:inline-block}@keyframes profile_shimmer__HzsZK{0%{background-position:200% 0}to{background-position:-200% 0}}.profile_skeletonName__Twrqa{width:180px;height:28px}.profile_skeletonUsername__T3saE{width:120px;height:14px}.profile_skeletonBio__hMkeU{width:250px;height:14px}.profile_editOverlay__BSmP_{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:profile_fadeIn__vOW1W .2s ease}@keyframes profile_fadeIn__vOW1W{0%{opacity:0}to{opacity:1}}.profile_editCard__h_8Y7{background:#fff;border-radius:16px;padding:24px;width:320px;max-width:90vw;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:profile_slideUp__1tLw_ .25s ease}@keyframes profile_slideUp__1tLw_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile_editCardTitle__5ytY9{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:16px;text-align:center}.profile_editAvatarSection__VaoP6{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px}.profile_editAvatar__x1Dt7{width:80px;height:80px;border-radius:50%;background:#f1efe9;background-size:cover;background-position:50%;position:relative;cursor:pointer;transition:opacity .15s ease;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile_editAvatarHasImage__gyaWw svg{display:none}.profile_editAvatar__x1Dt7:hover{opacity:.8}.profile_editAvatarUpload__oL0vJ{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);color:white;border-radius:50%;opacity:0;transition:opacity .15s ease;cursor:pointer}.profile_editAvatar__x1Dt7:hover .profile_editAvatarUpload__oL0vJ{opacity:1}.profile_editAvatarHint__usWes{font-size:11px;color:#8a8a8a}.profile_editAvatarRemove__phlck{font-size:11px;color:#ef4444;background:none;border:none;cursor:pointer;padding:0}.profile_editAvatarRemove__phlck:hover{opacity:.7}.profile_editField__pkT1I{margin-bottom:16px}.profile_editLabel__FbCau{display:block;font-size:12px;font-weight:600;color:#555;margin-bottom:4px}.profile_editInput__FHQhW,.profile_editTextarea__OyRYv{width:100%;padding:10px 12px;font-family:inherit;font-size:13px;color:#1a1a1a;background:#f5f3ed;border:1px solid #e8e5e0;border-radius:8px;outline:none;transition:border-color .15s ease;box-sizing:border-box}.profile_editInput__FHQhW:focus,.profile_editTextarea__OyRYv:focus{border-color:#8a8a8a;box-shadow:0 0 0 2px rgba(0,0,0,.05)}.profile_editTextarea__OyRYv{resize:none;height:60px}.profile_editCounter___NGTh{display:block;font-size:10px;color:#8a8a8a;text-align:right;margin-top:4px}.profile_editInputWrapper__Vj8zk{display:flex;align-items:center;background:#f5f3ed;border:1px solid #e8e5e0;border-radius:8px;overflow:hidden;transition:border-color .15s ease}.profile_editInputWrapper__Vj8zk:focus-within{border-color:#8a8a8a;box-shadow:0 0 0 2px rgba(0,0,0,.05)}.profile_editInputPrefix__pAMOm{padding:10px 0 10px 12px;font-size:13px;color:#8a8a8a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile_editInputWithPrefix__IV7V5{border:none!important;padding-left:0!important;background:transparent!important}.profile_editInputWithPrefix__IV7V5:focus{box-shadow:none!important}.profile_editSelect__7dEh0{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;color:#1a1a1a;background:#f5f3ed;border:1px solid #e8e5e0;border-radius:8px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;box-sizing:border-box}.profile_editSelect__7dEh0:focus{outline:none;border-color:#1a1a1a}.profile_editHint__bnbeN{display:block;margin-top:6px;font-size:11px;color:#8a8a8a}.profile_editActions__39bzf{display:flex;gap:8px;margin-top:16px}.profile_editBtnCancel__9xGaf{flex:1;padding:10px;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;background:#f5f3ed;color:#555;border:1px solid #e8e5e0;font-family:inherit;transition:background .15s ease}.profile_editBtnCancel__9xGaf:hover{background:#e8e5e0}.profile_editBtnSave__79Ax9{flex:1;padding:10px;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;background:#1a1a1a;color:#fff;border:none;font-family:inherit;transition:background .15s ease}.profile_editBtnSave__79Ax9:hover{background:#555}.profile_editBtnSave__79Ax9:disabled{opacity:.5;cursor:not-allowed}.profile_drawerOverlay__UGMfG{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;animation:profile_fadeIn__vOW1W .2s ease}.profile_drawer__v3TqV{position:fixed;top:0;right:0;width:380px;max-width:90vw;height:100vh;background:#fff;box-shadow:-8px 0 30px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;animation:profile_slideInRight__q690T .3s ease}@keyframes profile_slideInRight__q690T{0%{transform:translateX(100%)}to{transform:translateX(0)}}.profile_drawerHeader__IPWgp{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e8e5e0;background:#f5f3ed}.profile_drawerTitle__ljAeA{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.profile_drawerClose__DOYmw{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#8a8a8a;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.profile_drawerClose__DOYmw:hover{background:#e8e5e0;color:#1a1a1a}.profile_drawerContent__7YJDa{flex:1;overflow-y:auto;padding:24px}.profile_statsGrid__Q0bhS{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.profile_statCard__wS9_P{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f5f3ed;border-radius:12px;text-align:center}.profile_statCardIcon___0BBx{font-size:24px;margin-bottom:8px}.profile_statCardValue__Mjls_{font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.2}.profile_statCardLabel__FKOf1{font-size:12px;color:#8a8a8a;margin-top:4px}.profile_statsToggle__O4Jx6{margin:16px 0 24px;padding:12px 16px;background:#f5f3ed;border-radius:8px}.profile_toggleLabel___CD7a{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile_toggleCheckbox__ruUxW{position:absolute;opacity:0;width:0;height:0}.profile_toggleSwitch__1T9yk{position:relative;width:40px;height:22px;background:#e8e5e0;border-radius:11px;transition:background .15s ease;flex-shrink:0}.profile_toggleSwitch__1T9yk:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:white;border-radius:50%;transition:transform .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.profile_toggleCheckbox__ruUxW:checked+.profile_toggleSwitch__1T9yk{background:#1a1a1a}.profile_toggleCheckbox__ruUxW:checked+.profile_toggleSwitch__1T9yk:after{transform:translateX(18px)}.profile_toggleText__Oju5t{font-size:13px;color:#555}.profile_badgesSectionTitle__3_mq_{font-size:14px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.profile_badgesSectionHint__B_5Ub{font-size:12px;color:#8a8a8a;margin-bottom:12px;padding:8px 12px;background:#f5f3ed;border-radius:6px}.profile_badgesGrid___E_YG{display:flex;flex-direction:column;gap:8px}.profile_badgeItem__1645x{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f5f3ed;border-radius:12px;border:1px solid transparent;transition:background .15s ease,color .15s ease}.profile_badgeItemUnlocked__3EcN_{background:#f0fdf4;border-color:#bbf7d0}.profile_badgeItemLocked__eXvBd{opacity:.7}.profile_badgeItemIcon__RaHB2{font-size:28px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;flex-shrink:0}.profile_badgeItemLocked__eXvBd .profile_badgeItemIcon__RaHB2{filter:grayscale(1);opacity:.5}.profile_badgeItemInfo___Q2_w{flex:1;min-width:0}.profile_badgeItemName__3Z206{display:block;font-size:14px;font-weight:600;color:#1a1a1a}.profile_badgeItemDesc__TzxF6{display:block;font-size:12px;color:#8a8a8a;margin-top:2px}.profile_badgeItemProgress__pmRQn{height:4px;background:#e8e5e0;border-radius:2px;margin-top:8px;overflow:hidden}.profile_badgeItemProgressBar__av6qw{height:100%;background:#3b82f6;border-radius:2px;transition:width .3s ease}.profile_badgeItemProgressText__gsmD5{display:block;font-size:10px;color:#8a8a8a;margin-top:4px}.profile_badgeItemCheck__qzgnf{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#22c55e;color:white;border-radius:50%;font-size:12px;font-weight:700}.profile_commentsOverlay__fADMb{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);animation:profile_fadeIn__vOW1W .2s ease}.profile_commentsContainer__5o9oO{position:relative;width:90%;max-width:500px;max-height:80vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);display:flex;flex-direction:column;animation:profile_slideUp__1tLw_ .2s ease}.profile_commentsHeader__tscR4{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8e5e0}.profile_commentsTitle__qi36b{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.profile_commentsClose__dS8v8{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#8a8a8a;background:none;border:none;cursor:pointer;transition:background .15s ease}.profile_commentsClose__dS8v8:hover{background:#f1efe9}.profile_commentsBody__VLx1m{flex:1;overflow-y:auto;padding:16px 20px}.profile_commentsList__aXvm_{display:flex;flex-direction:column;gap:16px}.profile_commentsEmpty__JLgd0{text-align:center;color:#8a8a8a;padding:32px;font-size:14px}.profile_commentsFooter__20Tk_{padding:16px 20px;border-top:1px solid #e8e5e0}.profile_commentsInputWrapper__ttphI{display:flex;gap:8px;align-items:flex-end}.profile_commentsInput__MXKwn{flex:1;padding:10px 12px;font-family:inherit;font-size:14px;color:#1a1a1a;background:#f5f3ed;border:1px solid #e8e5e0;border-radius:12px;resize:none;outline:none;min-height:40px;max-height:120px}.profile_commentsInput__MXKwn:focus{border-color:#8a8a8a}.profile_commentsSubmit__Tw6MU{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#1a1a1a;color:#fff;border-radius:12px;border:none;cursor:pointer;transition:opacity .15s ease;flex-shrink:0}.profile_commentsSubmit__Tw6MU:disabled{opacity:.3;cursor:not-allowed}.profile_commentsSubmit__Tw6MU:not(:disabled):hover{opacity:.8}.profile_comment__FBD_u{display:flex;flex-direction:column;gap:8px;animation:profile_commentSlideIn__RuyyQ .3s cubic-bezier(.175,.885,.32,1.275) both}@keyframes profile_commentSlideIn__RuyyQ{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.profile_commentMain__IZ3VQ{display:flex;gap:10px}.profile_commentAvatar__cbrcc{width:32px;height:32px;border-radius:50%;background:#f1efe9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile_commentContent__1FA19{flex:1;min-width:0}.profile_commentHeader__ErtvK{display:flex;align-items:center;gap:6px;margin-bottom:2px;flex-wrap:wrap}.profile_commentAuthor__xXfmD{font-size:13px;font-weight:600;color:#1a1a1a}.profile_commentHandle__jHnMm,.profile_commentTime__4lm50{font-size:12px;color:#8a8a8a}.profile_commentText__85_hE{font-size:14px;color:#1a1a1a;line-height:1.4;white-space:pre-wrap;word-break:break-word;margin:0}.profile_commentActions__mdgUF{display:flex;gap:12px;margin-top:4px}.profile_commentDeleteBtn___R0FU,.profile_commentReplyBtn__d6jZp{font-size:12px;color:#8a8a8a;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;transition:color .15s ease}.profile_commentReplyBtn__d6jZp:hover{color:#1a1a1a}.profile_commentDeleteBtn___R0FU:hover{color:#ef4444}.profile_commentReplies__MNwPm{margin-top:8px;display:flex;flex-direction:column;gap:8px}.profile_replyInput__LIWW3{margin-top:8px;margin-left:42px;display:flex;flex-direction:column;gap:6px}.profile_replyInput__LIWW3 textarea{width:100%;padding:8px 12px;font-family:inherit;font-size:13px;color:#1a1a1a;background:#f5f3ed;border:1px solid #e8e5e0;border-radius:8px;resize:none;outline:none;box-sizing:border-box}.profile_replyInput__LIWW3 textarea:focus{border-color:#8a8a8a}.profile_replyActions__2bLBT{display:flex;gap:6px;justify-content:flex-end}.profile_replyCancelBtn__Uf1BR{padding:4px 10px;font-size:12px;font-weight:500;color:#555;background:none;border:none;cursor:pointer;font-family:inherit;border-radius:6px}.profile_replyCancelBtn__Uf1BR:hover{background:#f1efe9}.profile_replySubmitBtn__F2pIB{padding:4px 10px;font-size:12px;font-weight:500;color:#fff;background:#1a1a1a;border:none;cursor:pointer;font-family:inherit;border-radius:6px}.profile_replySubmitBtn__F2pIB:disabled{opacity:.3;cursor:not-allowed}.profile_replySubmitBtn__F2pIB:not(:disabled):hover{opacity:.8}@media (max-width:768px){.profile_backBtn__BnZvD{left:10px}.profile_profileContent__eyz94{gap:4px;padding-top:0;max-width:100%;margin:0}.profile_profileHero__pJLYe{flex-direction:column;align-items:center;padding:12px 14px;border-radius:16px;margin:0 4px;gap:0}.profile_avatar__f2UDF{width:72px;height:72px;border-radius:50%;margin-bottom:4px}.profile_heroContent__ZbJuu{width:100%;gap:0;align-items:center}.profile_heroTop__kGEvh{display:contents}.profile_heroInfo__q_UNZ{text-align:center;align-items:center}.profile_heroName__s_NPs{font-size:18px;letter-spacing:-.3px}.profile_heroUsername__E4sO1{font-size:11px;margin-top:1px}.profile_usernameRow__x8sCO{justify-content:center}.profile_heroInfo__q_UNZ{order:1}.profile_heroBio__irUEr{order:2;font-size:11px;line-height:1.4;text-align:center;margin-top:4px}.profile_heroMeta__n12NM{order:3}.profile_heroActions__j44ey{order:4;margin-top:8px;width:100%;gap:6px;padding:0 24px;justify-content:center}.profile_heroBtn__92rFt{padding:6px 12px;font-size:11px;border-radius:8px;flex:1;justify-content:center}.profile_heroMeta__n12NM{justify-content:center;gap:14px;margin-top:4px;margin-bottom:0;width:100%}.profile_heroStat__oq1Dz{font-size:11px;display:flex;flex-direction:row;align-items:center;gap:4px;color:#2a2a2a;padding:5px 12px;background:#f5f3ed;border-radius:20px}.profile_heroStat__oq1Dz strong{font-size:12px;font-weight:800;display:inline;color:#2a2a2a}.profile_usernameRow__x8sCO{gap:6px;margin-top:2px}.profile_heroLink__6ncPe{font-size:11px}.profile_heroLink__6ncPe svg{width:10px;height:10px}.profile_profileTabs__2tx46{padding:3px;margin:0 auto;max-width:360px;width:100%;gap:3px;background:#e0ddd7;border-radius:12px}.profile_profileTab__UG3ag{padding:4px 10px;font-size:10px;font-weight:600;border-radius:8px;color:#555}.profile_profileTab__UG3ag.profile_profileTabActive__U_rk5{background:#1a1a1a;color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1)}.profile_curateCta__a1wOZ{margin:0 auto;padding:6px 10px;border-radius:16px;max-width:360px;width:100%}.profile_curateCtaText__QacvP{font-size:12px}.profile_curateCtaBtn__NPZu3{font-size:11px;padding:7px 14px}.profile_curateCtaAvatar__xExAo{width:28px;height:28px}.profile_filterTabs___0e_X{margin:0 auto;max-width:360px;width:100%}.profile_itineraryFeed__kP8xx{padding:0 4px 12px;gap:10px;overflow-x:clip}.profile_postCard__LEV63{border-radius:32px;gap:8px;padding:14px;-webkit-tap-highlight-color:transparent;max-width:360px;margin:0 auto}.profile_postCardReveal__hWJ2K{max-width:400px;margin:0 auto}.profile_postCard__LEV63:hover{transform:none;box-shadow:0 0 8px rgba(0,0,0,.03)}.profile_thumbnail__GucHV:hover{transform:none;box-shadow:none}.profile_thumbnail__GucHV:hover .profile_thumbnailImage__7pZn2{transform:none}.profile_postHeader__tWP5E{gap:6px}.profile_postAvatar__MZy4i{width:32px;height:32px;margin-left:0}.profile_postUser__foOSf{flex:1;min-width:0}.profile_postUsername___iBkE{font-size:12px;font-weight:600}.profile_postHandle__FuH3_,.profile_postTimestamp__RVUOV{display:none}.profile_badge__IvHMR{padding:2px 5px;font-size:8px;border-radius:4px}.profile_badgePrice__ie7mO{font-size:9px;padding:2px 5px}.profile_postBadges__Dqf4L{order:10}.profile_postSpacer__Ih4Ny{order:9}.profile_postMenuWrapper__VM5Et{order:11}.profile_postMenuBtn__izlFO{width:28px;height:28px}.profile_postDayTitle__2XRnO{font-size:13px;padding:4px 10px 0}.profile_miniTimeline__FGKiW{padding:4px 10px 0}.profile_miniTimelineTime__7JPTs{font-size:10px}.profile_miniTimelineText__Pf6r1{font-size:11px;color:#2a2a2a}.profile_postBody__DJW4w{margin-left:0;padding:0 4px;gap:2px}.profile_postTitle__9_dtj{font-size:18px;font-weight:700}.profile_postDescription__PbPKq{font-size:12px;color:#2a2a2a}.profile_photoStackEmpty__vb2ZM{width:160px;height:110px;border-radius:12px;font-size:10px}.profile_photoStackEmpty__vb2ZM svg{width:20px;height:20px}.profile_photoStack__nsxFG{width:210px;height:140px;margin:18px auto}.profile_photoStackBack__4OPpP,.profile_photoStackFront__ZaA5s{border-radius:12px}.profile_photoStackCount__pWiIo{font-size:10px;padding:3px 8px;bottom:-6px;right:-6px}.profile_postThumbnails__94R3m{margin:0;padding:0;gap:8px}.profile_thumbnail__GucHV{width:160px;min-width:160px;height:160px}.profile_thumbnailImage__7pZn2{height:110px}.profile_thumbnailInfo__mn20n{padding:8px}.profile_thumbnailTitle__hO6xy{font-size:10px}.profile_thumbnailLabel__VxaQ_{font-size:9px}.profile_postActions__iJdIz{padding:0 4px}.profile_postActionsLeft__1HlKw{gap:4px}.profile_actionBtn__J2iaX{padding:6px 8px}.profile_actionBtn__J2iaX svg{width:14px;height:14px}.profile_actionCount__bRZPj{font-size:10px}.profile_coffeeBtn__sSwHu{padding:4px 8px}.profile_purchasedBadge__mllgJ,.profile_tippedBadge__vC0iU{padding:4px 8px;font-size:10px}.profile_buyBtn__yhEv9{font-size:10px;padding:4px 10px;border-radius:12px}.profile_drawer__v3TqV{top:auto;right:0;bottom:0;left:0;width:100%;max-width:100%;height:auto;max-height:85vh;border-radius:20px 20px 0 0;box-shadow:0 -8px 30px rgba(0,0,0,.15);animation:profile_slideInUp__4n4Fy .3s ease}@keyframes profile_slideInUp__4n4Fy{0%{transform:translateY(100%)}to{transform:translateY(0)}}.profile_drawerHeader__IPWgp{position:relative;padding-top:24px}.profile_drawerHeader__IPWgp:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:36px;height:4px;background:#ddd;border-radius:2px}.profile_editCard__h_8Y7{width:90vw;padding:20px}.profile_commentsContainer__5o9oO{width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;animation:profile_slideInUp__4n4Fy .3s ease}.profile_duplicateIllustration__ACoo_{width:110vw}}.profile_duplicateOverlay__Kxvc5{position:fixed;inset:0;background:#fffffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:99999;animation:profile_duplicateFadeIn__YGQYq .4s ease both;overflow:hidden}.profile_duplicateCard__pVWRc{display:flex;flex-direction:column;align-items:center;width:100%;padding:0}.profile_duplicateIllustration__ACoo_{width:440px;max-width:none;height:auto;animation:profile_duplicateIllPop__WfDS3 .6s cubic-bezier(.175,.885,.32,1.275) .15s both}.profile_duplicateTitle__NXD_m{font-size:52px;font-weight:900;color:#1a1a1a;letter-spacing:-2px;text-align:center;line-height:1.05;margin-top:8px;animation:profile_duplicateTextPop__LHsM_ .5s cubic-bezier(.175,.885,.32,1.275) .5s both}.profile_duplicateSubtitle__SdlGd{font-size:17px;font-weight:500;color:#aaa;text-align:center;margin-top:12px;animation:profile_duplicateTextPop__LHsM_ .5s cubic-bezier(.175,.885,.32,1.275) .7s both}.profile_duplicateDismiss__y6zVr{margin-top:28px;padding:14px 40px;font-size:15px;font-weight:700;color:#fff;background:#1a1a1a;border:none;border-radius:14px;cursor:pointer;font-family:inherit;letter-spacing:-.2px;animation:profile_duplicateTextPop__LHsM_ .5s cubic-bezier(.175,.885,.32,1.275) .9s both;transition:background .15s ease,transform .1s ease;text-decoration:none;display:inline-block}.profile_duplicateDismiss__y6zVr:hover{background:#333}.profile_duplicateDismiss__y6zVr:active{transform:scale(.96)}@keyframes profile_duplicateFadeIn__YGQYq{0%{opacity:0}to{opacity:1}}@keyframes profile_duplicateIllPop__WfDS3{0%{opacity:0;transform:scale(.7) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes profile_duplicateTextPop__LHsM_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}