:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:KalamehWebFaNum;font-style:normal;font-weight:400;src:url(/fonts/KalamehWebFaNum-Regular.woff2) format("woff2");font-display:swap}@font-face{font-family:KalamehWebFaNum;font-style:normal;font-weight:500;src:url(/fonts/KalamehWebFaNum-Medium.woff2) format("woff2");font-display:swap}@font-face{font-family:KalamehWebFaNum;font-style:normal;font-weight:700;src:url(/fonts/KalamehWebFaNum-Bold.woff2) format("woff2");font-display:swap}:root,html[data-theme=light]{--primary: #f35815;--primary-alt: #f26922;--bg-neutral: #f2f3f5;--border-primary: #ebebeb;--text-primary: #1a1a1a;--text-secondary: #616161;--white: #ffffff;--profile-card: #ffffff;color-scheme:light}html[data-theme=dark]{--primary: #f35815;--primary-alt: #f26922;--bg-neutral: #0f0f10;--border-primary: #2a2a2c;--text-primary: #f3f3f3;--text-secondary: #a8a8a8;--white: #1a1a1c;--profile-card: #1f1f22;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--content-font-family, "KalamehWebFaNum", Tahoma, sans-serif);font-weight:var(--content-font-weight, 400);color:var(--text-primary);background-color:var(--bg-neutral)}.ant-form-item-label>label,.ant-input,.ant-input-affix-wrapper,.ant-select-selection-item,.terms-content{font-family:var(--content-font-family, inherit)}a{color:inherit;text-decoration:none}button{font-family:inherit;background:none;border:none;cursor:pointer;padding:0;color:inherit}.app-shell{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%;background:var(--bg-neutral);color:var(--text-primary);direction:rtl}.app-main{flex:1;display:flex;width:100%;overflow-y:auto;overflow-x:hidden;background:var(--bg-neutral);padding-bottom:8px}.app-main.has-mobile-tab{padding-bottom:var(--tabbar-page-pad, 64px)}.app-main.is-home{padding-bottom:var(--tabbar-page-pad, 64px);background:var(--white)}.site-header{display:flex;flex-direction:column;width:100%;height:fit-content;background:var(--white);flex-shrink:0;border-bottom:var(--header-bar-height, 6px) solid var(--bg-neutral)}.site-header.is-spacer{opacity:0;pointer-events:none}.site-header.is-fixed{position:fixed;top:0;z-index:50;left:0;right:0}.header-mobile{display:block;padding:12px 8px var(--header-mobile-pad-bottom, 8px)}.header-mobile-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.header-brand-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:4px 4px var(--header-brand-row-pad-bottom, 8px)}.header-brand-lockup{display:flex;align-items:center;gap:6px;min-width:0;color:inherit}.header-brand-logo{height:var(--header-logo-height, 18px);width:auto;max-width:120px;object-fit:contain;flex-shrink:0;display:block}.header-search-title{margin:0;display:inline-flex;align-items:center;gap:6px;font-family:var(--header-title-font-family, "KalamehWebFaNum", Tahoma, sans-serif);font-size:var(--header-title-font-size, .9rem);font-weight:var(--header-title-font-weight, 400);color:var(--text-primary);text-align:right;line-height:var(--header-logo-height, 18px);min-width:0;transform:translateY(1px)}.header-search-title-sep{font-weight:var(--header-title-font-weight, 400);color:var(--text-secondary);line-height:var(--header-logo-height, 18px)}.header-search-title-sub{font-family:var(--header-title-font-family, "KalamehWebFaNum", Tahoma, sans-serif);font-size:var(--header-title-sub-font-size, .88rem);font-weight:var(--header-title-font-weight, 400);color:var(--text-primary);line-height:var(--header-logo-height, 18px);white-space:nowrap}.header-mobile-search-row{display:flex;align-items:center;gap:8px;padding:0 4px}.header-search-box{display:flex;align-items:center;gap:6px;flex:1;min-width:0;background:var(--bg-neutral);border-radius:10px;padding:var(--header-search-box-pad-y, 5px) 12px;border:1px solid transparent}.header-search-field{position:relative;flex:1;min-width:0}.header-search-field input{width:100%;border:0;outline:none;background:transparent;font-family:inherit;font-size:.875rem;color:var(--text-primary);padding:var(--header-search-input-pad-y, 2px) 0}.header-search-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;pointer-events:none;font-size:.75rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden}.header-search-placeholder .accent{color:var(--primary);padding:0 3px;font-weight:600}.header-search-submit{display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0;padding:2px}.header-theme-preview-wrap{margin-bottom:16px}.header-theme-preview-label{font-size:.85rem;color:var(--text-secondary);margin-bottom:8px}.theme-editor{display:grid;gap:16px}.theme-editor-preview{position:sticky;top:0;z-index:5;background:var(--white);padding-bottom:4px;overflow:visible}.theme-editor-preview .header-theme-preview-wrap{margin-bottom:0}@media (max-width: 1099px){.theme-editor-preview{order:-1;margin:-8px -8px 0;padding:8px 8px 10px;box-shadow:0 8px 14px -10px #0003}}@media (min-width: 1100px){.theme-editor{grid-template-columns:minmax(340px,1.1fr) minmax(280px,.9fr);align-items:start}.theme-editor-controls{max-height:calc(100vh - 40px);overflow-y:auto;padding-inline-end:12px;border-inline-end:1px solid var(--border-primary)}.theme-editor-preview{top:8px;padding-bottom:0}}.content-font-preview{border:1px solid var(--border-primary);border-radius:12px;overflow:hidden;background:var(--white);max-width:420px;padding:16px;font-family:var(--content-font-family, inherit);font-weight:var(--content-font-weight, 400)}.content-font-preview-row{font-size:.95rem;margin-bottom:6px}.content-font-preview-row.is-muted{color:var(--text-secondary);font-size:.85rem}.content-font-preview-body{margin:10px 0 0;font-size:.9rem;line-height:1.7;color:var(--text-primary)}.header-theme-preview{border:1px solid var(--border-primary);border-radius:12px;overflow:hidden;background:var(--white);max-width:420px}.header-theme-preview .site-header{position:static;border-bottom:var(--header-bar-height, 6px) solid var(--bg-neutral)}.header-theme-preview-toolbar{display:flex;justify-content:space-between;gap:8px;padding:10px 12px;font-size:12px;color:var(--text-secondary);border-top:1px solid var(--border-primary)}.home-feed-preview{border:1px solid var(--border-primary);border-radius:12px;overflow:hidden;background:var(--bg-neutral);max-width:420px;display:flex;flex-direction:column;gap:var(--home-card-divider, 1px)}.home-feed-preview .ad-card-media{background:var(--bg-neutral)}.home-feed-preview-sort{border:1px solid var(--border-primary);border-radius:6px;padding:2px 8px;color:var(--text-primary)}.header-theme-field{display:grid;gap:6px;margin-bottom:14px}.header-theme-field-head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.85rem}.header-theme-field-value{color:var(--text-secondary);font-variant-numeric:tabular-nums}.admin-theme-section{margin-bottom:20px;padding-bottom:4px;border-bottom:1px solid var(--border-primary)}.admin-theme-section:last-of-type{border-bottom:0}.admin-theme-section-title{margin:0 0 12px;font-size:.92rem;font-weight:700;color:var(--text-primary)}.header-listing-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:4px;border:1px solid var(--primary);text-align:center;margin-top:8px;margin-bottom:8px;font-weight:500;padding:4px 12px;cursor:pointer;font-size:12px;white-space:nowrap}.header-listing-btn:hover{opacity:.92;color:#fff}.header-desktop-row{display:none;justify-content:space-between;padding-left:16px}.header-nav{display:flex;margin:16px}.header-nav-item{margin:0 8px;font-size:.875rem;color:var(--text-secondary);font-weight:400;white-space:nowrap}.header-nav-item button{font-size:.875rem;transition:color .3s}.header-nav-item button:hover{color:var(--primary)}.header-user{display:none;margin:auto 0;align-items:center;gap:8px}.header-user button{display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer;color:inherit}.header-user .header-listing-btn{margin-top:0;margin-bottom:0}.header-user svg{width:1.5rem;height:1.5rem}.header-user:hover{opacity:.8}.home-feed{width:100%;background:var(--white);min-height:100%}.home-feed-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px var(--home-toolbar-gap, 12px);padding:var(--home-toolbar-pad-y, 10px) var(--home-toolbar-pad-x, 12px);border-bottom:var(--home-toolbar-border-width, 1px) solid var(--border-primary);background:var(--home-toolbar-bg, var(--white));font-family:var(--home-toolbar-font-family, var(--home-font-family, inherit));font-size:var(--home-toolbar-font-size, 12px);font-weight:var(--home-toolbar-font-weight, 400);color:var(--text-secondary)}.home-feed-links{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.home-feed-links a:hover{color:var(--primary)}.home-feed-sep{color:var(--border-primary)}.home-feed-advanced,.home-feed-sort{display:inline-flex;align-items:center;gap:var(--home-toolbar-item-gap, 6px);color:var(--text-primary);background:none;border:0;padding:0;font:inherit;cursor:pointer;text-decoration:none}.home-feed-toolbar-icon{width:var(--home-toolbar-icon-size, 16px);height:var(--home-toolbar-icon-size, 16px);color:var(--primary);flex-shrink:0}.home-feed-toolbar-text{color:var(--text-primary);font-weight:500}.home-feed-sort .home-feed-sort-pill{display:inline-flex;align-items:center;gap:2px;padding:var(--home-sort-pill-pad-y, 2px) var(--home-sort-pill-pad-x, 8px) var(--home-sort-pill-pad-y, 2px) 6px;border:1px solid #f35815;border-radius:999px;background-color:#f35815;color:#fff;font-size:var(--home-sort-pill-font-size, 11px);font-weight:500;line-height:1.4}.home-feed-sort .home-feed-sort-pill svg{width:calc(var(--home-sort-pill-font-size, 11px) + 1px);height:calc(var(--home-sort-pill-font-size, 11px) + 1px);flex-shrink:0}.home-feed-sort-label{display:inline-flex;align-items:center;gap:4px;color:var(--text-primary);font-weight:var(--home-font-weight, 500)}.sort-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073;display:flex;align-items:flex-end}.sort-sheet{width:100%;background:var(--white);border-radius:var(--home-sort-sheet-radius, 16px) var(--home-sort-sheet-radius, 16px) 0 0;padding-bottom:max(8px,env(safe-area-inset-bottom,8px))}.sort-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:var(--home-sort-sheet-header-pad-y, 16px) var(--home-sort-sheet-header-pad-x, 16px) var(--home-sort-sheet-header-pad-bottom, 12px)}.sort-sheet-title{margin:0;font-size:var(--home-sort-sheet-title-size, 1rem);font-weight:700;color:var(--text-primary)}.sort-sheet-close{border:0;background:none;padding:0 4px;font-size:22px;line-height:1;color:var(--text-secondary);cursor:pointer}.sort-sheet-list{list-style:none;margin:0;padding:0 0 8px}.sort-sheet-list li+li button{border-top:1px solid var(--border-primary)}.sort-sheet-list button{width:100%;text-align:right;border:0;background:none;padding:var(--home-sort-sheet-item-pad-y, 14px) var(--home-sort-sheet-item-pad-x, 16px);color:var(--text-primary);font-family:inherit;font-size:var(--home-sort-sheet-item-font-size, 14px);cursor:pointer}.sort-sheet-list button.is-active{color:var(--primary);font-weight:700}.home-feed-list,.browse-products-wrap.home-feed-list{display:flex;flex-direction:column;background:var(--bg-neutral);gap:var(--home-card-divider, 1px);padding:0}.home-feed-list .ad-card{border-bottom:0}.ad-card{display:flex;align-items:stretch;gap:var(--home-card-gap, 12px);width:100%;min-height:var(--home-card-height, 140px);box-sizing:border-box;padding:var(--home-card-pad-top, 14px) var(--home-card-pad-x, 12px) var(--home-card-pad-bottom, 14px);background:var(--home-card-bg, var(--white));color:var(--text-primary);font-family:var(--home-font-family, inherit)}[data-home-card-layout=image_first] .ad-card{flex-direction:row-reverse}.ad-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;text-align:right;color:inherit}.ad-card-title{margin:0;font-family:var(--home-title-font-family, var(--home-font-family, inherit));font-size:var(--home-card-title-size, .95rem);font-weight:var(--home-title-font-weight, var(--home-font-weight, 700));line-height:var(--home-title-line-height, 1.55);display:-webkit-box;-webkit-line-clamp:var(--home-card-title-lines, 2);line-clamp:var(--home-card-title-lines, 2);-webkit-box-orient:vertical;overflow:hidden}.ad-card-meta{margin:var(--home-title-meta-gap, 6px) 0 0;font-family:var(--home-meta-font-family, var(--home-font-family, inherit));font-size:var(--home-card-meta-size, .75rem);font-weight:var(--home-meta-font-weight, 400);color:var(--home-meta-color, var(--text-secondary));line-height:var(--home-meta-line-height, 1.5)}.ad-card-price{margin:auto 0 0;padding-top:var(--home-meta-price-gap, 6px);display:flex;align-items:baseline;gap:4px;font-family:var(--home-price-font-family, var(--home-font-family, inherit));font-weight:var(--home-price-font-weight, var(--home-font-weight, 600));color:var(--text-primary)}.ad-card-price-value{font-size:var(--home-card-price-size, 1rem);font-weight:inherit}.ad-card-price-unit{font-size:var(--home-price-unit-size, .75rem);font-weight:500;color:var(--text-secondary)}.ad-card-price.is-empty{color:var(--text-secondary);font-size:.85rem;font-weight:500}.ad-card-media{flex-shrink:0;align-self:center;width:min(var(--home-card-image, 112px),calc(var(--home-card-height, 140px) - var(--home-card-pad-top, 14px) - var(--home-card-pad-bottom, 14px)));height:min(var(--home-card-image, 112px),calc(var(--home-card-height, 140px) - var(--home-card-pad-top, 14px) - var(--home-card-pad-bottom, 14px)));border-radius:var(--home-card-radius, 12px);overflow:hidden;background:var(--bg-neutral);display:flex;align-items:center;justify-content:center}.ad-card-media img{width:100%;height:100%;object-fit:var(--home-card-image-fit, cover);display:block}.ad-card-media-empty{font-size:.7rem;color:var(--text-secondary);padding:8px;text-align:center}.ad-card-skeleton .skeleton-block{width:min(var(--home-card-image, 112px),calc(var(--home-card-height, 140px) - var(--home-card-pad-top, 14px) - var(--home-card-pad-bottom, 14px)));height:min(var(--home-card-image, 112px),calc(var(--home-card-height, 140px) - var(--home-card-pad-top, 14px) - var(--home-card-pad-bottom, 14px)));border-radius:var(--home-card-radius, 12px)}.ad-card-skeleton .skeleton-line{margin-bottom:0;border-radius:6px;background:#ececec}.ad-card-skeleton .skeleton-line.skeleton-title{height:calc(var(--home-card-title-size, .95rem) * var(--home-title-line-height, 1.55));width:88%}.ad-card-skeleton .skeleton-line.skeleton-meta{margin-top:var(--home-title-meta-gap, 6px);height:calc(var(--home-card-meta-size, .75rem) * var(--home-meta-line-height, 1.5));width:70%}.ad-card-skeleton .skeleton-line.skeleton-price{margin-top:auto;padding-top:var(--home-meta-price-gap, 6px);height:var(--home-card-price-size, 1rem);width:45%;box-sizing:content-box}@media (min-width: 1280px){.home-feed-list,.browse-products-wrap.home-feed-list{display:flex;flex-direction:column;gap:var(--home-card-divider, 1px);padding:0;max-width:720px;margin:0 auto}.home-feed-list .ad-card{border-bottom:0}}.mobile-tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:60;display:flex;align-items:stretch;justify-content:space-around;height:var(--tabbar-height, 56px);background:var(--white);border-top:1px solid var(--border-primary);box-shadow:0 -2px 10px #0000000a}.mobile-tab-bar.is-preview{position:static;box-shadow:none}.tabbar-preview{border:1px solid var(--border-primary);border-radius:12px;overflow:hidden;background:var(--white);max-width:420px}.mobile-tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--tabbar-item-gap, 2px);color:var(--text-secondary);font-family:var(--tabbar-font-family, inherit);font-size:var(--tabbar-font-size, 11px);font-weight:var(--tabbar-font-weight, 500)}.mobile-tab-item svg{width:var(--tabbar-icon-size, 22px);height:var(--tabbar-icon-size, 22px)}.mobile-tab-item.is-active{color:var(--primary)}.footer-mobile-spacer{display:none}.page-wrap{width:100%;max-width:1200px;margin:0 auto;padding:24px 16px 48px;overflow-y:auto}.page-card{background:var(--white);border:1px solid var(--border-primary);border-radius:8px;padding:20px 16px 24px}.page-title{margin:0 0 8px;font-family:var(--content-font-family, inherit);font-size:1.2rem;font-weight:var(--content-font-weight, 700)}.page-subtitle{margin:0 0 16px;color:var(--text-secondary);font-size:.9rem}.placeholder-note{margin:0;padding:12px 14px;background:var(--bg-neutral);border-radius:8px;border:1px dashed var(--border-primary);color:var(--text-secondary);font-size:.9rem;line-height:1.7}.site-footer{display:flex;flex-direction:column;flex-shrink:0;width:100%}.site-footer-bar{display:none;z-index:50;font-family:var(--footer-font-family, inherit);font-size:var(--footer-font-size, .875rem);font-weight:var(--footer-font-weight, 400);background:var(--footer-bg, var(--bg-neutral));color:var(--text-secondary);width:100%;justify-content:space-between;padding:var(--footer-pad-y, 8px) var(--footer-pad-x, 24px)}.site-footer-bar .col{display:flex;flex-wrap:wrap;gap:var(--footer-link-gap, 16px)}.site-footer-bar a:hover{color:var(--text-primary)}.site-footer.is-preview .site-footer-bar,html[data-footer-mobile="1"] .site-footer-bar{display:flex;flex-wrap:wrap}.footer-preview{border:1px solid var(--border-primary);border-radius:12px;overflow:hidden;max-width:420px}@media (min-width: 1280px){.site-footer-bar{display:flex}}:root{--warning-bg: #ffedd5;--warning-text: #c2410c;--pending-bg: #fff7ed;--pending-border: #fdba74}.page-shell{max-width:920px;margin:0 auto;padding:32px 16px 48px;min-height:100vh;background:var(--bg-neutral)}.page-shell .page-title{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.page-shell .page-subtitle{margin:0 0 10px;color:var(--text-secondary);font-size:.9rem}.page-shell .home-link{display:inline-block;color:var(--brand, #f35815);font-size:.9rem;font-weight:600;text-decoration:none}.page-shell .home-link:hover{text-decoration:underline}.brand-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.form-card{background:var(--white);border:1px solid var(--border-primary);border-radius:8px;overflow:hidden}.form-card:has(.theme-editor){overflow:visible}.form-card-body{padding:20px 16px 24px}.hint{color:var(--text-secondary);font-size:.9rem;margin:0 0 16px}.latin-preview{margin-top:6px;color:var(--text-secondary);font-size:.85rem;direction:ltr;text-align:left}.map-wrap{height:280px;border-radius:8px;overflow:hidden;border:1px solid var(--border-primary)}.map-wrap .leaflet-container{width:100%;height:100%}.pending-box{background:var(--pending-bg);border:1px solid var(--pending-border);border-radius:8px;padding:14px 16px;margin-bottom:16px;color:var(--warning-text)}.alert-box{border-radius:8px;padding:14px 16px;margin-bottom:16px}.alert-box.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.alert-box.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px 16px;background:var(--bg-neutral)}.auth-card{width:min(440px,100%);background:var(--white);border:1px solid var(--border-primary);border-radius:8px;padding:24px 20px}.auth-card h1{margin:0 0 6px;font-size:1.25rem;font-weight:700}.btn-ghost{background:transparent!important;color:var(--primary)!important;border:2px solid var(--primary)!important}.btn-logout{background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:6px;padding:6px 14px;cursor:pointer;font-family:inherit;font-size:.9rem}.btn-logout:hover{opacity:.85}.ant-input,.ant-input-affix-wrapper,.ant-input-textarea textarea,.ant-select-selector{background-color:var(--bg-neutral)!important;border-color:var(--border-primary)!important;border-radius:12px!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select-selector:hover,.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--primary)!important}.ant-btn-primary{background:var(--primary)!important;border-color:var(--primary)!important;border-radius:6px!important;font-weight:500}.ant-btn-default{border-radius:6px!important}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary)!important}.ant-tabs-ink-bar{background:var(--primary)!important}.ant-form-item-label>label{color:var(--text-primary)!important;font-weight:500}.loading-center{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-neutral);gap:12px;font-size:1.1rem;font-weight:500}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.browse-products-wrap{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:column;gap:16px;padding:16px;height:fit-content}.product-card-in-list{position:relative;display:flex;width:100%;color:var(--text-primary);background:var(--white);padding:12px 4px;gap:8px;border-radius:6px;flex-direction:row;text-decoration:none}.product-card-in-list a{color:inherit;text-decoration:none}.product-card-in-list:hover,.product-card-in-list:hover a{color:var(--text-primary)}.product-card-image-link{display:flex;justify-content:center;flex-shrink:0}.list-cards-product-image{position:relative;display:flex;justify-content:center;align-items:center;height:120px;width:110px;background:transparent}.list-cards-product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.product-card-no-image{color:var(--text-secondary);font-size:.75rem;text-align:center;padding:8px}.product-card-body{display:flex;flex-direction:column;gap:8px;flex-grow:1;padding:0 8px;justify-content:space-between;min-width:0}.product-card-title-wrap{display:flex;flex-direction:column;gap:4px}.product-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;text-align:right;font-size:12px;line-height:1.9;cursor:pointer}.product-card-meta-block{display:flex;flex-direction:column;gap:4px}.product-card-category{display:inline-flex;width:fit-content;border-radius:6px;padding:4px 8px;background:var(--bg-neutral);font-size:12px;color:var(--text-primary);font-weight:400}.product-card-price-row{display:flex;gap:4px;align-items:center;font-size:.875rem;font-weight:300;color:var(--text-primary);margin-top:8px;margin-bottom:4px;justify-content:flex-end}.product-card-price-from{display:flex;align-items:center}.product-card-price-value{display:flex;font-size:1.125rem;font-weight:600}.product-card-price-unit{font-size:.75rem;font-weight:500;color:var(--text-secondary)}.product-card-unavailable{font-weight:500;font-size:12px;margin-top:4px;color:#ef4444}.product-card-shops{display:flex;font-size:12px;justify-content:flex-end;color:var(--text-secondary)}.listing-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border-primary);border-radius:8px;overflow:hidden;color:inherit;text-decoration:none;transition:border-color .2s}.listing-card:hover{border-color:var(--primary)}.listing-card-img{height:160px;background:#eee;display:flex;align-items:center;justify-content:center}.listing-card-img img{width:100%;height:100%;object-fit:contain}.listing-card-placeholder{color:var(--text-secondary);font-size:.85rem;padding:24px;text-align:center}.listing-card-body{padding:12px}.listing-card-body h3{margin:0 0 6px;font-size:.95rem;font-weight:600}.listing-card-meta{color:var(--text-secondary);font-size:.8rem;margin-bottom:6px}.listing-card-price{color:var(--primary);font-weight:700}.listing-card-cond{margin-top:4px;font-size:.75rem;color:var(--text-secondary)}@media (min-width: 768px){.list-cards-product-image{height:160px;width:162px}.product-card-body{gap:16px}.product-card-title,.product-card-unavailable{font-size:14px}}@media (min-width: 1280px){.browse-products-wrap{flex-direction:row}.browse-products-wrap.home-feed-list{flex-direction:column;gap:var(--home-card-divider, 1px)}.product-card-in-list{max-width:240px;flex-direction:column;height:350px}.list-cards-product-image{width:100%;height:160px}.product-card-price-row,.product-card-shops{justify-content:flex-start}}.browse-shell{display:flex;width:100%;min-height:100%;background:var(--bg-neutral)}.browse-sidebar{display:none;width:320px;flex-shrink:0;background:var(--white);border-inline-end:1px solid var(--border-primary);padding:8px 12px 16px;overflow-y:auto}.browse-main{flex:1;min-width:0;padding-bottom:72px}.browse-mobile-bar{display:flex;justify-content:flex-start;gap:8px;padding:12px;background:var(--white);border-bottom:1px solid var(--border-primary)}.browse-filter-btn{flex-shrink:0;border:1px solid var(--primary);color:var(--primary);border-radius:6px;padding:0 12px;font-size:.85rem;font-weight:600;background:var(--white)}.browse-topbar{display:none;flex-direction:column;gap:8px;padding:16px 16px 8px;background:var(--white);border-bottom:1px solid var(--border-primary)}.browse-breadcrumb{color:var(--text-secondary);font-size:.8rem}.browse-breadcrumb a:hover{color:var(--primary)}.browse-title{margin:0;font-size:1.1rem;font-weight:700}.browse-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.browse-count{color:var(--text-secondary);font-size:.85rem}.browse-brands-filter{display:flex;flex-direction:column;gap:10px}.browse-brands-checkboxes{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto}.browse-price-filter{display:flex;flex-direction:column;gap:10px}.browse-price-row label{display:block;margin-bottom:4px;font-size:.85rem;color:var(--text-secondary)}.browse-filter-loading,.browse-filter-empty{color:var(--text-secondary);font-size:.85rem}.browse-sentinel{display:flex;justify-content:center;padding:16px;min-height:48px}.browse-apply-btn{width:100%;margin-top:12px;height:42px;border:none;border-radius:6px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer}.listing-card-skeleton .list-cards-product-image,.product-card-skeleton .list-cards-product-image,.skeleton-block{background:linear-gradient(90deg,#ececec 25%,#f5f5f5,#ececec 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite}.product-card-skeleton .product-card-body{justify-content:flex-start;gap:10px;padding-top:8px}.skeleton-line{height:12px;border-radius:6px;margin-bottom:8px;background:#ececec}.skeleton-line.short{width:70%}.skeleton-line.price{width:45%;height:14px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 1280px){.browse-sidebar{display:block}.browse-mobile-bar{display:none}.browse-topbar{display:flex}.browse-main{padding-bottom:24px}}.listing-gallery{display:flex;gap:var(--detail-gallery-gap, 8px);overflow-x:auto;margin-bottom:var(--detail-gallery-content-gap, 8px)}.listing-gallery img,.listing-detail-preview-photo{height:var(--detail-gallery-height, 220px);min-width:var(--detail-gallery-photo-min-width, 140px);border-radius:var(--detail-gallery-radius, 8px);object-fit:contain;background:#fff;border:1px solid var(--border-primary)}.listing-detail-preview-photo{flex:1;background:var(--bg-neutral)}.listing-detail{padding-bottom:88px;font-family:var(--detail-font-family, inherit)}.page-shell.listing-detail{padding-top:var(--detail-pad-y, 16px);padding-right:var(--detail-pad-x, 16px);padding-left:var(--detail-pad-x, 16px)}@media (min-width: 1280px){.page-shell.listing-detail{max-width:var(--detail-content-max-width, none);margin-inline:auto}}.listing-detail-copy{display:flex;flex-direction:column;gap:0}.listing-detail-title{margin:0;font-family:var(--detail-title-font-family, var(--detail-font-family, inherit));font-size:var(--detail-title-size, 1.2rem);font-weight:var(--detail-title-font-weight, var(--detail-font-weight, 700));line-height:var(--detail-title-line-height, 1.4)}.listing-detail-title+.listing-detail-price{margin-top:var(--detail-title-price-gap, 8px)}.listing-detail-price+.listing-detail-meta{margin-top:var(--detail-price-meta-gap, 8px)}.listing-detail-meta+.listing-detail-specs,.listing-detail-meta+.listing-detail-desc{margin-top:var(--detail-meta-desc-gap, 8px)}.listing-detail-price+.listing-detail-desc{margin-top:var(--detail-price-meta-gap, 8px)}.listing-detail-specs+.listing-detail-desc{margin-top:var(--detail-meta-desc-gap, 8px)}.listing-detail-price{font-family:var(--detail-price-font-family, var(--detail-font-family, inherit));font-size:var(--detail-price-size, 1.25rem);font-weight:var(--detail-price-font-weight, var(--detail-font-weight, 700));color:var(--primary);margin:0}.listing-detail-meta{font-family:var(--detail-meta-font-family, var(--detail-font-family, inherit));font-size:var(--detail-meta-size, .8rem);font-weight:var(--detail-meta-font-weight, 400);color:var(--text-secondary);margin:0}.listing-detail-specs{font-family:var(--detail-specs-font-family, var(--detail-meta-font-family, var(--detail-font-family, inherit)));font-size:var(--detail-specs-size, var(--detail-meta-size, .8rem));font-weight:var(--detail-specs-font-weight, var(--detail-meta-font-weight, 400));color:var(--text-secondary);margin:0;padding-right:var(--detail-specs-pad-right, 18px);line-height:var(--detail-specs-line-height, 1.9)}.listing-detail-desc{white-space:pre-wrap;line-height:var(--detail-desc-line-height, 1.8);font-family:var(--detail-desc-font-family, var(--detail-font-family, inherit));font-size:var(--detail-desc-size, 1rem);font-weight:var(--detail-desc-font-weight, 400);margin:0}.listing-detail-preview{border:1px solid var(--border-primary);border-radius:12px;overflow:hidden;background:var(--white);max-width:420px;padding:var(--detail-pad-y, 12px) var(--detail-pad-x, 12px)}.listing-detail.is-preview{padding-bottom:0}.listing-action-bar{position:fixed;left:0;right:0;bottom:56px;z-index:55;display:flex;align-items:center;justify-content:space-around;gap:var(--detail-action-gap, 4px);padding:var(--detail-action-bar-pad-y, 8px) var(--detail-action-bar-pad-x, 12px);background:var(--white);border-top:1px solid var(--border-primary);box-shadow:0 -2px 10px #0000000a}.listing-action-bar.is-preview{position:static;margin-top:8px;box-shadow:none;border:0;padding:0;background:transparent;justify-content:flex-start}.listing-action-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--detail-action-size, 44px);height:var(--detail-action-size, 44px);border-radius:var(--detail-action-radius, 12px);color:var(--text-secondary);background:var(--bg-neutral)}.listing-action-btn svg{width:var(--detail-action-icon, 22px);height:var(--detail-action-icon, 22px)}.cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.listing-action-btn.is-primary{color:#fff;background:var(--primary)}.listing-action-btn.is-active{color:var(--primary);background:#fff3ec}.listing-action-btn.is-danger{color:#dc2626}.listing-action-btn:disabled{opacity:.55;cursor:not-allowed}@media (min-width: 1280px){.listing-detail{padding-bottom:48px}.listing-action-bar{position:static;margin-top:20px;justify-content:flex-start;gap:var(--detail-action-gap, 10px);padding:0;border:0;box-shadow:none;background:transparent}}.user-listings{display:flex;flex-direction:column;gap:12px}.user-listing-row{display:flex;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--border-primary);border-radius:8px;padding:14px}.user-listing-actions{display:flex;gap:8px;align-items:flex-start}.sellers-list{display:flex;flex-direction:column;gap:8px}.seller-row{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--border-primary);border-radius:8px;padding:14px;text-decoration:none;color:inherit}.seller-row:hover{border-color:var(--primary)}.mega-panel{position:fixed;top:64px;left:16px;right:16px;max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--border-primary);border-radius:8px;padding:16px;z-index:120;box-shadow:0 8px 24px #00000014}.mega-title{display:block;font-weight:700;color:var(--primary);margin-bottom:12px;text-decoration:none}.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mega-label{font-size:.8rem;color:var(--text-secondary);margin-bottom:8px}.mega-link{display:block;padding:6px 0;color:var(--text-primary);text-decoration:none;font-size:.9rem}.mega-link:hover{color:var(--primary)}.mega-empty{color:var(--text-secondary);font-size:.85rem}.admin-shell{display:flex;min-height:100vh;background:var(--bg-neutral)}.admin-side{width:220px;background:#fff;border-left:1px solid var(--border-primary);padding:16px;display:flex;flex-direction:column;gap:10px}.admin-brand{font-weight:700;color:var(--primary);margin-bottom:8px}.admin-side a,.admin-side button{text-align:right;background:none;border:0;color:var(--text-primary);text-decoration:none;cursor:pointer;padding:6px 0;font:inherit}.admin-side a:hover,.admin-side button:hover{color:var(--primary)}.admin-back{margin-top:auto;color:var(--text-secondary)!important}.admin-main{flex:1;padding:24px;overflow:auto}.admin-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:16px}.admin-stat{background:#fff;border:1px solid var(--border-primary);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:6px}.admin-stat b{font-size:1.4rem;color:var(--primary)}.admin-form-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px;align-items:center}.admin-form-row input,.admin-form-row select{min-width:160px;height:36px;border:1px solid var(--border-primary);border-radius:6px;padding:0 10px;background:var(--bg-neutral)}.admin-listing-gallery{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.admin-listing-gallery img{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid var(--border-primary);background:#fff}@media (max-width: 768px){.admin-shell{flex-direction:column}.admin-side{width:100%;flex-direction:row;flex-wrap:wrap;border-left:0;border-bottom:1px solid var(--border-primary)}.user-listing-row{flex-direction:column}}.user-panel-nav{display:flex;flex-direction:column}.user-panel-link{display:block;padding:14px 4px;border-bottom:1px solid rgba(0,0,0,.08);color:inherit;text-decoration:none;font-size:15px;background:none;border-left:0;border-right:0;border-top:0;width:100%;text-align:right;cursor:pointer;font-family:inherit}.user-panel-link:last-child{border-bottom:0}.user-panel-link:hover{color:var(--color-primary, #0b6e4f)}.user-panel-logout{color:#b42318}.user-panel-logout:hover{color:#912018}.account-shell{display:flex;width:100%;min-height:calc(100vh - 120px);background:var(--bg-neutral)}.account-sidebar{width:280px;flex-shrink:0;background:var(--white);border-inline-end:1px solid var(--border-primary);padding:16px 12px 24px;overflow-y:auto}.account-sidebar-title{font-family:var(--content-font-family, inherit);font-weight:var(--content-font-weight, 700);font-size:1rem;color:var(--primary);padding:4px 10px 14px;border-bottom:1px solid var(--border-primary);margin-bottom:8px}.account-sidebar-nav{display:flex;flex-direction:column;gap:2px}.account-nav-link{display:block;padding:10px 12px;border-radius:6px;color:var(--text-primary);text-decoration:none;font-size:.92rem;background:none;border:0;width:100%;text-align:right;cursor:pointer;font-family:var(--content-font-family, inherit);font-weight:var(--content-font-weight, 400)}.account-nav-link:hover{background:var(--bg-neutral);color:var(--primary)}.account-nav-link.is-active{background:#fff4ef;color:var(--primary);font-weight:var(--content-font-weight, 600)}.account-nav-logout{margin-top:8px;color:#b42318}.account-nav-logout:hover{color:#912018;background:#fef3f2}.account-main{flex:1;min-width:0}.account-main .page-shell{max-width:none;min-height:0;margin:0;padding:24px 20px 48px;background:transparent}.account-main .page-wrap{max-width:none;margin:0;padding:24px 20px 48px}.account-shortcuts{display:flex;flex-wrap:wrap;gap:10px}.account-shortcut{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid var(--border-primary);border-radius:6px;background:var(--white);color:var(--text-primary);text-decoration:none;font-size:.9rem}.account-shortcut:hover{border-color:var(--primary);color:var(--primary)}.account-row-main{display:flex;gap:12px;align-items:flex-start;min-width:0}.account-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--border-primary);background:#fff;flex-shrink:0}.account-thumb-empty{display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.85rem}.account-click-row{width:100%;background:var(--white);border:1px solid var(--border-primary);border-radius:8px;cursor:pointer;font:inherit;color:inherit}.wallet-balance{font-size:1.6rem;font-weight:700;color:var(--primary);margin-bottom:6px}.chat-layout{display:grid;grid-template-columns:280px 1fr;gap:12px;align-items:start}.chat-page .brand-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.chat-live-dot{color:#16a34a;font-weight:600}.chat-live-toggle{flex-shrink:0;border:1px solid var(--border-primary);background:var(--white);color:var(--text-secondary);border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:600}.chat-live-toggle.is-on{border-color:#86efac;background:#f0fdf4;color:#15803d}html[data-theme=dark] .chat-live-toggle.is-on{background:#14532d;border-color:#166534;color:#bbf7d0}.chat-thread-item{display:block;width:100%;text-align:right;background:none;border:0;border-bottom:1px solid var(--border-primary);padding:12px 8px;cursor:pointer;font:inherit;color:inherit}.chat-thread-item:hover,.chat-thread-item.is-active{background:#fff4ef}html[data-theme=dark] .chat-thread-item:hover,html[data-theme=dark] .chat-thread-item.is-active{background:#2a1f1a}.chat-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.chat-report-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--bg-neutral);color:#dc2626;flex-shrink:0}.chat-messages{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto;margin-bottom:12px;padding:4px}.chat-bubble{background:var(--bg-neutral);border:1px solid var(--border-primary);border-radius:10px;padding:10px 12px;max-width:85%;align-self:flex-start}.chat-bubble.is-mine{align-self:flex-end;background:#fff4ef;border-color:#ffd8c2}html[data-theme=dark] .chat-bubble.is-mine{background:#3a2418;border-color:#5c341f}.chat-meta{margin-top:6px;font-size:.75rem;color:var(--text-secondary)}.terms-content h2{font-size:1rem;margin:18px 0 8px;color:var(--text-primary)}.terms-content p,.terms-content li{line-height:1.85;color:var(--text-secondary)}.terms-content ul{padding-right:18px;margin:0 0 8px}@media (max-width: 991px){.chat-layout{grid-template-columns:1fr}}@media (max-width: 991px){.account-shell{flex-direction:column}.account-sidebar{width:100%;border-inline-end:0;border-bottom:1px solid var(--border-primary);padding-bottom:12px}.account-sidebar-nav{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.account-nav-link{flex:0 0 auto;white-space:nowrap;padding:8px 12px;font-size:.85rem}.account-nav-logout{margin-top:0}.account-sidebar-title{border-bottom:0;margin-bottom:4px;padding-bottom:4px}}.profile-page{width:100%;max-width:560px;margin:0 auto;padding:16px 16px 88px;background:var(--bg-neutral);min-height:100%}.profile-page-title{margin:0 0 16px;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.profile-welcome{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:14px;background:var(--profile-card, var(--white));border:1px solid var(--border-primary);margin-bottom:12px}.profile-welcome.is-user{flex-direction:row;align-items:center}.profile-welcome-avatar{width:48px;height:48px;border-radius:50%;background:var(--bg-neutral);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-welcome-copy{flex:1;min-width:0}.profile-welcome-hello{font-size:1rem;font-weight:700;color:var(--text-primary)}.profile-welcome-sub{margin-top:4px;font-size:.85rem;color:var(--text-secondary)}.profile-login-btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:10px;background:var(--primary);color:#fff;font-weight:600;font-size:.95rem}.profile-login-btn:hover{color:#fff;opacity:.94}.profile-section{background:var(--profile-card, var(--white));border:1px solid var(--border-primary);border-radius:14px;overflow:hidden;margin-bottom:12px}.profile-row{width:100%;display:flex;align-items:center;gap:12px;padding:14px;border:0;border-bottom:1px solid var(--border-primary);background:transparent;color:var(--text-primary);text-align:right;cursor:pointer;font-family:inherit}.profile-section .profile-row:last-child{border-bottom:0}.profile-row-icon{display:inline-flex;color:var(--text-secondary);flex-shrink:0}.profile-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.profile-row-title{font-size:.95rem;font-weight:600}.profile-row-sub{font-size:.75rem;color:var(--text-secondary)}.profile-row-chevron{color:var(--text-secondary);display:inline-flex;flex-shrink:0}.profile-row.is-danger,.profile-row.is-danger .profile-row-icon,.profile-row.is-danger .profile-row-title{color:#dc2626}.profile-version{text-align:center;font-size:.75rem;color:var(--text-secondary);padding:12px 8px 0}
