.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(20,15,5,.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(20,15,5,.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(20,15,5,.12),0 0 0 1px rgba(20,15,5,.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(20,15,5,.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(20,15,5,.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:24px;padding-top:calc(var(--top-nav-height) + 24px);padding-bottom:240px;scrollbar-width:thin;scrollbar-color:rgba(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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_notifCollabActions__HsgTE{display:flex;gap:8px;margin-top:6px}.layout_notifCollabAccept___w7uz{padding:4px 14px;border:none;background:#c49252;color:#fff;font-size:11px;font-weight:700;font-family:inherit;border-radius:6px;cursor:pointer}.layout_notifCollabAccept___w7uz:hover{background:#b07d2e}.layout_notifCollabDecline__RzwHU{padding:4px 14px;border:1px solid #e0dcd6;background:#fff;color:#777;font-size:11px;font-weight:600;font-family:inherit;border-radius:6px;cursor:pointer}.layout_notifCollabDecline__RzwHU:hover{background:#f5f3f0}.layout_notifCollabStatus__mGsiQ{display:inline-block;margin-top:4px;font-size:11px;font-weight:600;color:#16a34a}.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_notifItemIconCollab_invite__2cfdk{background:#fff7ed;color:#c49252}.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:44px 16px 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(20,15,5,0);z-index:2000;transition:background-color .2s ease}.UpgradeModal_overlayVisible__Xcshg{background-color:rgba(20,15,5,.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(20,15,5,.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(20,15,5,0);z-index:2000;transition:background-color .2s ease}.PremiumUpgradeModal_overlayVisible__5ybia{background-color:rgba(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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(20,15,5,.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)}}}.home_homePage__zeRjZ{max-width:740px;margin:0 auto;padding:0 48px;overflow-x:hidden;background:#fffffc;min-height:100vh}@keyframes home_fadeSlideUp__f9Kte{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home_fadeIn__Cjehi{animation:home_fadeSlideUp__f9Kte .5s ease forwards;opacity:0}.home_fadeInDelay1__0kAMo{animation:home_fadeSlideUp__f9Kte .5s ease .1s forwards;opacity:0}.home_fadeInDelay2__dN_LR{animation:home_fadeSlideUp__f9Kte .5s ease .2s forwards;opacity:0}.home_fadeInDelay3__u6umM{animation:home_fadeSlideUp__f9Kte .5s ease .3s forwards;opacity:0}.home_fadeInDelay4__IpNvj{animation:home_fadeSlideUp__f9Kte .5s ease .4s forwards;opacity:0}.home_greeting___JauC{width:100%;max-width:740px;padding:0;margin-bottom:20px;text-align:left}.home_greetingHello__I6vG8{font-size:14px;color:#999;font-weight:600;margin:0 0 6px}.home_greetingHeadline__QH6nX{font-size:38px;font-weight:700;color:#2a2a2a;line-height:1.15;margin:0;letter-spacing:-.5px;min-height:2.1em}.home_typeCursor___IlKe{display:inline-block;width:2px;height:.85em;background:#E07A5F;margin-left:2px;vertical-align:baseline;animation:home_cursorBlink__URq1W .6s ease infinite}@keyframes home_cursorBlink__URq1W{0%,to{opacity:1}50%{opacity:0}}.home_setupPrompts__PBddG{width:100%;max-width:740px;margin-bottom:24px}.home_setupPromptsHeader__1pngu{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.home_setupPromptsLabel__sbl3A{font-size:12px;font-weight:700;color:#b0b0b0;text-transform:uppercase;letter-spacing:.3px}.home_setupPromptsDismiss__w85L0{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:#bbb;cursor:pointer;border-radius:6px;transition:background .15s ease,color .15s ease}.home_setupPromptsDismiss__w85L0:hover{background:#f0ede8;color:#888}.home_setupPromptsRow__FNZEc{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.home_setupPromptsRow__FNZEc::-webkit-scrollbar{display:none}.home_setupPromptCard___JR2D{display:flex;align-items:center;gap:10px;flex:1;min-width:200px;padding:12px 14px;background:#fff;border:1.5px solid #eee;border-radius:14px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;text-decoration:none;color:inherit}.home_setupPromptCard___JR2D:hover{border-color:#E07A5F;box-shadow:0 2px 8px rgba(224,122,95,.1)}.home_setupPromptIcon__8eWvM{width:34px;height:34px;border-radius:10px;background:#fef3ed;color:#E07A5F;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home_setupPromptText__k82p3{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.home_setupPromptLabel__q1QBe{font-size:13px;font-weight:600;color:#1a1a1a}.home_setupPromptDesc__y_73S{font-size:11px;color:#999}.home_setupPromptArrow__D6HVf{color:#ccc;flex-shrink:0;transition:color .15s ease,transform .15s ease}.home_setupPromptCard___JR2D:hover .home_setupPromptArrow__D6HVf{color:#E07A5F;transform:translateX(2px)}@media (max-width:768px){.home_setupPromptsRow__FNZEc{flex-direction:column}.home_setupPromptCard___JR2D{min-width:0}}.home_workflow__uf3lz{width:100%;max-width:740px;margin-bottom:28px;overflow:visible;padding:4px}.home_workflowHeader__Duhos{display:flex;align-items:center;justify-content:flex-start;margin-bottom:14px}.home_workflowToggle__tPuhl{display:inline-flex;align-items:center;gap:2px;padding:3px;background:rgba(224,122,95,.1);border-radius:999px;box-shadow:0 1px 3px rgba(196,122,90,.08)}.home_workflowToggleOption__imbq7{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:transparent;border:none;border-radius:999px;font-family:inherit;font-size:12px;font-weight:500;color:#b0998c;cursor:pointer;transition:color .2s ease,background .25s ease,box-shadow .25s ease;line-height:1;white-space:nowrap}.home_workflowToggleOption__imbq7:hover:not(.home_workflowToggleOptionActive__NjlRT){color:#c47a5a}.home_workflowToggleOptionActive__NjlRT{background:#fff;color:#c47a5a;box-shadow:0 1px 3px rgba(196,122,90,.18)}.home_workflowToggleIcon__R7AmA{flex-shrink:0}.home_workflowLabel__tArUb,.home_workflowToggleThumb__vsTsR{display:none}.home_workflowToggleActive__tcM12{background:rgba(224,122,95,.1)}.home_checklist__hCXBo{position:relative;overflow:hidden;background:#fff;border-radius:18px;border:1px solid #f0ede8;padding:20px;box-shadow:0 2px 12px rgba(20,15,5,.04);animation:home_fadeSlideUp__f9Kte .3s ease forwards}.home_checklist__hCXBo:before{content:"";position:absolute;inset:-30%;pointer-events:none;z-index:0;opacity:.05;background:url("data:image/svg+xml,%3Csvg width='80' height='8' viewBox='0 0 80 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q20 0 40 4 Q60 8 80 4' fill='none' stroke='%231a2744' stroke-width='0.5'/%3E%3C/svg%3E");background-size:80px 7px;transform:rotate(-12deg);transform-origin:center}.home_checklist__hCXBo>*{position:relative;z-index:1}.home_checklistInputRow__Rtha2{display:flex;align-items:center;gap:8px;margin-bottom:12px}.home_checklistInput__T6mIG{flex:1;padding:10px 14px;font-size:13px;font-family:inherit;color:#1a1a1a;background:#fffffc;border:1.5px solid #e8e5e0;border-radius:12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.home_checklistInput__T6mIG:focus{border-color:#E07A5F;box-shadow:0 0 0 3px rgba(224,122,95,.1)}.home_checklistInput__T6mIG::-moz-placeholder{color:#bbb}.home_checklistInput__T6mIG::placeholder{color:#bbb}.home_checklistAddBtn__89_4O{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#E07A5F;color:#fff;border:none;border-radius:10px;cursor:pointer;flex-shrink:0;transition:opacity .15s ease,transform .1s ease}.home_checklistAddBtn__89_4O:hover{opacity:.9}.home_checklistAddBtn__89_4O:active{transform:scale(.95)}.home_checklistAddBtn__89_4O:disabled{background:#e0ddd8;color:#bbb;cursor:not-allowed}.home_checklistEmpty__QGWjE{display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px 0 16px;color:#ccc}.home_checklistEmpty__QGWjE p{font-size:13px;font-weight:500;color:#bbb;margin:0}.home_checklistEmpty__QGWjE span{font-size:11px;color:#d0ccc4}.home_checklistItems__2JwCD{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(20,15,5,.1) transparent}.home_checklistItems__2JwCD::-webkit-scrollbar{width:4px}.home_checklistItems__2JwCD::-webkit-scrollbar-track{background:transparent}.home_checklistItems__2JwCD::-webkit-scrollbar-thumb{background:rgba(20,15,5,.1);border-radius:2px}.home_checklistItem__GATTB{display:flex;align-items:flex-start;gap:10px;padding:8px 6px;border-radius:10px;transition:background .15s ease;animation:home_fadeSlideUp__f9Kte .25s ease forwards;min-width:0}.home_checklistItem__GATTB:hover{background:#fffffc}.home_checklistCheck__kkM53{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:transform .15s ease}.home_checklistCheck__kkM53:active{transform:scale(.85)}.home_checklistItemDone__XmTVm .home_checklistCheck__kkM53 svg{animation:home_checkPop__ACIGZ .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes home_checkPop__ACIGZ{0%{transform:scale(1)}30%{transform:scale(1.4)}60%{transform:scale(.85)}to{transform:scale(1)}}.home_checklistText__SVwrb{flex:1;min-width:0;font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4;overflow-wrap:break-word;word-break:break-word;transition:color .15s ease,opacity .15s ease}.home_checklistItemDone__XmTVm .home_checklistText__SVwrb{text-decoration:line-through;color:#bbb;opacity:.7}.home_checklistDelete_____15{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;color:#ddd;border-radius:6px;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease;flex-shrink:0}.home_checklistItem__GATTB:hover .home_checklistDelete_____15{opacity:1}.home_checklistDelete_____15:hover{color:#ef4444;background:rgba(239,68,68,.08)}.home_checklistFooter__6vcBI{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid #f0ede8}.home_checklistCount__ACl_W{font-size:11px;font-weight:600;color:#bbb}.home_checklistClear__utSIG{font-size:11px;font-weight:500;color:#E07A5F;background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:6px;font-family:inherit;transition:background .15s ease}.home_checklistClear__utSIG:hover{background:rgba(224,122,95,.08)}.home_stack__FdihH{display:flex;flex-direction:column;width:100%;padding-bottom:18px;overflow:visible}@keyframes home_cardPopIn___LzQJ{0%{opacity:0;transform:scale(.96) translateY(14px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes home_cardSwipeFromLeft1__pCUI_{0%{opacity:0;transform:translateX(-60px) scale(.97) rotate(1.2deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(1.2deg)}}@keyframes home_cardSwipeFromRight__YQBNx{0%{opacity:0;transform:translateX(60px) scale(.97) rotate(-2.5deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(-2.5deg)}}@keyframes home_cardSwipeFromLeft2__N5QUd{0%{opacity:0;transform:translateX(-60px) scale(.97) rotate(2deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(2deg)}}.home_stack__FdihH>.home_card__2vzcV:first-child,.home_stack__FdihH>.home_recentCard__TmPpK:first-child{animation-name:home_cardSwipeFromLeft1__pCUI_;animation-delay:0s;transform:rotate(1.2deg);z-index:0}.home_stack__FdihH>.home_card__2vzcV:first-child:hover,.home_stack__FdihH>.home_recentCard__TmPpK:first-child:hover{transform:translateY(-2px) rotate(1.2deg)}.home_stack__FdihH>.home_card__2vzcV:nth-child(2),.home_stack__FdihH>.home_recentCard__TmPpK:nth-child(2){animation-name:home_cardSwipeFromRight__YQBNx;animation-delay:.12s;transform:rotate(-2.5deg);z-index:1}.home_stack__FdihH>.home_card__2vzcV:nth-child(2):hover,.home_stack__FdihH>.home_recentCard__TmPpK:nth-child(2):hover{transform:translateY(-2px) rotate(-2.5deg)}.home_stack__FdihH>.home_card__2vzcV:nth-child(3),.home_stack__FdihH>.home_recentCard__TmPpK:nth-child(3){animation-name:home_cardSwipeFromLeft2__N5QUd;animation-delay:.22s;transform:rotate(2deg);z-index:2}.home_stack__FdihH>.home_card__2vzcV:nth-child(3):hover,.home_stack__FdihH>.home_recentCard__TmPpK:nth-child(3):hover{transform:translateY(-2px) rotate(2deg)}.home_stack__FdihH>.home_recentCardAdd__qwZ4p:nth-child(4){transform:none;z-index:3}.home_stack__FdihH>.home_recentCardAdd__qwZ4p:nth-child(4):hover{transform:translateY(-2px)}.home_card__2vzcV{width:84%;max-width:580px;align-self:center;background:#fff;border-radius:24px;box-shadow:inset 0 0 0 6px rgba(255,255,255,.65),inset 0 3px 0 rgba(255,255,255,.9),0 4px 20px rgba(20,15,5,.08),0 1px 4px rgba(20,15,5,.04);overflow:hidden;animation:home_cardPopIn___LzQJ .5s cubic-bezier(.175,.885,.32,1.275) both;transition:transform .2s ease,box-shadow .2s ease}.home_card__2vzcV:not(:first-child){margin-top:-110px}.home_card__2vzcV:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(20,15,5,.1),0 2px 6px rgba(20,15,5,.05)}.home_stack__FdihH>.home_card__2vzcV:last-child{box-shadow:0 10px 28px rgba(20,15,5,.09),0 2px 6px rgba(20,15,5,.05)}.home_stack__FdihH>.home_recentCard__TmPpK:last-child{box-shadow:0 10px 24px rgba(20,15,5,.22),0 2px 6px rgba(20,15,5,.12)}.home_cardImgFile__5ieLe{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.home_recentCard__TmPpK{position:relative;width:84%;max-width:580px;align-self:center;aspect-ratio:5/4;border-radius:26px;background:#e8e8e8;background-size:cover;background-position:50%;overflow:hidden;cursor:pointer;box-shadow:inset 0 0 0 6px rgba(255,255,255,.65),inset 0 3px 0 rgba(255,255,255,.9),0 4px 14px rgba(20,15,5,.18),0 1px 3px rgba(20,15,5,.1);transition:transform .15s ease,box-shadow .15s ease;text-decoration:none;animation:home_cardPopIn___LzQJ .5s cubic-bezier(.175,.885,.32,1.275) both}.home_recentCard__TmPpK:not(:first-child){margin-top:-110px}.home_recentCard__TmPpK:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(20,15,5,.22),0 2px 4px rgba(20,15,5,.12)}.home_recentCardNoImage__x4VdV{background:linear-gradient(135deg,#f2e8e0,#e8d8cc 60%,#deccbf);box-shadow:inset 0 0 0 6px rgba(255,255,255,.7),inset 0 3px 0 rgba(255,255,255,.95),0 4px 14px rgba(20,15,5,.12),0 1px 3px rgba(20,15,5,.08)}.home_recentCardNoImage__x4VdV:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(80,50,35,.08) 0,transparent 50%);z-index:1}.home_recentCardNoImage__x4VdV .home_recentCardTitle__INfB0{color:#6b4a34;text-shadow:none}.home_recentCardNoImage__x4VdV .home_recentBadge__Zu4NL{background:rgba(255,255,255,.9)}.home_recentCardPlaceholder__84AXp{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.home_recentCardHasImage__suRKL:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,15,5,.45) 0,rgba(20,15,5,.1) 35%,rgba(20,15,5,.05));z-index:1}.home_recentCardTitle__INfB0{position:absolute;top:14px;right:16px;max-width:60%;font-size:15px;font-weight:600;color:#fff;z-index:2;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;text-shadow:0 1px 4px rgba(20,15,5,.5)}.home_recentCardAdd__qwZ4p{height:60px;border-radius:24px;background:#f5f5f5;border:3px solid #fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(20,15,5,.08);cursor:pointer}.home_recentCardAdd__qwZ4p:before{display:none!important}.home_recentCardAdd__qwZ4p svg{color:#bbb;transition:color .15s ease}.home_recentCardAdd__qwZ4p:hover{transform:translateY(-2px)}.home_recentCardAdd__qwZ4p:hover svg{color:#999}.home_recents__v1pfh{width:100%;max-width:680px;margin-top:2px;position:relative}.home_recentsLabel__tLbeL{font-size:12px;font-weight:500;color:#aaa;letter-spacing:.2px;margin-bottom:14px}.home_recentBadge__Zu4NL{position:absolute;top:12px;left:12px;font-size:9px;font-weight:600;letter-spacing:.3px;padding:3px 8px;border-radius:6px;z-index:2;text-transform:uppercase}.home_recentBadgePublished__ea1k1{background:rgba(255,255,255,.85);color:#16a34a}.home_recentBadgeDraft__vDDVi{background:rgba(255,255,255,.85);color:#999}.home_continueSection__U_YmJ{width:100%;max-width:680px;margin:24px auto 56px;display:flex;flex-direction:column;align-items:center}.home_continueLoading__rBnMs{display:flex;align-items:center;justify-content:center;padding:40px}.home_continueSkeleton__tIYdM{display:flex;align-items:center;width:100%;padding:16px 20px;background:#f0f0f0;border-radius:14px;gap:16px}.home_continueSkeletonText__Iq7mq{display:flex;flex-direction:column;gap:6px;flex:1}.home_upgradeCard__8F2Kp{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px;width:100%;max-width:600px;margin:0 auto 40px}.home_upgradeTop__e39q9{display:flex;align-items:center;gap:12px;margin-bottom:16px}.home_upgradeBadge__3qtvw{width:36px;height:36px;background:linear-gradient(135deg,#e8c4a0,#d9a57e);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.home_upgradeTitle__vezjg{font-size:16px;font-weight:700;margin:0;color:#1a1a1a}.home_upgradePrice__k1hdX{font-size:24px;font-weight:800;color:#1a1a1a;margin:0}.home_upgradePrice__k1hdX span{font-size:13px;font-weight:500;color:#888}.home_upgradeFeatures__IanpD{margin:16px 0;display:flex;flex-direction:column;gap:8px}.home_upgradeFeature__f1K4e{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}.home_upgradeFeature__f1K4e svg{color:#16a34a;flex-shrink:0}.home_upgradeBtn__jwOkM{width:100%;padding:12px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s ease}.home_upgradeBtn__jwOkM:hover{opacity:.9}.home_upgradeNote__7lyw5{font-size:11px;color:#999;margin:10px 0 0;font-style:italic;text-align:center}.home_recentsEmpty__n2nP5{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 0;width:100%}.home_recentsEmptyIcon__z3FQZ{color:#ccc;margin-bottom:2px}.home_recentsEmptyText__BcXxa{font-size:13px;color:#bbb;font-weight:500;margin:0}.home_recentsEmptyCta__zUFRp{font-size:12px;color:#999;margin:0}.home_footer__S6nG_{text-align:center;padding:48px 24px 24px;max-width:740px;margin-top:32px;border-top:1px solid #eee}.home_footerLinks__U5fHT{display:flex;justify-content:center;gap:24px;margin-bottom:12px}.home_footerLink__p0f9_{font-size:13px;color:var(--color-text-muted,#8a8a8a);text-decoration:none}.home_footerLink__p0f9_:hover{color:var(--color-text-primary,#1a1a1a)}.home_footerCopy__9V_1P{font-size:12px;color:#999;margin:4px 0}.home_continueBtn__GbCWK{position:relative;width:100%;display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f0f0f0;color:#1a1a1a;font-size:15px;font-weight:600;text-decoration:none;border-radius:14px;border:none;cursor:pointer;transition:background .15s ease,color .15s ease;overflow:hidden;font-family:inherit}.home_continueBtn__GbCWK:hover{background:#e8e8e8}.home_continueBtn__GbCWK:active{transform:scale(.98)}.home_continueBtnEmpty__Z5XMD{background:#f0f0f0}.home_continueBtnEmpty__Z5XMD:hover{background:#e8e8e8}.home_continueText__FOUMr{display:flex;flex-direction:column;align-items:flex-start;gap:1px;flex:1}.home_continueTitle__u7heO{font-size:14px;font-weight:600;color:#333}.home_continueSubtitle__byrIj{font-size:12px;font-weight:400;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.home_continueTime__kCSAE{color:#bbb;font-weight:400}.home_continueArrow__UFpKM{color:#bbb;transition:transform .15s ease,color .15s ease;flex-shrink:0}.home_continueBtn__GbCWK:hover .home_continueArrow__UFpKM{transform:translateX(3px);color:#888}.home_premiumStatus__bkfGJ{display:flex;flex-direction:column;align-items:flex-start;padding:20px 24px;background:#f7f7f7;border:none;border-radius:14px;width:100%;max-width:600px;margin:0 auto}.home_premiumStatusIcon__VpwZf{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#1a1a1a;color:#fff;margin-bottom:12px}.home_premiumStatusTitle__uKNYk{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 2px}.home_premiumStatusSubtitle__Art5u{font-size:12px;color:#999;margin:0 0 14px}.home_premiumStatusPerks__c62dN{display:flex;flex-wrap:wrap;gap:6px 12px;width:100%}.home_premiumStatusPerk__cSUZb{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}.home_premiumStatusPerk__cSUZb svg{flex-shrink:0;color:#1a1a1a}.home_skeleton__gGE00{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:home_shimmer__lfpaI 1.5s infinite;border-radius:8px;display:inline-block}@keyframes home_shimmer__lfpaI{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:769px){.home_workflow__uf3lz{width:100%;max-width:740px;margin-left:0;padding:0;overflow:visible}.home_greetingHeadline__QH6nX{font-size:48px}.home_stack__FdihH{flex-direction:row;justify-content:center;align-items:flex-start;padding:8px 4px 24px}.home_stack__FdihH>.home_card__2vzcV,.home_stack__FdihH>.home_recentCard__TmPpK{width:36%;max-width:240px;align-self:flex-start}.home_stack__FdihH>.home_card__2vzcV:not(:first-child),.home_stack__FdihH>.home_recentCard__TmPpK:not(:first-child){margin-top:0;margin-left:-42px}.home_recentCardTitle__INfB0{top:auto;bottom:12px;left:14px;right:14px;max-width:none;font-size:13px;text-align:left}.home_recentCardHasImage__suRKL:before{background:linear-gradient(0deg,rgba(20,15,5,.65) 0,rgba(20,15,5,.1) 45%,rgba(20,15,5,.05))}}@media (max-width:768px){.home_homePage__zeRjZ{padding:0 10px}.home_greeting___JauC{margin-bottom:8px}.home_workflow__uf3lz{margin-bottom:8px;overflow:visible}.home_greetingHeadline__QH6nX{font-size:34px}.home_recentCard__TmPpK{width:82%;border-radius:22px}.home_recentCard__TmPpK:not(:first-child){margin-top:-80px}.home_card__2vzcV{width:82%}.home_card__2vzcV:not(:first-child){margin-top:-80px}.home_recentCardAdd__qwZ4p{height:54px;border-radius:22px}.home_recentCardTitle__INfB0{font-size:14px;top:12px;right:14px}.home_recentBadge__Zu4NL{font-size:8px;padding:2px 6px;top:10px;left:10px}.home_statItem__IB1bb{font-size:12px}.home_checklist__hCXBo{padding:12px;border-radius:14px}.home_checklistInput__T6mIG{padding:9px 12px;font-size:13px}.home_checklistAddBtn__89_4O{width:34px;height:34px;border-radius:9px}.home_checklistDelete_____15{opacity:1}}.home_pageFadeTop__y5pXE{top:0;height:60px;background:linear-gradient(180deg,#fffffc 35%,rgba(255,255,252,0));mask-image:linear-gradient(180deg,black 35%,transparent);-webkit-mask-image:linear-gradient(180deg,black 35%,transparent)}.home_pageFadeBottom__QT2bF,.home_pageFadeTop__y5pXE{position:fixed;left:0;right:0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:none;z-index:90}.home_pageFadeBottom__QT2bF{bottom:0;height:70px;background:linear-gradient(0deg,#fffffc 35%,rgba(255,255,252,0));mask-image:linear-gradient(0deg,black 35%,transparent);-webkit-mask-image:linear-gradient(0deg,black 35%,transparent)}.liked_likedPage__9bLVh{max-width:740px;margin:0 auto;padding:32px 16px 80px}.liked_pageHeader__pV4v6{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:#2a2a2a}.liked_pageHeader__pV4v6 h1{font-size:22px;font-weight:700;margin:0}.liked_pageHeader__pV4v6 svg{flex-shrink:0}.liked_loadingState__EpTsB{display:flex;justify-content:center;align-items:center;min-height:200px}.liked_spinner__o_EaN{width:32px;height:32px;border:3px solid #f1efe9;border-top-color:#d9a57e;border-radius:50%;animation:liked_spin__b_r0W .8s linear infinite}@keyframes liked_spin__b_r0W{to{transform:rotate(1turn)}}.liked_emptyState___Im7v{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 20px;text-align:center}.liked_emptyState___Im7v p{font-size:16px;font-weight:600;color:#555;margin:8px 0 0}.liked_emptyState___Im7v span{font-size:13px;color:#8a8a8a}.liked_itineraryFeed__a_bZh{display:flex;flex-direction:column;gap:14px;width:100%}.liked_postCard__37m1k{display:flex;flex-direction:column;gap:10px;padding:18px;width:100%;background:#fff;border:1px solid #e8e8e8;border-radius:24px;box-shadow:0 2px 10px rgba(20,15,5,.06);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)}.liked_postCard__37m1k:hover{box-shadow:0 8px 30px rgba(20,15,5,.08),0 2px 8px rgba(217,165,126,.1);transform:translateY(-4px) scale(1.01)}.liked_postCardReveal__nAGE3{opacity:0;transform:translateY(24px) scale(.98);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.liked_postCardVisible__PtQbW{opacity:1;transform:translateY(0) scale(1)}.liked_postHeader__ipJlQ{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.liked_postAvatar__48qVR{width:36px;height:36px;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}.liked_postUser___j47t{display:flex;flex-direction:column;gap:1px}.liked_postUsername__uKKDw{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.2;display:flex;align-items:center;gap:4px}.liked_postHandle__GW_QC{font-size:11px;color:#8a8a8a;line-height:1.2}.liked_postTimestamp__mqdLs{font-size:11px;color:#8a8a8a;margin-left:4px}.liked_verifiedBadge__PaWEe{flex-shrink:0}.liked_postBadges__maEy7{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.liked_badge__1WBpz{padding:3px 8px;font-size:10px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;opacity:0;animation:liked_badgePopIn__LwWby .3s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes liked_badgePopIn__LwWby{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.liked_badgeDuration__EX9VI{background:#dbeafe;color:#2563eb}.liked_badgeItinerary__X3EjN{background:#e0f2fe;color:#0369a1}.liked_badgeBucketList__sqKCh{background:#fef3c7;color:#b45309}.liked_badgeVisited__LNOFR{background:#d1fae5;color:#047857}.liked_badgePrice__sdLQR{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:linear-gradient(135deg,#fff5eb,#ffe8d6);color:#b8835a;font-size:12px;font-weight:700;border-radius:20px;border:1px solid #f5d4c0}.liked_badgePrice__sdLQR svg{width:14px;height:14px}.liked_postSpacer__gIuf7{flex:1}.liked_postBody__NDJh4{display:flex;flex-direction:column;gap:3px;padding:10px 14px 4px}.liked_postTitle__S5amp{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}.liked_postDescription__fQadW{font-size:13px;color:#555;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.liked_postDayHero__2E7Wl{width:calc(100% - 16px);margin:0 auto;aspect-ratio:4/3;background:#f1efe9;background-size:cover;background-position:50%;position:relative;border-radius:18px;overflow:hidden}.liked_postDayBadge__zmxLk{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700;color:#1a1a1a;letter-spacing:.02em;box-shadow:0 1px 6px rgba(20,15,5,.1);z-index:1}.liked_postDayInfo__W_4gy{position:absolute;bottom:0;left:0;right:0;padding:24px 14px 12px;background:linear-gradient(transparent,rgba(20,15,5,.5));display:flex;flex-direction:column;gap:2px}.liked_postDayTitle__djXcr{font-size:15px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(20,15,5,.3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.liked_postDayLabel__PwjBv{font-size:11px;color:rgba(255,255,255,.85);text-shadow:0 1px 2px rgba(20,15,5,.3)}.liked_postThumbnails__STgGL{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;margin-left:20px;margin-right:10px}.liked_postThumbnails__STgGL::-webkit-scrollbar{display:none}.liked_thumbnail__TfWnV{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}.liked_thumbnail__TfWnV:hover{box-shadow:0 6px 20px rgba(20,15,5,.08);transform:translateY(-3px)}.liked_thumbnailImage__zyog0{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)}.liked_thumbnail__TfWnV:hover .liked_thumbnailImage__zyog0{transform:scale(1.05)}.liked_thumbnailImage__zyog0: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}.liked_thumbnail__TfWnV:hover .liked_thumbnailImage__zyog0:after{opacity:1}.liked_thumbnailInfo__60pUv{display:flex;flex-direction:column;justify-content:center;flex:1;gap:2px;text-align:center;padding:8px}.liked_thumbnailTitle__Y8Dcr{font-size:14px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.liked_thumbnailLabel__8R_Ci{font-size:12px;color:#8a8a8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.liked_postActions__qjqPS{display:flex;align-items:center;justify-content:space-between}.liked_actionBtn__IE8QP,.liked_postActionsLeft__BYuA_{display:flex;align-items:center;gap:4px}.liked_actionBtn__IE8QP{padding:8px 12px;border-radius:8px;color:#555;background:none;border:none;cursor:pointer;font-family:inherit;font-size:13px;transition:background .15s ease}.liked_actionBtn__IE8QP:hover{background:#f1efe9;color:#1a1a1a}.liked_actionBtnLiked__gndGA svg{animation:liked_heartBounce__vMUol .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes liked_heartBounce__vMUol{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}.liked_actionCount__VPA0I{font-size:13px}.liked_shareBtn__ioh_V{position:relative}.liked_shareTooltip__X0c36{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#1a1a1a;color:#fff;font-size:11px;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;animation:liked_fadeInUp__sT0il .2s ease}@keyframes liked_fadeInUp__sT0il{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.liked_likedPage__9bLVh{padding:16px 12px 100px}.liked_pageHeader__pV4v6 h1{font-size:18px}.liked_postBadges__maEy7{display:none}.liked_thumbnail__TfWnV{width:180px;min-width:180px;height:180px}.liked_thumbnailImage__zyog0{height:126px}.liked_postDayHero__2E7Wl{border-radius:14px;width:calc(100% - 12px)}.liked_postDayBadge__zmxLk{font-size:11px;padding:4px 11px;top:8px;left:8px}.liked_postDayTitle__djXcr{font-size:13px}.liked_postDayLabel__PwjBv{font-size:10px}.liked_postBody__NDJh4{padding:8px 10px 2px}}.search_searchPage__O17un{max-width:680px;margin:0 auto;padding:0 16px 24px}.search_inputWrapper__VYnt6{display:flex;align-items:center;gap:10px;background:var(--color-bg-card,#ffffff);border:1.5px solid var(--color-stroke,#e8e5e0);border-radius:14px;padding:12px 16px;transition:border-color .15s,box-shadow .15s}.search_inputWrapper__VYnt6:focus-within{border-color:#c9936a;box-shadow:0 0 0 3px rgba(201,147,106,.1)}.search_searchIcon__AFk5b{color:var(--color-text-muted,#8a8a8a);flex-shrink:0}.search_searchInput__LH4xM{flex:1;border:none;outline:none;background:transparent;font-size:15px;font-family:inherit;color:var(--color-text-primary,#1a1a1a)}.search_searchInput__LH4xM::-moz-placeholder{color:var(--color-text-muted,#8a8a8a)}.search_searchInput__LH4xM::placeholder{color:var(--color-text-muted,#8a8a8a)}.search_clearBtn__ZuNxN{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#f1efe9;border-radius:50%;cursor:pointer;color:#8a8a8a;flex-shrink:0;transition:background .15s ease,color .15s ease}.search_clearBtn__ZuNxN:hover{background:#e8e5e0;color:#555}.search_results__lsuhN{margin-top:16px;background:var(--color-bg-card,#ffffff);border:1px solid var(--color-stroke,#e8e5e0);border-radius:14px;overflow:hidden}.search_empty__yTzxl{padding:48px 20px;text-align:center;color:var(--color-text-muted,#8a8a8a);font-size:14px}.search_resultItem__hMzDW{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--color-stroke,#e8e5e0);cursor:pointer;transition:background .15s ease;text-decoration:none;color:inherit}.search_resultItem__hMzDW:last-child{border-bottom:none}.search_resultAvatar__Q8RIJ,.search_resultItem__hMzDW:hover{background:var(--color-bg-secondary,#f1efe9)}.search_resultAvatar__Q8RIJ{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:16px;color:var(--color-text-secondary,#555555)}.search_resultInfo__35RtH{flex:1;min-width:0}.search_resultName__5odRR{font-weight:600;font-size:14px;color:var(--color-text-primary,#1a1a1a);display:flex;align-items:center}.search_resultBio__Zzi0a,.search_resultHandle__KXC1x{font-size:12px;color:var(--color-text-muted,#8a8a8a)}.search_resultBio__Zzi0a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.search_resultArrow__yAnri{color:#ccc;flex-shrink:0;transition:transform .15s ease}.search_resultItem__hMzDW:hover .search_resultArrow__yAnri{transform:translateX(2px);color:#999}@media (max-width:768px){.search_searchPage__O17un{padding:52px 12px 16px}}.subscription_container__z2Mae{display:flex;flex-direction:column;gap:16px;max-width:560px;margin:0 auto;padding:20px}.subscription_loadingState__z_dUK{display:flex;align-items:center;justify-content:center;padding:60px;color:#8a8a8a;font-size:14px}.subscription_backBtn__uEz6T{display:inline-flex;align-items:center;gap:4px;padding:4px 0;font-size:12px;font-weight:500;font-family:inherit;color:#8a8a8a;background:none;border:none;cursor:pointer;transition:color .15s ease;align-self:flex-start}.subscription_backBtn__uEz6T:hover{color:#555}.subscription_title___tEsU{font-size:24px;font-weight:800;color:#1a1a1a;letter-spacing:-.5px;margin:0}.subscription_planCard__s5oS1{background:#fff;border:1px solid #efefef;border-radius:16px;padding:20px;box-shadow:0 0 8px rgba(20,15,5,.03)}.subscription_planCardHeader__GEGCf{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.subscription_planBadge__W5EZ2{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:13px;font-weight:700;border-radius:20px;background:#f5f3ed;color:#8a8a8a}.subscription_planBadge__W5EZ2 svg{flex-shrink:0}.subscription_planCard__s5oS1:has(.subscription_planBadge__W5EZ2 span:first-of-type) .subscription_planBadge__W5EZ2{background:linear-gradient(135deg,#fff5eb,#ffe8d6);color:#b8835a}.subscription_pastDueBadge__PZMiq{display:inline-flex;padding:3px 8px;font-size:10px;font-weight:600;color:#b45309;background:#fef3c7;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.subscription_planDetails__UYzNg{display:flex;flex-direction:column;gap:12px}.subscription_planDetail__UZpv6{display:flex;align-items:center;justify-content:space-between}.subscription_planDetailLabel__P3T9y{font-size:13px;color:#8a8a8a}.subscription_planDetailValue__pmRmC{font-size:13px;font-weight:600;color:#1a1a1a}.subscription_planDetailHighlight__VbHHI{color:#c99700}.subscription_planNote__TeHiV{font-size:13px;color:#8a8a8a;margin:0;line-height:1.5}.subscription_limitsCard__zEDd_{background:#fff;border:1px solid #efefef;border-radius:16px;padding:20px;box-shadow:0 0 8px rgba(20,15,5,.03)}.subscription_limitsTitle__g0AyQ{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 14px}.subscription_limitsGrid__xpnqo{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.subscription_limitItem__B65xU{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:#f5f3ed;border-radius:12px;text-align:center}.subscription_limitValue__1KQMw{font-size:20px;font-weight:700;color:#c99700}.subscription_limitLabel__NX61a{font-size:11px;color:#8a8a8a;line-height:1.3}.subscription_actions__Wustq{display:flex;flex-direction:column;gap:8px}.subscription_upgradeBtn__fvL39{display:flex;align-items:center;justify-content:center;gap:8px;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}.subscription_upgradeBtn__fvL39:hover{opacity:.9}.subscription_renewBtn__ikMrR{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:700;font-family:inherit;color:#1a1a1a;background:#fff;border:1px solid #efefef;border-radius:12px;cursor:pointer;transition:background .15s ease}.subscription_renewBtn__ikMrR:hover{background:#f5f3ed}.subscription_featuresCard__ZR2SX{background:#fff;border:1px solid #efefef;border-radius:16px;padding:20px;box-shadow:0 0 8px rgba(20,15,5,.03)}.subscription_featuresTitle__s_d6K{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 14px}.subscription_featuresList__E_V5w{display:flex;flex-direction:column;gap:10px}.subscription_featureItem__vDdqw{display:flex;align-items:center;gap:10px;font-size:13px;color:#555}.subscription_featureItem__vDdqw svg{color:#22c55e;flex-shrink:0}@media (max-width:768px){.subscription_container__z2Mae{padding:12px;gap:12px}.subscription_title___tEsU{font-size:20px}.subscription_limitsGrid__xpnqo{grid-template-columns:repeat(2,1fr)}.subscription_featuresCard__ZR2SX,.subscription_limitsCard__zEDd_,.subscription_planCard__s5oS1{padding:16px;border-radius:14px}}.TipModal_overlay__Zs4F_{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(20,15,5,0);z-index:2000;transition:background-color .2s ease;padding:16px}.TipModal_overlayVisible__81XC8{background-color:rgba(20,15,5,.4)}.TipModal_modal__ilu5m{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:32px 28px 24px;background:linear-gradient(180deg,#fffcfa,#fff9f5);border-radius:20px;box-shadow:0 20px 60px rgba(20,15,5,.2);transform:scale(.9) translateY(20px);opacity:0;transition:transform .25s ease,opacity .25s ease}.TipModal_overlayVisible__81XC8 .TipModal_modal__ilu5m{transform:scale(1) translateY(0);opacity:1}.TipModal_closeBtn__6Q7dP{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}.TipModal_closeBtn__6Q7dP:hover{background:#e5e5e5;color:#666}.TipModal_header__q4TIi{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px}.TipModal_avatar__YSbeL{width:56px;height:56px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#fdf5eb,#f5d4b8);display:flex;align-items:center;justify-content:center;flex-shrink:0}.TipModal_avatar__YSbeL img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.TipModal_avatar__YSbeL span{font-size:22px;font-weight:700;color:#c9936a}.TipModal_title__DA3HU{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;text-align:center}.TipModal_creatorName__cz08u{color:#c9936a}.TipModal_subtitle__EmLOx{font-size:13px;color:#888;text-align:center;line-height:1.5;margin:0}.TipModal_amounts__cdOPP{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;margin-bottom:16px}.TipModal_amountBtn__A_Qij{padding:10px 8px;font-size:14px;font-weight:600;font-family:inherit;color:#1a1a1a;background:#fff;border:1.5px solid #e5e5e5;border-radius:10px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.TipModal_amountBtn__A_Qij:hover{border-color:#c9936a}.TipModal_amountBtnSelected__oqe4h{border-color:#E07A5F;background:#fff5f0;color:#E07A5F}.TipModal_amountBtnCustom__DeHdN{font-size:12px}.TipModal_customInput__PKhJO{width:100%;margin-bottom:16px}.TipModal_customLabel__ug3VK{display:block;font-size:12px;color:#888;margin-bottom:6px}.TipModal_customWrapper__CWF_n{display:flex;align-items:center;border:1.5px solid #e5e5e5;border-radius:10px;overflow:hidden;background:#fff;transition:border-color .15s ease}.TipModal_customWrapper__CWF_n:focus-within{border-color:#c9936a}.TipModal_customWrapperError__U9dJT{border-color:#e74c3c}.TipModal_customCurrency__QJNvM{padding:10px 0 10px 14px;font-size:16px;font-weight:700;color:#888}.TipModal_customField__c0db8{flex:1;padding:10px 14px 10px 4px;font-size:16px;font-weight:600;font-family:inherit;border:none;outline:none;background:transparent;color:#1a1a1a}.TipModal_summary__iwxvm{width:100%;padding:12px 16px;background:#f9f6f2;border-radius:10px;margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.TipModal_summaryRow__InHZj{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#555}.TipModal_summaryAmount__EQaIL{font-weight:700;color:#1a1a1a}.TipModal_summaryNote__2fSAg{font-size:12px;color:#999;margin-top:6px}.TipModal_error__eS3_j{font-size:12px;color:#e74c3c;margin:0 0 8px;text-align:center}.TipModal_submitBtn__7AHoM{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;font-family:inherit;color:white;background:linear-gradient(135deg,#E07A5F,#c9624a);border:none;border-radius:12px;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.TipModal_submitBtn__7AHoM:hover{opacity:.9}.TipModal_submitBtn__7AHoM:active{transform:scale(.98)}.TipModal_submitBtn__7AHoM:disabled{opacity:.5;cursor:not-allowed}.TipModal_footer__ptbz7{font-size:11px;color:#bbb;margin:12px 0 0;text-align:center}.PurchaseModal_overlay__XdBBs{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(20,15,5,0);z-index:2000;transition:background-color .2s ease;padding:16px}.PurchaseModal_overlayVisible__32xBV{background-color:rgba(20,15,5,.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(20,15,5,.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_deckBackPlaceholder__6UUrj{background:#fff;border:1px solid rgba(20,15,5,.06);border-radius:26px;box-shadow:0 2px 8px rgba(20,15,5,.1);justify-self:center;align-self:stretch;width:100%;margin:0 auto}@media (max-width:768px){.DayCardStack_deckBackPlaceholder__6UUrj{max-width:360px}}.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:rgba(255,242,195,.55);color:#b8900a;opacity:1;box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.85),inset 0 1px 0 rgba(255,255,255,1),0 3px 12px rgba(201,164,78,.25);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)}