:root{
  --navy:#062B5F;
  --deep:#031B3A;
  --green:#16A34A;
  --gold:#D99A00;
  --bg:#F8FAFC;
  --card:#FFFFFF;
  --text:#111827;
  --soft:#6B7280;
  --border:#E5E7EB;
  --danger:#DC2626;
  --shadow:0 14px 34px rgba(15,23,42,.10);
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
html,body{margin:0;min-height:100%;font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#E5E7EB;color:var(--text)}
body{overscroll-behavior-y:none}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{border:0;cursor:pointer}

.app-shell{width:min(100%,440px);min-height:100vh;margin:0 auto;background:var(--bg);padding-bottom:calc(90px + env(safe-area-inset-bottom,0px));position:relative;box-shadow:0 0 0 1px rgba(15,23,42,.06)}
.content-area{padding:16px 14px 0}

.splash-screen{width:min(100%,440px);min-height:100vh;min-height:100dvh;margin:0 auto;background:radial-gradient(circle at 50% 34%,rgba(30,64,175,.26),transparent 28%),linear-gradient(155deg,var(--deep),var(--navy) 62%,#0c5c38);display:flex;align-items:center;justify-content:center;padding:calc(28px + env(safe-area-inset-top,0px)) 28px calc(122px + env(safe-area-inset-bottom,0px));color:#fff;position:relative;overflow:hidden}
.splash-content{width:min(330px,100%);text-align:center;z-index:1;animation:contentIn .6s ease both;margin-top:-10px}
.logo-ring{width:144px;height:144px;margin:0 auto 22px;border-radius:34px;background:rgba(255,255,255,.14);display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);box-shadow:0 24px 55px rgba(0,0,0,.28)}
.splash-logo{width:112px;height:112px;object-fit:contain;border-radius:28px}
.brand-copy h1{font-size:34px;line-height:1.1;margin:0;font-weight:900;letter-spacing:0}
.brand-copy h1 strong{color:#4ADE80}
.brand-copy p{margin:10px 0 0;color:#FDE68A;font-size:14px;font-weight:800}
.splash-typing{margin:34px auto 18px;min-height:24px;color:#E5E7EB;font-size:14px;font-weight:800}
.typing-text{display:inline-block;white-space:nowrap;overflow:hidden;border-right:2px solid #fff;animation:typing 2.4s steps(35,end),caret .75s step-end infinite}
.splash-loader{height:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.12);border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 4px rgba(0,0,0,.22),0 14px 34px rgba(16,185,129,.10)}
.splash-loader span{position:relative;display:block;width:44%;height:100%;border-radius:999px;background:linear-gradient(90deg,#7DD3FC 0%,#22C55E 55%,#A7F3D0 100%);box-shadow:0 0 18px rgba(52,211,153,.6);animation:loading 2.7s cubic-bezier(.65,0,.35,1) forwards}
.splash-loader span:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);animation:loaderShine 1.05s ease-in-out infinite}
.splash-footer{position:absolute;bottom:calc(74px + env(safe-area-inset-bottom,0px));left:0;right:0;text-align:center;color:rgba(255,255,255,.78);font-size:12px;font-weight:800;text-shadow:0 1px 12px rgba(0,0,0,.25)}
@keyframes contentIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes typing{from{width:0}to{width:100%}}
@keyframes caret{50%{border-color:transparent}}
@keyframes loading{from{transform:translateX(-120%)}to{transform:translateX(240%)}}
@keyframes loaderShine{from{transform:translateX(-110%)}to{transform:translateX(110%)}}
@media (max-height:720px){.splash-screen{padding-top:24px;padding-bottom:104px}.splash-content{margin-top:-18px}.logo-ring{width:126px;height:126px;border-radius:30px;margin-bottom:18px}.splash-logo{width:98px;height:98px}.brand-copy h1{font-size:30px}.splash-typing{margin-top:28px}}

.app-header{background:linear-gradient(160deg,var(--deep),var(--navy));color:#fff;border-bottom-left-radius:28px;border-bottom-right-radius:28px;padding:calc(env(safe-area-inset-top,0px) + 22px) 16px 20px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.app-header.compact{padding-bottom:24px}
.profile-header{min-height:132px;background:
  linear-gradient(160deg,rgba(3,27,58,.98),rgba(6,43,95,.94) 58%,rgba(12,92,56,.88)),
  repeating-linear-gradient(45deg,rgba(255,255,255,.09) 0 1px,transparent 1px 9px),
  repeating-linear-gradient(-45deg,rgba(250,204,21,.10) 0 1px,transparent 1px 11px)}
.profile-header:before{content:"";position:absolute;inset:auto 0 0;height:34px;background:
  repeating-linear-gradient(90deg,rgba(250,204,21,.35) 0 8px,rgba(255,255,255,.08) 8px 10px,rgba(16,185,129,.26) 10px 18px,transparent 18px 24px);opacity:.42}
.profile-header:after{content:"";position:absolute;right:-52px;top:18px;width:150px;height:150px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle,rgba(255,255,255,.16),transparent 58%);opacity:.85}
.profile-header .header-row{position:relative;z-index:1}
.seller-header{background:linear-gradient(160deg,var(--deep),var(--navy) 74%,#0f5132)}
.header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.hello{margin:0 0 5px;color:#D1D5DB;font-weight:700;font-size:13px}
.app-header h1{margin:0;font-size:25px;font-weight:900;letter-spacing:0}
.icon-button{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:900}
.seller-switch,.status-dot{min-height:36px;display:inline-flex;align-items:center;border-radius:999px;padding:0 12px;background:#DCFCE7;color:#047857;font-size:12px;font-weight:900}
.account-login-pill{min-height:36px;display:inline-flex;align-items:center;border-radius:999px;padding:0 13px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:800}

.search-box{height:52px;background:#fff;border-radius:17px;margin-top:18px;display:flex;align-items:center;gap:10px;padding:0 9px 0 14px;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.search-box span{color:var(--soft);font-size:12px;font-weight:900;text-transform:uppercase}
.search-box input{border:0;outline:0;flex:1;min-width:0;color:var(--text);font-size:14px}
.search-box button{height:36px;border-radius:12px;background:#EEF2FF;color:var(--navy);font-weight:900;padding:0 12px}

.trust-panel,.location-card,.seller-status,.profile-card,.safety-card,.seller-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:15px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.trust-panel,.location-card,.seller-status,.profile-card,.seller-card{display:flex;align-items:center;justify-content:space-between;gap:12px}
.trust-panel small,.location-card small,.seller-status small{display:block;color:var(--soft);font-weight:800;font-size:11px}
.trust-panel strong,.location-card strong,.seller-status strong{display:block;color:var(--navy);font-size:15px;margin:3px 0}
.trust-panel p,.location-card p,.seller-status p,.safety-card p{margin:0;color:var(--soft);font-size:12px;font-weight:600;line-height:1.55}
.trust-badge{border-radius:999px;background:#DCFCE7;color:#047857;font-weight:900;font-size:11px;padding:8px 11px}
.pill-button{height:38px;border-radius:999px;padding:0 14px;background:#DCFCE7;color:#047857;font-weight:900}

.quick-actions{display:flex;gap:9px;margin:14px -14px 18px;padding:0 14px 10px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
.quick-actions::-webkit-scrollbar{display:none}
.quick-actions a{flex:0 0 82px;scroll-snap-align:start;background:#fff;border-radius:16px;min-height:78px;display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;border:1px solid var(--border);box-shadow:0 8px 22px rgba(15,23,42,.04)}
.quick-actions span,.store-list span,.chat-list span,.profile-card span,.seller-card span,.seller-thumb,.cod-status-list span{display:grid;place-items:center;background:#F0FDF4;color:#047857;font-weight:900}
.category-icon{--cat-accent:#16A34A;--cat-bg:#ECFDF5;--cat-border:#BBF7D0;position:relative;isolation:isolate;display:grid!important;place-items:center!important;background:linear-gradient(180deg,#fff 0%,var(--cat-bg) 100%)!important;color:var(--cat-accent)!important;border:1px solid var(--cat-border)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 15px rgba(15,23,42,.06)!important}
.quick-actions .category-icon{width:34px;height:34px;border-radius:12px;font-size:12px}
.category-icon:after{content:"";position:absolute;inset:5px;border-radius:9px;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.85),rgba(255,255,255,0) 62%);z-index:-1}
.category-icon:before{content:"";width:18px;height:18px;background:var(--cat-accent);display:block;mask-repeat:no-repeat;mask-position:center;mask-size:18px 18px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:18px 18px}
.quick-actions a.active .category-icon,.nearby-category-strip a.active .category-icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 9px 18px rgba(15,23,42,.08),0 0 0 3px rgba(255,255,255,.72)!important}
.quick-actions b{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;color:var(--navy)}
.cat-gadget{--cat-accent:#0284C7;--cat-bg:#E0F2FE;--cat-border:#BAE6FD}
.cat-motor{--cat-accent:#EA580C;--cat-bg:#FFF7ED;--cat-border:#FED7AA}
.cat-car{--cat-accent:#2563EB;--cat-bg:#EFF6FF;--cat-border:#BFDBFE}
.cat-fashion{--cat-accent:#DB2777;--cat-bg:#FDF2F8;--cat-border:#FBCFE8}
.cat-service,.cat-local{--cat-accent:#059669;--cat-bg:#ECFDF5;--cat-border:#A7F3D0}
.cat-rent,.cat-property,.cat-home{--cat-accent:#7C3AED;--cat-bg:#F5F3FF;--cat-border:#DDD6FE}
.cat-electronic{--cat-accent:#0891B2;--cat-bg:#ECFEFF;--cat-border:#A5F3FC}
.cat-food{--cat-accent:#D97706;--cat-bg:#FFFBEB;--cat-border:#FDE68A}
.cat-part,.cat-hobby,.cat-sport{--cat-accent:#4F46E5;--cat-bg:#EEF2FF;--cat-border:#C7D2FE}
.cat-kids,.cat-health{--cat-accent:#16A34A;--cat-bg:#F0FDF4;--cat-border:#BBF7D0}
.cat-beauty{--cat-accent:#E11D48;--cat-bg:#FFF1F2;--cat-border:#FECDD3}
.cat-job{--cat-accent:#475569;--cat-bg:#F8FAFC;--cat-border:#CBD5E1}
.cat-free,.cat-other{--cat-accent:#0D9488;--cat-bg:#F0FDFA;--cat-border:#99F6E4}
.cat-gadget:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 3v14h8V5H8Zm3 15h2v1h-2v-1Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 3v14h8V5H8Zm3 15h2v1h-2v-1Z'/%3E%3C/svg%3E")}
.cat-motor:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 17a3 3 0 1 1 5.8-1H13l2.2-4H12V9h4.9l1 2H21v2h-2.1l1.3 3H19a3 3 0 1 1-2.9 2H9.9A3 3 0 0 1 5 17Zm0 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm12 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM7.7 14h1.4l1.8-3H8.5L7.7 14Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 17a3 3 0 1 1 5.8-1H13l2.2-4H12V9h4.9l1 2H21v2h-2.1l1.3 3H19a3 3 0 1 1-2.9 2H9.9A3 3 0 0 1 5 17Zm0 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm12 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM7.7 14h1.4l1.8-3H8.5L7.7 14Z'/%3E%3C/svg%3E")}
.cat-car:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11 7 5h10l2 6 2 1v7h-3v-2H6v2H3v-7l2-1Zm2.2-1h9.6l-1-3H8.2l-1 3ZM6 15a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm12 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11 7 5h10l2 6 2 1v7h-3v-2H6v2H3v-7l2-1Zm2.2-1h9.6l-1-3H8.2l-1 3ZM6 15a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm12 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E")}
.cat-fashion:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l2 3 4 2-2 5-2-1v9H7v-9l-2 1-2-5 4-2 2-3Zm1.4 2-1.2 2L6 8.6l.7 1.8L9 9.2V19h6V9.2l2.3 1.2.7-1.8L14.8 7l-1.2-2h-3.2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l2 3 4 2-2 5-2-1v9H7v-9l-2 1-2-5 4-2 2-3Zm1.4 2-1.2 2L6 8.6l.7 1.8L9 9.2V19h6V9.2l2.3 1.2.7-1.8L14.8 7l-1.2-2h-3.2Z'/%3E%3C/svg%3E")}
.cat-service:before,.cat-local:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16v4a3 3 0 0 1-2 2.8V20H6v-7.2A3 3 0 0 1 4 10V6Zm2 2v2a1 1 0 0 0 2 0V8H6Zm4 0v2a1 1 0 0 0 2 0V8h-2Zm4 0v2a1 1 0 0 0 2 0V8h-2Zm4 0v2a1 1 0 0 0 2 0V8h-2ZM8 13v5h8v-5a3 3 0 0 1-3-1 3 3 0 0 1-4 0 3 3 0 0 1-1 1Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16v4a3 3 0 0 1-2 2.8V20H6v-7.2A3 3 0 0 1 4 10V6Zm2 2v2a1 1 0 0 0 2 0V8H6Zm4 0v2a1 1 0 0 0 2 0V8h-2Zm4 0v2a1 1 0 0 0 2 0V8h-2Zm4 0v2a1 1 0 0 0 2 0V8h-2ZM8 13v5h8v-5a3 3 0 0 1-3-1 3 3 0 0 1-4 0 3 3 0 0 1-1 1Z'/%3E%3C/svg%3E")}
.cat-rent:before,.cat-property:before,.cat-home:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11 12 3l9 8h-3v10h-5v-6h-2v6H6V11H3Zm5 0v8h1v-6h6v6h1v-8.9l-4-3.6-4 3.6V11Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11 12 3l9 8h-3v10h-5v-6h-2v6H6V11H3Zm5 0v8h1v-6h6v6h1v-8.9l-4-3.6-4 3.6V11Z'/%3E%3C/svg%3E")}
.cat-electronic:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v11H4V5Zm2 2v7h12V7H6Zm3 11h6l1 2H8l1-2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v11H4V5Zm2 2v7h12V7H6Zm3 11h6l1 2H8l1-2Z'/%3E%3C/svg%3E")}
.cat-food:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v8H7V2Zm4 0h2v8h-2V2ZM5 2h2v8H5V2Zm0 10h8v10h-2v-7H7v7H5V12Zm12-9h2v19h-2v-7h-2V7a4 4 0 0 1 2-4Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v8H7V2Zm4 0h2v8h-2V2ZM5 2h2v8H5V2Zm0 10h8v10h-2v-7H7v7H5V12Zm12-9h2v19h-2v-7h-2V7a4 4 0 0 1 2-4Z'/%3E%3C/svg%3E")}
.cat-part:before,.cat-hobby:before,.cat-sport:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 2 22 5l-6.8 6.8 1 1L12 17l-1-1-5 5-3-3 5-5-1-1 4.2-4.2 1 1L19 2ZM5.8 18 6 18.2l3.6-3.6-.2-.2L5.8 18Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 2 22 5l-6.8 6.8 1 1L12 17l-1-1-5 5-3-3 5-5-1-1 4.2-4.2 1 1L19 2ZM5.8 18 6 18.2l3.6-3.6-.2-.2L5.8 18Z'/%3E%3C/svg%3E")}
.cat-kids:before,.cat-health:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 3h4v5h5v4h-5v9h-4v-9H5V8h5V3Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 3h4v5h5v4h-5v9h-4v-9H5V8h5V3Z'/%3E%3C/svg%3E")}
.cat-beauty:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.5 3.3 6 6.8 6 11a6 6 0 0 1-12 0c0-4.2 3.5-7.7 6-11Zm0 4.1C10 8.7 8 11.1 8 13a4 4 0 0 0 8 0c0-1.9-2-4.3-4-6.9Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.5 3.3 6 6.8 6 11a6 6 0 0 1-12 0c0-4.2 3.5-7.7 6-11Zm0 4.1C10 8.7 8 11.1 8 13a4 4 0 0 0 8 0c0-1.9-2-4.3-4-6.9Z'/%3E%3C/svg%3E")}
.cat-job:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6l1 3h5v13H3V7h5l1-3Zm2 2-.3 1h2.6L13 6h-2Zm-6 6v6h14v-6h-5v2h-4v-2H5Zm0-3v1h14V9H5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6l1 3h5v13H3V7h5l1-3Zm2 2-.3 1h2.6L13 6h-2Zm-6 6v6h14v-6h-5v2h-4v-2H5Zm0-3v1h14V9H5Z'/%3E%3C/svg%3E")}
.cat-free:before,.cat-other:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 7h-3.2A3 3 0 0 0 12 3.4 3 3 0 0 0 7.2 7H4v6h1v8h14v-8h1V7Zm-9 12H7v-6h4v6Zm0-8H6V9h5v2Zm-2-5a1 1 0 0 1 2 0v1H9V6Zm4 13v-6h4v6h-4Zm5-8h-5V9h5v2Zm-5-4V6a1 1 0 0 1 2 0 1 1 0 0 1-1 1h-1Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 7h-3.2A3 3 0 0 0 12 3.4 3 3 0 0 0 7.2 7H4v6h1v8h14v-8h1V7Zm-9 12H7v-6h4v6Zm0-8H6V9h5v2Zm-2-5a1 1 0 0 1 2 0v1H9V6Zm4 13v-6h4v6h-4Zm5-8h-5V9h5v2Zm-5-4V6a1 1 0 0 1 2 0 1 1 0 0 1-1 1h-1Z'/%3E%3C/svg%3E")}

.section-title{display:flex;align-items:center;justify-content:space-between;margin:8px 2px 12px;gap:12px}
.section-title h2{margin:0;font-size:18px;font-weight:900;letter-spacing:0}
.section-title a{color:var(--green);font-size:12px;font-weight:900;white-space:nowrap}
.mt{margin-top:22px}

.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:10px;box-shadow:0 10px 25px rgba(15,23,42,.06)}
.product-link{display:block}
.product-img{height:116px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;font-size:22px;font-weight:900;color:var(--navy);overflow:hidden}
.product-img em{position:absolute;right:8px;top:8px;background:#DCFCE7;color:#047857;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:900}
.img-phone{background:linear-gradient(145deg,#E0F2FE,#DCFCE7)}
.img-bike{background:linear-gradient(145deg,#F3F4F6,#DBEAFE)}
.img-shirt{background:linear-gradient(145deg,#E0E7FF,#F8FAFC)}
.img-home{background:linear-gradient(145deg,#FEF3C7,#F8FAFC)}
.product-card h3{font-size:13px;line-height:1.35;margin:10px 0 6px;font-weight:900}
.product-card strong{display:block;color:var(--green);font-size:14px}
.product-card p{font-size:11px;color:var(--soft);font-weight:700;margin:5px 0 10px;line-height:1.45}
.product-actions{display:grid;grid-template-columns:1fr;gap:7px}
.product-actions a,.product-actions button,.seller-actions button,.detail-actions a,.detail-actions button{min-height:34px;border-radius:12px;background:#EEF2FF;color:var(--navy);font-size:11px;font-weight:900;display:grid;place-items:center;text-align:center}
.product-actions .green,.seller-actions .green,.detail-actions .green{background:var(--green);color:#fff}

.store-list,.list-stack,.chat-list,.seller-products,.cod-status-list,.account-menu,.seller-tools,.package-list{display:flex;flex-direction:column;gap:10px}
.store-list article,.chat-list article,.cod-status-list article,.wide-product,.seller-products article,.account-menu a,.seller-tools a,.package-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:13px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.store-list article,.chat-list article,.cod-status-list article,.wide-product,.seller-products article{display:grid;align-items:center;gap:10px}
.store-list article{grid-template-columns:42px 1fr auto}
.store-list span,.chat-list span,.profile-card span,.seller-card span,.cod-status-list span{width:42px;height:42px;border-radius:14px;font-size:12px}
.store-list b,.store-list small,.chat-list b,.chat-list p,.cod-status-list b,.cod-status-list small{display:block}
.store-list small,.chat-list p,.cod-status-list small{color:var(--soft);font-size:12px;margin:3px 0 0;line-height:1.45}
.store-list strong,.cod-status-list strong{color:var(--green);font-size:11px;font-weight:900}

.filter-strip{display:flex;gap:8px;overflow:auto;padding-bottom:10px;margin-bottom:6px}
.filter-strip a,.filter-strip button{min-height:36px;border-radius:999px;background:#fff;border:1px solid var(--border);padding:0 13px;color:var(--soft);font-size:12px;font-weight:900;white-space:nowrap;display:inline-flex;align-items:center}
.filter-strip .active{background:var(--navy);color:#fff;border-color:var(--navy)}
.wide-product{grid-template-columns:78px 1fr;margin-top:10px}
.wide-thumb{height:78px;border-radius:18px;display:grid;place-items:center;font-weight:900;color:var(--navy)}
.wide-product h3{font-size:14px;margin:0 0 5px;font-weight:900}
.wide-product strong{color:var(--green)}
.wide-product p,.wide-product small{display:block;margin:4px 0 0;color:var(--soft);font-size:12px;line-height:1.45}

.chat-list article{grid-template-columns:42px 1fr auto}
.chat-list small{font-size:11px;color:var(--soft);font-weight:800}
.chat-preview{margin-top:16px}
.bubble{max-width:82%;padding:11px 13px;border-radius:16px;margin:8px 0;font-size:13px;line-height:1.45;font-weight:650}
.bubble.seller{background:#fff;border:1px solid var(--border);color:var(--text)}
.bubble.buyer{background:var(--navy);color:#fff;margin-left:auto}

.cod-timeline article{grid-template-columns:16px 1fr auto}
.step{width:12px;height:12px;border-radius:999px;background:#CBD5E1}
.step.green{background:var(--green)}
.step.gold{background:var(--gold)}
.cod-status-list h3,.cod-timeline h3{margin:3px 0;font-size:14px;font-weight:900}
.cod-timeline p{margin:0;color:var(--soft);font-size:12px;line-height:1.45}
.safety-card{margin-top:14px}
.safety-card b{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}
.safety-card a{display:inline-flex;margin-top:10px;color:var(--green);font-size:12px;font-weight:900}

.profile-card{justify-content:flex-start}
.profile-card h2{margin:0;font-size:17px;color:var(--navy)}
.profile-card p{margin:4px 0 0;color:var(--soft);font-size:12px;font-weight:700}
.account-shell{background:#F5F7FA}
.account-area{padding:12px 10px 0}
.account-hero{background:linear-gradient(155deg,var(--deep),var(--navy) 66%,#0F6B46);color:#fff;padding:calc(env(safe-area-inset-top,0px) + 18px) 16px 14px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;box-shadow:0 12px 28px rgba(3,27,58,.18)}
.account-hero.guest-hero{padding-bottom:24px}
.account-hero-top{display:grid;grid-template-columns:56px 1fr 40px;align-items:center;gap:11px}
.buyer-avatar{width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,#E0F2FE,#DCFCE7);color:var(--navy);display:grid;place-items:center;overflow:hidden;border:2px solid rgba(255,255,255,.75);position:relative;font-size:15px;font-weight:900}
.buyer-avatar:before{content:attr(data-initials)}
.buyer-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:999px;z-index:1;background:#fff}
.account-identity{min-width:0}
.account-name-line{display:flex;align-items:center;gap:7px;min-width:0}
.account-name-line h1{margin:0;font-size:19px;line-height:1.15;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-name-line span{border-radius:999px;background:#FDE68A;color:#7C2D12;font-size:10px;font-weight:800;padding:4px 8px;white-space:nowrap}
.account-identity p{margin:5px 0 0;color:#D7DEE8;font-size:12px;line-height:1.35;font-weight:600}
.hero-icon-link{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#fff}
.hero-icon-link:before{content:"";width:21px;height:21px;background:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:21px 21px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:21px 21px}
.hero-icon-link.icon-settings:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m19.4 13.5 1.7 1.3-2 3.5-2-.8a7.2 7.2 0 0 1-1.6.9l-.3 2.1h-4l-.3-2.1a7.2 7.2 0 0 1-1.6-.9l-2 .8-2-3.5 1.7-1.3a7.3 7.3 0 0 1 0-1.9l-1.7-1.3 2-3.5 2 .8c.5-.4 1-.7 1.6-.9l.3-2.1h4l.3 2.1c.6.2 1.1.5 1.6.9l2-.8 2 3.5-1.7 1.3a7.3 7.3 0 0 1 0 1.9ZM13.2 6.6h-.4l-.2 1.7-1.1.4c-.5.2-.9.4-1.3.8l-.9.7-1.6-.7-.2.4 1.4 1-.2 1.1a5.4 5.4 0 0 0 0 1.1l.2 1.1-1.4 1 .2.4 1.6-.7.9.7c.4.3.8.6 1.3.8l1.1.4.2 1.7h.4l.2-1.7 1.1-.4c.5-.2.9-.4 1.3-.8l.9-.7 1.6.7.2-.4-1.4-1 .2-1.1a5.4 5.4 0 0 0 0-1.1l-.2-1.1 1.4-1-.2-.4-1.6.7-.9-.7c-.4-.3-.8-.6-1.3-.8l-1.1-.4-.2-1.7ZM13 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m19.4 13.5 1.7 1.3-2 3.5-2-.8a7.2 7.2 0 0 1-1.6.9l-.3 2.1h-4l-.3-2.1a7.2 7.2 0 0 1-1.6-.9l-2 .8-2-3.5 1.7-1.3a7.3 7.3 0 0 1 0-1.9l-1.7-1.3 2-3.5 2 .8c.5-.4 1-.7 1.6-.9l.3-2.1h4l.3 2.1c.6.2 1.1.5 1.6.9l2-.8 2 3.5-1.7 1.3a7.3 7.3 0 0 1 0 1.9ZM13.2 6.6h-.4l-.2 1.7-1.1.4c-.5.2-.9.4-1.3.8l-.9.7-1.6-.7-.2.4 1.4 1-.2 1.1a5.4 5.4 0 0 0 0 1.1l.2 1.1-1.4 1 .2.4 1.6-.7.9.7c.4.3.8.6 1.3.8l1.1.4.2 1.7h.4l.2-1.7 1.1-.4c.5-.2.9-.4 1.3-.8l.9-.7 1.6.7.2-.4-1.4-1 .2-1.1a5.4 5.4 0 0 0 0-1.1l-.2-1.1 1.4-1-.2-.4-1.6.7-.9-.7c-.4-.3-.8-.6-1.3-.8l-1.1-.4-.2-1.7ZM13 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E")}
.account-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}
.account-hero-stats div{text-align:center;border-radius:14px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);padding:8px 4px}
.account-hero-stats strong,.account-hero-stats small{display:block}
.account-hero-stats strong{font-size:16px;line-height:1.1;font-weight:800}
.account-hero-stats small{font-size:10px;color:#D7DEE8;font-weight:650;margin-top:2px}
.account-safe-strip{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;margin-top:12px;background:#FFF7ED;color:var(--navy);border-radius:15px;padding:10px;border:1px solid rgba(253,230,138,.8)}
.account-safe-strip b,.account-safe-strip small{display:block}
.account-safe-strip b{font-size:12.5px;font-weight:800}
.account-safe-strip small{font-size:10.5px;color:#6B7280;line-height:1.35;font-weight:650;margin-top:2px}
.account-safe-strip em{font-style:normal;color:#D99A00;font-size:22px;line-height:1}
.account-section{background:#fff;border-radius:18px;padding:14px;margin-bottom:12px;border:1px solid #EEF2F7;box-shadow:0 7px 18px rgba(15,23,42,.035)}
.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
.account-section-head h2{margin:0;color:#1F2937;font-size:17px;font-weight:700}
.account-section-head a{color:#6B7280;font-size:12px;font-weight:700}
.order-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.order-shortcuts a{min-width:0;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;color:#374151}
.order-shortcuts .account-icon{background:#fff;border:0;color:#1F2937}
.order-shortcuts b{font-size:11px;font-weight:650;line-height:1.2;text-align:center}
.order-shortcuts i{position:absolute;top:0;right:16%;min-width:18px;height:18px;border-radius:999px;background:#DC2626;color:#fff;font-style:normal;font-size:10px;font-weight:800;display:grid;place-items:center}
.seller-promo-card{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin-bottom:12px;border-radius:17px;background:linear-gradient(135deg,#ECFDF5,#F8FAFC);border:1px solid #BBF7D0;padding:12px;box-shadow:0 8px 20px rgba(22,163,74,.06)}
.seller-promo-card b,.seller-promo-card small{display:block}
.seller-promo-card b{color:var(--navy);font-size:13.5px;font-weight:800}
.seller-promo-card small{color:#5F6877;font-size:10.8px;line-height:1.35;font-weight:650;margin-top:2px}
.seller-promo-card strong{height:34px;border-radius:999px;background:var(--green);color:#fff;display:inline-flex;align-items:center;padding:0 13px;font-size:11px;font-weight:800}
.section-subtitle{margin:4px 0 0;color:#94A3B8;font-size:10.5px;font-weight:700;line-height:1.35}
.seller-quick-section .account-section-head{align-items:flex-start}
.seller-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.seller-quick-grid a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;min-height:96px;border:1px solid #DDEFE5;border-radius:16px;padding:12px 8px;background:linear-gradient(180deg,#FFFFFF 0%,#F8FFFB 100%);box-shadow:0 8px 20px rgba(15,23,42,.035);text-align:center}
.seller-quick-grid a .account-icon{width:40px;height:40px;background:#ECFDF5;color:#059669;border:1px solid #CFF7DD}
.seller-quick-grid a b,.seller-quick-grid a small{display:block}
.seller-quick-grid a b{color:#1F2937;font-size:12px;font-weight:800;line-height:1.2}
.seller-quick-grid a small{color:#6B7280;font-size:10px;font-weight:700;line-height:1.25}
.account-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.account-tile-grid a{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;min-height:74px;border:1px solid var(--border);border-radius:15px;padding:10px;background:#fff}
.account-tile-grid b,.account-tile-grid small,.account-list b,.account-list small{display:block}
.account-tile-grid b{color:#1F2937;font-size:13px;font-weight:700;line-height:1.2}
.account-tile-grid small{color:#6B7280;font-size:10.5px;line-height:1.25;font-weight:600;margin-top:2px}
.account-tile-grid em,.account-list em{font-style:normal;color:#CBD5E1;font-size:22px;line-height:1}
.account-list{display:flex;flex-direction:column}
.account-list a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #EEF2F7}
.account-list a:first-child{padding-top:0}
.account-list a:last-child{padding-bottom:0;border-bottom:0}
.account-list b{color:#1F2937;font-size:13.5px;font-weight:700}
.account-list small{color:#6B7280;font-size:10.7px;line-height:1.35;font-weight:600;margin-top:2px}
.account-list a:last-child b{color:var(--danger)}
.account-icon{width:40px;height:40px;border-radius:14px;background:#F0FDF4;color:#047857;display:grid;place-items:center;position:relative;flex:0 0 auto}
.account-icon:before{content:"";width:20px;height:20px;background:currentColor;display:block;mask-repeat:no-repeat;mask-position:center;mask-size:20px 20px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:20px 20px}
.account-icon.icon-cod,.account-icon.icon-market,.account-icon.icon-chat,.account-icon.icon-user{color:#047857;background:#ECFDF5;mask-image:none;-webkit-mask-image:none}
.account-icon.icon-bell{color:#92400E;background:#FEF3C7}
.account-icon.icon-heart{color:#BE123C;background:#FFF1F2}
.account-icon.icon-shield,.account-icon.icon-lock{color:#062B5F;background:#EEF2FF}
.account-icon.icon-trash,.account-icon.icon-logout{color:#B91C1C;background:#FEE2E2}
.account-icon.icon-clock{color:#0F766E;background:#CCFBF1}
.account-icon.icon-star{color:#D99A00;background:#FEF3C7}
.account-icon.icon-help{color:#4B5563;background:#F3F4F6}
.account-icon.icon-market:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 4h13.6l1.4 5.6a3.4 3.4 0 0 1-2.2 3.8V20H6v-6.6a3.4 3.4 0 0 1-2.2-3.8L5.2 4Zm1.6 2-.8 3.2a1.4 1.4 0 0 0 2.7.7L9.5 6H6.8Zm4.7 0-.8 4a1.33 1.33 0 0 0 2.6 0l-.8-4h-1Zm3 0 .8 3.9a1.4 1.4 0 0 0 2.7-.7L17.2 6h-2.7ZM8 13.6V18h2.5v-3.5h3V18H16v-4.4a3.4 3.4 0 0 1-2-.9 3.3 3.3 0 0 1-4 0 3.4 3.4 0 0 1-2 .9Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 4h13.6l1.4 5.6a3.4 3.4 0 0 1-2.2 3.8V20H6v-6.6a3.4 3.4 0 0 1-2.2-3.8L5.2 4Zm1.6 2-.8 3.2a1.4 1.4 0 0 0 2.7.7L9.5 6H6.8Zm4.7 0-.8 4a1.33 1.33 0 0 0 2.6 0l-.8-4h-1Zm3 0 .8 3.9a1.4 1.4 0 0 0 2.7-.7L17.2 6h-2.7ZM8 13.6V18h2.5v-3.5h3V18H16v-4.4a3.4 3.4 0 0 1-2-.9 3.3 3.3 0 0 1-4 0 3.4 3.4 0 0 1-2 .9Z'/%3E%3C/svg%3E")}
.account-icon.icon-cod:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.8 12 2l8 3.8v8.4L12 22l-8-7.8V5.8Zm2 1.3v6.2l5 4.9v-6.3L6 9.5V7.1Zm12 0-5 2.4v8.7l5-4.9V7.1ZM7.9 6 12 8l4.1-2L12 4.1 7.9 6Zm10.8 10.4 1.4 1.4-3.9 3.9-2.3-2.3 1.4-1.4.9.9 2.5-2.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.8 12 2l8 3.8v8.4L12 22l-8-7.8V5.8Zm2 1.3v6.2l5 4.9v-6.3L6 9.5V7.1Zm12 0-5 2.4v8.7l5-4.9V7.1ZM7.9 6 12 8l4.1-2L12 4.1 7.9 6Zm10.8 10.4 1.4 1.4-3.9 3.9-2.3-2.3 1.4-1.4.9.9 2.5-2.5Z'/%3E%3C/svg%3E")}
.account-icon.icon-chat:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h14v10H9l-4 4V5Zm2 2v7.2L8.2 13H17V7H7Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h14v10H9l-4 4V5Zm2 2v7.2L8.2 13H17V7H7Z'/%3E%3C/svg%3E")}
.account-icon.icon-user:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-8 9.4C4.4 15.7 7.6 14 12 14s7.6 1.7 8 5.4a.55.55 0 0 1-.6.6H4.6a.55.55 0 0 1-.6-.6ZM6.4 18h11.2c-.8-1.4-2.7-2-5.6-2s-4.8.6-5.6 2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-8 9.4C4.4 15.7 7.6 14 12 14s7.6 1.7 8 5.4a.55.55 0 0 1-.6.6H4.6a.55.55 0 0 1-.6-.6ZM6.4 18h11.2c-.8-1.4-2.7-2-5.6-2s-4.8.6-5.6 2Z'/%3E%3C/svg%3E")}
.account-icon.icon-location:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 0 1 7-7Zm0 2a5 5 0 0 0-5 5c0 2.8 3 7.3 5 9.8 2-2.5 5-7 5-9.8a5 5 0 0 0-5-5Zm0 2.8a2.2 2.2 0 1 1 0 4.4 2.2 2.2 0 0 1 0-4.4Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 0 1 7-7Zm0 2a5 5 0 0 0-5 5c0 2.8 3 7.3 5 9.8 2-2.5 5-7 5-9.8a5 5 0 0 0-5-5Zm0 2.8a2.2 2.2 0 1 1 0 4.4 2.2 2.2 0 0 1 0-4.4Z'/%3E%3C/svg%3E")}
.account-icon.icon-shield:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 20 5v6c0 5.3-3.3 8.9-8 11-4.7-2.1-8-5.7-8-11V5l8-3Zm0 2.2L6 6.5V11c0 4 2.2 6.8 6 8.8 3.8-2 6-4.8 6-8.8V6.5l-6-2.3Zm3.7 5.5 1.4 1.4-5.6 5.6-3.1-3.1 1.4-1.4 1.7 1.7 4.2-4.2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 20 5v6c0 5.3-3.3 8.9-8 11-4.7-2.1-8-5.7-8-11V5l8-3Zm0 2.2L6 6.5V11c0 4 2.2 6.8 6 8.8 3.8-2 6-4.8 6-8.8V6.5l-6-2.3Zm3.7 5.5 1.4 1.4-5.6 5.6-3.1-3.1 1.4-1.4 1.7 1.7 4.2-4.2Z'/%3E%3C/svg%3E")}
.account-icon.icon-heart:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.7-4.8-9.5-10A5.2 5.2 0 0 1 12 6a5.2 5.2 0 0 1 9.5 5C19.7 16.2 12 21 12 21Zm0-2.4c2.4-1.6 6.4-4.8 7.6-8.2A3.2 3.2 0 0 0 13.2 7.7h-2.4a3.2 3.2 0 0 0-6.4 2.7c1.2 3.4 5.2 6.6 7.6 8.2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.7-4.8-9.5-10A5.2 5.2 0 0 1 12 6a5.2 5.2 0 0 1 9.5 5C19.7 16.2 12 21 12 21Zm0-2.4c2.4-1.6 6.4-4.8 7.6-8.2A3.2 3.2 0 0 0 13.2 7.7h-2.4a3.2 3.2 0 0 0-6.4 2.7c1.2 3.4 5.2 6.6 7.6 8.2Z'/%3E%3C/svg%3E")}
.account-icon.icon-bell:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a2.7 2.7 0 0 0 2.6-2h-5.2A2.7 2.7 0 0 0 12 22ZM5 18h14l-1.6-2.4V11a5.4 5.4 0 0 0-4.4-5.3V4a1 1 0 1 0-2 0v1.7A5.4 5.4 0 0 0 6.6 11v4.6L5 18Zm3.6-2V11a3.4 3.4 0 1 1 6.8 0v5H8.6Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a2.7 2.7 0 0 0 2.6-2h-5.2A2.7 2.7 0 0 0 12 22ZM5 18h14l-1.6-2.4V11a5.4 5.4 0 0 0-4.4-5.3V4a1 1 0 1 0-2 0v1.7A5.4 5.4 0 0 0 6.6 11v4.6L5 18Zm3.6-2V11a3.4 3.4 0 1 1 6.8 0v5H8.6Z'/%3E%3C/svg%3E")}
.account-icon.icon-clock:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm1 3v4.6l3.2 3.2-1.4 1.4L11 12.4V7h2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm1 3v4.6l3.2 3.2-1.4 1.4L11 12.4V7h2Z'/%3E%3C/svg%3E")}
.account-icon.icon-star:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.8 2.8 5.7 6.3.9-4.5 4.4 1 6.2-5.6-3-5.6 3 1-6.2-4.5-4.4 6.3-.9L12 2.8Zm0 4.5-1.5 3-3.3.5 2.4 2.3-.6 3.3 3-1.6 3 1.6-.6-3.3 2.4-2.3-3.3-.5-1.5-3Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.8 2.8 5.7 6.3.9-4.5 4.4 1 6.2-5.6-3-5.6 3 1-6.2-4.5-4.4 6.3-.9L12 2.8Zm0 4.5-1.5 3-3.3.5 2.4 2.3-.6 3.3 3-1.6 3 1.6-.6-3.3 2.4-2.3-3.3-.5-1.5-3Z'/%3E%3C/svg%3E")}
.account-icon.icon-lock:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10V8a5 5 0 0 1 10 0v2h1.2A1.8 1.8 0 0 1 20 11.8v7.4a1.8 1.8 0 0 1-1.8 1.8H5.8A1.8 1.8 0 0 1 4 19.2v-7.4A1.8 1.8 0 0 1 5.8 10H7Zm2 0h6V8a3 3 0 1 0-6 0v2Zm-3 2v7h12v-7H6Zm6 2a1.5 1.5 0 0 1 1 2.6V18h-2v-1.4A1.5 1.5 0 0 1 12 14Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10V8a5 5 0 0 1 10 0v2h1.2A1.8 1.8 0 0 1 20 11.8v7.4a1.8 1.8 0 0 1-1.8 1.8H5.8A1.8 1.8 0 0 1 4 19.2v-7.4A1.8 1.8 0 0 1 5.8 10H7Zm2 0h6V8a3 3 0 1 0-6 0v2Zm-3 2v7h12v-7H6Zm6 2a1.5 1.5 0 0 1 1 2.6V18h-2v-1.4A1.5 1.5 0 0 1 12 14Z'/%3E%3C/svg%3E")}
.account-icon.icon-document:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h8l4 4v16H6V2Zm2 2v16h8V8h-4V4H8Zm6 .8V6h1.2L14 4.8ZM9 11h6v2H9v-2Zm0 4h6v2H9v-2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h8l4 4v16H6V2Zm2 2v16h8V8h-4V4H8Zm6 .8V6h1.2L14 4.8ZM9 11h6v2H9v-2Zm0 4h6v2H9v-2Z'/%3E%3C/svg%3E")}
.account-icon.icon-trash:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-2 6h10l-.8 12H7.8L7 9Zm2.1 2 .5 8h4.8l.5-8H9.1Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-2 6h10l-.8 12H7.8L7 9Zm2.1 2 .5 8h4.8l.5-8H9.1Z'/%3E%3C/svg%3E")}
.account-icon.icon-logout:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h9v2H6v14h7v2H4V3Zm12.6 5.4L20.2 12l-3.6 3.6-1.4-1.4 1.2-1.2H10v-2h6.4l-1.2-1.2 1.4-1.4Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h9v2H6v14h7v2H4V3Zm12.6 5.4L20.2 12l-3.6 3.6-1.4-1.4 1.2-1.2H10v-2h6.4l-1.2-1.2 1.4-1.4Z'/%3E%3C/svg%3E")}
.account-icon.icon-help:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 12.8a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4ZM12 6a3.3 3.3 0 0 1 3.5 3.2c0 1.5-.8 2.3-1.9 3.1-.7.5-.8.8-.8 1.7H11c0-1.7.5-2.4 1.6-3.2.7-.5 1-.9 1-1.6A1.5 1.5 0 0 0 12 7.8a1.7 1.7 0 0 0-1.8 1.8H8.3A3.5 3.5 0 0 1 12 6Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 12.8a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4ZM12 6a3.3 3.3 0 0 1 3.5 3.2c0 1.5-.8 2.3-1.9 3.1-.7.5-.8.8-.8 1.7H11c0-1.7.5-2.4 1.6-3.2.7-.5 1-.9 1-1.6A1.5 1.5 0 0 0 12 7.8a1.7 1.7 0 0 0-1.8 1.8H8.3A3.5 3.5 0 0 1 12 6Z'/%3E%3C/svg%3E")}

.seller-status{margin-top:18px;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);box-shadow:none}
.seller-status-logo{width:48px;height:48px;border-radius:16px;object-fit:cover;background:#fff;border:1px solid rgba(255,255,255,.55);flex:0 0 auto}
.seller-status small,.seller-status p{color:#D1D5DB}
.seller-status strong{color:#fff}
.seller-status span{border-radius:999px;background:#FEF3C7;color:#92400E;font-weight:900;font-size:11px;padding:8px 10px}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.stats-grid article{background:#fff;border:1px solid var(--border);border-radius:18px;padding:13px;box-shadow:0 8px 22px rgba(15,23,42,.05)}
.stats-grid span{display:block;font-size:22px;font-weight:900;color:var(--navy)}
.stats-grid small{display:block;color:var(--soft);font-weight:800;font-size:10px;margin-top:5px;line-height:1.35}
.seller-tools a{display:block}
.seller-tools b{display:block;color:var(--navy);font-size:14px}
.seller-tools small{display:block;color:var(--soft);font-size:12px;margin-top:3px;font-weight:700}
.app-form{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.form-grid{display:grid;gap:10px}
.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.app-form label{display:flex;flex-direction:column;gap:7px;color:var(--navy);font-size:11px;font-weight:700}
.form-hint{color:#6B7280;font-size:10px;line-height:1.4;font-weight:600}
.app-form input,.app-form select,.app-form textarea{width:100%;border:1px solid var(--border);background:#fff;border-radius:16px;padding:12px 13px;color:var(--text);font-size:13px;font-weight:600;outline:0;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.app-form input::file-selector-button{border:1px solid #CBD5E1;border-radius:10px;background:#F8FAFC;color:#1F2937;font-size:12px;font-weight:700;padding:8px 10px;margin-right:10px}
.app-form textarea{resize:vertical;line-height:1.55}
.app-form input:focus,.app-form select:focus,.app-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,163,74,.12)}
.form-check{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:16px;padding:13px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.form-check input{width:18px;height:18px;margin:2px 0 0;flex:0 0 auto}
.form-check label{display:block;color:var(--soft);font-size:12px;font-weight:800;line-height:1.5}
.submit-button{min-height:50px;border-radius:16px;background:var(--green);color:#fff;font-weight:900;font-size:14px;box-shadow:0 12px 26px rgba(22,163,74,.22)}
.package-card{display:flex;justify-content:space-between;align-items:center;gap:14px}
.package-card small{display:block;color:var(--soft);font-size:11px;font-weight:900}
.package-card h2{margin:4px 0;color:var(--navy);font-size:22px}
.package-card p{margin:0;color:var(--soft);font-size:12px;line-height:1.5;font-weight:650}
.package-card form{margin:0;flex:0 0 auto}
.package-card button{min-width:68px;height:38px;border-radius:999px;background:#DCFCE7;color:#047857;display:grid;place-items:center;font-size:12px;font-weight:900;border:0;padding:0 14px}
.package-card.featured{border-color:rgba(22,163,74,.45);box-shadow:0 12px 28px rgba(22,163,74,.12)}
.package-card.featured button{background:var(--green);color:#fff}
.package-features{margin:10px 0 0;padding:0;display:grid;gap:6px;list-style:none}
.package-features li{position:relative;padding-left:18px;color:var(--navy);font-size:11px;line-height:1.45;font-weight:800}
.package-features li:before{content:"";position:absolute;left:0;top:6px;width:7px;height:7px;border-radius:999px;background:var(--green);box-shadow:0 0 0 4px #EAFBF1}
.form-alert{background:#FEF2F2;border:1px solid #FECACA;color:#991B1B;border-radius:16px;padding:13px;font-size:12px;font-weight:850;line-height:1.5;margin-top:12px}
.form-success{background:#F0FDF4;border:1px solid #BBF7D0;color:#166534;border-radius:16px;padding:13px;font-size:12px;font-weight:850;line-height:1.5;margin:0 0 12px}
.form-success a{display:block;color:#047857;font-weight:900;margin-top:4px}
.profile-upload-card{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.profile-upload-card b{display:block;color:var(--navy);font-size:13.5px;font-weight:700}
.profile-upload-card p{margin:4px 0 0;color:var(--soft);font-size:11.5px;line-height:1.45;font-weight:600}
.buyer-avatar.preview{border-color:#DCFCE7;flex:0 0 auto}
.seller-summary,.invoice-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:15px;box-shadow:0 8px 22px rgba(15,23,42,.04);margin-bottom:12px}
.seller-summary small,.invoice-card small{display:block;color:var(--soft);font-size:11px;font-weight:900}
.seller-summary strong,.invoice-card strong{display:block;color:var(--navy);font-size:17px;margin:4px 0}
.seller-summary p,.invoice-card p{margin:0;color:var(--soft);font-size:12px;line-height:1.5;font-weight:700}
.invoice-card span{display:inline-flex;margin-top:10px;border-radius:999px;background:#FEF3C7;color:#92400E;padding:7px 10px;font-size:11px;font-weight:900}
.invoice-pay-button{display:flex;align-items:center;justify-content:center;margin-top:12px;text-decoration:none}
.success-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;text-align:center;box-shadow:0 12px 30px rgba(15,23,42,.06);margin-bottom:12px}
.success-card span{width:58px;height:58px;border-radius:20px;background:#DCFCE7;color:#047857;display:grid;place-items:center;margin:0 auto 12px;font-size:26px;font-weight:900}
.success-card h2{font-size:19px;color:var(--navy);margin:0 0 8px}
.success-card p{margin:0;color:var(--soft);font-size:13px;line-height:1.6;font-weight:650}
.auth-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:17px;box-shadow:0 10px 26px rgba(15,23,42,.05);margin-bottom:12px}
.auth-card h2{margin:10px 0 6px;color:var(--navy);font-size:18px;line-height:1.2;font-weight:800}
.auth-card p{margin:0;color:#6B7280;font-size:12px;line-height:1.55;font-weight:600}
.auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.auth-actions a{min-height:44px;border-radius:14px;display:grid;place-items:center;border:1px solid #E2E8F0;color:#374151;font-size:13px;font-weight:800}
.auth-actions a.primary{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 12px 24px rgba(22,163,74,.18)}
.auth-switch{display:flex;align-items:center;justify-content:center;gap:8px;margin:14px 0 0;color:#6B7280;font-size:12px;font-weight:650}
.auth-switch a{color:var(--green);font-weight:850}
.auth-shell{padding-bottom:22px;background:linear-gradient(180deg,#F8FAFC 0%,#F1F5F9 100%);overflow:hidden}
.auth-landing{min-height:100vh;display:flex;flex-direction:column}
.auth-top{position:relative;min-height:332px;padding:calc(env(safe-area-inset-top,0px) + 18px) 18px 0;background:radial-gradient(circle at 50% 8%,rgba(255,255,255,.14),transparent 32%),linear-gradient(160deg,#062B5F 0%,#073B77 54%,#0C5B48 100%);border-bottom-left-radius:34px;border-bottom-right-radius:34px;overflow:hidden}
.auth-top:after{content:"";position:absolute;left:-12%;right:-12%;bottom:-68px;height:132px;background:#F8FAFC;border-radius:50% 50% 0 0;z-index:1}
.auth-brand{position:relative;z-index:3;display:flex;justify-content:center;min-height:86px}
.auth-brand img{width:min(245px,74vw);height:auto;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.18))}
.auth-slider{position:absolute;left:0;right:0;bottom:6px;height:222px;z-index:2;overflow:hidden}
.auth-slide,.auth-slide-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.auth-slide{opacity:0;animation:authSlideFade 8s infinite ease-in-out}
.auth-slide.slide-two{animation-delay:4s}
.auth-slide-fallback{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#fff;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(34,197,94,.12));text-align:center;padding-top:20px}
.auth-slide-fallback img{width:74px;height:74px;border-radius:22px;object-fit:contain;background:#fff;padding:8px;box-shadow:0 14px 28px rgba(0,0,0,.18)}
.auth-slide-fallback strong{font-size:22px;font-weight:900}
.auth-slide-fallback span{font-size:12px;font-weight:700;color:rgba(255,255,255,.84)}
@keyframes authSlideFade{0%,44%{opacity:1}50%,94%,100%{opacity:0}}
.auth-panel{position:relative;z-index:4;margin:-36px 18px 0;background:#fff;border:1px solid rgba(226,232,240,.92);border-radius:22px;padding:18px;box-shadow:0 18px 42px rgba(15,23,42,.16);text-align:center}
.auth-panel h1{margin:8px 0 8px;color:var(--navy);font-size:18px;line-height:1.25;font-weight:900}
.auth-lead{max-width:300px;margin:0 auto 15px;color:#64748B;font-size:12px;line-height:1.55;font-weight:650}
.auth-logo-badge{width:44px;height:44px;margin:-40px auto 8px;border-radius:999px;background:#fff;display:grid;place-items:center;box-shadow:0 8px 22px rgba(15,23,42,.11);border:1px solid #E2E8F0}
.auth-logo-badge img{width:34px;height:34px;object-fit:contain;border-radius:10px}
.auth-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:14px 0}
.auth-feature-grid div{min-width:0;border-radius:14px;background:#F8FAFC;border:1px solid #EEF2F7;padding:9px 5px 8px;display:flex;align-items:center;flex-direction:column;gap:6px}
.auth-feature-grid span{width:28px;height:28px;border-radius:10px;background:#DCFCE7;color:#047857;display:grid;place-items:center;font-size:9px;font-weight:900}
.auth-feature-grid strong{color:#64748B;font-size:9px;line-height:1.25;font-weight:850}
.auth-legal-status{margin:2px 0 14px;padding:11px 12px;border-radius:16px;background:#F0FDF4;border:1px solid #BBF7D0;text-align:left;display:grid;gap:3px}
.auth-legal-status strong{color:#065F46;font-size:11px;font-weight:900}
.auth-legal-status span{color:#166534;font-size:10px;line-height:1.35;font-weight:700}
.auth-cta-stack{display:grid;gap:10px}
.auth-btn{min-height:48px;border-radius:14px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(15,23,42,.16)}
.auth-btn-login{background:linear-gradient(135deg,#062B5F,#073B77)}
.auth-btn-register{background:linear-gradient(135deg,#16A34A,#15803D)}
.auth-btn b{font-size:24px;line-height:1;font-weight:600}
.auth-guest{display:inline-flex;align-items:center;justify-content:center;min-height:28px;color:#475569;font-size:11px;font-weight:850}
.auth-form{margin-top:14px;text-align:left}
.auth-form label{font-size:12px}
.auth-form input{min-height:48px;font-size:14px}
.form-success.compact,.form-alert.compact{margin:0 0 12px;text-align:left}
.auth-footer{padding:14px 22px 0;text-align:center;color:#64748B;font-size:10px;line-height:1.55;font-weight:650}
.auth-footer p{margin:0 0 6px}
.auth-footer a{color:#062B5F;font-weight:900}
.account-guest-shell{padding-bottom:calc(98px + env(safe-area-inset-bottom,0px));background:#F3F7FC;overflow:hidden}
.account-guest-landing{position:relative;min-height:calc(100vh - 98px);padding-bottom:12px;background:linear-gradient(180deg,#F8FBFF 0%,#F2F6FB 100%)}
.account-welcome-hero{height:402px;position:relative;overflow:hidden;background:linear-gradient(155deg,var(--deep),var(--navy) 68%,#0F6B46 118%);border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-shadow:0 12px 28px rgba(3,27,58,.16)}
.account-welcome-hero:before{display:none}
.account-welcome-hero .welcome-brand:after{display:none}
.account-welcome-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:86px;background:linear-gradient(180deg,rgba(243,247,252,0),#F3F7FC 92%);z-index:4;pointer-events:none}
.welcome-brand{position:relative;z-index:5;height:154px;padding-top:calc(env(safe-area-inset-top,0px) + 14px);display:flex;align-items:center;justify-content:flex-start;flex-direction:column;text-align:center;color:#fff}
.welcome-brand img{width:min(300px,82vw);height:auto;max-height:145px;object-fit:contain;margin-top:0;filter:drop-shadow(0 14px 26px rgba(0,0,0,.26))}
.welcome-brand h1{margin:0;font-size:37px;line-height:.98;font-weight:900;letter-spacing:0;text-shadow:0 7px 18px rgba(0,0,0,.16)}
.welcome-brand h1 span{color:#79C84A}
.welcome-brand p{position:relative;margin:9px 0 0;color:#F5D37A;font-size:12px;line-height:1;font-weight:850}
.welcome-brand p:before,.welcome-brand p:after{content:"";position:absolute;top:50%;width:42px;height:1px;background:#D9B45E}
.welcome-brand p:before{right:calc(100% + 9px)}
.welcome-brand p:after{left:calc(100% + 9px)}
.welcome-visual{position:absolute;left:0;right:0;top:154px;height:248px;overflow:hidden;background:#EAF5FB;z-index:2}
.welcome-visual:before{content:"";position:absolute;left:-18%;right:-18%;top:-68px;height:104px;background:linear-gradient(155deg,var(--deep),var(--navy) 68%,#0F6B46 118%);border-radius:0 0 50% 50%;z-index:5;box-shadow:0 16px 34px rgba(3,27,58,.16);pointer-events:none}
.welcome-slide-control{position:absolute;opacity:0;pointer-events:none}
.welcome-slides,.welcome-slide,.welcome-fallback{position:absolute;inset:0;width:100%;height:100%}
.welcome-slides{z-index:2}
.welcome-slide{object-fit:cover;object-position:center top;opacity:0;transition:opacity .2s ease}
#welcomeSlide1:checked ~ .welcome-slides .slide-one,#welcomeSlide2:checked ~ .welcome-slides .slide-two{opacity:1}
.welcome-fallback{z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:linear-gradient(180deg,#DFF2FF,#F5FBFF);color:#047857}
.welcome-fallback img{width:66px;height:66px;object-fit:contain;border-radius:18px;background:#fff;padding:7px;box-shadow:0 10px 22px rgba(15,23,42,.12)}
.welcome-fallback strong{font-size:18px;font-weight:900}
.welcome-slide-dots{position:absolute;left:0;right:0;bottom:30px;z-index:6;display:flex;justify-content:center;gap:7px}
.welcome-slide-dots label{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(6,43,95,.18);box-shadow:0 2px 7px rgba(15,23,42,.18)}
#welcomeSlide1:checked ~ .welcome-slide-dots label:first-child,#welcomeSlide2:checked ~ .welcome-slide-dots label:last-child{width:18px;background:#16A34A;border-color:#16A34A}
.welcome-card{position:relative;z-index:8;margin:-56px 28px 12px;padding:28px 14px 15px;background:#fff;border:1px solid rgba(226,232,240,.88);border-radius:24px;box-shadow:0 18px 42px rgba(15,23,42,.16);text-align:center}
.welcome-card-badge{position:absolute;left:50%;top:-19px;transform:translateX(-50%);width:42px;height:42px;border-radius:999px;background:#fff;display:grid;place-items:center;box-shadow:0 8px 22px rgba(15,23,42,.12);border:1px solid #E5EAF1}
.welcome-card-badge img{width:31px;height:31px;object-fit:contain;border-radius:999px}
.welcome-card h1{margin:0 0 8px;color:var(--navy);font-size:18px;line-height:1.25;font-weight:900}
.welcome-card > p{max-width:295px;margin:0 auto 14px;color:#536176;font-size:12px;line-height:1.55;font-weight:650}
.welcome-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 12px;background:#F8FAFC;border:1px solid #EEF2F7;border-radius:14px;overflow:hidden}
.welcome-feature-grid div{min-width:0;padding:9px 4px 8px;display:flex;align-items:center;flex-direction:column;gap:5px}
.welcome-feature-grid div + div{border-left:1px solid #E5EAF1}
.welcome-feature-grid .account-icon{width:26px;height:26px;border-radius:999px;background:#EAFBF0;color:#16A34A}
.welcome-feature-grid .account-icon:before{width:16px;height:16px;mask-size:16px 16px;-webkit-mask-size:16px 16px}
.welcome-feature-grid strong{display:block;color:#5E6B80;font-size:9px;line-height:1.25;font-weight:800}
.welcome-legal-status{margin:0 0 12px;padding:10px 12px;border-radius:14px;background:#F0FDF4;border:1px solid #BBF7D0;text-align:left;display:grid;gap:2px}
.welcome-legal-status strong{color:#065F46;font-size:11px;font-weight:900}
.welcome-legal-status span{color:#166534;font-size:10px;line-height:1.35;font-weight:750}
.welcome-cta-stack{display:grid;gap:9px}
.welcome-btn{min-height:46px;border-radius:12px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:15px;font-weight:850;box-shadow:0 8px 16px rgba(15,23,42,.14)}
.welcome-btn span{display:inline-flex;align-items:center;gap:10px}
.welcome-btn .account-icon{width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.14);color:#fff}
.welcome-btn .account-icon:before{width:17px;height:17px;mask-size:17px 17px;-webkit-mask-size:17px 17px}
.welcome-btn-login{background:#062B5F}
.welcome-btn-register{background:#18A34A}
.welcome-btn b{font-size:22px;line-height:1;font-weight:600;opacity:.92}
.welcome-guest-link{display:inline-flex;align-items:center;justify-content:center;min-height:25px;color:#35506E;text-decoration:underline;font-size:11px;font-weight:850}
.account-guest-quick{margin:14px 14px 0}
.account-guest-footer{padding:13px 22px 4px}
.account-icon.icon-flash:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h6l-1 8 10-13h-6l1-7Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h6l-1 8 10-13h-6l1-7Z'/%3E%3C/svg%3E")}
.account-icon.icon-users:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 11a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm7 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6ZM2 19c.4-4 3-6 6.5-6s6.1 2 6.5 6H2Zm12.8-4.8c.8-.8 1.9-1.2 3.2-1.2 2.5 0 4.4 1.5 4.8 4.5h-5.9a7 7 0 0 0-2.1-3.3Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 11a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm7 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6ZM2 19c.4-4 3-6 6.5-6s6.1 2 6.5 6H2Zm12.8-4.8c.8-.8 1.9-1.2 3.2-1.2 2.5 0 4.4 1.5 4.8 4.5h-5.9a7 7 0 0 0-2.1-3.3Z'/%3E%3C/svg%3E")}
.seller-products article{grid-template-columns:58px 1fr 62px}
.seller-thumb{height:58px;border-radius:17px}
.seller-product-info h3{font-size:13px;margin:0 0 4px;font-weight:900}
.seller-product-info p{margin:0;font-size:12px;color:var(--green);font-weight:800}
.seller-product-info small{display:block;color:var(--soft);font-size:10px;margin-top:4px;font-weight:700}
.seller-actions{display:flex;flex-direction:column;gap:6px}
.seller-actions a,.seller-actions button{min-height:31px;border-radius:11px;background:#EEF2FF;color:var(--navy);font-size:10.5px;font-weight:900;display:grid;place-items:center;text-align:center;border:0}
.seller-actions a.green,.seller-actions button.green{background:var(--green);color:#fff}
.cod-status-list article{grid-template-columns:42px 1fr auto}

.empty-market{border:1px dashed #CBD5E1;border-radius:20px;background:#fff;padding:22px;text-align:center;color:#64748B;font-size:13px;font-weight:750}
.empty-market b{display:block;color:#062B5F;font-size:16px;margin-bottom:4px}

.detail-header{position:absolute;left:0;right:0;top:0;z-index:2;width:100%;display:flex;justify-content:space-between;padding:calc(env(safe-area-inset-top,0px) + 14px) 14px 0}
.detail-header .icon-button{background:rgba(3,27,58,.72);border-color:rgba(255,255,255,.12)}
.product-detail{padding-bottom:100px}
.detail-photo{height:310px;display:grid;place-items:center;font-size:40px;font-weight:900;color:var(--navy)}
.detail-body{padding:16px 14px 0}
.detail-body > small{display:block;color:var(--soft);font-weight:800;font-size:12px}
.detail-body h1{font-size:24px;line-height:1.2;margin:7px 0 8px;color:var(--navy)}
.detail-body > strong{display:block;color:var(--green);font-size:20px;margin-bottom:10px}
.detail-body > p{color:var(--soft);line-height:1.65;font-size:14px;font-weight:650;margin:0 0 14px}
.seller-card{justify-content:flex-start;margin-bottom:12px}
.seller-card b,.seller-card small{display:block}
.seller-card small{color:var(--soft);font-size:12px;margin-top:3px}
.detail-actions{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,440px);display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding:10px 14px calc(env(safe-area-inset-bottom,0px) + 12px);background:#fff;border-top:1px solid var(--border);z-index:55}
.detail-actions a,.detail-actions button{min-height:46px;font-size:13px}

.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,440px);min-height:78px;padding:7px max(8px,env(safe-area-inset-left,0px)) calc(7px + env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-right,0px));background:rgba(255,255,255,.98);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));box-shadow:0 -12px 28px rgba(15,23,42,.08);z-index:50;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.bottom-nav a{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#6B7280;font-size:10px;font-weight:900;text-align:center;border-radius:16px;transition:color .18s ease,background-color .18s ease}
.bottom-nav a.active{color:var(--green);background:#F0FDF4}
.bottom-nav small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.15;font-weight:900}
.nav-icon{width:22px;height:22px;display:block;background:currentColor;flex:0 0 auto;mask-repeat:no-repeat;mask-position:center;mask-size:22px 22px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:22px 22px}

.app-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:18px}
.app-modal.is-open{display:flex}
.app-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.app-modal-card{position:relative;width:min(100%,340px);background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:20px;padding:16px;box-shadow:0 24px 62px rgba(15,23,42,.28);animation:modalPop .16s ease both}
.app-modal-card .account-icon{width:40px;height:40px;border-radius:14px;margin-bottom:10px}
.app-modal-card h2{margin:0;color:var(--navy);font-size:16px;line-height:1.2;font-weight:800}
.app-modal-card p{margin:6px 0 14px;color:#6B7280;font-size:11.5px;line-height:1.45;font-weight:600}
.app-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.app-modal-actions a,.app-modal-actions button{min-height:42px;border-radius:14px;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:800}
.modal-secondary{background:#F8FAFC;color:#374151;border:1px solid #E2E8F0}
.modal-danger{background:#DC2626;color:#fff;box-shadow:0 12px 24px rgba(220,38,38,.18)}
@keyframes modalPop{from{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
.icon-home{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11.5 12 4l9 7.5v7.8a.7.7 0 0 1-.7.7h-5.1a.7.7 0 0 1-.7-.7v-5.1h-5v5.1a.7.7 0 0 1-.7.7H3.7a.7.7 0 0 1-.7-.7v-7.8Zm2 1v5.5h2.5v-5.1a.7.7 0 0 1 .7-.7h7.6a.7.7 0 0 1 .7.7V18H19v-5.5l-7-5.8-7 5.8Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11.5 12 4l9 7.5v7.8a.7.7 0 0 1-.7.7h-5.1a.7.7 0 0 1-.7-.7v-5.1h-5v5.1a.7.7 0 0 1-.7.7H3.7a.7.7 0 0 1-.7-.7v-7.8Zm2 1v5.5h2.5v-5.1a.7.7 0 0 1 .7-.7h7.6a.7.7 0 0 1 .7.7V18H19v-5.5l-7-5.8-7 5.8Z'/%3E%3C/svg%3E")}
.icon-market{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 4h13.6l1.4 5.6a3.4 3.4 0 0 1-2.2 3.8V20H6v-6.6a3.4 3.4 0 0 1-2.2-3.8L5.2 4Zm1.6 2-.8 3.2a1.4 1.4 0 0 0 2.7.7L9.5 6H6.8Zm4.7 0-.8 4a1.33 1.33 0 0 0 2.6 0l-.8-4h-1Zm3 0 .8 3.9a1.4 1.4 0 0 0 2.7-.7L17.2 6h-2.7ZM8 13.6V18h2.5v-3.5h3V18H16v-4.4a3.4 3.4 0 0 1-2-.9 3.3 3.3 0 0 1-4 0 3.4 3.4 0 0 1-2 .9Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 4h13.6l1.4 5.6a3.4 3.4 0 0 1-2.2 3.8V20H6v-6.6a3.4 3.4 0 0 1-2.2-3.8L5.2 4Zm1.6 2-.8 3.2a1.4 1.4 0 0 0 2.7.7L9.5 6H6.8Zm4.7 0-.8 4a1.33 1.33 0 0 0 2.6 0l-.8-4h-1Zm3 0 .8 3.9a1.4 1.4 0 0 0 2.7-.7L17.2 6h-2.7ZM8 13.6V18h2.5v-3.5h3V18H16v-4.4a3.4 3.4 0 0 1-2-.9 3.3 3.3 0 0 1-4 0 3.4 3.4 0 0 1-2 .9Z'/%3E%3C/svg%3E")}
.icon-nearby{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3h2v3.1a6.02 6.02 0 0 1 4.9 4.9H21v2h-3.1a6.02 6.02 0 0 1-4.9 4.9V21h-2v-3.1A6.02 6.02 0 0 1 6.1 13H3v-2h3.1A6.02 6.02 0 0 1 11 6.1V3Zm1 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm0 2.2a1.8 1.8 0 1 1 0 3.6 1.8 1.8 0 0 1 0-3.6Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3h2v3.1a6.02 6.02 0 0 1 4.9 4.9H21v2h-3.1a6.02 6.02 0 0 1-4.9 4.9V21h-2v-3.1A6.02 6.02 0 0 1 6.1 13H3v-2h3.1A6.02 6.02 0 0 1 11 6.1V3Zm1 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm0 2.2a1.8 1.8 0 1 1 0 3.6 1.8 1.8 0 0 1 0-3.6Z'/%3E%3C/svg%3E")}
.icon-chat{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h14v10H9l-4 4V5Zm2 2v7.2L8.2 13H17V7H7Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h14v10H9l-4 4V5Zm2 2v7.2L8.2 13H17V7H7Z'/%3E%3C/svg%3E")}
.icon-cod{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.8 12 2l8 3.8v8.4L12 22l-8-7.8V5.8Zm2 1.3v6.2l5 4.9v-6.3L6 9.5V7.1Zm12 0-5 2.4v8.7l5-4.9V7.1ZM7.9 6 12 8l4.1-2L12 4.1 7.9 6Zm10.8 10.4 1.4 1.4-3.9 3.9-2.3-2.3 1.4-1.4.9.9 2.5-2.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.8 12 2l8 3.8v8.4L12 22l-8-7.8V5.8Zm2 1.3v6.2l5 4.9v-6.3L6 9.5V7.1Zm12 0-5 2.4v8.7l5-4.9V7.1ZM7.9 6 12 8l4.1-2L12 4.1 7.9 6Zm10.8 10.4 1.4 1.4-3.9 3.9-2.3-2.3 1.4-1.4.9.9 2.5-2.5Z'/%3E%3C/svg%3E")}
.icon-user{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-8 9.4C4.4 15.7 7.6 14 12 14s7.6 1.7 8 5.4a.55.55 0 0 1-.6.6H4.6a.55.55 0 0 1-.6-.6ZM6.4 18h11.2c-.8-1.4-2.7-2-5.6-2s-4.8.6-5.6 2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-8 9.4C4.4 15.7 7.6 14 12 14s7.6 1.7 8 5.4a.55.55 0 0 1-.6.6H4.6a.55.55 0 0 1-.6-.6ZM6.4 18h11.2c-.8-1.4-2.7-2-5.6-2s-4.8.6-5.6 2Z'/%3E%3C/svg%3E")}
.icon-product{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7.4 12 3l8 4.4v9.2L12 21l-8-4.4V7.4Zm8 4.4 5.8-3.2L12 5.4 6.2 8.6 12 11.8Zm-6 1.1v2.5l5 2.8v-4.7L6 10.7v2.2Zm7 5.3 5-2.8v-4.7l-5 2.8v4.7Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7.4 12 3l8 4.4v9.2L12 21l-8-4.4V7.4Zm8 4.4 5.8-3.2L12 5.4 6.2 8.6 12 11.8Zm-6 1.1v2.5l5 2.8v-4.7L6 10.7v2.2Zm7 5.3 5-2.8v-4.7l-5 2.8v4.7Z'/%3E%3C/svg%3E")}


@media (max-width:360px){
  .product-grid{gap:9px}
  .product-card{padding:8px}
  .product-img{height:104px}
  .quick-actions a{min-height:68px}
  .buyer-name-row{align-items:flex-start;flex-direction:column;gap:4px}
  .buyer-name-row h2{font-size:16px;white-space:normal}
  .buyer-copy p{font-size:11px}
  .account-hero-top{grid-template-columns:50px 1fr 36px}
  .buyer-avatar{width:50px;height:50px}
  .buyer-avatar img{width:100%;height:100%}
  .account-name-line{align-items:flex-start;flex-direction:column;gap:4px}
  .account-name-line h1{font-size:17px;white-space:normal}
  .account-tile-grid{grid-template-columns:1fr}
  .seller-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .order-shortcuts b{font-size:10px}
  .account-menu.modern a{grid-template-columns:38px 1fr auto;gap:9px;padding:11px}
  .account-icon{width:38px;height:38px;border-radius:13px}
  .account-menu.modern b{font-size:13px}
  .account-menu.modern small{font-size:10px}
  .form-grid.two{grid-template-columns:1fr}
  .bottom-nav{padding-left:5px;padding-right:5px}
  .bottom-nav a{gap:3px;border-radius:13px}
  .bottom-nav small{font-size:9px}
  .nav-icon{width:20px;height:20px;mask-size:20px 20px;-webkit-mask-size:20px 20px}
}


/* Seller bottom navigation theme */
.seller-shell .bottom-nav{
  background:rgba(255,255,255,.98);
  border-top:1px solid #DBEAFE;
  box-shadow:0 -12px 30px rgba(6,43,95,.09);
}
.seller-shell .bottom-nav a{
  color:#64748B;
}
.seller-shell .bottom-nav a.active{
  color:#0B4EA2;
  background:#EAF2FF;
}
.seller-shell .bottom-nav a.active .nav-icon{
  color:#0B4EA2;
}
.seller-shell .bottom-nav a.active small{
  color:#0B4EA2;
}
.seller-shell .bottom-nav a:hover{
  color:#0B4EA2;
}
