@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.maintenance-checking,.maintenance-page{box-sizing:border-box;min-height:100dvh}.maintenance-checking{color:#1c3622;text-align:center;background:radial-gradient(circle at 50% 25%,#eff8ef 0,#f8fbf6 46%,#f1f6ef 100%);place-content:center;justify-items:center;gap:9px;padding:28px;display:grid}.maintenance-checking__mark{color:#27823a;background:#e6f4e8;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:4px;animation:1.5s ease-in-out infinite maintenance-check-pulse;display:grid}.maintenance-checking strong{font-size:1.08rem}.maintenance-checking span{color:#78847b;font-size:.88rem}.maintenance-page{background:radial-gradient(circle at 50% 20%,#e3f6e5f0,#f8fbf5fa 48%,#eef5ec 100%);place-items:center;padding:32px 20px;display:grid;position:relative;overflow:hidden}.maintenance-page:before,.maintenance-page:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.maintenance-page:before{background:#47955412;width:310px;height:310px;top:-145px;right:-105px}.maintenance-page:after{background:#caa83514;width:250px;height:250px;bottom:-130px;left:-90px}.maintenance-card{z-index:1;box-sizing:border-box;text-align:center;background:#fffffff5;border:1px solid #2f7d3c29;border-radius:30px;justify-items:center;gap:12px;width:min(560px,100vw - 36px);padding:40px 38px 34px;display:grid;position:relative;box-shadow:0 28px 80px #23552b21}.maintenance-scene{width:210px;height:116px;margin-bottom:2px;position:relative}.maintenance-scene__animals{justify-content:center;align-items:end;gap:15px;display:flex;position:absolute;inset:18px 0 auto}.maintenance-scene__animals span{transform-origin:bottom;font-size:3.15rem;line-height:1;display:inline-block}.maintenance-scene__animals span:first-child{animation:1.7s ease-in-out infinite maintenance-goat-hop}.maintenance-scene__animals span:last-child{animation:1.7s ease-in-out .2s infinite maintenance-cow-step}.maintenance-scene__tool{color:#a27605;background:#fff4cf;border-radius:15px;place-items:center;width:46px;height:46px;animation:2.1s ease-in-out infinite maintenance-tool-swing;display:grid;position:absolute;top:0;right:15px;box-shadow:0 8px 22px #8b6c151f}.maintenance-scene__leaves{width:164px;height:34px;position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.maintenance-scene__leaves span{font-size:1.35rem;animation:2s ease-in-out infinite maintenance-leaf-scroll;position:absolute;top:5px;left:-28px}.maintenance-scene__leaves span:nth-child(2){animation-delay:.4s}.maintenance-scene__leaves span:nth-child(3){animation-delay:.8s}.maintenance-eyebrow{color:#27823a;letter-spacing:.1em;font-size:.74rem;font-weight:900}.maintenance-card h1{color:#17291c;margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.08}.maintenance-message{color:#526359;max-width:455px;margin:2px 0 0;font-size:1rem;line-height:1.65}.maintenance-submessage{color:#7a857e;max-width:440px;margin:0;font-size:.89rem;line-height:1.55}.maintenance-status{color:#52675a;background:#f4faf5;border:1px solid #d8e8da;border-radius:999px;align-items:center;gap:8px;margin-top:5px;padding:9px 13px;font-size:.78rem;font-weight:700;display:inline-flex}.maintenance-status__dot{background:#33a14a;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite maintenance-status-pulse;box-shadow:0 0 0 5px #33a14a1a}.maintenance-retry{color:#fff;min-width:160px;min-height:48px;font:inherit;cursor:pointer;background:#287f39;border:0;border-radius:14px;justify-content:center;align-items:center;gap:9px;margin-top:8px;padding:0 20px;font-weight:850;display:inline-flex;box-shadow:0 10px 24px #287f3933}.maintenance-retry:disabled{cursor:wait;opacity:.76}.maintenance-retry__spin{animation:.8s linear infinite maintenance-spin}.maintenance-auto-check{color:#89938c;font-size:.72rem}@keyframes maintenance-check-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes maintenance-goat-hop{0%,to{transform:translateY(0)rotate(-2deg)}45%{transform:translateY(-10px)rotate(3deg)}}@keyframes maintenance-cow-step{0%,to{transform:translateY(0)rotate(1deg)}50%{transform:translateY(-6px)rotate(-2deg)}}@keyframes maintenance-tool-swing{0%,to{transform:rotate(-7deg)}50%{transform:rotate(9deg)}}@keyframes maintenance-leaf-scroll{0%{opacity:0;left:-28px;transform:translateY(5px)rotate(-15deg)}18%,82%{opacity:1}50%{transform:translateY(-4px)rotate(10deg)}to{opacity:0;left:168px;transform:translateY(4px)rotate(28deg)}}@keyframes maintenance-status-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes maintenance-spin{to{transform:rotate(360deg)}}@media (width<=600px){.maintenance-card{border-radius:24px;padding:32px 22px 28px}.maintenance-scene{margin-bottom:-4px;transform:scale(.9)}.maintenance-message{font-size:.94rem}.maintenance-retry{width:100%}}:root{--primary-color:#2e7d32;--primary-dark:#1b5e20;--accent-color:#ffc107;--background-color:#f8f9fa;--white-color:#fff;--text-color:#1f2937;--muted-text-color:#6b7280;font-family:Poppins,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{background-color:var(--background-color);color:var(--text-color);font-family:Poppins,sans-serif}button,input,textarea,select{font:inherit}:root{--app-safe-top:env(safe-area-inset-top,0px);--app-safe-right:env(safe-area-inset-right,0px);--app-safe-bottom:env(safe-area-inset-bottom,0px);--app-safe-left:env(safe-area-inset-left,0px);--app-content-width:1200px;--app-mobile-gutter:16px;--app-bottom-nav-height:84px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html{scroll-behavior:smooth;background:var(--background-color,#f8f9fa);-webkit-tap-highlight-color:transparent;width:100%;min-width:0;min-height:100%;overflow-x:hidden}body,#root{width:100%;min-width:0;min-height:100dvh;overflow-x:clip}body{overscroll-behavior-y:contain;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}img,picture,video,canvas,svg{max-width:100%}img,video{height:auto}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,[role=button],a{touch-action:manipulation}input,select,textarea{min-width:0;max-width:100%}textarea{resize:vertical}@media (width<=760px){input,select,textarea{font-size:16px!important}}:is(p,span,strong,small,label,h1,h2,h3,h4,h5,h6,td,th){overflow-wrap:anywhere}:is(.home-container,.home-header__inner,.my-listings-container,.profile-container,.subscription-container,.post-listing-container,.post-feed-container,.terms-container,.privacy-container,.favorites-container,.feed-container,.feed-details-container,.feed-my-listings-container,.membership-container,.about-app-container,.contact-support-container,.notifications-container,.referral-container){width:min(100% - (var(--app-mobile-gutter) * 2), var(--app-content-width));max-width:100%;margin-inline:auto}:is(.home-header,.feed-header,.notifications-header){padding-top:var(--app-safe-top)}.bottom-nav,.feed-bottom-nav{padding-bottom:calc(8px + var(--app-safe-bottom));padding-left:max(10px, var(--app-safe-left));padding-right:max(10px, var(--app-safe-right))}:is(.home-page,.my-listings-page,.profile-page,.favorites-page,.notifications-page,.feed-page,.feed-my-listings-page,.referral-page){padding-bottom:calc(var(--app-bottom-nav-height) + var(--app-safe-bottom) + 24px)}:is(.home-page,.login-page,.signup-page,.otp-page,.splash-page,.profile-page,.subscription-page,.post-listing-page,.post-feed-page,.listing-details-page,.feed-page,.feed-details-page,.membership-page,.terms-page,.privacy-page,.about-app-page,.contact-support-page,.notifications-page,.favorites-page,.my-listings-page,.feed-my-listings-page,.chat-page,.referral-page){min-height:100dvh}.home-header__brand{min-width:0}.home-header__brand .brand-logo{flex-direction:row;flex:none;gap:0}.home-header__brand .brand-logo__icon{width:54px;height:54px}.home-header__brand>div{min-width:0}.home-header__brand h1,.home-header__location{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}:is([role=dialog],.modal,.dialog,.popup,.image-gallery-modal,.feed-image-gallery__modal){max-width:calc(100vw - 24px);max-height:calc(100dvh - var(--app-safe-top) - var(--app-safe-bottom) - 24px)}table{max-width:100%}.table-responsive,.table-wrapper{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}@media (width<=900px){:root{--app-mobile-gutter:18px}:is(.home-main,.feed-main){width:100%}}@media (width<=600px){:root{--app-mobile-gutter:14px;--app-bottom-nav-height:78px}.home-header__inner{gap:10px;width:calc(100% - 24px);min-height:70px}.home-header__brand{gap:10px}.home-header__brand .brand-logo__icon{width:46px;height:46px}.home-header__brand h1{font-size:clamp(17px,5vw,20px)}.home-header__location{max-width:min(48vw,190px)}.home-header__actions{flex:none;gap:6px}.home-header__profile,.home-header__notification{width:40px;height:40px}:is(button,[role=button],input[type=button],input[type=submit]):not(.otp-input){min-height:44px}:is(.post-listing-form__grid,.post-feed-form__grid,.signup-form__grid,.profile-form__grid){grid-template-columns:minmax(0,1fr)}:is(.signup-illustration,.login-illustration,.splash-logo,.about-app-illustration,.membership-illustration,.contact-support-illustration){width:min(100%,320px);max-width:100%}.chat-shell{height:calc(100dvh - var(--app-bottom-nav-height) - var(--app-safe-bottom))}}@media (width<=380px){:root{--app-mobile-gutter:11px}.home-header__inner{width:calc(100% - 18px)}.home-header__brand .brand-logo__icon{width:42px;height:42px}.home-header__location{max-width:42vw}.bottom-nav__item span,.feed-bottom-nav__label{font-size:9px}}@media (height<=500px) and (orientation:landscape){.bottom-nav,.feed-bottom-nav{position:sticky}:is(.login-page,.signup-page,.otp-page,.splash-page){align-items:flex-start;overflow-y:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=601px) and (width<=1024px){:root{--app-content-width:820px;--app-mobile-gutter:22px;--app-bottom-nav-height:82px}html,body,#root{width:100%;min-width:0;overflow-x:hidden!important}body{background:var(--background-color,#f6faf5)}:is(.home-container,.home-header__inner,.my-listings-container,.profile-container,.subscription-container,.post-listing-container,.post-feed-container,.terms-container,.privacy-container,.favorites-container,.feed-container,.feed-details-container,.feed-my-listings-container,.membership-container,.about-app-container,.contact-support-container,.notifications-container,.referral-container,.listing-details-container,.settings-container,.chat-shell,.otp-container,.signup-container){box-sizing:border-box;width:min(100% - 44px,820px)!important;max-width:820px!important;margin-inline:auto!important}:is(.home-page,.profile-page,.subscription-page,.post-listing-page,.post-feed-page,.listing-details-page,.feed-page,.feed-details-page,.membership-page,.terms-page,.privacy-page,.about-app-page,.contact-support-page,.notifications-page,.favorites-page,.my-listings-page,.feed-my-listings-page,.settings-page,.referral-page){box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.bottom-nav,.feed-bottom-nav{border-radius:20px 20px 0 0;box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;margin:0!important;bottom:0!important;left:0!important;right:0!important;transform:translate(0,0)!important}.bottom-nav{min-height:72px;padding-top:8px}.bottom-nav__item{min-height:52px}.bottom-nav__item span,.feed-bottom-nav__label{font-size:11px}.home-header__inner{gap:12px;min-height:74px;width:min(100% - 36px,820px)!important;max-width:820px!important}.home-header__brand{min-width:0}.home-header__brand .brand-logo__icon{width:48px;height:48px}.home-header__location{max-width:280px}:is(.post-listing-form__grid,.post-feed-form__grid,.signup-form__grid,.profile-form__grid,.settings-form__grid){grid-template-columns:minmax(0,1fr)!important}:is(.post-listing-form,.post-feed-form,.profile-form,.settings-form){width:100%;max-width:100%}.signup-container{grid-template-columns:minmax(0,1fr)!important}.signup-brand-panel{min-height:auto!important;padding:38px 42px!important}.signup-form-panel{padding:64px 42px 44px!important}.signup-brand-content,.signup-form{width:min(100%,680px);margin-inline:auto}.otp-page{padding-inline:22px}.otp-container,.otp-card{max-width:620px}:is(.home-listings-grid,.listing-grid,.listings-grid,.favorites-grid,.my-listings-grid,.feed-grid,.feed-listings-grid,.feed-my-listings-grid,.related-listings-grid,.membership-grid,.plans-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(.listing-details-layout,.feed-details-layout,.profile-layout,.subscription-layout,.membership-layout,.referral-layout){grid-template-columns:minmax(0,1fr)!important}:is(.home-filters,.filters-row,.filter-row,.feed-filters,.favorites-filters,.my-listings-filters,.feed-my-listings-filters){overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;overflow-x:auto}:is(.home-filters,.filters-row,.filter-row,.feed-filters,.favorites-filters,.my-listings-filters,.feed-my-listings-filters)::-webkit-scrollbar{display:none}:is(.listing-card,.feed-listing-card,.favorite-card,.my-listing-card,.profile-card,.subscription-card,.membership-card,.notification-card,.settings-card,.referral-card){min-width:0;max-width:100%}:is(.listing-card img,.feed-listing-card img,.favorite-card img,.my-listing-card img,.listing-details-page img,.feed-details-page img){max-width:100%}.chat-page{padding-bottom:calc(var(--app-bottom-nav-height) + var(--app-safe-bottom))}.chat-shell{height:calc(100dvh - var(--app-bottom-nav-height) - 28px);border-radius:22px;min-height:0;width:min(100% - 36px,820px)!important;max-width:820px!important}.chat-message-bubble{max-width:78%}:is([role=dialog],.modal,.dialog,.popup,.subscription-popup,.image-gallery-modal,.feed-image-gallery__modal){width:min(100vw - 48px,680px);max-width:680px;max-height:calc(100dvh - 48px)}input,select,textarea{min-width:0}:is(button,[role=button],input[type=button],input[type=submit]):not(.otp-input){min-height:44px}:is(.profile-sidebar,.listing-details-sidebar,.feed-details-sidebar,.subscription-sidebar,.membership-sidebar){width:100%;max-width:100%}}@media (width>=601px) and (width<=820px){:root{--app-content-width:760px;--app-mobile-gutter:18px}:is(.home-container,.home-header__inner,.my-listings-container,.profile-container,.subscription-container,.post-listing-container,.post-feed-container,.terms-container,.privacy-container,.favorites-container,.feed-container,.feed-details-container,.feed-my-listings-container,.membership-container,.about-app-container,.contact-support-container,.notifications-container,.referral-container,.listing-details-container,.settings-container,.chat-shell){width:min(100% - 32px,760px)!important}.signup-brand-panel{padding:32px 30px!important}.signup-form-panel{padding:58px 30px 38px!important}}@media (width>=601px) and (width<=1024px) and (orientation:landscape){:is(.home-page,.profile-page,.subscription-page,.post-listing-page,.post-feed-page,.listing-details-page,.feed-page,.feed-details-page,.membership-page,.terms-page,.privacy-page,.about-app-page,.contact-support-page,.notifications-page,.favorites-page,.my-listings-page,.feed-my-listings-page,.settings-page,.referral-page,.signup-page,.otp-page){min-height:100dvh}.chat-shell{height:calc(100dvh - var(--app-bottom-nav-height) - 20px)}}@media (width>=601px) and (width<=1024px){html,body,#root{height:auto!important;min-height:100dvh!important;overflow:hidden auto!important}body{overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;position:static!important}:is(.home-page,.signup-page,.otp-page,.profile-page,.subscription-page,.post-listing-page,.post-feed-page,.listing-details-page,.feed-page,.feed-details-page,.membership-page,.terms-page,.privacy-page,.about-app-page,.contact-support-page,.notifications-page,.favorites-page,.my-listings-page,.feed-my-listings-page,.chat-page,.settings-page,.referral-page){height:auto!important;min-height:100dvh!important;max-height:none!important;overflow:hidden visible!important}:is(.home-container,.my-listings-container,.profile-container,.subscription-container,.post-listing-container,.post-feed-container,.terms-container,.privacy-container,.favorites-container,.feed-container,.feed-details-container,.feed-my-listings-container,.membership-container,.about-app-container,.contact-support-container,.notifications-container,.referral-container,.listing-details-container,.settings-container){height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}:is(.my-listings-content,.my-listings-main,.my-listings-list,.my-listings-grid,.favorites-content,.favorites-main,.favorites-grid,.home-main,.home-content,.home-listings-grid,.feed-main,.feed-content,.feed-grid,.feed-my-listings-main,.feed-my-listings-grid){height:auto!important;min-height:0!important;max-height:none!important;overflow-y:visible!important}:is(.home-page,.profile-page,.favorites-page,.notifications-page,.feed-page,.my-listings-page,.feed-my-listings-page,.referral-page,.settings-page){padding-bottom:calc(var(--app-bottom-nav-height,82px) + var(--app-safe-bottom,0px) + 28px)!important}.chat-page{overflow-y:auto!important}.chat-shell{max-height:calc(100dvh - 110px);overflow:hidden}.chat-conversation{-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto}}@media (width<=1024px){select{box-sizing:border-box;width:100%;min-width:0;max-width:100%}option{white-space:normal;max-width:100%}}@media screen and (width>=601px) and (width<=1024px),screen and (hover:none) and (pointer:coarse) and (width>=1025px) and (width<=1366px){html body .bottom-nav,html body .feed-bottom-nav{box-sizing:border-box!important;inset-inline:0!important;clip-path:none!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;width:100vw!important;min-width:0!important;max-width:100vw!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:visible!important;transform:translate(0,0)!important}html body .bottom-nav{padding-right:max(16px, env(safe-area-inset-right))!important;padding-left:max(16px, env(safe-area-inset-left))!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;display:grid!important}html body .bottom-nav__item{width:auto!important;min-width:0!important;max-width:100%!important}html body .bottom-nav__item:nth-child(3){justify-self:center!important}html body .feed-bottom-nav{display:block!important}html body .feed-bottom-nav__inner{box-sizing:border-box!important;width:min(calc(100vw - max(24px, env(safe-area-inset-left)) - max(24px, env(safe-area-inset-right))), 820px)!important;min-width:0!important;max-width:820px!important;margin-inline:auto!important;transform:none!important}}:root{--app-touch-target:44px}[data-touch-pressable=listing],.listing-card,.feed-listing-card,.my-listings-card{touch-action:pan-y pinch-zoom;-webkit-user-drag:none}[data-touch-pressable=listing] img,.listing-card img,.feed-listing-card img,.my-listings-card img{-webkit-user-drag:none;user-drag:none}.listing-card__featured,.feed-listing-card__featured,.feed-listing-card__stock,.feed-my-listings__status{pointer-events:none}:is(.home-quick-filters,.home-sticky-category-strip,.home-filter-chips,.favorites-categories,.feed-page__sticky-animal-chips,.feed-page__sticky-category-chips,.feed-page__categories,.listing-details-thumbnails,.feed-image-gallery__thumbnails,.subscription-plan-options,.subscription-payment-options){touch-action:pan-x pan-y pinch-zoom;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}:is(.home-filter-panel__body,.responsive-select__menu,.chat-conversation,.notifications-list,.feed-image-gallery__viewer-canvas){touch-action:pan-y pinch-zoom;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.feed-image-gallery__main,.feed-image-gallery__viewer{touch-action:pan-y pinch-zoom}.my-listings-card[data-touch-pressable=listing]{cursor:pointer}.my-listings-card-actions{cursor:default}@media (any-pointer:coarse){body{overscroll-behavior-y:auto}button,a[href],[role=button],[role=link]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}:is(.listing-card__favorite,.listing-details-back,.listing-details-favorite,.listing-details-thumbnail,.feed-image-gallery__thumbnail,.feed-image-gallery__nav,.feed-image-gallery__viewer-nav,.feed-details-page__icon-button,.home-quick-filter,.home-sticky-category,.favorites-category,.feed-page__sticky-chip,.bottom-nav__item,.feed-bottom-nav__item,.my-listings-card-actions button,.feed-my-listings__action){min-height:var(--app-touch-target)}:is(.listing-card__favorite,.listing-details-back,.listing-details-favorite,.feed-image-gallery__nav,.feed-image-gallery__viewer-nav,.feed-details-page__icon-button){min-width:var(--app-touch-target)}:is(.listing-card,.feed-listing-card,.my-listings-card):focus-visible{outline-offset:2px;outline:3px solid #2e7d3233}}@media (hover:none) and (pointer:coarse){.listing-card:hover,.feed-listing-card:hover,.my-listings-card:hover,.feed-my-listings__item>.feed-listing-card:hover,.listing-card:hover .listing-card__image,.feed-listing-card:hover .feed-listing-card__image,.my-listings-card:hover .my-listings-card-image img{transform:none!important}[data-touch-pressable=listing]:active{filter:brightness(.985);transform:scale(.992)!important}:is(.bottom-nav__item,.feed-bottom-nav__item,.listing-card__favorite,.my-listings-card-actions button,.feed-my-listings__action,.favorites-category,.home-quick-filter,.home-sticky-category,.feed-page__sticky-chip):enabled:active{filter:brightness(.94)}}@media (any-pointer:fine){[data-touch-pressable=listing]:focus-visible{outline-offset:2px;outline:3px solid #2e7d3233}}
