body.member-board-mode { margin: 0; background: #fff9fc; color: #171217; font-family: Arial, Helvetica, sans-serif; }
body.member-board-mode #app { min-height: 100vh; padding: 0; }
.member-board { min-height: 100vh; padding: 20px 30px 14px; background: radial-gradient(circle at 95% 3%, rgba(255,10,120,.10), transparent 20%), #fff9fc; }
.member-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 18px; }
.member-brand { display: flex; align-items: center; gap: 18px; }
.member-brand img { width: 104px; height: 104px; object-fit: contain; border-radius: 50%; }
.member-brand h1 { margin: 0; font-size: clamp(34px, 4vw, 64px); line-height: 1; letter-spacing: -.04em; }
.member-brand p { margin: 10px 0 0; color: #635b61; font-size: 20px; }
.member-clock { display: flex; align-items: center; gap: 12px; padding-right: 20px; }
.clock-icon { color: #f5006f; font-size: 58px; line-height: 1; }
.member-clock div { display: grid; gap: 5px; }
.member-clock b { font-size: 18px; }
.member-clock strong { color: #f5006f; font-size: 28px; }
.member-page-tabs { min-height: 44px; display: flex; align-items: flex-end; gap: 8px; margin: 0 0 10px; padding: 0 14px; border-bottom: 1px solid rgba(245, 0, 111, 0.22); }
.member-page-tabs a { position: relative; min-width: 184px; height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid #f4c5da; border-bottom-color: #fff; border-radius: 14px 14px 0 0; background: linear-gradient(180deg, #fff 0%, #fffafd 100%); color: #20161b; font-size: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 -5px 14px rgba(130, 0, 56, 0.06); }
.member-page-tabs a.active::before { content: ""; position: absolute; left: 18px; right: 18px; top: 0; height: 3px; border-radius: 0 0 4px 4px; background: #f5006f; }
.member-page-tabs a.active { color: #f5006f; }
.member-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin-bottom: 10px; padding: 4px; border: 1px solid #f5006f; border-radius: 14px; background: rgba(255, 240, 247, 0.18); }
.member-stats article { min-width: 0; min-height: 116px; display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid #f9e2ec; border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(153,0,67,.08); }
.member-stats i { width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; border-radius: 50%; background: #fff0f6; color: #f5006f; font-size: 31px; font-style: normal; }
.member-stats article div { min-width: 0; display: grid; gap: 6px; }
.member-stats span { font-size: 16px; font-weight: 700; white-space: nowrap; }
.member-stats b { color: #f5006f; font-size: 42px; line-height: 1; }
.member-content { display: grid; grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr); gap: 20px; padding: 4px; border: 1px solid #f5006f; border-radius: 14px; background: rgba(255, 240, 247, 0.18); }
.member-table-card, .waiting-card { min-width: 0; border: 1px solid #f9e2ec; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(153,0,67,.07); }
.member-table-card { padding: 20px 16px 12px; }
.member-table-card h2, .waiting-title h2 { margin: 0; font-size: 27px; }
.member-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 14px 0 16px; }
.member-search { width: min(370px, 38%); height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid #ded8dc; border-radius: 24px; }
.member-search span { color: #777; font-size: 24px; }
.member-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; }
.member-filters { display: flex; gap: 10px; }
.member-filters button { min-width: 105px; height: 40px; border: 1.5px solid #f5006f; border-radius: 22px; background: #fff; color: #f5006f; font-weight: 700; }
.member-filters button.active { background: #f5006f; color: #fff; }
.member-table-wrap { overflow-x: auto; border: 1px solid #f3e2e9; border-radius: 14px; }
.member-table-wrap table { width: 100%; border-collapse: collapse; }
.member-table-wrap th { padding: 14px 12px; background: #fff5f9; font-size: 13px; text-align: left; white-space: nowrap; }
.member-table-wrap td { padding: 13px 12px; border-top: 1px solid #eee7ea; font-size: 14px; white-space: nowrap; }
.member-table-wrap td small { display: block; margin-top: 3px; color: #756a70; }
.queue-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f5006f; color: #fff; font-weight: 800; }
.member-name { display: flex; align-items: center; gap: 8px; }
.member-name i { color: #f5006f; font-style: normal; }
.status-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 100px; padding: 8px 12px; border-radius: 18px; font-weight: 700; }
.status-pill.waiting { background: #fff3cd; color: #d58a00; }
.status-pill.in_service { background: #dceeff; color: #1680e8; }
.status-pill.completed { background: #def7e4; color: #15952c; }
.status-actions { display: flex; align-items: center; gap: 7px; }
.status-actions button { height: 32px; padding: 0 10px; border: 1px solid #1680e8; border-radius: 16px; background: #fff; color: #1680e8; font-size: 12px; font-weight: 700; }
.status-actions button.complete { border-color: #15952c; color: #15952c; }
.status-actions button:hover { background: #eef7ff; }
.status-actions button.complete:hover { background: #effbf1; }
.status-actions button:disabled { cursor: wait; opacity: .5; }
.member-empty { padding: 40px; text-align: center; color: #7b6e75; }
.waiting-card { padding: 20px 16px; }
.waiting-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.waiting-title > b { color: #f5006f; font-size: 20px; }
.waiting-list { display: grid; gap: 12px; }
.waiting-list article { min-height: 76px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; overflow: hidden; border: 1px solid #f4e1e9; border-radius: 13px; box-shadow: 0 4px 12px rgba(140,0,60,.07); }
.waiting-list article > strong { height: 100%; display: grid; place-items: center; background: #f5006f; color: #fff; font-size: 30px; }
.waiting-list article div { display: grid; gap: 5px; padding: 10px 12px; }
.waiting-list article div b { font-size: 17px; }
.waiting-list article div span { font-size: 14px; }
.waiting-list time { padding-right: 12px; color: #f5006f; font-size: 16px; font-weight: 800; }
.waiting-list time small { display: block; text-align: right; font-size: 10px; }
.waiting-empty { padding: 40px 10px; color: #7b6e75; text-align: center; }
.member-updated { margin-top: 10px; color: #8a7d84; font-size: 12px; text-align: right; }
@media (max-width: 1200px) { .member-board { padding: 16px; } .member-stats { grid-template-columns: repeat(3, 1fr); } .member-content { grid-template-columns: 1fr; } .waiting-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .member-header { align-items: flex-start; } .member-brand img { width: 66px; height: 66px; } .member-brand h1 { font-size: 32px; } .member-brand p { font-size: 14px; } .member-clock { display: none; } .member-page-tabs { overflow-x: auto; } .member-page-tabs a { min-width: 150px; } .member-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; } .member-stats article { min-height: 90px; padding: 12px; } .member-stats i { width: 46px; height: 46px; flex-basis: 46px; font-size: 23px; } .member-stats span { white-space: normal; font-size: 13px; } .member-stats b { font-size: 32px; } .member-toolbar { align-items: stretch; flex-direction: column; } .member-search { width: 100%; } .member-filters { overflow-x: auto; } .waiting-list { grid-template-columns: 1fr; } }
