/* FurniLook member and authentication shell */
html { min-height: 100%; }
body.fl-member-layout {
    min-height: 100%;
    height: auto;
    padding-top: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #263548;
    background: #f4f7fb;
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}
.fl-member-layout a { text-decoration: none; }
.fl-member-layout a:hover,
.fl-member-layout a:focus { text-decoration: none; }
.fl-member-wrap { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 16px; }

.fl-member-header { position: relative; z-index: 30; flex: none; background: #fff; }
.fl-member-topbar { height: 34px; border-bottom: 1px solid #e9edf2; background: #fff; }
.fl-member-topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.fl-member-topbar-left { display: flex; align-items: center; color: #c8ced6; font-size: 12px; }
.fl-member-topbar-left a { color: #ef4b4d; }
.fl-member-topbar-left a:hover { color: #d9363e; }
.fl-member-topbar-left span { margin: 0 7px; }
.fl-member-topbar-right { display: flex; align-items: center; gap: 14px; font-size: 12px; color: #667386; }
.fl-member-topbar-right a { color: #667386; }
.fl-member-topbar-right a:hover { color: #1677ff; }
.fl-member-topbar-right > i { color: #d9dee6; font-style: normal; }

.fl-member-mainhead { padding: 14px 0; border-bottom: 1px solid #eef1f5; background: #fff; }
.fl-member-mainhead-inner { min-height: 58px; display: flex; align-items: center; gap: 30px; }
.fl-member-logo { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; color: #172235; }
.fl-member-logo:hover { color: #172235; }
.fl-member-logo-mark { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: #1677ff; color: #fff; font-size: 21px; font-weight: 800; box-shadow: 0 7px 18px rgba(22,119,255,.2); }
.fl-member-logo-copy { display: flex; flex-direction: column; line-height: 1.25; }
.fl-member-logo-copy strong { color: #182235; font-size: 20px; font-weight: 700; letter-spacing: .2px; }
.fl-member-logo-copy strong b { color: #1677ff; }
.fl-member-logo-copy small { margin-top: 3px; color: #97a1af; font-size: 11px; font-weight: 400; }
.fl-member-search { width: min(560px, 52vw); height: 44px; margin-left: 6px; display: flex; border: 2px solid #1677ff; border-radius: 3px; overflow: hidden; background: #fff; }
.fl-member-search select { width: 88px; padding: 0 10px; border: 0; border-right: 1px solid #e2e7ef; outline: 0; background: #f7f9fc; color: #4e5d70; font-size: 13px; }
.fl-member-search input { min-width: 0; flex: 1; padding: 0 13px; border: 0; outline: 0; color: #263548; font-size: 13px; }
.fl-member-search input::placeholder { color: #a0a9b6; }
.fl-member-search button { min-width: 76px; padding: 0 20px; border: 0; background: #1677ff; color: #fff; font-weight: 700; font-size: 14px; }
.fl-member-search button:hover { background: #0d66e7; }
.fl-member-entry { margin-left: auto; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #607086; font-size: 11px; }
.fl-member-entry i { color: #1677ff; font-size: 19px; }
.fl-member-entry:hover { color: #1677ff; }

.fl-member-navbar { height: 42px; background: #1677ff; }
.fl-member-navbar-inner { height: 42px; display: flex; align-items: stretch; }
.fl-member-allcats { height: 42px; padding: 0 17px; display: flex; align-items: center; gap: 9px; flex: 0 0 auto; background: #0f63df; color: #fff; font-size: 14px; font-weight: 700; }
.fl-member-allcats:hover,
.fl-member-allcats:focus { color: #fff; background: #0b58ca; }
.fl-member-menu-lines { display: flex; flex-direction: column; gap: 3px; }
.fl-member-menu-lines i { width: 16px; height: 2px; display: block; border-radius: 2px; background: #fff; }
.fl-member-navlinks { min-width: 0; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.fl-member-navlinks::-webkit-scrollbar { display: none; }
.fl-member-navlinks a { height: 42px; padding: 0 16px; display: flex; align-items: center; flex: 0 0 auto; color: #fff; font-size: 13px; }
.fl-member-navlinks a:hover { color: #fff; background: rgba(255,255,255,.14); }
.fl-member-nav-toggle { display: none; margin-left: auto; width: 44px; border: 0; background: transparent; color: #fff; font-size: 18px; }

.fl-member-layout main.content { width: 100%; min-height: 420px; padding: 22px 15px 36px; flex: 1 0 auto; overflow: visible; }
.member-action-login main.content,
.member-action-register main.content { min-height: 620px; padding: 0; background: linear-gradient(180deg,#f5f8fc 0,#eef3f9 100%); }
.auth-container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 46px 24px 54px; }
.auth-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,480px); align-items: stretch; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; box-shadow: 0 20px 60px rgba(28,52,84,.11); }
.auth-intro { position: relative; min-height: 550px; overflow: hidden; display: flex; align-items: center; padding: 58px 62px; color: #fff; background: linear-gradient(138deg,#0c4ea9 0%,#1677ff 55%,#39a2ff 100%); }
.auth-intro::before,
.auth-intro::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.auth-intro::before { width: 430px; height: 430px; right: -160px; top: -175px; box-shadow: 0 0 0 58px rgba(255,255,255,.035),0 0 0 118px rgba(255,255,255,.025); }
.auth-intro::after { width: 230px; height: 230px; left: -110px; bottom: -115px; box-shadow: 0 0 0 46px rgba(255,255,255,.035); }
.auth-intro-content { position: relative; z-index: 2; max-width: 520px; }
.auth-intro-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; letter-spacing: 1.7px; }
.auth-intro-kicker::before { content: ""; width: 28px; height: 2px; background: #80ccff; }
.auth-intro h1 { max-width: 520px; margin: 0 0 17px; color: #fff; font-size: 34px; font-weight: 750; line-height: 1.35; letter-spacing: -.5px; }
.auth-intro > .auth-intro-content > p { max-width: 500px; margin: 0 0 30px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.9; }
.auth-intro ul { margin: 0; padding: 0; list-style: none; }
.auth-intro li { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; color: rgba(255,255,255,.93); font-size: 13px; line-height: 1.65; }
.auth-intro li i { width: 21px; height: 21px; margin-top: 1px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 9px; }
.auth-intro-stats { margin-top: 38px; padding-top: 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; border-top: 1px solid rgba(255,255,255,.17); }
.auth-intro-stats div { min-width: 0; display: flex; flex-direction: column; }
.auth-intro-stats strong { color: #fff; font-size: 20px; line-height: 1.2; white-space: nowrap; }
.auth-intro-stats span { margin-top: 5px; color: rgba(255,255,255,.63); font-size: 11px; }

.auth-panel { min-width: 0; display: flex; align-items: stretch; background: #fff; }
.auth-panel .login-section { width: 100%; margin: 0; padding: 0; border-radius: 0; background: #fff; }
.auth-panel .login-section .logon-tab { height: 58px; margin: 0; display: flex; border-bottom: 1px solid #edf0f4; }
.auth-panel .login-section .logon-tab > a { position: relative; width: 50%; height: 58px; padding: 0; display: flex; align-items: center; justify-content: center; float: none; background: #f8fafc; color: #798597; font-size: 15px; font-weight: 600; }
.auth-panel .login-section .logon-tab > a:hover { background: #fff; color: #1677ff; }
.auth-panel .login-section .logon-tab > a.active { background: #fff; color: #1677ff; }
.auth-panel .login-section .logon-tab > a.active::after { content: ""; position: absolute; left: 28%; right: 28%; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: #1677ff; }
.auth-panel .login-section .login-main { padding: 26px 38px 30px; }
.auth-form-heading { margin-bottom: 22px; }
.auth-form-heading > span { color: #1677ff; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.auth-form-heading h2 { margin: 5px 0 7px; color: #172235; font-size: 24px; font-weight: 700; line-height: 1.3; }
.auth-form-heading p { margin: 0; color: #8a96a6; font-size: 12px; line-height: 1.7; }
.auth-panel .form-group { margin-bottom: 16px; }
.auth-panel .control-label { margin-bottom: 7px; color: #344257; font-size: 12.5px; font-weight: 600; }
.auth-panel .form-control { height: 44px; padding: 10px 12px; border: 1px solid #dce2ea; border-radius: 4px; box-shadow: none; color: #27364a; background: #fff; transition: border-color .18s,box-shadow .18s; }
.auth-panel .form-control:hover { border-color: #b9c4d2; }
.auth-panel .form-control:focus { border-color: #1677ff; box-shadow: 0 0 0 3px rgba(22,119,255,.1); }
.auth-panel .form-control::placeholder { color: #b1b9c5; }
.auth-panel .checkbox { color: #69778a; font-size: 12px; }
.auth-panel .checkbox input { margin-top: 3px; }
.auth-panel .btn-forgot { color: #1677ff; font-size: 12px; }
.auth-panel .btn-primary { height: 45px; border: 0; border-radius: 4px; background: #1677ff; box-shadow: 0 8px 18px rgba(22,119,255,.2); font-size: 14px; font-weight: 700; }
.auth-panel .btn-primary:hover,
.auth-panel .btn-primary:focus { background: #0d66e7; }
.auth-panel .btn-default { height: 42px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; background: #f5f7fa; color: #69778a; font-size: 12px; }
.auth-panel .btn-default:hover { background: #edf2f8; color: #1677ff; }
.auth-panel .input-group { width: 100%; }
.auth-panel .input-group .form-control { border-radius: 4px 0 0 4px; }
.auth-panel .input-group-btn > .btn,
.auth-panel .input-group-btn img { height: 44px; }
.auth-panel .help-block { min-height: 0; margin: 4px 0 0; font-size: 11px; }
.member-action-register .auth-container { max-width: 1210px; }
.member-action-register .auth-intro { min-height: 730px; }
.member-action-register .auth-panel .login-section .login-main { padding-top: 22px; }

.fl-site-footer { flex: none; color: #657286; background: #fff; }
.fl-site-footer-main { padding: 36px 0 28px; border-top: 1px solid #e8edf3; background: #fafbfd; }
.fl-site-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr) .82fr; gap: 34px; }
.fl-site-footer h3 { position: relative; margin: 0 0 16px; padding-bottom: 10px; color: #263244; font-size: 14px; font-weight: 700; }
.fl-site-footer h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 24px; height: 2px; background: #1677ff; }
.fl-site-footer-about p { margin: 0 0 13px; color: #7e8a9b; font-size: 12px; line-height: 1.8; }
.fl-site-footer-about > div { display: flex; align-items: flex-start; gap: 8px; margin-top: 8px; color: #7e8a9b; font-size: 12px; line-height: 1.55; }
.fl-site-footer-about > div i { width: 13px; padding-top: 2px; color: #1677ff; text-align: center; }
.fl-site-footer-col { display: flex; flex-direction: column; }
.fl-site-footer-col a { width: max-content; max-width: 100%; margin-bottom: 9px; color: #7e8a9b; font-size: 12px; line-height: 1.5; }
.fl-site-footer-col a:hover { color: #1677ff; }
.fl-site-footer-qr { text-align: center; }
.fl-site-footer-qrbox { width: 94px; height: 94px; margin: 0 auto 9px; padding: 4px; border: 1px solid #e2e7ed; border-radius: 6px; background: #fff; }
.fl-site-footer-qrbox img { width: 100%; height: 100%; object-fit: contain; }
.fl-site-footer-qr span { color: #8994a3; font-size: 11px; }
.fl-site-footer-bottom { padding: 17px 0; background: #1c2733; }
.fl-site-footer-bottom > .fl-member-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fl-site-footer-bottom span { color: #8b97a5; font-size: 11.5px; }
.fl-site-footer-bottom nav { display: flex; gap: 16px; }
.fl-site-footer-bottom a { color: #8b97a5; font-size: 11.5px; }
.fl-site-footer-bottom a:hover { color: #fff; }

/* Identity-aware member center */
.member-center-container { max-width: 1280px; padding-top: 28px; padding-bottom: 42px; }
.member-center-row { display: flex; align-items: flex-start; }
.member-center-side { position: sticky; top: 16px; }
.member-center-main { min-width: 0; }
.member-sidenav { padding: 0; overflow: hidden; border: 1px solid #e4e9f0; border-radius: 8px; background: #fff; box-shadow: 0 7px 24px rgba(28,52,84,.05); }
.member-sidenav-role { min-height: 74px; padding: 15px 17px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #edf0f4; background: linear-gradient(135deg,#f6f9fd,#fff); }
.member-sidenav-role > i { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; background: #eaf3ff; color: #1677ff; font-size: 18px; }
.member-sidenav-role.merchant > i { background: #e9f9ef; color: #18a05e; }
.member-sidenav-role div { min-width: 0; display: flex; flex-direction: column; }
.member-sidenav-role strong { color: #233146; font-size: 13px; }
.member-sidenav-role span { margin-top: 2px; overflow: hidden; color: #8a96a5; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.member-sidenav .list-group { margin: 0; padding: 10px 0; border-bottom: 1px solid #edf0f4; }
.member-sidenav .list-group:last-child { border-bottom: 0; }
.member-sidenav .list-group-heading { margin: 0; padding: 6px 19px 8px; color: #a0a9b5; font-size: 11px; font-weight: 600; letter-spacing: .5px; }
.member-sidenav .list-group-item { border: 0; border-left: 3px solid transparent; border-radius: 0; background: transparent; }
.member-sidenav .list-group-item > a { padding: 10px 17px; display: flex; align-items: center; gap: 8px; color: #536176; font-size: 13px; }
.member-sidenav .list-group-item > a i { color: #8290a2; }
.member-sidenav .list-group-item:hover,
.member-sidenav .list-group-item.active { border-left-color: #1677ff; background: #f3f7fd; }
.member-sidenav .list-group-item:hover > a,
.member-sidenav .list-group-item.active > a { color: #1677ff; }
.member-sidenav .list-group-item:hover > a i,
.member-sidenav .list-group-item.active > a i { color: #1677ff; }
.member-compare-badge { min-width: 18px; height: 18px; margin-left: auto; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: #edf2f8; color: #68778b; font-size: 10px; }
.member-welcome-card { min-height: 174px; padding: 27px 30px; display: flex; align-items: center; gap: 22px; border: 1px solid #e3e9f1; border-radius: 9px; background: linear-gradient(128deg,#fff 0,#fff 65%,#eef6ff 100%); box-shadow: 0 8px 28px rgba(28,52,84,.05); }
.member-welcome-avatar { width: 92px; height: 92px; flex: 0 0 auto; overflow: hidden; border: 5px solid #edf5ff; border-radius: 50%; background: #d9e8fb; }
.member-welcome-avatar img { width: 100%; height: 100%; object-fit: cover; }
.member-welcome-copy { min-width: 0; flex: 1; }
.member-role-chip { padding: 4px 9px; display: inline-flex; align-items: center; gap: 5px; border-radius: 12px; background: #edf5ff; color: #1677ff; font-size: 11px; }
.member-welcome-copy h1 { margin: 9px 0 5px; color: #172235; font-size: 22px; font-weight: 700; }
.member-welcome-copy > p { margin: 0; overflow: hidden; color: #8290a2; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.member-profile-progress { margin-top: 14px; display: flex; align-items: center; gap: 10px; }
.member-profile-progress > span { width: 128px; height: 5px; overflow: hidden; border-radius: 3px; background: #e7edf4; }
.member-profile-progress i { height: 100%; display: block; border-radius: 3px; background: #23b26d; }
.member-profile-progress b { color: #738095; font-size: 10px; font-weight: 500; }
.member-welcome-actions { display: flex; flex-direction: column; gap: 9px; }
.member-action-primary,
.member-action-light { min-width: 106px; height: 37px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 4px; font-size: 12px; }
.member-action-primary { background: #1677ff; color: #fff; }
.member-action-primary:hover { background: #0e66e4; color: #fff; }
.member-action-light { border: 1px solid #dbe2eb; background: #fff; color: #536176; }
.member-action-light:hover { border-color: #1677ff; color: #1677ff; }
.member-merchant-status { margin-top: 16px; padding: 14px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid #f2d79a; border-radius: 7px; background: #fffaf0; }
.member-merchant-status > i { color: #d69416; font-size: 20px; }
.member-merchant-status > div { min-width: 0; flex: 1; }
.member-merchant-status strong { color: #5b4721; font-size: 13px; }
.member-merchant-status p { margin: 2px 0 0; color: #98794b; font-size: 11px; }
.member-merchant-status a { color: #b57606; font-size: 12px; }
.member-stat-grid { margin: 17px 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.member-stat-card { min-height: 92px; padding: 16px; display: flex; align-items: center; gap: 12px; border: 1px solid #e4e9f0; border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(28,52,84,.035); }
.member-stat-card:hover { transform: translateY(-1px); border-color: #cbdcf3; box-shadow: 0 9px 24px rgba(28,52,84,.07); }
.member-stat-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 10px; font-size: 17px; }
.member-stat-icon.blue { background: #eaf3ff; color: #1677ff; }
.member-stat-icon.green { background: #e8f8ef; color: #1fa968; }
.member-stat-icon.violet { background: #f2ecff; color: #7b50d4; }
.member-stat-icon.amber { background: #fff5df; color: #dc9418; }
.member-stat-card > div { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.member-stat-card strong { color: #19263a; font-size: 20px; line-height: 1.2; }
.member-stat-card span { margin-top: 3px; color: #8490a1; font-size: 11px; }
.member-stat-card > i { color: #c1c9d3; }
.member-dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.member-dashboard-card,
.member-list-card { overflow: hidden; border: 1px solid #e3e9f1; border-radius: 8px; background: #fff; box-shadow: 0 6px 22px rgba(28,52,84,.04); }
.member-dashboard-card > header { padding: 17px 19px 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; border-bottom: 1px solid #edf0f4; }
.member-dashboard-card h2 { margin: 0; color: #243247; font-size: 15px; font-weight: 700; }
.member-dashboard-card header p { margin: 4px 0 0; color: #9aa4b1; font-size: 10.5px; }
.member-dashboard-card header a { color: #1677ff; font-size: 11px; }
.member-activity-list > a { min-height: 62px; padding: 10px 17px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #f0f2f5; }
.member-activity-list > a:last-child { border-bottom: 0; }
.member-activity-list > a:hover { background: #f8fbff; }
.member-activity-thumb { width: 41px; height: 41px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; overflow: hidden; border-radius: 5px; background: #f0f4f8; color: #97a4b4; }
.member-activity-thumb img { width: 100%; height: 100%; object-fit: cover; }
.member-activity-list a > div { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.member-activity-list strong { overflow: hidden; color: #344257; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.member-activity-list small { margin-top: 4px; color: #9aa4b0; font-size: 10px; }
.member-activity-list > a > i { color: #c6ced7; }
.member-activity-list.compact > a { min-height: 57px; }
.member-rfq-summary { padding: 13px 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; background: #f8fbff; }
.member-rfq-summary div { display: flex; align-items: baseline; gap: 7px; }
.member-rfq-summary b { color: #1677ff; font-size: 20px; }
.member-rfq-summary span { color: #8190a2; font-size: 10px; }
.member-status,
.member-audit { padding: 3px 7px; border-radius: 9px; font-size: 10px; white-space: nowrap; }
.member-status.open { background: #e8f8ef; color: #16975b; }
.member-status.closed,
.member-status.expired { background: #f0f2f5; color: #798596; }
.member-audit.pending { background: #fff5df; color: #bb7a08; }
.member-audit.approved { background: #e8f8ef; color: #16975b; }
.member-audit.rejected { background: #fff0f0; color: #d44949; }
.member-empty-state { min-height: 180px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #9aa5b2; }
.member-empty-state i { margin-bottom: 8px; font-size: 26px; }
.member-empty-state p { margin: 0 0 7px; font-size: 12px; }
.member-empty-state a { color: #1677ff; font-size: 11px; }
.member-empty-state.small { min-height: 120px; }
.member-empty-state.large { min-height: 300px; }
.member-merchant-cta { margin-top: 17px; padding: 20px 22px; display: flex; align-items: center; gap: 16px; border: 1px solid #d9e8fb; border-radius: 8px; background: linear-gradient(100deg,#edf6ff,#f8fbff); }
.member-merchant-cta-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 50%; background: #1677ff; color: #fff; font-size: 20px; }
.member-merchant-cta > div { min-width: 0; flex: 1; }
.member-merchant-cta h2 { margin: 0 0 5px; color: #1e3048; font-size: 15px; }
.member-merchant-cta p { margin: 0; color: #728096; font-size: 11px; line-height: 1.65; }
.member-merchant-cta > a { color: #1677ff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.member-list-head { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f4; }
.member-list-head h1 { margin: 0; color: #223147; font-size: 19px; }
.member-list-head p { margin: 4px 0 0; color: #909aa8; font-size: 11px; }
.member-list-tabs { padding: 0 20px; display: flex; gap: 25px; border-bottom: 1px solid #edf0f4; }
.member-list-tabs a { padding: 13px 1px 10px; border-bottom: 2px solid transparent; color: #718095; font-size: 12px; }
.member-list-tabs a.active { border-bottom-color: #1677ff; color: #1677ff; }
.member-rfq-row { padding: 17px 20px; display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 18px; border-bottom: 1px solid #edf0f4; }
.member-rfq-main { min-width: 0; }
.member-rfq-main > a { color: #243247; font-size: 13px; font-weight: 700; }
.member-rfq-main p { margin: 5px 0; color: #738095; font-size: 11px; }
.member-rfq-main small { color: #9ba5b1; font-size: 10px; }
.member-rfq-state { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.member-link-button { padding: 5px 9px; border: 1px solid #d9e1eb; border-radius: 3px; background: #fff; color: #69778b; font-size: 10px; }
.member-link-button:hover { border-color: #d44949; color: #d44949; }
.member-list-pagination { padding: 16px 20px; display: flex; justify-content: flex-end; }
.member-list-pagination .pagination { margin: 0; }

@media (max-width: 1100px) {
    .fl-member-topbar-right { gap: 9px; }
    .fl-member-search { width: min(500px,48vw); }
    .fl-member-navlinks a { padding: 0 12px; }
    .auth-container { max-width: 1020px; }
    .auth-layout { grid-template-columns: minmax(0,1fr) 440px; }
    .auth-intro { padding: 52px 46px; }
    .auth-intro h1 { font-size: 29px; }
    .fl-site-footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); }
    .fl-site-footer-grid > :nth-child(5),
    .fl-site-footer-qr { margin-top: 8px; }
}

@media (max-width: 820px) {
    .fl-member-topbar-right { display: none; }
    .fl-member-mainhead { padding: 12px 0; }
    .fl-member-mainhead-inner { gap: 14px; flex-wrap: wrap; }
    .fl-member-logo-mark { width: 40px; height: 40px; }
    .fl-member-logo-copy strong { font-size: 18px; }
    .fl-member-entry { display: none; }
    .fl-member-search { order: 3; width: 100%; margin-left: 0; flex: 1 0 100%; }
    .fl-member-navbar { height: auto; min-height: 42px; }
    .fl-member-navbar-inner { min-height: 42px; height: auto; padding-right: 0; flex-wrap: wrap; }
    .fl-member-nav-toggle { display: block; }
    .fl-member-navlinks { width: 100%; display: none; flex-wrap: wrap; overflow: hidden; border-top: 1px solid rgba(255,255,255,.14); }
    .fl-member-navlinks.is-open { display: flex; }
    .fl-member-navlinks a { width: 50%; justify-content: center; }
    .auth-container { padding: 30px 18px 38px; }
    .auth-layout { grid-template-columns: 1fr; }
    .auth-intro { min-height: auto; padding: 38px 34px; }
    .auth-intro h1 { max-width: 620px; font-size: 26px; }
    .auth-intro > .auth-intro-content > p { margin-bottom: 20px; }
    .auth-intro ul { display: none; }
    .auth-intro-stats { margin-top: 24px; padding-top: 20px; }
    .member-action-register .auth-intro { min-height: auto; }
    .fl-site-footer-grid { grid-template-columns: repeat(2,1fr); }
    .fl-site-footer-about { grid-column: 1 / -1; }
    .fl-site-footer-qr { text-align: left; }
    .fl-site-footer-qrbox { margin-left: 0; }
    .member-center-row { display: block; }
    .member-center-side { position: static; }
    .member-center-main { margin-top: 15px; }
    .member-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .member-dashboard-grid { grid-template-columns: minmax(0,1fr); }
}

@media (max-width: 520px) {
    .fl-member-wrap { padding-left: 14px; padding-right: 14px; }
    .fl-member-logo-copy strong { font-size: 16px; }
    .fl-member-logo-copy small { font-size: 10px; }
    .fl-member-search { height: 42px; }
    .fl-member-search select { width: 76px; }
    .fl-member-search button { min-width: 64px; padding: 0 13px; }
    .fl-member-allcats { padding: 0 14px; font-size: 13px; }
    .auth-container { padding: 20px 10px 28px; }
    .auth-layout { border-radius: 8px; }
    .auth-intro { padding: 28px 24px; }
    .auth-intro-kicker { margin-bottom: 12px; font-size: 9px; }
    .auth-intro h1 { margin-bottom: 10px; font-size: 22px; }
    .auth-intro > .auth-intro-content > p { margin-bottom: 0; font-size: 12px; line-height: 1.75; }
    .auth-intro-stats { display: none; }
    .auth-panel .login-section .login-main { padding: 23px 23px 26px; }
    .auth-form-heading h2 { font-size: 21px; }
    .member-action-register .auth-panel .login-section .login-main { padding: 20px 21px 24px; }
    .fl-site-footer-main { padding-top: 29px; }
    .fl-site-footer-grid { gap: 22px 18px; }
    .fl-site-footer-bottom > .fl-member-wrap { align-items: flex-start; flex-direction: column; }
    .fl-site-footer-bottom nav { display: none; }
    .member-center-container { padding-top: 16px; }
    .member-welcome-card { padding: 20px; align-items: flex-start; flex-wrap: wrap; }
    .member-welcome-avatar { width: 68px; height: 68px; }
    .member-welcome-actions { width: 100%; flex-direction: row; }
    .member-welcome-actions a { flex: 1; }
    .member-stat-grid { gap: 9px; }
    .member-stat-card { min-height: 82px; padding: 12px; }
    .member-stat-icon { width: 35px; height: 35px; }
    .member-merchant-cta { align-items: flex-start; flex-wrap: wrap; }
    .member-merchant-cta > a { margin-left: 64px; }
    .member-rfq-row { grid-template-columns: minmax(0,1fr) auto; gap: 12px; }
    .member-rfq-row form { grid-column: 1 / -1; }
}
