/* AccountsBazaar premium account dashboard — light/day theme only. */
.ab-dashboard-page{background:linear-gradient(180deg,#f7f9fc 0%,#f2f6fb 100%);padding:34px 0 60px;min-height:calc(100vh - 80px);color:#172033}
.ab-dashboard-shell{width:min(1240px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:268px minmax(0,1fr);gap:24px;align-items:start}
.ab-dashboard-sidebar{position:sticky;top:96px;background:rgba(255,255,255,.96);border:1px solid #e2e8f0;border-radius:22px;padding:16px;box-shadow:0 20px 55px -38px rgba(15,23,42,.32);z-index:20}
.ab-dashboard-mobile-head{display:none}
.ab-dashboard-brand{padding:6px 8px 14px;border-bottom:1px solid #edf1f6;margin-bottom:14px}
.ab-dashboard-brand__eyebrow{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#94a3b8;margin-bottom:7px}
.ab-dashboard-brand__title{font-size:20px;line-height:1.15;font-weight:900;letter-spacing:-.025em;color:#0f1d33}
.ab-dashboard-brand__sub{font-size:11px;color:#7b8798;margin-top:5px}
.ab-dashboard-profile{display:flex;align-items:center;gap:10px;padding:10px;border-radius:15px;background:#f7fafc;border:1px solid #e8edf3;margin-bottom:14px}
.ab-dashboard-avatar{width:40px;height:40px;border-radius:13px;object-fit:cover;background:#e7eef5;flex:0 0 auto}
.ab-dashboard-profile__name{font-size:12px;font-weight:800;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ab-dashboard-profile__email{font-size:10px;color:#7b8798;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
.ab-dashboard-switch-label{display:block;margin:2px 8px 7px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;font-weight:800}
.ab-dashboard-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#eef3f7;padding:4px;border:1px solid #dfe7ef;border-radius:12px;margin-bottom:18px}
.ab-dashboard-switch button{border:0;background:transparent;min-height:34px;border-radius:8px;color:#657386;font-size:12px;font-weight:800;cursor:pointer;transition:.18s ease}
.ab-dashboard-switch button.is-active{background:linear-gradient(180deg,#2fd491 0%,#19b879 100%);color:#fff;box-shadow:0 8px 20px -13px rgba(22,164,106,.8)}
.ab-dashboard-menu-label{display:block;margin:0 8px 7px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;font-weight:800}
.ab-dashboard-menu{display:grid;gap:4px}
.ab-dashboard-menu a{display:flex;align-items:center;gap:11px;min-height:39px;padding:0 10px;border-radius:11px;text-decoration:none;color:#5f6f82;font-size:12px;font-weight:700;transition:.18s ease}
.ab-dashboard-menu a:hover{background:#f3f8f5;color:#0d8b5b}
.ab-dashboard-menu a.is-active{background:#eaf8f2;color:#09a369;border:1px solid #9fe4c8}
.ab-dashboard-menu__icon{width:20px;text-align:center;font-size:17px;line-height:1;opacity:.9}
.ab-dashboard-mode-menu{display:none}
.ab-dashboard-sidebar[data-mode="buyer"] .ab-dashboard-mode-menu--buyer,.ab-dashboard-sidebar[data-mode="seller"] .ab-dashboard-mode-menu--seller{display:grid}
.ab-dashboard-menu-note{margin-top:14px;padding:12px;border-radius:13px;background:#f8fafc;border:1px solid #e6ebf2;color:#718096;font-size:10px;line-height:1.45}
.ab-dashboard-main{min-width:0}
.ab-dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.ab-dashboard-breadcrumb{font-size:11px;color:#8995a6}.ab-dashboard-breadcrumb strong{color:#334155}
.ab-dashboard-menu-toggle{display:none;border:1px solid #d9e2eb;background:#fff;color:#24324a;border-radius:11px;min-height:38px;padding:0 13px;font-size:12px;font-weight:800}
.ab-dashboard-mobile-backdrop{display:none}
.ab-dashboard-panel{background:#fff;border:1px solid #e4e9f0;border-radius:22px;box-shadow:0 24px 62px -48px rgba(15,23,42,.34)}
.ab-dashboard-hero{padding:24px 26px;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#ffffff 0%,#f7fbf8 55%,#eef8f3 100%)}
.ab-dashboard-hero__eyebrow{margin:0 0 7px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#149565;font-weight:900}
.ab-dashboard-hero h1{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.035em;color:#101d31}
.ab-dashboard-hero p{margin:9px 0 0;color:#6b788b;font-size:12px;line-height:1.55;max-width:650px}
.ab-dashboard-hero__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ab-dashboard-hero__actions .btn{min-height:40px;border-radius:11px;padding:0 15px;font-size:12px;font-weight:800}
.ab-dashboard-section{margin-top:16px}
.ab-dashboard-section__head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}
.ab-dashboard-section__head h2{margin:0;font-size:15px;color:#172033;letter-spacing:-.015em}.ab-dashboard-section__head p{margin:4px 0 0;font-size:11px;color:#8894a5}
.ab-dashboard-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ab-dashboard-stat{padding:16px;background:#fff;border:1px solid #e7ecf2;border-radius:16px;box-shadow:0 13px 28px -25px rgba(15,23,42,.25)}
.ab-dashboard-stat__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.ab-dashboard-stat__icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#eef8f4;color:#129567;font-size:16px}.ab-dashboard-stat__label{font-size:10px;color:#8290a2;font-weight:800;letter-spacing:.02em}.ab-dashboard-stat__value{font-size:24px;font-weight:900;color:#172033;margin-top:11px;line-height:1}.ab-dashboard-stat__meta{font-size:10px;color:#97a3b3;margin-top:7px}
.ab-dashboard-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.ab-dashboard-quick{display:flex;align-items:center;gap:11px;padding:14px 15px;border:1px solid #e4eaf0;border-radius:15px;background:#fff;color:#25334b;text-decoration:none;transition:.18s ease}.ab-dashboard-quick:hover{transform:translateY(-1px);border-color:#9bdcc2;box-shadow:0 16px 28px -24px rgba(22,164,106,.45)}.ab-dashboard-quick__icon{width:36px;height:36px;border-radius:11px;background:#eff8f4;color:#12a16a;display:grid;place-items:center;font-size:18px;flex:0 0 auto}.ab-dashboard-quick strong{font-size:12px;display:block}.ab-dashboard-quick span{font-size:10px;color:#8995a5;display:block;margin-top:2px}
.ab-dashboard-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ab-dashboard-empty{padding:23px 20px;text-align:left;border:1px dashed #d8e0e8;border-radius:16px;background:#fbfcfe}.ab-dashboard-empty__icon{width:40px;height:40px;border-radius:12px;background:#eef8f4;color:#139665;display:grid;place-items:center;font-size:18px;margin-bottom:10px}.ab-dashboard-empty h3{margin:0;color:#263449;font-size:13px}.ab-dashboard-empty p{margin:5px 0 0;color:#8a96a6;font-size:11px;line-height:1.5}.ab-dashboard-empty .btn{margin-top:12px;min-height:34px;border-radius:10px;padding:0 12px;font-size:11px}
.ab-dashboard-listing-panel{padding:16px}.ab-dashboard-table-wrap{overflow-x:auto}.ab-dashboard-table{width:100%;border-collapse:collapse;font-size:12px}.ab-dashboard-table th{text-align:left;padding:11px 10px;background:#f8fafc;border-bottom:1px solid #e7ecf2;color:#788699;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.ab-dashboard-table td{padding:12px 10px;border-bottom:1px solid #eef2f6;color:#334155;vertical-align:middle}.ab-dashboard-table tr:last-child td{border-bottom:0}.ab-dashboard-listing-title{display:flex;align-items:center;gap:9px;min-width:210px}.ab-dashboard-listing-thumb{width:40px;height:40px;border-radius:10px;overflow:hidden;background:#edf2f7;flex:0 0 auto}.ab-dashboard-listing-thumb img{width:100%;height:100%;object-fit:cover}.ab-dashboard-listing-thumb--empty{display:grid;place-items:center;color:#93a0b0;font-size:12px}.ab-dashboard-listing-title strong{display:block;font-size:12px;color:#1f2c41}.ab-dashboard-listing-title small{display:block;color:#909cac;margin-top:2px;font-size:10px}.ab-dashboard-actions{display:flex;justify-content:flex-end;gap:5px;flex-wrap:wrap}.ab-dashboard-actions .btn{min-height:30px;padding:0 9px;border-radius:8px;font-size:10px}.ab-dashboard-pagination{padding:13px 5px 2px}
.ab-dashboard-wide-card{padding:18px 20px}.ab-dashboard-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.ab-dashboard-profile-card{padding:18px;border:1px solid #e6ebf1;border-radius:16px;background:#fff}.ab-dashboard-profile-card h3{margin:0;color:#1d2b40;font-size:14px}.ab-dashboard-profile-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #eef2f6}.ab-dashboard-profile-row:last-child{border-bottom:0}.ab-dashboard-profile-row span{font-size:10px;color:#8a96a6}.ab-dashboard-profile-row strong{font-size:11px;color:#2f3d51;text-align:right}
.ab-dashboard-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ab-setting-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #e6ebf1;border-radius:14px;background:#fff}.ab-setting-row strong{font-size:11px;color:#334155}.ab-setting-row span{display:block;font-size:10px;color:#8c97a7;margin-top:3px}.ab-setting-row input{accent-color:#1bbd7b;width:17px;height:17px}
.ab-dashboard-only-seller,.ab-dashboard-only-buyer{display:none}.ab-dashboard-page[data-mode="seller"] .ab-dashboard-only-seller{display:block}.ab-dashboard-page[data-mode="buyer"] .ab-dashboard-only-buyer{display:block}
.ab-dashboard-mode-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;background:#eef8f4;color:#128d5d;font-size:10px;font-weight:800;border:1px solid #cceede}
.ab-dashboard-muted{color:#8793a4!important}
@media(max-width:1050px){.ab-dashboard-shell{grid-template-columns:238px minmax(0,1fr);gap:16px}.ab-dashboard-hero{padding:22px}.ab-dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.ab-dashboard-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-4px -4px 12px;padding:8px 4px 10px;border-bottom:1px solid #edf1f6}.ab-dashboard-mobile-head span{font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.ab-dashboard-mobile-head button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border:1px solid #dce5ed;border-radius:9px;background:#fff;color:#344256;font-size:11px;font-weight:800;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.ab-dashboard-mobile-head button:hover{background:#f7fafc;border-color:#b9cbdc}.ab-dashboard-mobile-head button:focus-visible{outline:2px solid #d9b45b;outline-offset:2px}.ab-dashboard-page{padding:20px 0 44px}.ab-dashboard-shell{width:min(100% - 20px,760px);grid-template-columns:1fr;gap:0}.ab-dashboard-topbar{margin-bottom:10px}.ab-dashboard-menu-toggle{display:inline-flex;align-items:center}.ab-dashboard-sidebar{position:fixed;left:10px;right:10px;top:76px;max-height:calc(100vh - 96px);overflow:auto;transform:translateY(-16px) scale(.985);opacity:0;pointer-events:none;transition:.18s ease;box-shadow:0 30px 80px -40px rgba(15,23,42,.45)}.ab-dashboard-page.sidebar-open .ab-dashboard-sidebar{transform:none;opacity:1;pointer-events:auto}.ab-dashboard-page.sidebar-open .ab-dashboard-mobile-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.18);backdrop-filter:blur(2px);z-index:15}.ab-dashboard-main{position:relative;z-index:1}.ab-dashboard-hero{display:block}.ab-dashboard-hero__actions{justify-content:flex-start;margin-top:15px}.ab-dashboard-card-grid{grid-template-columns:1fr}.ab-dashboard-profile-grid,.ab-dashboard-settings-grid{grid-template-columns:1fr}}
@media(max-width:640px){.ab-dashboard-shell{width:min(100% - 14px,560px)}.ab-dashboard-hero{padding:19px}.ab-dashboard-hero h1{font-size:24px}.ab-dashboard-hero p{font-size:11px}.ab-dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ab-dashboard-stat{padding:13px}.ab-dashboard-stat__value{font-size:21px}.ab-dashboard-quick-grid{grid-template-columns:1fr}.ab-dashboard-table{min-width:760px}.ab-dashboard-listing-panel{padding:12px}.ab-dashboard-topbar{align-items:center}.ab-dashboard-topbar .ab-dashboard-mode-badge{display:none}}
@media(max-width:390px){.ab-dashboard-stat-grid{grid-template-columns:1fr 1fr}.ab-dashboard-stat__label{font-size:9px}.ab-dashboard-stat__meta{font-size:9px}.ab-dashboard-profile{padding:9px}.ab-dashboard-brand__title{font-size:18px}}

.ab-dashboard-mini-list{display:grid;gap:8px}.ab-dashboard-mini-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid #e6ebf1;border-radius:13px;background:#fff;text-decoration:none;color:#263449}.ab-dashboard-mini-item img{width:42px;height:42px;border-radius:10px;object-fit:cover;flex:0 0 auto}.ab-dashboard-mini-item strong{display:block;font-size:12px}.ab-dashboard-mini-item small{display:block;margin-top:3px;color:#8a96a6;font-size:10px}.ab-dashboard-message-list{display:grid;gap:9px}.ab-dashboard-message{padding:13px 14px;border:1px solid #e6ebf1;border-radius:14px;background:#fff}.ab-dashboard-message strong{font-size:12px;color:#263449}.ab-dashboard-message small{display:block;color:#8a96a6;font-size:10px;margin-top:3px}.ab-dashboard-message p{margin:8px 0 0;color:#5f6f82;font-size:11px;line-height:1.5}.ab-listing-card{position:relative}.ab-listing-save{position:absolute;z-index:5;right:10px;top:10px;width:34px;height:34px;border:1px solid #dce5ef;border-radius:50%;background:rgba(255,255,255,.96);color:#66758a;font-size:18px;line-height:1;cursor:pointer;box-shadow:0 8px 18px -12px rgba(15,23,42,.4)}.ab-listing-save.is-saved{color:#c7962e;border-color:#e4c979;background:#fffaf0}.ab-status-pill.is-verified{background:#edf8f3;color:#087b50;border-color:#bce6d3}

/* Mobile dashboard: replace fragile unicode glyphs with crisp, visible icon shapes. */
@media(max-width:640px){
	.ab-dashboard-quick__icon{
		position:relative !important;
		width:40px !important;
		height:40px !important;
		min-width:40px !important;
		border-radius:12px !important;
		font-size:0 !important;
		line-height:1 !important;
	}
	.ab-dashboard-quick__icon::after{
		display:grid !important;
		place-items:center !important;
		font-family:Arial,sans-serif !important;
		font-size:21px !important;
		font-weight:700 !important;
		line-height:1 !important;
		color:#0f9b68 !important;
	}
	.ab-dashboard-page[data-mode="buyer"] .ab-dashboard-quick:nth-child(1) .ab-dashboard-quick__icon::after{content:"⌕";}
	.ab-dashboard-page[data-mode="buyer"] .ab-dashboard-quick:nth-child(2) .ab-dashboard-quick__icon::after{content:"♡";}
	.ab-dashboard-page[data-mode="buyer"] .ab-dashboard-quick:nth-child(3) .ab-dashboard-quick__icon::after{content:"□";}
	.ab-dashboard-page[data-mode="seller"] .ab-dashboard-quick:nth-child(1) .ab-dashboard-quick__icon::after{content:"◇";}
	.ab-dashboard-page[data-mode="seller"] .ab-dashboard-quick:nth-child(2) .ab-dashboard-quick__icon::after{content:"+";}
	.ab-dashboard-page[data-mode="seller"] .ab-dashboard-quick:nth-child(3) .ab-dashboard-quick__icon::after{content:"◌";}
	.ab-dashboard-stat__icon{
		width:34px !important;
		height:34px !important;
		border-radius:11px !important;
		font-family:Arial,sans-serif !important;
		font-size:20px !important;
		font-weight:700 !important;
	}
}
