@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--font-main:"Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--color-primary:#176b3a;--color-dark-green:#0e4a27;--color-light-green:#eaf6ee;--color-bg:#f8f7f3;--color-surface:#fff;--color-text:#1a1c1a;--color-text-secondary:#525450;--color-border:#d8d6cf;--color-success:#1e7e45;--color-warning:#b87a00;--color-danger:#ba3c3c;--color-info:#2b72b3;--green-500:#176b3a;--green-600:#0e4a27;--green-50:#eaf6ee;--color-accent:#176b3a;--color-accent-dark:#0e4a27;--color-accent-light:#eaf6ee;--color-text-muted:#525450;--color-text-inverse:#fff;--color-error:#ba3c3c;--color-error-bg:#fdf2f2;--color-error-border:#f8d7d7;--color-success-bg:#eaf6ee;--touch-target-min:52px;--btn-height-primary:58px;--btn-height-secondary:52px;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-full:9999px;--shadow-xs:0 2px 4px #1a1c1a0d;--shadow-sm:0 4px 12px #1a1c1a14;--shadow-md:0 10px 28px #176b3a1a;--shadow-lg:0 18px 42px #176b3a24;--sidebar-width:280px;--sidebar-collapsed-width:80px;--topbar-height:68px;--bottomnav-height:72px;--max-content-width:1400px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;touch-action:manipulation;font-size:16px}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;min-height:100vh;font-size:1rem;line-height:1.5}:focus-visible{outline:4px solid var(--color-primary);outline-offset:3px}img,video{max-width:100%;height:auto;display:block}button,input,textarea,select{font-family:inherit;font-size:inherit}.app-shell{background-color:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.app-main-wrapper{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-height:100vh;transition:margin-left .22s cubic-bezier(.16,1,.3,1);display:flex}.app-main-wrapper.sidebar-collapsed{margin-left:var(--sidebar-collapsed-width)}.app-main-content{flex:1;padding-top:0}.breadcrumb-trail-wrapper{background:0 0;width:100%;padding-top:1.15rem}.breadcrumb-trail-container{max-width:var(--max-content-width);margin-inline:auto;padding-inline:1.75rem}.breadcrumb-trail-nav{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;font-size:14px;line-height:1.4;display:flex}.breadcrumb-trail-parent{color:#555852;white-space:nowrap;align-items:center;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex;min-height:unset!important}.breadcrumb-trail-parent:hover{color:#166534}.breadcrumb-trail-separator{color:#94a3b8;-webkit-user-select:none;user-select:none;align-items:center;font-size:13px;font-weight:600;display:inline-flex}.breadcrumb-trail-current{color:#1a1c1a;white-space:nowrap;align-items:center;font-weight:800;display:inline-flex}.app-container{max-width:var(--max-content-width);margin-inline:auto;padding:.75rem 1.75rem 1.75rem}.desktop-toggle-btn{display:flex!important}.mobile-menu-btn,.mobile-bottom-nav,.mobile-only-drawer-section{display:none!important}.header-location-badge{display:inline-flex!important}a,button,input,select,textarea,[role=button]{min-height:var(--touch-target-min)}header a,header button,header input,header [role=button]{min-height:unset}.skip-link{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);z-index:1000;padding:.875rem 1.5rem;font-weight:800;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.card{background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);padding:1.75rem;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-sm)}.card-interactive{cursor:pointer}.card-interactive:hover{border-color:var(--color-primary);transform:translateY(-2px)}.btn{border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #0000;justify-content:center;align-items:center;gap:.6rem;min-height:44px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:700;line-height:1.2;text-decoration:none;transition:all .18s ease-in-out;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff;min-height:var(--btn-height-primary)}.btn-primary:hover:not(:disabled){background-color:var(--color-dark-green);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{color:var(--color-text);border-color:var(--color-border);background-color:#fff}.btn-secondary:hover:not(:disabled){background-color:var(--color-light-green);border-color:var(--color-primary);color:var(--color-primary)}.btn-accent{background-color:var(--color-light-green);color:var(--color-primary);border-color:var(--color-primary)}.btn-accent:hover:not(:disabled){background-color:var(--color-primary);color:#fff}.btn-large{border-radius:var(--radius-lg);min-height:60px;padding:1rem 2.25rem;font-size:1.25rem}.btn-full{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.badge{border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:800;display:inline-flex}.badge-verified{background-color:var(--color-light-green);color:var(--color-primary);border:1.5px solid #176b3a4d}.badge-success{color:var(--color-success);background-color:#e6f4ea;border:1.5px solid #1e7e454d}.badge-warning{color:#855500;background-color:#fef3d6;border:1.5px solid #8555004d}.badge-danger{color:var(--color-danger);background-color:#fdf2f2;border:1.5px solid #ba3c3c4d}.badge-info{color:var(--color-info);background-color:#ebf4fc;border:1.5px solid #2b72b34d}.big-action-card{border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;text-align:left;background:#fff;align-items:center;gap:.85rem;padding:.85rem 1.1rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000a}.big-action-card:hover{border-color:var(--color-primary);background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #176b3a14}.big-action-card-primary{background:var(--color-light-green);border-color:var(--color-primary)}.big-action-icon-box{background:var(--color-primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.big-action-title{color:var(--color-dark-green);font-size:.95rem;font-weight:700;line-height:1.25}.big-action-subtitle{color:var(--color-text-secondary);margin-top:.2rem;font-size:.775rem;line-height:1.35}.form-group{flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.form-label{color:var(--color-text);font-size:1.125rem;font-weight:800}.form-help{color:var(--color-text-secondary);font-size:1rem}.form-input{border:2.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-height:58px;color:var(--color-text);background:#fff;padding:.875rem 1.25rem;font-size:1.125rem;transition:border-color .18s}.form-input:focus{border-color:var(--color-primary);background:#fff;outline:none}.form-input::placeholder{color:#8c8e88}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{border-radius:var(--radius-xl);background:#fff;width:100%;max-width:620px;max-height:calc(100vh - 3rem);margin:auto;padding:2.25rem;animation:.22s cubic-bezier(.16,1,.3,1) modalPop;overflow-y:auto;box-shadow:0 25px 50px -12px #0f172a40,0 0 0 1px #e2e8f0cc}@keyframes modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes profileDropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.app-sidebar{transition:width .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1)}@media (width<=1024px){.app-container{padding:1.25rem}}@media (width<=768px){.app-sidebar{width:min(300px,85vw)!important;box-shadow:none!important;transform:translate(-100%)!important}.app-sidebar.mobile-open{transform:translate(0)!important;box-shadow:0 10px 40px #00000059!important}.mobile-sidebar-close-btn:hover{color:#0f172a!important;background:#eef2f6!important}.app-main-wrapper{padding-bottom:var(--bottomnav-height);margin-left:0!important}.desktop-toggle-btn{display:none!important}.mobile-menu-btn,.mobile-bottom-nav{display:flex!important}.mobile-only-drawer-section{display:block!important}.header-profile-dropdown-wrapper,.header-location-badge,.header-breadcrumb,.header-breadcrumb-divider{display:none!important}.onboarding-btn-text,.help-btn-text{display:none}body{padding-bottom:var(--bottomnav-height)}header.app-header-bar,header{height:auto!important;min-height:calc(54px + env(safe-area-inset-top,0px))!important;padding-top:max(env(safe-area-inset-top,0px), 8px)!important;gap:8px!important;padding-bottom:8px!important;padding-left:10px!important;padding-right:10px!important;box-shadow:0 1px 3px #0000000d!important}.header-left-group{flex:auto!important;gap:8px!important;min-width:0!important}.header-right-group{flex:none!important;gap:6px!important}.mobile-menu-btn,.header-cart-btn,.header-chat-btn,.notif-bell-btn{border-radius:9px!important;width:36px!important;height:36px!important;font-size:16px!important}.header-search-wrap{flex:auto!important;min-width:0!important}.header-search-input{border-radius:9px!important;height:36px!important;padding-left:34px!important;padding-right:10px!important;font-size:13px!important}.header-search-input::placeholder{font-size:12.5px!important}}@keyframes toastSlideIn{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}@keyframes toastProgress{0%{width:100%}to{width:0%}}.toast-card-animate{animation:.28s cubic-bezier(.16,1,.3,1) forwards toastSlideIn}.feed-post-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;transition:box-shadow .2s,border-color .2s;box-shadow:0 2px 10px #00000008}.feed-post-card:hover{box-shadow:0 4px 20px #0000000f}.post-action-bar{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,1fr);gap:6px;padding-top:8px;display:grid}.post-action-btn{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.post-action-btn:hover{color:#0f172a;background:#f1f5f9}.post-action-btn:active{transform:scale(.98)}.post-action-btn.active-like{color:#0a66c2;background:#eff6ff}.post-action-btn.active-celebrate{color:#059669;background:#ecfdf5}.post-action-btn.active-support{color:#4f46e5;background:#eef2ff}.post-action-btn.active-love{color:#e11d48;background:#fff1f2}.post-action-btn.active-insight{color:#d97706;background:#fffbeb}.post-action-btn.active-funny{color:#0284c7;background:#f0f9ff}.reaction-popover-dock{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:36px;align-items:center;gap:6px;padding:6px 12px;animation:.2s cubic-bezier(.16,1,.3,1) forwards reactionDockIn;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 12px 32px #00000024,0 4px 10px #0000000d}@keyframes reactionDockIn{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.reaction-dock-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:2px;transition:transform .18s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;transform:scale(1)}.reaction-dock-btn:hover{z-index:10;transform:scale(1.36)translateY(-6px)}.reaction-tooltip-tag{color:#fff;white-space:nowrap;pointer-events:none;background:#0f172aeb;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:700;animation:.15s forwards fadeInTooltip;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0003}@keyframes fadeInTooltip{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}.stacked-badges-container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.stacked-badges-container:hover .stacked-badges-count{color:#0e4a27;text-decoration:underline}.stacked-icons-group{align-items:center;display:flex}.stacked-icon-circle{background:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-right:-6px;display:inline-flex;box-shadow:0 1px 3px #0000001f}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#0c110d;--color-surface:#141b15;--color-text:#f1f5f9;--color-text-secondary:#94a3b8;--color-border:#243026;--color-light-green:#172d1e;--color-dark-green:#4ade80;--color-primary:#22c55e;--color-success-bg:#172d1e;--color-error-bg:#2b1515;--color-error-border:#4d2525}[data-theme=dark] body,[data-theme=dark] .app-shell,[data-theme=dark] .app-main-wrapper,[data-theme=dark] .app-main-content{color:#f1f5f9!important;background-color:#0c110d!important}[data-theme=dark] .app-sidebar{background-color:#141b15!important;border-right:1px solid #243026!important}[data-theme=dark] .app-sidebar *{border-color:#243026!important}[data-theme=dark] header{color:#f1f5f9!important;background-color:#141b15!important;border-bottom:1px solid #243026!important}[data-theme=dark] header *{border-color:#243026!important}[data-theme=dark] .mobile-bottom-nav{background-color:#141b15!important;border-top:1px solid #243026!important}[data-theme=dark] .mobile-bottom-nav a{color:#94a3b8!important}[data-theme=dark] .mobile-bottom-nav a.active{color:#4ade80!important}[data-theme=dark] .mobile-nav-avatar{color:#4ade80!important;background-color:#1a241c!important;border-color:#334155!important}[data-theme=dark] .mobile-nav-avatar.active{border-color:#4ade80!important;box-shadow:0 0 0 1px #4ade804d!important}[data-theme=dark] .mobile-menu-btn{color:#4ade80!important;background-color:#18291d!important;border-color:#27382b!important}[data-theme=dark] .mobile-menu-btn:hover{color:#86efac!important;background-color:#223b2a!important}[data-theme=dark] .app-sidebar button{color:#cbd5e1!important}[data-theme=dark] .app-sidebar button:hover{color:#fff!important;background-color:#1a241c!important}[data-theme=dark] .mobile-only-drawer-section{border-top-color:#243026!important}[data-theme=dark] .sidebar-mobile-action-btn.active{color:#4ade80!important;background-color:#22c55e26!important}[data-theme=dark] .sidebar-mobile-logout-btn{color:#f87171!important}[data-theme=dark] .sidebar-mobile-logout-btn:hover{color:#fca5a5!important;background-color:#2c1818!important}[data-theme=dark] .app-sidebar div[style*=border-top]{background-color:#141b15!important;border-top:1px solid #243026!important}[data-theme=dark] .app-sidebar div[style*=border-top] span{color:#94a3b8!important}[data-theme=dark] .app-sidebar div[style*=border-top] button{color:#94a3b8!important;background-color:#1a241c!important;border:1px solid #2a382d!important}[data-theme=dark] .app-sidebar div[style*=border-top] button:hover{color:#f1f5f9!important;background-color:#223025!important}[data-theme=dark] .mobile-sidebar-close-btn{color:#94a3b8!important;background-color:#1a241c!important;border-color:#243026!important}[data-theme=dark] .mobile-sidebar-close-btn:hover{color:#f1f5f9!important;background-color:#223025!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{color:#f1f5f9!important;background-color:#18201a!important;border-color:#28362b!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b!important}[data-theme=dark] div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] div[style*="background: #FFFFFF"],[data-theme=dark] div[style*="background: #ffffff"],[data-theme=dark] div[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] div[style*="background-color: #FFFFFF"],[data-theme=dark] div[style*="background-color: #ffffff"],[data-theme=dark] section[style*="background: rgb(255, 255, 255)"],[data-theme=dark] section[style*="background: #FFFFFF"],[data-theme=dark] section[style*="background: #ffffff"],[data-theme=dark] article[style*="background: rgb(255, 255, 255)"],[data-theme=dark] article[style*="background: #FFFFFF"],[data-theme=dark] article[style*="background: #ffffff"],[data-theme=dark] div[style*="background: rgb(250, 250, 247)"],[data-theme=dark] div[style*="background: #FAFAF7"],[data-theme=dark] div[style*="background: #fafaf7"],[data-theme=dark] div[style*="background: rgb(248, 247, 243)"],[data-theme=dark] div[style*="background: #F8F7F3"],[data-theme=dark] div[style*="background: #f8f7f3"],[data-theme=dark] div[style*="background: rgb(244, 243, 238)"],[data-theme=dark] div[style*="background: #F4F3EE"],[data-theme=dark] div[style*="background: #f4f3ee"],[data-theme=dark] div[style*="background: rgb(249, 250, 251)"],[data-theme=dark] div[style*="background: #F9FAFB"],[data-theme=dark] div[style*="background: #f9fafb"],[data-theme=dark] div[style*="background: rgb(248, 250, 252)"],[data-theme=dark] div[style*="background: #F8FAFC"],[data-theme=dark] div[style*="background: #f8fafc"],[data-theme=dark] .card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .big-action-card{color:#f1f5f9!important;background:#141b15!important;border-color:#243026!important}[data-theme=dark] .big-action-card:hover{background:#1b241c!important;border-color:#4ade80!important}[data-theme=dark] .big-action-title{color:#4ade80!important}[data-theme=dark] .big-action-subtitle{color:#94a3b8!important}[data-theme=dark] .btn-secondary{color:#f1f5f9!important;background-color:#1b241c!important;border-color:#243026!important}[data-theme=dark] .btn-secondary:hover:not(:disabled){color:#4ade80!important;background-color:#223024!important;border-color:#4ade80!important}[data-theme=dark] div[style*="color: rgb(26, 28, 26)"],[data-theme=dark] div[style*="color: #1A1C1A"],[data-theme=dark] div[style*="color: rgb(15, 23, 42)"],[data-theme=dark] div[style*="color: #0F172A"],[data-theme=dark] div[style*="color: rgb(17, 24, 39)"],[data-theme=dark] div[style*="color: #111827"],[data-theme=dark] div[style*="color: rgb(34, 37, 34)"],[data-theme=dark] div[style*="color: #222522"],[data-theme=dark] span[style*="color: rgb(26, 28, 26)"],[data-theme=dark] span[style*="color: #1A1C1A"],[data-theme=dark] span[style*="color: rgb(15, 23, 42)"],[data-theme=dark] span[style*="color: #0F172A"],[data-theme=dark] span[style*="color: rgb(17, 24, 39)"],[data-theme=dark] span[style*="color: #111827"],[data-theme=dark] span[style*="color: rgb(34, 37, 34)"],[data-theme=dark] span[style*="color: #222522"],[data-theme=dark] p[style*="color: rgb(26, 28, 26)"],[data-theme=dark] p[style*="color: #1A1C1A"],[data-theme=dark] p[style*="color: rgb(15, 23, 42)"],[data-theme=dark] p[style*="color: #0F172A"],[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:#f1f5f9!important}[data-theme=dark] div[style*="color: rgb(82, 84, 80)"],[data-theme=dark] div[style*="color: #525450"],[data-theme=dark] div[style*="color: rgb(107, 114, 128)"],[data-theme=dark] div[style*="color: #6B7280"],[data-theme=dark] div[style*="color: rgb(100, 116, 139)"],[data-theme=dark] div[style*="color: #64748B"],[data-theme=dark] div[style*="color: rgb(111, 113, 108)"],[data-theme=dark] div[style*="color: #6F716C"],[data-theme=dark] span[style*="color: rgb(82, 84, 80)"],[data-theme=dark] span[style*="color: #525450"],[data-theme=dark] span[style*="color: rgb(107, 114, 128)"],[data-theme=dark] span[style*="color: #6B7280"],[data-theme=dark] span[style*="color: rgb(100, 116, 139)"],[data-theme=dark] span[style*="color: #64748B"],[data-theme=dark] span[style*="color: rgb(111, 113, 108)"],[data-theme=dark] span[style*="color: #6F716C"],[data-theme=dark] p[style*="color: rgb(82, 84, 80)"],[data-theme=dark] p[style*="color: #525450"],[data-theme=dark] p[style*="color: rgb(107, 114, 128)"],[data-theme=dark] p[style*="color: #6B7280"],[data-theme=dark] p[style*="color: rgb(100, 116, 139)"],[data-theme=dark] p[style*="color: #64748B"]{color:#94a3b8!important}[data-theme=dark] div[style*="color: rgb(14, 74, 39)"],[data-theme=dark] div[style*="color: #0E4A27"],[data-theme=dark] div[style*="color: rgb(23, 107, 58)"],[data-theme=dark] div[style*="color: #176B3A"],[data-theme=dark] div[style*="color: rgb(22, 101, 52)"],[data-theme=dark] div[style*="color: #166534"],[data-theme=dark] span[style*="color: rgb(14, 74, 39)"],[data-theme=dark] span[style*="color: #0E4A27"],[data-theme=dark] span[style*="color: rgb(23, 107, 58)"],[data-theme=dark] span[style*="color: #176B3A"],[data-theme=dark] span[style*="color: rgb(22, 101, 52)"],[data-theme=dark] span[style*="color: #166534"],[data-theme=dark] h1[style*="color: #0E4A27"],[data-theme=dark] h2[style*="color: #0E4A27"],[data-theme=dark] h3[style*="color: #0E4A27"]{color:#4ade80!important}[data-theme=dark] div[style*="background: rgb(234, 246, 238)"],[data-theme=dark] div[style*="background: #EAF6EE"],[data-theme=dark] div[style*="background: #eaf6ee"],[data-theme=dark] div[style*="background: rgb(240, 253, 244)"],[data-theme=dark] div[style*="background: #F0FDF4"],[data-theme=dark] div[style*="background: #f0fdf4"],[data-theme=dark] section[style*="background: rgb(240, 253, 244)"],[data-theme=dark] section[style*="background: #F0FDF4"],[data-theme=dark] section[style*="background: #f0fdf4"]{background-color:#172d1e!important;border-color:#24422b!important}[data-theme=dark] div[role=menu],[data-theme=dark] div[role=dialog]{background-color:#141b15!important;border-color:#243026!important;box-shadow:0 16px 48px #0009!important}[data-theme=dark] div[role=menu] button:hover{color:#4ade80!important;background-color:#1b241c!important}[data-theme=dark] .breadcrumb-trail-parent{color:#94a3b8!important}[data-theme=dark] .breadcrumb-trail-current{color:#f1f5f9!important}[data-theme=dark] .app-sidebar img{filter:drop-shadow(0 0 6px #ffffff1f);mix-blend-mode:normal!important}[data-theme=dark] .app-sidebar span[style*="color: #16523a"],[data-theme=dark] .app-sidebar span[style*="color: rgb(22, 82, 58)"]{color:#4ade80!important}[data-theme=dark] .app-sidebar div[style*="color: #1c513d"],[data-theme=dark] .app-sidebar div[style*="color: rgb(28, 81, 61)"]{color:#94a3b8!important}[data-theme=dark] .app-sidebar button[style*="background: rgb(234, 246, 238)"],[data-theme=dark] .app-sidebar button[style*="background: #EAF6EE"],[data-theme=dark] .app-sidebar button[style*="background: #eaf6ee"]{color:#4ade80!important;background-color:#1a3323!important;border-left-color:#4ade80!important}[data-theme=dark] .app-sidebar button[style*="background: rgb(234, 246, 238)"] span,[data-theme=dark] .app-sidebar button[style*="background: #EAF6EE"] span,[data-theme=dark] .app-sidebar button[style*="background: #eaf6ee"] span{color:#4ade80!important}[data-theme=dark] button[style*="background: rgb(255, 255, 255)"],[data-theme=dark] button[style*="background: #FFFFFF"],[data-theme=dark] button[style*="background: #ffffff"],[data-theme=dark] button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] button[style*="background-color: #FFFFFF"],[data-theme=dark] button[style*="background-color: #ffffff"],[data-theme=dark] button[style*="background: rgb(241, 245, 249)"],[data-theme=dark] button[style*="background: #F1F5F9"],[data-theme=dark] button[style*="background: #f1f5f9"],[data-theme=dark] button[style*="background-color: rgb(241, 245, 249)"],[data-theme=dark] button[style*="background-color: #F1F5F9"],[data-theme=dark] button[style*="background-color: #f1f5f9"]{color:#cbd5e1!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] button[style*="background: rgb(255, 255, 255)"]:hover,[data-theme=dark] button[style*="background: #FFFFFF"]:hover,[data-theme=dark] button[style*="background: #ffffff"]:hover,[data-theme=dark] button[style*="background-color: rgb(255, 255, 255)"]:hover,[data-theme=dark] button[style*="background-color: #FFFFFF"]:hover,[data-theme=dark] button[style*="background-color: #ffffff"]:hover,[data-theme=dark] button[style*="background: rgb(241, 245, 249)"]:hover,[data-theme=dark] button[style*="background: #F1F5F9"]:hover,[data-theme=dark] button[style*="background: #f1f5f9"]:hover,[data-theme=dark] button[style*="background-color: rgb(241, 245, 249)"]:hover,[data-theme=dark] button[style*="background-color: #F1F5F9"]:hover,[data-theme=dark] button[style*="background-color: #f1f5f9"]:hover{color:#4ade80!important;background-color:#223025!important;border-color:#4ade80!important}[data-theme=dark] span[style*="background: rgb(203, 213, 225)"],[data-theme=dark] span[style*="background: #CBD5E1"],[data-theme=dark] span[style*="background: #cbd5e1"],[data-theme=dark] span[style*="background-color: rgb(203, 213, 225)"],[data-theme=dark] span[style*="background-color: #CBD5E1"],[data-theme=dark] span[style*="background-color: #cbd5e1"]{color:#94a3b8!important;background-color:#27382b!important}[data-theme=dark] div[style*="background-color: rgb(240, 253, 244)"],[data-theme=dark] div[style*="background-color: #F0FDF4"],[data-theme=dark] div[style*="background-color: rgb(239, 246, 255)"],[data-theme=dark] div[style*="background-color: #EFF6FF"],[data-theme=dark] div[style*="background-color: rgb(236, 253, 245)"],[data-theme=dark] div[style*="background-color: #ECFDF5"],[data-theme=dark] div[style*="background-color: rgb(254, 249, 195)"],[data-theme=dark] div[style*="background-color: #FEF9C3"],[data-theme=dark] div[style*="background: rgb(240, 253, 244)"],[data-theme=dark] div[style*="background: #F0FDF4"],[data-theme=dark] div[style*="background: rgb(239, 246, 255)"],[data-theme=dark] div[style*="background: #EFF6FF"],[data-theme=dark] div[style*="background: rgb(236, 253, 245)"],[data-theme=dark] div[style*="background: #ECFDF5"],[data-theme=dark] div[style*="background: rgb(254, 249, 195)"],[data-theme=dark] div[style*="background: #FEF9C3"]{background-color:#1a281e!important;border:1px solid #2b3d2f!important}[data-theme=dark] div[style*="color: rgb(30, 64, 175)"],[data-theme=dark] div[style*="color: #1E40AF"],[data-theme=dark] div[style*="color: rgb(43, 114, 179)"],[data-theme=dark] div[style*="color: #2B72B3"],[data-theme=dark] span[style*="color: rgb(30, 64, 175)"],[data-theme=dark] span[style*="color: #1E40AF"],[data-theme=dark] span[style*="color: rgb(43, 114, 179)"],[data-theme=dark] span[style*="color: #2B72B3"]{color:#60a5fa!important}[data-theme=dark] div[style*="background-color: rgb(241, 245, 249)"],[data-theme=dark] div[style*="background-color: #F1F5F9"]{background-color:#18221b!important;border:1px solid #27382b!important}[data-theme=dark] div[style*="background-color: rgb(241, 245, 249)"] span,[data-theme=dark] div[style*="background-color: #F1F5F9"] span{color:#4ade80!important}[data-theme=dark] div[style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] div[style*="background-color: #F8FAFC"],[data-theme=dark] div[style*="background-color: #f8fafc"],[data-theme=dark] div[style*="background: rgb(248, 250, 252)"],[data-theme=dark] div[style*="background: #F8FAFC"],[data-theme=dark] div[style*="background: #f8fafc"]{background-color:#101611!important;border-color:#243026!important}[data-theme=dark] header button{color:#cbd5e1!important;background-color:#1b241c!important;border-color:#27382b!important}[data-theme=dark] header button:hover{color:#f1f5f9!important;background-color:#243328!important}[data-theme=dark] header input{color:#f1f5f9!important;background-color:#141b15!important;border-color:#27382b!important}[data-theme=dark] div[style*="background: rgb(254, 252, 232)"],[data-theme=dark] div[style*="background: #FEFCE8"],[data-theme=dark] div[style*="background: #fefce8"],[data-theme=dark] div[style*="background-color: rgb(254, 252, 232)"],[data-theme=dark] div[style*="background-color: #FEFCE8"],[data-theme=dark] div[style*="background-color: #fefce8"]{background-color:#272011!important;border-color:#b45309!important}[data-theme=dark] div[style*="color: rgb(161, 98, 7)"],[data-theme=dark] div[style*="color: #A16207"],[data-theme=dark] div[style*="color: #a16207"],[data-theme=dark] span[style*="color: rgb(161, 98, 7)"],[data-theme=dark] span[style*="color: #A16207"],[data-theme=dark] span[style*="color: #a16207"]{color:#fbbf24!important}[data-theme=dark] div[style*=border-top] button[style*="background: rgb(255, 255, 255)"],[data-theme=dark] div[style*=border-top] button[style*="background: #FFFFFF"],[data-theme=dark] div[style*=border-top] button[style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] div[style*=border-top] button[style*="background-color: #FFFFFF"]{color:#f1f5f9!important;background-color:#1a261d!important;border-color:#2b3d2e!important}[data-theme=dark] div[style*=border-top] button[style*="background: rgb(255, 255, 255)"]:hover,[data-theme=dark] div[style*=border-top] button[style*="background: #FFFFFF"]:hover,[data-theme=dark] div[style*=border-top] button[style*="background-color: rgb(255, 255, 255)"]:hover,[data-theme=dark] div[style*=border-top] button[style*="background-color: #FFFFFF"]:hover{color:#4ade80!important;background-color:#243528!important;border-color:#4ade80!important}[data-theme=dark] div[style*="font-style: italic"][style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] div[style*="font-style: italic"][style*="background-color: #FFFFFF"]{color:#94a3b8!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .app-sidebar div[style*=border-top] button[style*="background: rgb(241, 245, 249)"],[data-theme=dark] .app-sidebar div[style*=border-top] button[style*="background: #F1F5F9"],[data-theme=dark] .app-sidebar div[style*=border-top] button[style*="background: #f1f5f9"]{color:#4ade80!important;background-color:#243328!important;border-color:#4ade80!important}[data-theme=dark] button[style*="background: rgb(248, 250, 252)"],[data-theme=dark] button[style*="background: #F8FAFC"],[data-theme=dark] button[style*="background: #f8fafc"],[data-theme=dark] button[style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] button[style*="background-color: #F8FAFC"],[data-theme=dark] button[style*="background-color: #f8fafc"]{color:#cbd5e1!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] button[style*="background: rgb(248, 250, 252)"]:hover,[data-theme=dark] button[style*="background: #F8FAFC"]:hover,[data-theme=dark] button[style*="background: #f8fafc"]:hover,[data-theme=dark] button[style*="background-color: rgb(248, 250, 252)"]:hover,[data-theme=dark] button[style*="background-color: #F8FAFC"]:hover,[data-theme=dark] button[style*="background-color: #f8fafc"]:hover{color:#4ade80!important;background-color:#223025!important;border-color:#4ade80!important}[data-theme=dark] span[style*="background: rgb(241, 245, 249)"][style*="border-radius: 20px"],[data-theme=dark] span[style*="background: #F1F5F9"][style*="border-radius: 20px"],[data-theme=dark] span[style*="background-color: #F1F5F9"][style*="border-radius: 20px"]{color:#94a3b8!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] span[style*="background: rgb(236, 253, 245)"][style*="border-radius: 20px"],[data-theme=dark] span[style*="background: #ECFDF5"][style*="border-radius: 20px"],[data-theme=dark] span[style*="background-color: #ECFDF5"][style*="border-radius: 20px"]{color:#4ade80!important;background-color:#162b1d!important;border-color:#24442e!important}[data-theme=dark] span[style*="background: #F0FDF4"],[data-theme=dark] span[style*="background: #f0fdf4"],[data-theme=dark] span[style*="background: rgb(240, 253, 244)"],[data-theme=dark] span[style*="background-color: #F0FDF4"],[data-theme=dark] span[style*="background-color: #f0fdf4"],[data-theme=dark] span[style*="background-color: rgb(240, 253, 244)"],[data-theme=dark] button[style*="background: #F0FDF4"],[data-theme=dark] button[style*="background: #f0fdf4"],[data-theme=dark] button[style*="background: rgb(240, 253, 244)"],[data-theme=dark] button[style*="background-color: #F0FDF4"],[data-theme=dark] button[style*="background-color: #f0fdf4"],[data-theme=dark] button[style*="background-color: rgb(240, 253, 244)"]{color:#4ade80!important;background-color:#172d1e!important;border-color:#24422b!important}[data-theme=dark] button[style*="background: #F0FDF4"]:hover,[data-theme=dark] button[style*="background: #f0fdf4"]:hover,[data-theme=dark] button[style*="background: rgb(240, 253, 244)"]:hover,[data-theme=dark] button[style*="background-color: #F0FDF4"]:hover,[data-theme=dark] button[style*="background-color: #f0fdf4"]:hover,[data-theme=dark] button[style*="background-color: rgb(240, 253, 244)"]:hover{color:#86efac!important;background-color:#1e3d29!important;border-color:#4ade80!important}[data-theme=dark] table{color:#f1f5f9!important}[data-theme=dark] table thead tr,[data-theme=dark] table thead tr[style*="background: #F8FAFC"],[data-theme=dark] table thead tr[style*="background: rgb(248, 250, 252)"]{background-color:#101611!important;border-bottom-color:#243026!important}[data-theme=dark] table th{color:#94a3b8!important;background-color:#101611!important;border-bottom-color:#243026!important}[data-theme=dark] table tr{border-bottom-color:#1e2820!important}[data-theme=dark] table tr:hover td{background-color:#162218!important}[data-theme=dark] table td{border-bottom-color:#1e2820!important}[data-theme=dark] table td[style*="color: #0F172A"],[data-theme=dark] table td[style*="color: rgb(15, 23, 42)"]{color:#f1f5f9!important}[data-theme=dark] div[style*="height: 8px"][style*="background: #E2E8F0"],[data-theme=dark] div[style*="height: 8px"][style*="background: rgb(226, 232, 240)"]{background-color:#243026!important}[data-theme=dark] div[style*="color: #BA3C3C"],[data-theme=dark] div[style*="color: rgb(186, 60, 60)"]{color:#f87171!important}[data-theme=dark] div[style*="background: #F1F5F9"][style*="border-radius: 14px"],[data-theme=dark] div[style*="background: rgb(241, 245, 249)"][style*="border-radius: 14px"]{background-color:#101611!important;border-color:#243026!important}div[style*="overflow-x: auto"],div[style*="overflowX: auto"]{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}[data-theme=dark] div[style*="overflow-x: auto"],[data-theme=dark] div[style*="overflowX: auto"]{scrollbar-width:thin;scrollbar-color:#27382b transparent}div[style*="overflow-x: auto"]::-webkit-scrollbar{height:5px}div[style*="overflowX: auto"]::-webkit-scrollbar{height:5px}div[style*="overflow-x: auto"]::-webkit-scrollbar-track{background:0 0}div[style*="overflowX: auto"]::-webkit-scrollbar-track{background:0 0}div[style*="overflow-x: auto"]::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}div[style*="overflowX: auto"]::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}[data-theme=dark] div[style*="overflow-x: auto"]::-webkit-scrollbar-thumb{background:#27382b;border-radius:4px}[data-theme=dark] div[style*="overflowX: auto"]::-webkit-scrollbar-thumb{background:#27382b;border-radius:4px}[data-theme=dark] .feed-post-card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important;box-shadow:0 4px 20px #0006!important}[data-theme=dark] .feed-post-card h2,[data-theme=dark] .feed-post-card h3{color:#f1f5f9!important}[data-theme=dark] .feed-post-card p{color:#cbd5e1!important}[data-theme=dark] .post-action-bar{border-top-color:#243026!important}[data-theme=dark] .post-action-btn{color:#94a3b8!important}[data-theme=dark] .post-action-btn:hover{color:#f1f5f9!important;background-color:#1b241c!important}[data-theme=dark] .post-action-btn.active-like{color:#60a5fa!important;background-color:#17253d!important}[data-theme=dark] .post-action-btn.active-celebrate{color:#4ade80!important;background-color:#162b1d!important}[data-theme=dark] .post-action-btn.active-support{color:#818cf8!important;background-color:#1e1b4b!important}[data-theme=dark] .post-action-btn.active-love{color:#fb7185!important;background-color:#2e1218!important}[data-theme=dark] .post-action-btn.active-insight{color:#fbbf24!important;background-color:#292010!important}[data-theme=dark] .post-action-btn.active-funny{color:#38bdf8!important;background-color:#0c2338!important}[data-theme=dark] .reaction-popover-dock{background-color:#18221b!important;border-color:#27382b!important;box-shadow:0 12px 32px #0009!important}[data-theme=dark] .stacked-icon-circle{background-color:#141b15!important;border-color:#141b15!important}[data-theme=dark] .stacked-badges-container:hover .stacked-badges-count{color:#4ade80!important}[data-theme=dark] .feed-post-card div[style*="border-top: 1px solid #F1F5F9"],[data-theme=dark] .feed-post-card div[style*="border-top: 1px solid rgb(241, 245, 249)"]{border-top-color:#243026!important}[data-theme=dark] .feed-post-card div[style*="backgroundColor: #F1F5F9"],[data-theme=dark] .feed-post-card div[style*="backgroundColor: rgb(241, 245, 249)"],[data-theme=dark] .feed-post-card div[style*="background-color: #F1F5F9"],[data-theme=dark] .feed-post-card div[style*="background-color: rgb(241, 245, 249)"]{background-color:#101611!important}[data-theme=dark] .feed-post-card div[style*="background-color: #F1F5F9"] span[style*="color: #0F172A"],[data-theme=dark] .feed-post-card div[style*="background-color: #F1F5F9"] span[style*="color: rgb(15, 23, 42)"]{color:#f1f5f9!important}[data-theme=dark] .feed-post-card input[style*="background: #F8FAFC"],[data-theme=dark] .feed-post-card input[style*="background: rgb(248, 250, 252)"]{color:#f1f5f9!important;background-color:#101611!important;border-color:#243026!important}[data-theme=dark] div[style*="background: #EAECE9"],[data-theme=dark] div[style*="background: rgb(234, 236, 233)"]{background-color:#101611!important;border:1.5px solid #243026!important}[data-theme=dark] div[style*="background: #EAECE9"] button[style*="background: transparent"],[data-theme=dark] div[style*="background: rgb(234, 236, 233)"] button[style*="background: transparent"]{color:#94a3b8!important}[data-theme=dark] div[style*="background: #EAECE9"] button[style*="background: transparent"]:hover,[data-theme=dark] div[style*="background: rgb(234, 236, 233)"] button[style*="background: transparent"]:hover{color:#4ade80!important;background-color:#18221b!important}[data-theme=dark] div[style*="border: 1.5px solid #D1E7D8"],[data-theme=dark] div[style*="border: 1.5px solid rgb(209, 231, 216)"]{background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] textarea[style*="background: #F8FAF8"],[data-theme=dark] input[style*="background: #F8FAF8"],[data-theme=dark] div[style*="background: #F8FAF8"],[data-theme=dark] div[style*="background: rgb(248, 250, 248)"]{color:#f1f5f9!important;background-color:#101611!important;border-color:#243026!important}[data-theme=dark] div[style*="background: #F8FAF8"] div[style*="color: #0E4A27"],[data-theme=dark] div.card h3[style*="color: #0E4A27"],[data-theme=dark] .messages-hub-page h1{color:#4ade80!important}[data-theme=dark] .messages-hub-page div[style*="display: grid"],[data-theme=dark] .messages-hub-page div[style*=display\:grid]{background-color:#141b15!important;border-color:#243026!important;box-shadow:0 10px 30px #00000080!important}[data-theme=dark] .messages-hub-page div[style*="border-right: 1px solid #E2E8F0"],[data-theme=dark] .messages-hub-page div[style*="borderRight: 1px solid #E2E8F0"]{background-color:#101611!important;border-right-color:#243026!important}[data-theme=dark] .messages-hub-page div[style*="border-bottom: 1px solid #F1F5F9"],[data-theme=dark] .messages-hub-page div[style*="borderBottom: 1px solid #F1F5F9"]{background-color:#141b15!important;border-bottom-color:#243026!important}[data-theme=dark] .messages-hub-page div[style*="background: #F1F5F9"][style*="border-radius: 9px"],[data-theme=dark] .messages-hub-page div[style*="background: rgb(241, 245, 249)"][style*="border-radius: 9px"]{background-color:#0c110d!important}[data-theme=dark] .messages-hub-page div[style*="border-radius: 9px"] button[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .messages-hub-page div[style*="border-radius: 9px"] button[style*="background: #FFFFFF"]{color:#4ade80!important;background-color:#243328!important}[data-theme=dark] .messages-hub-page div[style*="border-radius: 9px"] button[style*="background: transparent"]{color:#94a3b8!important}[data-theme=dark] .messages-hub-page div[style*="border-radius: 9px"] button[style*="background: transparent"]:hover{color:#f1f5f9!important;background-color:#18221b!important}[data-theme=dark] .messages-hub-page div[style*="border-bottom: 1px solid #F1F5F9"][style*="cursor: pointer"],[data-theme=dark] .messages-hub-page div[style*="borderBottom: 1px solid #F1F5F9"][style*="cursor: pointer"]{background-color:#101611!important;border-bottom-color:#1e2820!important}[data-theme=dark] .messages-hub-page div[style*="border-bottom: 1px solid #F1F5F9"][style*="cursor: pointer"]:hover,[data-theme=dark] .messages-hub-page div[style*="borderBottom: 1px solid #F1F5F9"][style*="cursor: pointer"]:hover{background-color:#18221b!important}[data-theme=dark] .messages-hub-page div[style*="border-left: 4px solid #0E4A27"],[data-theme=dark] .messages-hub-page div[style*="borderLeft: 4px solid #0E4A27"],[data-theme=dark] .messages-hub-page div[style*="background: rgb(239, 253, 245)"],[data-theme=dark] .messages-hub-page div[style*="background: #EFFDF5"],[data-theme=dark] .messages-hub-page div[style*="background: #effdf5"]{background-color:#1a3022!important;border-left-color:#4ade80!important}[data-theme=dark] .messages-hub-page div[style*="background: rgb(240, 253, 244)"][style*="cursor: pointer"],[data-theme=dark] .messages-hub-page div[style*="background: #F0FDF4"][style*="cursor: pointer"],[data-theme=dark] .messages-hub-page div[style*="background: #f0fdf4"][style*="cursor: pointer"]{background-color:#162218!important}[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, rgb(240, 253, 244)"],[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, #F0FDF4"],[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, #f0fdf4"]{background:#101912!important;border-bottom-color:#243026!important}[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, rgb(240, 253, 244)"] span,[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, #F0FDF4"] span,[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, #f0fdf4"] span{color:#f1f5f9!important}[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, rgb(240, 253, 244)"] div[style*="color: #0E4A27"],[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, #F0FDF4"] div[style*="color: #0E4A27"],[data-theme=dark] .messages-hub-page div[style*="linear-gradient(90deg, #f0fdf4"] div[style*="color: #0E4A27"]{color:#4ade80!important}[data-theme=dark] .messages-hub-page span[style*="color: #0F172A"],[data-theme=dark] .messages-hub-page span[style*="color: rgb(15, 23, 42)"],[data-theme=dark] .messages-hub-page div[style*="color: #0F172A"],[data-theme=dark] .messages-hub-page div[style*="color: rgb(15, 23, 42)"]{color:#f1f5f9!important}[data-theme=dark] .messages-hub-page div[style*="background: #FAFAFA"],[data-theme=dark] .messages-hub-page div[style*="background: rgb(250, 250, 250)"]{color:#94a3b8!important;background-color:#141b15!important}[data-theme=dark] .messages-hub-page div[style*="background: #FAFAFA"] h2,[data-theme=dark] .messages-hub-page div[style*="background: rgb(250, 250, 250)"] h2{color:#4ade80!important}[data-theme=dark] .messages-hub-page div[style*="background: #FAFAFA"] p,[data-theme=dark] .messages-hub-page div[style*="background: rgb(250, 250, 250)"] p{color:#94a3b8!important}[data-theme=dark] .messages-hub-page div[style*="background: #F0FDF4"][style*="border: 2px dashed #86EFAC"],[data-theme=dark] .messages-hub-page div[style*="background: rgb(240, 253, 244)"][style*="border: 2px dashed #86EFAC"]{background-color:#162b1d!important;border-color:#24442e!important}[data-theme=dark] .messages-hub-page div[style*="border-bottom: 1px solid #E2E8F0"][style*="background: #FFFFFF"],[data-theme=dark] .messages-hub-page div[style*="borderBottom: 1px solid #E2E8F0"][style*="background: #FFFFFF"]{background-color:#141b15!important;border-bottom-color:#243026!important}[data-theme=dark] .messages-hub-page div[style*="overflow-y: auto"][style*="background: #F8FAFC"],[data-theme=dark] .messages-hub-page div[style*="overflowY: auto"][style*="background: #F8FAFC"]{background-color:#0c110d!important}[data-theme=dark] .messages-hub-page div[style*="background: #FFFFFF"][style*="border: 1px solid #E2E8F0"]{color:#f1f5f9!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .messages-hub-page div[style*="border-top: 1px solid #E2E8F0"],[data-theme=dark] .messages-hub-page div[style*="borderTop: 1px solid #E2E8F0"]{background-color:#141b15!important;border-top-color:#243026!important}[data-theme=dark] .messages-hub-page input[style*="background: #F8FAFC"],[data-theme=dark] .messages-hub-page input[style*="background: rgb(248, 250, 252)"]{color:#f1f5f9!important;background-color:#101611!important;border-color:#243026!important}[data-theme=dark] .messages-hub-page div[style*="border-top: 1px solid #F1F5F9"] button,[data-theme=dark] .messages-hub-page div[style*="borderTop: 1px solid #F1F5F9"] button{color:#cbd5e1!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .messages-hub-page div[style*="border-top: 1px solid #F1F5F9"] button:hover,[data-theme=dark] .messages-hub-page div[style*="borderTop: 1px solid #F1F5F9"] button:hover{color:#4ade80!important;background-color:#223025!important;border-color:#4ade80!important}[data-theme=dark] .messages-hub-page div[style*="border-left: 1px solid #E2E8F0"],[data-theme=dark] .messages-hub-page div[style*="borderLeft: 1px solid #E2E8F0"]{background-color:#101611!important;border-left-color:#243026!important}[data-theme=dark] .messages-hub-page div[style*="border-left: 1px solid #E2E8F0"] div[style*="background: #FFFFFF"],[data-theme=dark] .messages-hub-page div[style*="borderLeft: 1px solid #E2E8F0"] div[style*="background: #FFFFFF"]{background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .settings-page-title{color:#f1f5f9!important}[data-theme=dark] .settings-page-desc{color:#94a3b8!important}[data-theme=dark] .settings-main-card{background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .settings-icon-badge{background-color:#18291d!important;border:1px solid #27382b!important}[data-theme=dark] .settings-section-title{color:#f1f5f9!important}[data-theme=dark] .settings-section-desc{color:#94a3b8!important}[data-theme=dark] .settings-subbox{background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .settings-subbox-title{color:#4ade80!important}[data-theme=dark] .settings-subbox-title svg{stroke:#4ade80!important}[data-theme=dark] .settings-subbox-desc{color:#94a3b8!important}[data-theme=dark] .settings-subbox .form-label{color:#e2e8f0!important}[data-theme=dark] .settings-subbox .form-input{color:#f1f5f9!important;background-color:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .settings-subbox .form-input:focus{border-color:#4ade80!important}[data-theme=dark] .settings-eye-btn{color:#94a3b8!important}[data-theme=dark] .settings-strength-track{background-color:#243026!important}[data-theme=dark] .settings-current-session-card{background-color:#141b15!important;border-color:#27382b!important}[data-theme=dark] .settings-session-icon{background-color:#1e2d22!important}[data-theme=dark] .settings-session-title{color:#f1f5f9!important}[data-theme=dark] .settings-session-meta{color:#94a3b8!important}[data-theme=dark] .settings-session-badge{color:#4ade80!important;background-color:#132e1d!important;border-color:#4ade804d!important}[data-theme=dark] .settings-logout-all-btn{color:#f87171!important;background-color:#2c1818!important;border-color:#5c2626!important}[data-theme=dark] .settings-logout-all-btn:hover{color:#fca5a5!important;background-color:#3b1e1e!important;border-color:#7f1d1d!important}[data-theme=dark] .settings-privacy-pill{background-color:#122317!important;border-color:#1e6e3c!important}[data-theme=dark] .settings-privacy-text{color:#86efac!important}[data-theme=dark] .modal-content{color:#f1f5f9!important;background-color:#141b15!important;box-shadow:0 25px 50px -12px #000000b3,0 0 0 1px #243026!important}[data-theme=dark] .help-modal-title{color:#f1f5f9!important}[data-theme=dark] .help-modal-subtitle{color:#94a3b8!important}[data-theme=dark] .help-modal-close-btn{color:#94a3b8!important;background-color:#18221b!important}[data-theme=dark] .help-modal-close-btn:hover{color:#f1f5f9!important;background-color:#223025!important}[data-theme=dark] .help-modal-tabs{border-bottom-color:#243026!important}[data-theme=dark] .help-modal-tab{color:#94a3b8!important;background-color:#0000!important}[data-theme=dark] .help-modal-tab:hover{color:#e2e8f0!important;background-color:#18221b!important}[data-theme=dark] .help-modal-tab.active{color:#4ade80!important;background-color:#22c55e26!important}[data-theme=dark] .help-card-hotline{background-color:#122317!important;border-color:#1e6e3c!important}[data-theme=dark] .help-card-hotline-title{color:#4ade80!important}[data-theme=dark] .help-card-hotline-desc{color:#cbd5e1!important}[data-theme=dark] .help-card-hotline-num{color:#86efac!important}[data-theme=dark] .help-card-item{background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .help-card-title{color:#f1f5f9!important}[data-theme=dark] .help-card-desc{color:#94a3b8!important}[data-theme=dark] .help-guide-item{background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .help-guide-title{color:#4ade80!important}[data-theme=dark] .help-guide-text{color:#cbd5e1!important}[data-theme=dark] .help-guide-text strong{color:#f1f5f9!important}[data-theme=dark] .help-faq-item{background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .help-faq-summary{color:#4ade80!important}[data-theme=dark] .help-faq-answer{color:#cbd5e1!important}.help-support-modal-content{animation:.22s cubic-bezier(.16,1,.3,1) helpModalPop;box-shadow:0 20px 50px #00000038,0 1px 3px #0000000f}@keyframes helpModalPop{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.help-modal-tab{transition:all .18s cubic-bezier(.16,1,.3,1)}.help-modal-tab:hover:not(.active){color:#1e293b!important;background-color:#e2e8f0!important}.help-faq-summary{-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;list-style:none;display:flex;position:relative}.help-faq-summary::-webkit-details-marker{display:none}.help-faq-summary:after{content:"›";color:#176b3a;flex-shrink:0;margin-left:8px;font-size:20px;font-weight:800;transition:transform .2s;transform:rotate(90deg)}details[open] .help-faq-summary:after{transform:rotate(-90deg)}.tab-label-full{display:inline!important}.tab-label-short{display:none!important}.help-modal-mobile-handle{display:none}@media (width<=640px){.tab-label-full{display:none!important}.tab-label-short{display:inline!important}.modal-backdrop:has(.help-support-modal-content){-webkit-backdrop-filter:blur(8px)!important;background:#0f172aa6!important;justify-content:center!important;align-items:flex-end!important;padding:0!important;display:flex!important}div:has(>.help-support-modal-content){-webkit-backdrop-filter:blur(8px)!important;background:#0f172aa6!important;justify-content:center!important;align-items:flex-end!important;padding:0!important;display:flex!important}.help-support-modal-content{border-radius:24px 24px 0 0!important;width:100vw!important;max-width:100vw!important;max-height:88vh!important;margin:0!important;padding:12px 14px 20px!important;animation:.28s cubic-bezier(.16,1,.3,1) forwards helpModalMobileSlideUp!important;box-shadow:0 -10px 40px #0000004d!important}.help-modal-mobile-handle{background:#cbd5e1!important;border-radius:99px!important;width:44px!important;height:5px!important;margin:0 auto 10px!important;display:block!important}.help-modal-header-wrap{margin-bottom:12px!important}.help-modal-title{font-size:18px!important;line-height:1.25!important}.help-modal-subtitle{font-size:12px!important}.help-modal-header-actions{align-items:center!important;gap:6px!important;display:flex!important}.help-card-hero-btn{text-align:center!important;justify-content:center!important;width:100%!important}.help-card-hotline-actions{gap:8px!important;width:100%!important;display:flex!important}.help-card-hotline-actions>*{text-align:center!important;flex:1!important;justify-content:center!important;padding:10px 12px!important;font-size:13px!important}.help-modal-segmented-control{border-radius:12px!important;grid-template-columns:repeat(4,1fr)!important;gap:3px!important;width:100%!important;padding:3px!important;display:grid!important}.help-modal-tab{text-align:center!important;border-radius:8px!important;justify-content:center!important;width:100%!important;padding:8px 2px!important;font-size:11px!important}}@keyframes helpModalMobileSlideUp{0%{opacity:.7;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .help-modal-segmented-control{background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .help-modal-mobile-handle{background:#334155!important}[data-theme=dark] .program-upload-dropzone{background-color:#122317!important;border-color:#1e6e3c!important}[data-theme=dark] .program-upload-dropzone:hover{background-color:#182b1e!important;border-color:#4ade80!important}[data-theme=dark] .program-upload-title{color:#4ade80!important}[data-theme=dark] .program-upload-desc{color:#94a3b8!important}[data-theme=dark] .program-upload-preview-box{background-color:#122317!important;border-color:#1e6e3c!important}[data-theme=dark] .program-upload-filename{color:#f1f5f9!important}[data-theme=dark] .program-upload-badge{color:#86efac!important}[data-theme=dark] .program-upload-remove-btn{color:#f87171!important;background-color:#2c1818!important;border-color:#5c2626!important}[data-theme=dark] .program-upload-remove-btn:hover{color:#fca5a5!important;background-color:#3b1e1e!important;border-color:#7f1d1d!important}.notif-icon-box.type-order_status{color:#c2410c!important;background-color:#ffedd5!important}.notif-icon-box.type-payment_status{color:#15803d!important;background-color:#dcfce7!important}.notif-icon-box.type-produce_inquiry{color:#047857!important;background-color:#d1fae5!important}.notif-icon-box.type-community_reply{color:#1d4ed8!important;background-color:#dbeafe!important}.notif-icon-box.type-program_status{color:#7e22ce!important;background-color:#f3e8ff!important}.notif-icon-box.type-system{color:#b45309!important;background-color:#fef3c7!important}[data-theme=dark] .login-page-root,.login-page-root{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;color:#0f172a!important;background-color:#faf8f5!important}[data-theme=dark] .login-page-root .card,[data-theme=dark] .login-page-root div[style*="background: #FFFFFF"],[data-theme=dark] .login-page-root div[style*="background-color: #FFFFFF"]{color:#0f172a!important;background-color:#fff!important}[data-theme=dark] .login-page-root input{color:#0f172a!important;background-color:#fff!important;border-color:#cbd5e1!important}[data-theme=dark] .login-page-root h2{color:#0e4a27!important}[data-theme=dark] .login-page-root p,[data-theme=dark] .login-page-root label{color:#334155!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.login-page-root{background:#fff;width:100vw;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.login-hero-panel{justifyContent:space-between;color:#fff;box-sizing:border-box;flex-direction:column;flex:1.45;padding:clamp(20px,3vh,44px) clamp(36px,4vw,56px) clamp(20px,3vh,44px) clamp(56px,6vw,92px);display:flex;position:relative;overflow:hidden}.login-hero-panel:before{content:"";z-index:1;pointer-events:none;background:url(/assets/login_bg-RTAuWc4f.jpg) 50%/cover no-repeat;position:absolute;inset:0}.login-hero-panel:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#051e0fb8 0%,#051e0f8a 30%,#051e0f33 48%,#0000 65%);position:absolute;inset:0}.login-hero-content{z-index:2;text-shadow:0 1px 3px #0006;position:relative}.login-hero-eyebrow{-webkit-backdrop-filter:blur(8px);letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#ffffff24;border:1px solid #ffffff38;border-radius:9999px;align-items:center;gap:7px;margin-bottom:14px;padding:4px 13px;font-size:11px;font-weight:700;display:inline-flex}.login-hero-headline{letter-spacing:-.8px;color:#fff;max-width:580px;margin-bottom:14px;font-size:clamp(24px,2.8vw,40px);font-weight:800;line-height:1.15}.login-hero-desc{color:#ffffffd9;max-width:500px;margin-bottom:clamp(16px,2.5vh,26px);font-size:clamp(12.5px,1.15vw,14.5px);line-height:1.6}.login-hero-features{flex-direction:column;gap:clamp(12px,1.8vh,18px);max-width:520px;display:flex}.login-feature-item{align-items:flex-start;gap:12px;display:flex}.login-feature-icon{color:#4ade80;flex-shrink:0;width:22px;height:22px;margin-top:1px}.login-feature-title{color:#fff;font-size:13.5px;font-weight:700;line-height:1.3}.login-feature-subtext{color:#ffffffb8;margin-top:2px;font-size:12px;line-height:1.4}.login-hero-purposes{grid-template-columns:repeat(2,1fr);gap:16px 20px;max-width:440px;margin-top:22px;display:grid}.login-purpose-item{cursor:default;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex}.login-purpose-item:hover{transform:translateY(-1px)}.login-purpose-squircle{color:#fff;background:#14763c;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0000004d,inset 0 1px 1px #ffffff59}.login-purpose-item:hover .login-purpose-squircle{transform:scale(1.06);box-shadow:0 6px 16px #23833d73,inset 0 1px 1px #ffffff80}.login-purpose-squircle svg{width:19px;height:19px}.login-purpose-label{color:#fff;letter-spacing:-.2px;text-shadow:0 1px 3px #0009;font-size:12.5px;font-weight:800;line-height:1.2}.login-hero-footer{color:#ffffffd9;z-index:2;text-shadow:0 1px 3px #0006;align-items:center;gap:8px;font-size:11.5px;display:flex;position:relative}.login-hero-trust-badge{-webkit-backdrop-filter:blur(12px);box-sizing:border-box;z-index:2;background:#0e3a1ce6;border:1px solid #599d3a66;border-radius:14px;align-items:center;max-width:440px;margin-top:18px;padding:10px 15px;display:flex;position:relative;box-shadow:0 8px 24px #00000059}.login-trust-left{flex:1.15;align-items:center;gap:12px;display:flex}.login-trust-shield{color:#599d3a;flex-shrink:0;width:32px;height:36px}.login-trust-title{color:#fff;letter-spacing:-.2px;font-size:12.5px;font-weight:800;line-height:1.2}.login-trust-subtitle{color:#ffffffd1;margin-top:2px;font-size:11px;line-height:1.25}.login-trust-divider{background:#fff3;flex-shrink:0;width:1px;height:36px;margin:0 14px}.login-trust-right{flex-direction:column;flex:.95;gap:4px;display:flex}.login-trust-item{color:#fff;white-space:nowrap;align-items:center;gap:7px;font-size:11px;font-weight:600;line-height:1.2;display:flex}.login-trust-check{flex-shrink:0;width:14px;height:14px}.login-form-panel{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;height:100%;padding:clamp(32px,5vh,56px) clamp(24px,4vw,56px);display:flex;position:relative;overflow-y:auto}.login-form-container{box-sizing:border-box;flex-direction:column;flex-shrink:0;width:100%;max-width:400px;margin:auto 0;display:flex}.login-form-container .form-input:focus{border-color:#166534!important;outline:none!important;box-shadow:0 0 0 3px #1665341f!important}.login-mobile-brand{display:none}@media (height<=650px) and (width>=961px){.login-hero-panel{padding:32px 36px 32px clamp(52px,5.5vw,84px)!important}.login-hero-content{margin-top:4px!important;margin-bottom:8px!important}.login-hero-eyebrow{margin-bottom:6px!important;font-size:10px!important}.login-hero-headline{margin-bottom:6px!important;font-size:22px!important}.login-hero-desc{margin-bottom:12px!important;font-size:12px!important;line-height:1.4!important}.login-hero-features,.login-feature-item{gap:8px!important}.login-feature-title{font-size:12.5px!important}.login-feature-subtext{margin-top:1px!important;font-size:11px!important}.login-hero-footer{padding-top:10px!important;font-size:10.5px!important}.login-form-panel{padding:26px 24px!important}.login-form-container{max-width:380px!important}.login-uma-eyebrow{margin-top:6px!important;margin-bottom:2px!important;font-size:10px!important}.login-uma-title{margin-bottom:2px!important;font-size:22px!important}.login-uma-subtitle{margin-bottom:12px!important;font-size:12px!important}.login-field-wrap{margin-bottom:7px!important}.login-field-label{margin-bottom:3px!important;font-size:11.5px!important}.login-input-box{height:38px!important;font-size:13px!important}.login-forgot-wrap{margin-bottom:8px!important}.login-submit-btn{height:38px!important;margin-top:4px!important;font-size:13.5px!important}.login-security-pill{margin:6px auto 0!important;padding:3px 10px!important;font-size:10.5px!important}.login-bottom-divider{margin:7px 0 5px!important}.login-dual-actions{font-size:11.5px!important}}.login-security-pill{color:#64748b;background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;justify-content:center;align-items:center;gap:6px;margin:12px auto 0;padding:4px 12px;font-size:11px;font-weight:500;display:inline-flex}.login-bottom-divider{border-top:1px solid #f1f5f9;width:100%;margin:14px 0 10px}.login-dual-actions{justifyContent:space-between;align-items:center;width:100%;font-size:12px;display:flex}@media (width<=1024px){.login-page-root{background:#f8fafc!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:100dvh!important;max-height:none!important;overflow:hidden auto!important}.login-hero-panel{display:none!important}.login-form-panel{justifyContent:center!important;box-sizing:border-box!important;background:0 0!important;flex:1 0 auto!important;align-items:center!important;width:100%!important;height:auto!important;min-height:100dvh!important;padding:clamp(24px,4vh,48px) 18px 48px!important;display:flex!important}.login-form-container{box-sizing:border-box!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:20px!important;width:100%!important;max-width:440px!important;padding:clamp(28px,4vh,40px) clamp(22px,4vw,36px)!important;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a!important}.login-mobile-brand{border-bottom:1px solid #f1f5f9!important;align-items:center!important;gap:12px!important;margin-bottom:22px!important;padding-bottom:18px!important;display:flex!important}.login-desktop-wordmark{display:none!important}.login-form-container input{font-size:16px!important}}@media (width<=440px){.login-page-root{background:#fff!important}.login-form-panel{padding:16px 14px 36px!important}.login-form-container{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;max-width:100%!important;padding:12px 4px 20px!important}.login-dual-actions{flex-wrap:wrap!important;gap:10px!important}}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.marketplace-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;padding:0!important}.marketplace-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 28px #00000014}.marketplace-card-image-box{background:#eaf6ee;height:200px;position:relative;overflow:hidden}.marketplace-card-image-box img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.marketplace-card:hover .marketplace-card-image-box img{transform:scale(1.03)}.marketplace-cart-badge{color:#fff;background:#176b3a;border-radius:20px;padding:4px 10px;font-size:12.5px;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0003}.marketplace-card-body{flex-direction:column;flex:1;padding:18px 20px;display:flex}.marketplace-card-seller{color:#525450;text-overflow:ellipsis;white-space:nowrap;justify-content:space-between;align-items:center;height:20px;margin-bottom:6px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.marketplace-seller-name-full{display:inline}.marketplace-seller-name-compact,.marketplace-card-location{display:none}.marketplace-card-title{color:#1a1c1a;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:26px;max-height:48px;margin:0 0 6px;font-size:18px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.marketplace-card-desc{color:#64748b;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;min-height:19px;max-height:38px;margin:0 0 10px;font-size:13px;line-height:19px;display:-webkit-box;overflow:hidden}.marketplace-card-price{color:#0e4a27;align-items:baseline;gap:4px;margin-top:auto;margin-bottom:6px;font-size:24px;font-weight:800;display:flex}.marketplace-card-price-unit{color:#525450;font-size:14px;font-weight:600}.marketplace-card-stock{align-items:center;height:22px;margin-bottom:16px;font-size:13.5px;font-weight:800;display:flex}.marketplace-stock-compact{display:none}.marketplace-card-actions{margin-top:auto}.marketplace-action-grid{grid-template-columns:auto 1.1fr 1fr;gap:6px;display:grid}.marketplace-btn-chat{cursor:pointer;justify-content:center;align-items:center;gap:4px;padding:10px 12px;font-size:13px;font-weight:800;display:flex;color:#0e4a27!important;background:#effdf5!important;border-color:#176b3a!important}.msg-page-container{height:calc(100vh - 110px);padding:16px 20px 24px}.msg-header-banner{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.msg-grid-container{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex:1;transition:grid-template-columns .25s cubic-bezier(.16,1,.3,1);display:grid;overflow:hidden;box-shadow:0 10px 30px #0000000f,0 1px 3px #0000000a}.msg-col-sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;display:flex;overflow:hidden}.msg-col-chat{background:#fff;flex-direction:column;display:flex;overflow:hidden}.msg-col-inspector{background:#f8fafc;border-left:1px solid #e2e8f0;overflow-y:auto}.msg-mobile-back-btn{display:none}.cart-main-container{max-width:1100px;margin:0 auto;padding:32px 24px}.cart-page-title{color:#0f172a;letter-spacing:-.5px;font-size:28px;font-weight:900}.cart-main-layout{grid-template-columns:1fr 360px;align-items:start;gap:28px;display:grid}.cart-item-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;align-items:center;gap:14px;padding:16px 18px;transition:all .15s;display:flex;position:relative}.cart-item-thumbnail{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.cart-item-info{flex:1;min-width:0}.cart-item-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.cart-summary-panel{border-radius:20px;padding:24px;position:sticky;top:24px}.marketplace-btn-cart{background:#f8f7f3;border-color:#d8d6cf;justify-content:center;align-items:center;gap:4px;padding:10px 6px;font-size:13px;font-weight:800;display:flex}.marketplace-btn-buy{justify-content:center;align-items:center;gap:3px;padding:10px 6px;font-size:13px;font-weight:800;display:flex}.marketplace-btn-own{text-align:center;color:#475569;cursor:pointer;background-color:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:10px;width:100%;padding:10px;font-size:13.5px;font-weight:700;transition:all .15s}.marketplace-btn-manage-compact{display:none}.marketplace-btn-view{text-align:center;color:#64748b;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px;font-size:13.5px;font-weight:700}.marketplace-btn-view-compact,.marketplace-btn-compact-count{display:none}.marketplace-channel-switcher{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.marketplace-channel-btn{color:#64748b;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:24px;align-items:center;gap:8px;padding:10px 22px;font-size:15px;font-weight:700;transition:all .15s;display:flex}.marketplace-channel-btn:hover{color:#334155;border-color:#cbd5e1}.marketplace-channel-btn.active{color:#0e4a27;background-color:#eaf6ee;border-color:#176b3a;font-weight:800;box-shadow:0 2px 8px #176b3a1f}.marketplace-channel-btn.supply-active{color:#854d0e!important;background-color:#fbf6ee!important;border-color:#ca8a04!important;box-shadow:0 2px 8px #ca8a0426!important}.marketplace-header-wrap{margin-bottom:22px}.marketplace-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.marketplace-header-text{flex:1;min-width:240px}.marketplace-header-title{color:#0e4a27;margin:0;font-size:28px;font-weight:800;line-height:1.2}.marketplace-header-subtitle{color:#64748b;margin:6px 0 0;font-size:15px}.marketplace-manage-btn{white-space:nowrap;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:800}.marketplace-search-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;margin-bottom:24px;padding:18px 20px}.marketplace-search-wrapper{align-items:center;margin-bottom:12px;display:flex;position:relative}.marketplace-search-icon{color:#94a3b8;pointer-events:none;font-size:15px;position:absolute;left:14px}.marketplace-search-input{border:1.5px solid #cbd5e1;border-radius:12px;width:100%;min-height:48px;padding:10px 36px 10px 42px;font-size:15px}.marketplace-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px 6px;font-size:14px;display:flex;position:absolute;right:12px}.marketplace-search-clear:hover{color:#334155}.marketplace-categories-scroll{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.marketplace-categories-scroll::-webkit-scrollbar{display:none}.marketplace-category-chip{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #cbd5e1;border-radius:24px;align-items:center;gap:6px;padding:8px 18px;font-size:13.5px;font-weight:700;transition:all .15s;display:flex}.marketplace-category-chip.active{color:#fff;background:#176b3a;border-color:#176b3a}@media (width<=768px){.app-container{padding:8px 12px 24px!important}.breadcrumb-trail-wrapper{padding-top:.35rem!important;padding-bottom:.15rem!important}.breadcrumb-trail-container{padding-inline:12px!important}.breadcrumb-trail-nav{font-size:12px!important}.marketplace-channel-switcher{box-sizing:border-box!important;background:#e8ecef!important;border-radius:12px!important;flex-flow:row!important;gap:3px!important;width:100%!important;margin-bottom:10px!important;padding:3px!important;display:flex!important}.marketplace-channel-btn{color:#64748b!important;text-align:center!important;width:50%!important;min-height:34px!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:9px!important;flex:50%!important;justify-content:center!important;gap:5px!important;padding:7px 6px!important;font-size:12.5px!important;font-weight:700!important}.marketplace-channel-btn.active{color:#0e4a27!important;background:#fff!important;border:none!important;font-weight:800!important;box-shadow:0 1px 4px #0000001a!important}.marketplace-channel-btn.supply-active{color:#854d0e!important;background:#fff!important;border:none!important;font-weight:800!important;box-shadow:0 1px 4px #0000001a!important}.marketplace-header-wrap{margin-bottom:8px!important}.marketplace-header-inner{flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.marketplace-header-text{flex:1!important;min-width:0!important}.marketplace-header-title{color:#0e4a27!important;font-size:17px!important;font-weight:800!important;line-height:1.2!important}.marketplace-header-subtitle{display:none!important}.marketplace-manage-btn{white-space:nowrap!important;border-radius:8px!important;flex-shrink:0!important;width:auto!important;min-height:30px!important;margin:0!important;padding:6px 10px!important;font-size:11.5px!important}.marketplace-search-card{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin-bottom:10px!important;padding:0!important}.marketplace-search-wrapper{margin-bottom:6px!important}.marketplace-search-input{background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:10px!important;height:38px!important;min-height:38px!important;padding:0 30px 0 34px!important;font-size:13px!important}.marketplace-search-icon{font-size:13.5px!important;left:11px!important}.marketplace-categories-scroll{gap:5px!important;padding:1px 0 3px!important}.marketplace-category-chip{border-radius:16px!important;gap:4px!important;min-height:28px!important;padding:5px 11px!important;font-size:11.5px!important}.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.marketplace-card{border-radius:14px!important}.marketplace-card-image-box{height:135px!important}.marketplace-cart-badge{border-radius:12px!important;padding:3px 7px!important;font-size:11px!important;top:6px!important;right:6px!important}.marketplace-cart-badge-text{display:none!important}.marketplace-card-body{padding:9px 8px 10px!important}.marketplace-card-seller{height:15px!important;margin-bottom:3px!important;font-size:10.5px!important}.marketplace-seller-name-full{display:none!important}.marketplace-seller-name-compact{text-overflow:ellipsis!important;white-space:nowrap!important;color:#4b5563!important;max-width:100%!important;font-weight:700!important;display:inline-block!important;overflow:hidden!important}.marketplace-card-title{min-height:auto!important;max-height:34px!important;margin-bottom:2px!important;font-size:13px!important;line-height:1.25!important}.marketplace-card-desc{display:none!important}.marketplace-card-price{margin-top:0!important;margin-bottom:2px!important;font-size:16px!important}.marketplace-card-actions{margin-top:auto!important}.marketplace-card-price-unit{font-size:11px!important}.marketplace-card-stock{height:16px!important;margin-bottom:3px!important;font-size:10.5px!important}.marketplace-stock-text{display:none!important}.marketplace-stock-compact{display:inline!important}.marketplace-card-location{color:#4b5563!important;white-space:nowrap!important;text-overflow:ellipsis!important;align-items:center!important;gap:3px!important;height:16px!important;margin-bottom:7px!important;font-size:11px!important;font-weight:600!important;display:flex!important;overflow:hidden!important}.marketplace-loc-pin{flex-shrink:0!important;font-size:11px!important;line-height:1!important}.marketplace-loc-text{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.marketplace-action-grid{grid-template-columns:auto 1fr 1fr!important;gap:4px!important}.marketplace-btn-chat{min-height:32px!important;padding:6px 8px!important;font-size:12px!important}.marketplace-btn-cart{min-height:32px!important;padding:6px 4px!important;font-size:11px!important}.marketplace-btn-buy{min-height:32px!important;padding:6px 4px!important;font-size:11.5px!important}.marketplace-btn-text{display:none!important}.marketplace-btn-compact-count{display:inline!important}.marketplace-btn-own{border-radius:8px!important;padding:7px 6px!important;font-size:11.5px!important}.marketplace-btn-manage-full{display:none!important}.marketplace-btn-manage-compact{display:inline!important}.marketplace-btn-view{border-radius:8px!important;padding:7px 6px!important;font-size:11.5px!important}.marketplace-btn-view-full{display:none!important}.marketplace-btn-view-compact{display:inline!important}.segmented-tabs-bar{box-sizing:border-box!important;background:#e8ecef!important;border-radius:12px!important;flex-flow:row!important;gap:3px!important;width:100%!important;margin-bottom:10px!important;padding:3px!important;display:flex!important}.segmented-tab-btn{color:#64748b!important;text-align:center!important;min-height:34px!important;box-shadow:none!important;white-space:nowrap!important;background:0 0!important;border:none!important;border-radius:9px!important;flex:1 1 0!important;justify-content:center!important;gap:4px!important;padding:7px 4px!important;font-size:11.5px!important;font-weight:700!important}.segmented-tab-btn.active{color:#0e4a27!important;background:#fff!important;border:none!important;font-weight:800!important;box-shadow:0 1px 4px #0000001a!important}.segmented-tab-btn.supply-active{color:#854d0e!important;background:#fff!important}.segmented-tab-btn.produce-active{color:#0e4a27!important;background:#fff!important}.finance-header-wrap{margin-bottom:10px!important}.finance-header-inner{gap:8px!important}.finance-title{font-size:18px!important;font-weight:800!important;line-height:1.25!important}.finance-subtitle{display:none!important}.finance-tabs-nav{margin-top:4px!important;margin-bottom:12px!important}.finance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important}.finance-summary-card{border-radius:14px!important;padding:12px 14px!important}.finance-card-net{flex-direction:row!important;grid-column:1/-1!important;justify-content:space-between!important;align-items:center!important;padding:12px 16px!important;display:flex!important}.finance-card-label{gap:4px!important;font-size:10.5px!important}.finance-card-value{margin:4px 0 2px!important;font-size:20px!important;line-height:1.15!important}.finance-card-sub{font-size:10.5px!important}.finance-action-buttons{gap:8px!important;width:100%!important;margin-bottom:14px!important;display:flex!important}.finance-action-btn{white-space:nowrap!important;text-align:center!important;border-radius:10px!important;flex:50%!important;justify-content:center!important;min-height:38px!important;padding:10px 8px!important;font-size:12px!important;font-weight:700!important}.finance-tx-card{border-radius:14px!important;padding:14px 12px!important}.finance-tx-header-title{font-size:15px!important}.finance-view-all-btn{padding:5px 10px!important;font-size:11.5px!important}.finance-tx-row{border-radius:10px!important;gap:10px!important;padding:10px 12px!important}.finance-tx-icon{width:32px!important;height:32px!important;font-size:14px!important}.finance-tx-title{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:170px!important;font-size:12.5px!important;overflow:hidden!important}.finance-tx-date{font-size:11px!important}.finance-tx-amount{font-size:14px!important}.finance-section-header{gap:8px!important;margin-bottom:12px!important}.finance-section-title{font-size:17px!important;line-height:1.25!important}.finance-section-sub{display:none!important}.finance-add-activity-btn{border-radius:9px!important;min-height:32px!important;padding:7px 12px!important;font-size:12px!important}.finance-calendar-card{border-radius:14px!important}.finance-calendar-item{gap:10px!important;padding:12px 14px!important}.finance-calendar-icon{border-radius:10px!important;width:36px!important;height:36px!important;font-size:18px!important}.finance-calendar-title{font-size:13px!important}.finance-calendar-date{font-size:11px!important}.finance-calendar-badge{padding:3px 8px!important;font-size:10.5px!important}.finance-ledger-actions{gap:6px!important}.finance-ledger-btn{border-radius:8px!important;min-height:32px!important;padding:6px 12px!important;font-size:12px!important}.finance-ledger-card{border-radius:14px!important}.finance-ledger-table-wrap{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.finance-ledger-table th,.finance-ledger-table td{white-space:nowrap!important;padding:10px 12px!important;font-size:12px!important}.dashboard-welcome-banner{border-radius:14px!important;gap:8px!important;margin-bottom:14px!important;padding:12px 14px!important}.dashboard-welcome-title{font-size:17px!important}.dashboard-welcome-sub{font-size:11.5px!important}.dashboard-location-badge{padding:4px 10px!important;font-size:11px!important}.dashboard-section-title{margin-bottom:8px!important;font-size:14.5px!important}.dashboard-actions-grid{grid-template-columns:1fr!important;gap:8px!important}.dashboard-actions-grid .big-action-card{border-radius:12px!important;gap:10px!important;padding:10px 12px!important}.dashboard-actions-grid .big-action-icon-box{border-radius:10px!important;width:36px!important;height:36px!important;font-size:18px!important}.dashboard-actions-grid .big-action-title{font-size:13px!important;font-weight:700!important}.dashboard-actions-grid .big-action-subtitle{font-size:11px!important}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:16px!important}.dashboard-summary-card{border-radius:14px!important;padding:12px 14px!important}.dashboard-summary-card:last-child:nth-child(odd){grid-column:1/-1!important}.dashboard-stat-label{font-size:10.5px!important}.dashboard-stat-value{margin:4px 0 2px!important;font-size:20px!important}.dashboard-stat-sub{font-size:10.5px!important}.dashboard-prices-card{border-radius:14px!important;padding:14px 12px!important}.dashboard-prices-title{font-size:15px!important}.dashboard-prices-sub{display:none!important}.dashboard-prices-view-btn{padding:5px 10px!important;font-size:11.5px!important}.dashboard-price-row{border-radius:10px!important;padding:9px 12px!important}.market-prices-header-wrap{margin-bottom:8px!important}.market-prices-title{margin:0!important;font-size:17px!important;font-weight:800!important;line-height:1.25!important}.market-prices-subtitle{display:none!important}.price-tabs-nav{box-sizing:border-box!important;background:#e8ecef!important;border-radius:12px!important;flex-direction:row!important;gap:3px!important;width:100%!important;margin-bottom:10px!important;padding:3px!important;display:flex!important}.price-tabs-nav .segmented-tab-btn{text-align:center!important;width:50%!important;min-height:34px!important;box-shadow:none!important;border:none!important;border-radius:9px!important;flex:50%!important;justify-content:center!important;gap:4px!important;padding:7px 6px!important;font-size:12px!important;font-weight:700!important}.price-filter-card{border-radius:14px!important;margin-bottom:12px!important;padding:12px 14px!important;overflow:hidden!important}.price-filter-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;width:100%!important;margin-bottom:10px!important}.price-filter-label{font-size:11.5px!important}.price-region-selector-wrap{box-sizing:border-box!important;align-items:center!important;gap:6px!important;width:100%!important;display:flex!important}.price-region-label{white-space:nowrap!important;flex-shrink:0!important;font-size:11.5px!important}.price-region-select{text-overflow:ellipsis!important;white-space:nowrap!important;box-sizing:border-box!important;border-radius:8px!important;flex:1 1 0!important;width:100%!important;min-width:0!important;max-width:100%!important;height:34px!important;padding:0 8px!important;font-size:11.5px!important;overflow:hidden!important}.price-summary-grid{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:14px!important}.price-summary-card{border-radius:14px!important;padding:14px 16px!important}.price-crops-scroll{gap:5px!important;padding-bottom:2px!important}.programs-header-wrap{margin-bottom:10px!important}.programs-title{font-size:18px!important;line-height:1.25!important}.programs-subtitle{display:none!important}.programs-rsbsa-banner{border-radius:12px!important;gap:10px!important;margin-bottom:12px!important;padding:10px 12px!important}.programs-rsbsa-title{font-size:12.5px!important}.programs-rsbsa-desc{font-size:11px!important}.programs-search-card{box-shadow:none!important;background:0 0!important;border:none!important;margin-bottom:10px!important;padding:0!important}.programs-search-box{max-width:100%!important}.programs-search-input{background:#fff!important;border-radius:10px!important;height:38px!important;min-height:38px!important;font-size:13px!important}.programs-categories-scroll{gap:5px!important;margin-bottom:12px!important;padding-bottom:2px!important}.programs-category-chip{border-radius:16px!important;height:32px!important;padding:5px 12px!important;font-size:11.5px!important}.programs-grid{grid-template-columns:1fr!important;gap:12px!important}.programs-card{border-radius:14px!important}.orders-channel-switcher{margin-bottom:10px!important}.orders-header-wrap{margin-bottom:12px!important}.orders-header-title{font-size:18px!important;line-height:1.25!important}.orders-header-subtitle{display:none!important}.orders-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:14px!important}.orders-kpi-card{border-radius:12px!important;gap:10px!important;padding:10px 12px!important}.cart-channel-switcher{border-bottom:1.5px solid #e2e8f0!important;gap:8px!important;margin-bottom:14px!important;padding-bottom:8px!important;display:flex!important}.cart-channel-switcher .segmented-tab-btn{flex:1!important;justify-content:center!important;padding:8px 12px!important;font-size:13px!important}.cart-main-container{padding:14px 10px 40px!important}.cart-page-title{font-size:20px!important;line-height:1.25!important}.cart-main-layout{grid-template-columns:1fr!important;gap:16px!important}.cart-item-card{border-radius:14px!important;grid-template-rows:auto auto!important;grid-template-columns:auto auto 1fr auto!important;align-items:center!important;gap:8px 10px!important;padding:12px 14px!important;display:grid!important;position:relative!important}.cart-item-checkbox{grid-area:1/1!important}.cart-item-thumbnail{border-radius:10px!important;grid-area:1/2!important;width:52px!important;height:52px!important}.cart-item-info{grid-area:1/3!important;padding-right:4px!important}.cart-item-info h3{white-space:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:14px!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.cart-item-remove-btn{color:#94a3b8!important;grid-area:1/4!important;align-self:start!important;padding:2px 4px!important;font-size:16px!important}.cart-item-actions{border-top:1px dashed #e2e8f0!important;grid-area:2/1/auto/-1!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-top:4px!important;padding-top:8px!important;display:flex!important}.cart-item-stepper{transform-origin:0;scale:.95}.cart-item-subtotal{min-width:auto!important;font-size:15px!important}.cart-summary-panel{border-radius:16px!important;padding:18px 16px!important;position:static!important}.msg-header-banner{margin-bottom:8px!important}.msg-header-banner h1{font-size:17px!important}.msg-page-container{height:calc(100dvh - 60px)!important;min-height:auto!important;padding:8px 10px 12px!important}.msg-header-banner{display:none!important}.msg-grid-container{border-radius:14px!important;grid-template-columns:1fr!important;box-shadow:0 4px 16px #0000000f!important}.msg-grid-container.no-active-conv .msg-col-sidebar{width:100%!important;display:flex!important}.msg-grid-container.no-active-conv .msg-col-chat,.msg-page-container.has-active-conv .msg-header-banner,.msg-page-container.has-active-conv .msg-col-sidebar{display:none!important}.msg-page-container.has-active-conv .msg-col-chat{width:100%!important;height:100%!important;display:flex!important}.msg-page-container.has-active-conv{height:calc(100dvh - 60px)!important;padding:0!important}.msg-header-status,.msg-details-btn-text,.msg-share-btn-text{display:none!important}.msg-commerce-banner{gap:8px!important;padding:8px 12px!important}.msg-stream-area{gap:8px!important;padding:12px!important}.msg-bubble{max-width:86%!important;padding:10px 14px!important;font-size:13.5px!important}.msg-product-card-inline{max-width:88%!important;padding:8px 12px!important}.msg-quick-reply-bar{scrollbar-width:none!important;-ms-overflow-style:none!important;gap:6px!important;padding:6px 12px!important}.msg-quick-reply-bar::-webkit-scrollbar{display:none!important}.msg-quick-reply-chip{padding:4px 10px!important;font-size:11px!important}.msg-input-area{background:#fff!important;gap:8px!important;padding:8px 12px!important}.msg-attach-btn{border-radius:10px!important;flex-shrink:0!important;width:38px!important;height:38px!important;font-size:16px!important}.msg-input-field{border-radius:20px!important;padding:9px 14px!important;font-size:14px!important}.msg-send-btn{border-radius:20px!important;flex-shrink:0!important;height:38px!important;padding:0 14px!important;font-size:13px!important}.msg-col-inspector{display:none!important}.msg-mobile-back-btn{color:#0e4a27!important;cursor:pointer!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;padding:6px 10px!important;font-size:13px!important;font-weight:800!important;display:inline-flex!important}.notif-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;z-index:9998!important;background:0 0!important;position:fixed!important;inset:0!important}.notif-popover-panel{z-index:9999!important;border-radius:18px!important;width:auto!important;max-width:calc(100vw - 24px)!important;max-height:calc(85vh - 64px)!important;animation:.2s cubic-bezier(.16,1,.3,1) notifSlideDown!important;position:fixed!important;top:64px!important;left:12px!important;right:12px!important;box-shadow:0 20px 40px -10px #00000040,0 0 0 1px #0000000d!important}@keyframes notifSlideDown{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.notif-popover-header{padding:12px 14px!important}.notif-mobile-close-btn{display:flex!important}.notif-item{gap:10px!important;padding:10px 14px!important}.notif-icon-box{border-radius:9px!important;width:34px!important;height:34px!important;font-size:16px!important}.notif-title{font-size:12.5px!important}.notif-time{font-size:10px!important}.notif-message{font-size:11.5px!important}header:has(.header-search-wrap.is-active){z-index:9997!important}.header-search-wrap{flex:auto!important;min-width:0!important}.header-search-wrap.is-active{z-index:9998!important;position:relative!important}.header-search-wrap.is-active .header-search-input-box{z-index:9999!important;position:relative!important}.header-search-input{border-radius:10px!important;height:38px!important;padding-left:36px!important;font-size:13.5px!important}.header-search-wrap.is-active .header-search-input{background:#fff!important;border-color:#176b3a!important;box-shadow:0 0 0 3px #176b3a33,0 4px 12px #0000001f!important}.header-search-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;z-index:9990!important;background:0 0!important;position:fixed!important;inset:0!important}.header-search-dropdown{z-index:9995!important;border:1.5px solid #176b3a!important;border-radius:16px!important;width:auto!important;max-width:calc(100vw - 20px)!important;max-height:calc(75vh - 56px)!important;animation:.2s cubic-bezier(.16,1,.3,1) searchSlideDown!important;position:fixed!important;top:56px!important;left:10px!important;right:10px!important;overflow-y:auto!important;box-shadow:0 20px 40px -10px #00000040,0 0 0 1px #176b3a33!important}@keyframes searchSlideDown{0%{opacity:0;transform:translateY(-6px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.header-search-dropdown-header{padding:10px 12px!important;font-size:11px!important}.header-search-mobile-close{display:flex!important}.header-search-item{gap:10px!important;padding:11px 13px!important;font-size:13.5px!important}.manage-header-wrap{margin-bottom:10px!important}.manage-header-inner{flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.manage-title{color:#0e4a27!important;margin:0!important;font-size:17px!important;font-weight:800!important;line-height:1.25!important}.manage-subtitle{display:none!important}.manage-add-btn{white-space:nowrap!important;border-radius:8px!important;flex-shrink:0!important;width:auto!important;min-height:32px!important;margin:0!important;padding:6px 12px!important;font-size:12px!important}.manage-add-btn-full{display:none!important}.manage-add-btn-compact{display:inline!important}.manage-search-card{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;gap:8px!important;margin-bottom:12px!important;padding:0!important}.manage-search-box{min-width:0!important}.manage-search-input{background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:10px!important;height:38px!important;min-height:38px!important;padding-left:34px!important;padding-right:12px!important;font-size:13px!important}.manage-count-label{display:none!important}.manage-categories-scroll{white-space:nowrap!important;gap:5px!important;padding:1px 0 3px!important;overflow-x:auto!important}.manage-category-chip{border-radius:16px!important;gap:4px!important;min-height:28px!important;padding:5px 11px!important;font-size:11.5px!important}.manage-listing-card{border-radius:14px!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:12px 14px!important}.manage-listing-main{align-items:flex-start!important;gap:12px!important;min-width:0!important}.manage-listing-img{border-radius:10px!important;width:74px!important;height:74px!important}.manage-listing-title{font-size:15px!important;line-height:1.25!important}.manage-listing-price{margin:2px 0!important;font-size:14px!important}.manage-listing-meta{font-size:11.5px!important}.manage-listing-desc{display:none!important}.manage-listing-tags{gap:4px!important;margin-top:4px!important}.manage-listing-actions{border-top:1px solid #f1f5f9!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;width:100%!important;padding-top:10px!important;display:flex!important}.manage-listing-status-badge{padding:4px 10px!important;font-size:11.5px!important}.manage-btn-action{text-align:center!important;border-radius:8px!important;flex:1!important;justify-content:center!important;padding:5px 10px!important;font-size:12px!important}.manage-btn-delete{border-radius:8px!important;padding:5px 10px!important;font-size:12px!important}.community-header-wrap,.community-header-inner{margin-bottom:8px!important}.community-title{color:#0e4a27!important;margin:0!important;font-size:17px!important;font-weight:800!important;line-height:1.25!important}.community-subtitle{display:none!important}.community-tabs-bar{box-sizing:border-box!important;background:#e8ecef!important;border-radius:12px!important;flex-direction:row!important;gap:3px!important;width:100%!important;margin-bottom:10px!important;padding:3px!important;display:flex!important}.community-tabs-bar .segmented-tab-btn{text-align:center!important;width:50%!important;min-height:34px!important;box-shadow:none!important;border:none!important;border-radius:9px!important;flex:50%!important;justify-content:center!important;gap:5px!important;padding:7px 6px!important;font-size:12.5px!important;font-weight:700!important}.community-composer-card{border:1px solid #d1e7d8!important;border-radius:14px!important;margin-bottom:14px!important;padding:12px 14px!important;box-shadow:0 2px 8px #0e4a270d!important}.community-composer-row{align-items:center!important;gap:10px!important}.community-composer-avatar{width:36px!important;height:36px!important;font-size:15px!important}.community-composer-pill{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:20px!important;padding:9px 14px!important;font-size:13px!important}.community-composer-placeholder-full{display:none!important}.community-composer-placeholder-compact{display:inline!important}.community-composer-title-input{border-radius:10px!important;padding:8px 12px!important;font-size:14px!important}.community-composer-body-input{border-radius:10px!important;padding:10px 12px!important;font-size:13.5px!important}.community-composer-card.collapsed .community-composer-actions{border-top:1px solid #f1f5f9!important;flex-direction:row!important;align-items:center!important;gap:6px!important;width:100%!important;margin-top:10px!important;padding-top:8px!important;display:flex!important}.community-composer-card.collapsed .community-composer-tools{flex-direction:row!important;flex:1!important;align-items:center!important;gap:6px!important;width:100%!important;display:flex!important}.community-composer-card.collapsed .community-composer-submit-wrap{display:none!important}.community-composer-card.collapsed .community-composer-tool-btn{white-space:nowrap!important;border-radius:9px!important;flex:1 1 0!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:auto!important;min-width:0!important;height:34px!important;padding:0 6px!important;font-size:11.5px!important;font-weight:700!important;display:flex!important}.community-composer-card.collapsed .community-composer-btn-photo{color:#15803d!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}.community-composer-card.collapsed .community-composer-btn-video{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.community-composer-card.collapsed .community-composer-category-select{color:#334155!important;text-align:center!important;text-align-last:center!important;background:#f8fafc!important;border:1px solid #cbd5e1!important;border-radius:9px!important;flex:1.15 1 0!important;width:auto!important;min-width:0!important;max-width:none!important;height:34px!important;padding:0 4px!important;font-size:11.5px!important;font-weight:700!important}.community-composer-card.expanded .community-composer-actions{border-top:1px solid #f1f5f9!important;flex-direction:column!important;gap:10px!important;width:100%!important;margin-top:12px!important;padding-top:10px!important;display:flex!important}.community-composer-card.expanded .community-composer-tools{flex-direction:row!important;align-items:center!important;gap:6px!important;width:100%!important;display:flex!important}.community-composer-card.expanded .community-composer-tool-btn{white-space:nowrap!important;border-radius:9px!important;flex:1 1 0!important;justify-content:center!important;align-items:center!important;gap:4px!important;height:34px!important;padding:0 6px!important;font-size:11.5px!important;font-weight:700!important;display:flex!important}.community-composer-card.expanded .community-composer-btn-photo{color:#15803d!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}.community-composer-card.expanded .community-composer-btn-video{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.community-composer-card.expanded .community-composer-category-select{color:#334155!important;text-align:center!important;text-align-last:center!important;background:#f8fafc!important;border:1px solid #cbd5e1!important;border-radius:9px!important;flex:1.15 1 0!important;height:34px!important;padding:0 4px!important;font-size:11.5px!important;font-weight:700!important}.community-composer-card.expanded .community-composer-submit-wrap{flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.community-composer-card.expanded .community-composer-cancel-btn{border-radius:9px!important;flex:1!important;justify-content:center!important;height:36px!important;padding:0 10px!important;font-size:13px!important;font-weight:700!important}.community-composer-card.expanded .community-composer-post-btn{border-radius:9px!important;flex:2!important;justify-content:center!important;height:36px!important;padding:0 16px!important;font-size:13px!important;font-weight:800!important}.community-filter-bar{gap:8px!important;margin-bottom:12px!important}.community-category-scroll{flex-wrap:nowrap!important;gap:5px!important;width:100%!important;padding-bottom:3px!important;overflow-x:auto!important}.community-category-pill{white-space:nowrap!important;border-radius:16px!important;flex-shrink:0!important;padding:5px 12px!important;font-size:11.5px!important}.feed-post-card{border-radius:14px!important;margin-bottom:12px!important;padding:14px!important}.guides-filter-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;margin-bottom:14px!important;padding:12px 14px!important;box-shadow:0 2px 8px #00000005!important}.guides-search-row{flex-direction:column!important;gap:0!important;margin-bottom:8px!important;display:flex!important}.guides-filter-label,.guides-topic-col{display:none!important}.guides-search-col{width:100%!important}.guides-search-input{box-sizing:border-box!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;border-radius:10px!important;width:100%!important;height:38px!important;min-height:38px!important;padding-left:36px!important;font-size:13px!important}.guides-search-icon{font-size:14px!important;left:12px!important}.guides-category-scroll{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:6px!important;width:100%!important;padding-bottom:2px!important;overflow-x:auto!important}.guides-category-chip{white-space:nowrap!important;border-radius:16px!important;flex-shrink:0!important;min-height:30px!important;padding:5px 12px!important;font-size:11.5px!important}.guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.guide-catalog-card{box-sizing:border-box!important;border-top-width:4px!important;border-radius:14px!important;flex-direction:column!important;justify-content:space-between!important;padding:12px 10px!important;display:flex!important}.guide-card-header{justify-content:space-between!important;align-items:center!important;gap:4px!important;margin-bottom:6px!important;display:flex!important}.guide-card-badge{white-space:nowrap!important;text-overflow:ellipsis!important;border-radius:6px!important;max-width:95px!important;padding:2px 6px!important;font-size:10px!important;overflow:hidden!important}.guide-card-time{white-space:nowrap!important;flex-shrink:0!important;font-size:10.5px!important}.guide-card-title{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:31px!important;max-height:32px!important;margin-bottom:4px!important;font-size:12.5px!important;font-weight:800!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.guide-card-author{white-space:nowrap!important;text-overflow:ellipsis!important;margin-bottom:6px!important;font-size:10.5px!important;overflow:hidden!important}.guide-card-summary{color:#475569!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:28px!important;max-height:30px!important;margin-bottom:8px!important;font-size:11px!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.guide-card-checklist{display:none!important}.guide-card-btn{border-radius:8px!important;justify-content:center!important;width:100%!important;height:30px!important;min-height:30px!important;margin-top:auto!important;padding:0 8px!important;font-size:11.5px!important;font-weight:800!important}.guide-card-btn-text-full{display:none!important}.guide-card-btn-text-compact{display:inline!important}.orders-filter-card{border-radius:14px!important;gap:8px!important;margin-bottom:12px!important;padding:10px 12px!important}.orders-filter-tabs{gap:6px!important;width:100%!important;padding-bottom:2px!important}.orders-filter-tab-btn{border-radius:10px!important;gap:6px!important;padding:6px 12px!important;font-size:12.5px!important}.orders-search-box{flex:100%!important;width:100%!important;min-width:0!important;max-width:100%!important}.orders-search-input{border-radius:10px!important;height:38px!important;padding:8px 12px 8px 36px!important;font-size:13px!important}.order-manage-card{border-left-width:4px!important;border-radius:14px!important;margin-bottom:12px!important;padding:12px 14px!important;overflow:hidden!important;box-shadow:0 2px 8px #00000008!important}.order-card-header{justify-content:space-between!important;align-items:center!important;gap:8px!important;margin-bottom:10px!important;padding-bottom:10px!important;display:flex!important}.order-id-group{gap:6px!important}.order-id-group>div{border-radius:6px!important;padding:4px 8px!important;font-size:12.5px!important}.order-id-group>span{font-size:11.5px!important}.order-status-badge{border-radius:12px!important;gap:5px!important;padding:4px 10px!important;font-size:11.5px!important}.order-timeline-box{border-radius:10px!important;margin-bottom:12px!important;padding:10px 12px!important}.order-timeline-header{flex-wrap:wrap!important;gap:4px!important;margin-bottom:8px!important;font-size:11px!important}.order-timeline-circle{width:24px!important;height:24px!important;font-size:10.5px!important}.order-timeline-label{margin-top:3px!important;font-size:9px!important;line-height:1.15!important}.order-card-body-grid{box-sizing:border-box!important;flex-direction:column!important;gap:10px!important;width:100%!important;display:flex!important}.order-product-col{align-items:center!important;gap:12px!important;width:100%!important}.order-product-col>div:first-child{border-radius:12px!important;width:52px!important;height:52px!important}.order-product-col h3{margin:2px 0 4px!important;font-size:16px!important}.order-party-box{box-sizing:border-box!important;border-radius:10px!important;width:100%!important;padding:10px 12px!important}.order-card-footer{flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin-top:12px!important;padding-top:10px!important;display:flex!important}.order-pricing-summary{justify-content:space-between!important;align-items:baseline!important;width:100%!important;display:flex!important}.order-pricing-meta{font-size:11.5px!important}.order-total-amount{font-size:20px!important;font-weight:800!important}.order-action-buttons{flex-direction:column!important;gap:8px!important;width:100%!important;display:flex!important}.order-actions-primary-row,.order-actions-secondary-row{flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.order-primary-btn{white-space:nowrap!important;border-radius:10px!important;flex:1.6!important;justify-content:center!important;height:38px!important;min-height:38px!important;padding:0 8px!important;font-size:12px!important;font-weight:700!important}.order-cancel-btn,.order-chat-btn{white-space:nowrap!important;border-radius:10px!important;flex:1!important;justify-content:center!important;height:38px!important;min-height:38px!important;padding:0 8px!important;font-size:12px!important;font-weight:700!important}.order-btn-details{white-space:nowrap!important;border-radius:10px!important;flex:1.4!important;justify-content:center!important;height:38px!important;min-height:38px!important;padding:0 8px!important;font-size:12px!important;font-weight:700!important}.order-status-waiting{text-align:center!important;box-sizing:border-box!important;border-radius:8px!important;flex:1!important;justify-content:center!important;width:100%!important;padding:6px 10px!important;font-size:11.5px!important}.profile-container{padding-bottom:24px!important}.profile-page-header{flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;margin-bottom:14px!important;display:flex!important}.profile-header-titles{flex:1!important}.profile-page-title{margin:0!important;font-size:20px!important;line-height:1.25!important}.profile-page-subtitle{display:none!important}.profile-header-logout-btn{color:#dc2626!important;cursor:pointer!important;background:#fef2f2!important;border:1.5px solid #fecaca!important;border-radius:9px!important;flex-shrink:0!important;align-items:center!important;gap:5px!important;height:34px!important;padding:6px 12px!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important}.profile-content-stack{gap:14px!important}.profile-user-card{text-align:center!important;border-radius:16px!important;flex-direction:column!important;align-items:center!important;gap:12px!important;padding:16px 14px!important}.profile-avatar-wrap{margin:0 auto!important}.profile-avatar-circle{width:76px!important;height:76px!important;font-size:30px!important}.profile-photo-upload-btn{width:30px!important;height:30px!important;font-size:14px!important}.profile-user-details{flex-direction:column!important;align-items:center!important;gap:6px!important;width:100%!important;display:flex!important}.profile-user-header-row{flex-direction:column!important;align-items:center!important;gap:6px!important}.profile-user-name{margin:0!important;font-size:19px!important;line-height:1.25!important}.profile-verified-badge{padding:3px 10px!important;font-size:11.5px!important}.profile-user-contact{word-break:break-word!important;margin:2px 0!important;font-size:12.5px!important}.profile-user-location{margin:2px 0 6px!important;font-size:12px!important;line-height:1.35!important}.profile-user-roles-bar{justify-content:center!important}.profile-role-badge{padding:4px 10px!important;font-size:12px!important}.profile-uploading-text{margin-left:0!important;font-size:12px!important}.profile-purchases-card{border-radius:14px!important;padding:14px!important}.profile-purchases-header{gap:8px!important;margin-bottom:12px!important}.profile-section-title{margin-bottom:0!important;font-size:16px!important;line-height:1.3!important}.profile-view-all-btn{border-radius:8px!important;padding:6px 10px!important;font-size:12px!important}.profile-purchases-tabs{gap:6px!important;margin-bottom:12px!important;padding-bottom:8px!important}.profile-purchase-tab-btn{border-width:1.5px!important;border-radius:20px!important;padding:6px 12px!important;font-size:12px!important}.profile-purchase-tab-btn span:first-child{font-size:14px!important}.profile-purchase-tab-badge{padding:1px 6px!important;font-size:11px!important}.profile-purchases-content{margin-top:10px!important}.profile-order-item-card{border-width:1.5px!important;border-radius:12px!important;gap:10px!important;padding:12px 14px!important}.profile-order-item-card span{font-size:12px!important}.profile-form-card{border-radius:14px!important;padding:14px!important}.profile-form-card h2.profile-section-title{margin-bottom:14px!important}.profile-form-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:12px!important}.profile-form-input{height:auto!important;padding:10px 12px!important;font-size:13.5px!important}.profile-location-box{border-radius:12px!important;margin-bottom:14px!important;padding:12px 14px!important}.profile-location-box>div:first-child{margin-bottom:8px!important;font-size:15px!important}.profile-location-box>p{margin-bottom:10px!important;font-size:12px!important}.profile-location-locked-card{border-radius:10px!important;padding:12px 14px!important}.profile-location-locked-card>div:first-child{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.profile-save-btn{border-radius:12px!important;height:44px!important;min-height:44px!important;font-size:15px!important;font-weight:800!important}.profile-bottom-logout-btn{color:#dc2626!important;cursor:pointer!important;box-sizing:border-box!important;background:#fef2f2!important;border:1.5px solid #fecaca!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;height:44px!important;min-height:44px!important;margin-top:12px!important;font-size:14px!important;font-weight:700!important;display:flex!important}.profile-logout-modal{border-radius:16px!important;max-width:340px!important;padding:20px 16px!important}}[data-theme=dark] .marketplace-channel-switcher{background:#18221b!important}[data-theme=dark] .marketplace-channel-btn{color:#94a3b8!important;background-color:#0000!important;border-color:#0000!important}[data-theme=dark] .marketplace-channel-btn.active{color:#4ade80!important;background-color:#233427!important;border-color:#4ade80!important;box-shadow:0 1px 4px #0006!important}[data-theme=dark] .marketplace-channel-btn.supply-active{color:#fbbf24!important;background-color:#2c2615!important;border-color:#fbbf24!important;box-shadow:0 1px 4px #0006!important}[data-theme=dark] .marketplace-header-title{color:#f1f5f9!important}[data-theme=dark] .marketplace-header-subtitle{color:#94a3b8!important}[data-theme=dark] .marketplace-search-card{background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .marketplace-search-input{color:#f1f5f9!important;background-color:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .marketplace-search-clear{color:#64748b!important}[data-theme=dark] .marketplace-search-clear:hover{color:#cbd5e1!important}[data-theme=dark] .marketplace-category-chip{color:#94a3b8!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .marketplace-category-chip.active{color:#fff!important;background-color:#176b3a!important;border-color:#4ade80!important}[data-theme=dark] .marketplace-card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .marketplace-card:hover{border-color:#334637!important;box-shadow:0 10px 28px #0006!important}[data-theme=dark] .marketplace-card-image-box{background-color:#18221b!important}[data-theme=dark] .marketplace-card-seller,[data-theme=dark] .marketplace-seller-name-compact,[data-theme=dark] .marketplace-card-location{color:#94a3b8!important}[data-theme=dark] .marketplace-card-title{color:#f1f5f9!important}[data-theme=dark] .marketplace-card-desc{color:#94a3b8!important}[data-theme=dark] .marketplace-card-price{color:#4ade80!important}[data-theme=dark] .marketplace-card-price-unit{color:#94a3b8!important}[data-theme=dark] .marketplace-btn-chat{color:#4ade80!important;background-color:#18291d!important;border-color:#27382b!important}[data-theme=dark] .marketplace-btn-chat:hover{background-color:#223b2a!important}[data-theme=dark] .marketplace-btn-cart{color:#cbd5e1!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .marketplace-btn-cart:hover{background-color:#223025!important}[data-theme=dark] .marketplace-btn-own{color:#cbd5e1!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .marketplace-btn-view{color:#94a3b8!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .segmented-tabs-bar{background:#18221b!important;border-color:#243026!important}[data-theme=dark] .segmented-tab-btn{color:#94a3b8!important}[data-theme=dark] .segmented-tab-btn.active{color:#4ade80!important;background:#233427!important;box-shadow:0 1px 4px #0006!important}[data-theme=dark] .segmented-tab-btn.supply-active{color:#fbbf24!important;background:#2c2615!important}[data-theme=dark] .finance-title,[data-theme=dark] .finance-section-title,[data-theme=dark] .dashboard-welcome-title,[data-theme=dark] .dashboard-section-title,[data-theme=dark] .programs-title,[data-theme=dark] .orders-header-title{color:#f1f5f9!important}[data-theme=dark] .finance-summary-card,[data-theme=dark] .finance-tx-card,[data-theme=dark] .finance-calendar-card,[data-theme=dark] .finance-ledger-card,[data-theme=dark] .dashboard-welcome-banner,[data-theme=dark] .dashboard-summary-card,[data-theme=dark] .dashboard-prices-card,[data-theme=dark] .price-filter-card,[data-theme=dark] .price-summary-card,[data-theme=dark] .programs-card,[data-theme=dark] .orders-kpi-card{color:#f1f5f9!important;background:#141b15!important;border-color:#243026!important}[data-theme=dark] .finance-card-net{background:#1b2e21!important}[data-theme=dark] .finance-tx-row,[data-theme=dark] .dashboard-price-row{background:#18221b!important;border-color:#243026!important}[data-theme=dark] .finance-tx-title,[data-theme=dark] .finance-calendar-title{color:#f1f5f9!important}[data-theme=dark] .programs-rsbsa-banner{background:#1b2e21!important;border-color:#2a5435!important}[data-theme=dark] .programs-rsbsa-title{color:#86efac!important}[data-theme=dark] .programs-rsbsa-desc{color:#bbf7d0!important}[data-theme=dark] .programs-search-input{color:#f1f5f9!important;background:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .programs-category-chip{color:#94a3b8!important;background:#18221b!important;border-color:#27382b!important}[data-theme=dark] .programs-category-chip.active{color:#fff!important;background:#176b3a!important}.manage-add-btn-compact{display:none}.manage-add-btn-full{display:inline}.community-composer-placeholder-compact{display:none}.community-composer-placeholder-full{display:inline}.guide-card-btn-text-compact{display:none}.guide-card-btn-text-full{display:inline}.order-actions-primary-row,.order-actions-secondary-row{display:contents}.profile-header-logout-btn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex}.profile-header-logout-btn:hover{background:#fee2e2;border-color:#fca5a5}.profile-bottom-logout-btn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:14px;padding:12px 20px;font-size:15px;font-weight:700;transition:all .15s;display:flex}.profile-bottom-logout-btn:hover{background:#fee2e2;border-color:#fca5a5}[data-theme=dark] .manage-title,[data-theme=dark] .community-title,[data-theme=dark] .market-prices-title{color:#f1f5f9!important}[data-theme=dark] .manage-search-card,[data-theme=dark] .manage-listing-card,[data-theme=dark] .community-composer-card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .manage-search-input,[data-theme=dark] .price-region-select,[data-theme=dark] .community-composer-category-select,[data-theme=dark] .community-composer-title-input,[data-theme=dark] .community-composer-body-input{color:#f1f5f9!important;background-color:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .community-composer-pill{color:#94a3b8!important;background:#18221b!important;border-color:#2e3e31!important}[data-theme=dark] .community-composer-tool-btn{background:#18221b!important;border-color:#2e3e31!important}[data-theme=dark] .manage-listing-title{color:#f1f5f9!important}[data-theme=dark] .manage-listing-price{color:#4ade80!important}[data-theme=dark] .manage-category-chip,[data-theme=dark] .community-category-pill{color:#94a3b8!important;background:#18221b!important;border-color:#27382b!important}[data-theme=dark] .manage-category-chip.active,[data-theme=dark] .community-category-pill.active{color:#fff!important;background:#176b3a!important;border-color:#4ade80!important}[data-theme=dark] .community-composer-btn-photo{color:#4ade80!important;background:#142e1b!important;border-color:#1e4628!important}[data-theme=dark] .community-composer-btn-video{color:#60a5fa!important;background:#172554!important;border-color:#1e3a8a!important}[data-theme=dark] .guides-filter-card,[data-theme=dark] .guide-catalog-card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .guides-search-input{color:#f1f5f9!important;background-color:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .guides-category-chip{color:#94a3b8!important;background-color:#18221b!important;border-color:#27382b!important}[data-theme=dark] .guides-category-chip.active{color:#fff!important;background-color:#176b3a!important;border-color:#4ade80!important}[data-theme=dark] .guide-card-title{color:#f1f5f9!important}[data-theme=dark] .guide-card-author,[data-theme=dark] .guide-card-summary,[data-theme=dark] .guide-card-time{color:#94a3b8!important}[data-theme=dark] .guide-card-badge{background:#18221b!important}[data-theme=dark] .orders-filter-card{background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .orders-search-input{color:#f1f5f9!important;background-color:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .orders-filter-tab-btn{color:#94a3b8!important;background:#18221b!important}[data-theme=dark] .orders-filter-tab-btn.active{color:#fff!important;background:#176b3a!important}[data-theme=dark] .order-manage-card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .order-timeline-box,[data-theme=dark] .order-party-box{color:#f1f5f9!important;background-color:#18221b!important;border-color:#243026!important}[data-theme=dark] .order-btn-details{color:#f1f5f9!important;background-color:#18221b!important;border-color:#2e3e31!important}[data-theme=dark] .order-chat-btn{color:#4ade80!important;background-color:#142e1b!important;border-color:#1e4628!important}[data-theme=dark] .profile-page-title,[data-theme=dark] .profile-user-name,[data-theme=dark] .profile-section-title{color:#f1f5f9!important}[data-theme=dark] .profile-user-card,[data-theme=dark] .profile-purchases-card,[data-theme=dark] .profile-form-card{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .profile-location-box{background-color:#18221b!important;border-color:#243026!important}[data-theme=dark] .profile-location-locked-card,[data-theme=dark] .profile-order-item-card,[data-theme=dark] .profile-form-input{color:#f1f5f9!important;background-color:#101611!important;border-color:#2e3e31!important}[data-theme=dark] .profile-header-logout-btn,[data-theme=dark] .profile-bottom-logout-btn{color:#f87171!important;background-color:#2d1515!important;border-color:#5c2424!important}[data-theme=dark] .profile-header-logout-btn:hover,[data-theme=dark] .profile-bottom-logout-btn:hover{background-color:#3b1b1b!important}[data-theme=dark] .profile-logout-modal{color:#f1f5f9!important;background-color:#141b15!important;border-color:#243026!important}[data-theme=dark] .profile-logout-modal h3{color:#f1f5f9!important}
