:root{color-scheme:light;--bg: #f3efe6;--bg-strong: #e2d4bc;--panel: rgba(255, 251, 245, .86);--panel-strong: #fffaf1;--text: #17222d;--muted: #5f6c76;--line: rgba(23, 34, 45, .08);--accent: #0f7b6c;--accent-strong: #0a5d52;--accent-soft: rgba(15, 123, 108, .12);--danger: #9f3c34;--shadow: 0 24px 80px rgba(30, 45, 62, .12);font-family:Avenir Next,PingFang SC,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:radial-gradient(circle at top left,rgba(176,204,197,.6),transparent 28%),radial-gradient(circle at right,rgba(217,178,126,.22),transparent 32%),linear-gradient(180deg,#f6f0e6,#efe6d9);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid rgba(23,34,45,.12);border-radius:14px;background:#ffffffd9;padding:.9rem 1rem;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(15,123,108,.2);border-color:#0f7b6c73}label{display:grid;gap:.45rem;color:var(--muted);font-size:.92rem}h1,h2,h3,p{margin:0}.shell{position:relative;min-height:100vh;overflow-x:clip}.shell-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:20;display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem;height:100dvh;padding:2rem 1.4rem;background:#081f2be6;color:#f5ebdc;border-right:1px solid rgba(255,255,255,.08);width:min(82vw,340px);max-width:100%;overflow-y:auto;box-shadow:0 24px 80px #07121952;transition:transform .24s ease,opacity .24s ease;transform:translate(-100%);opacity:0;pointer-events:none}.shell.sidebar-open .shell-sidebar{transform:translate(0);opacity:1;pointer-events:auto}.sidebar-brand-block,.topbar-leading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.brand-kicker,.topbar-kicker,.section-kicker,.login-kicker{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}.brand-title{margin-top:.45rem;font-size:2rem;line-height:1.05}.nav-list{display:grid;gap:.65rem;margin-top:2rem;margin-bottom:auto}.nav-link{display:block;padding:.95rem 1rem;border-radius:16px;color:#f5ebdce0;text-decoration:none;background:#ffffff05;transition:transform .2s ease,background-color .2s ease}.nav-link:hover,.nav-link.is-active{background:#d6a96e2e;color:#fff7ec;transform:translate(4px)}.sidebar-footer{display:grid;gap:.45rem;padding:1rem;border-radius:20px;background:#ffffff0d}.sidebar-mobile-close,.mobile-menu-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:999px}.sidebar-mobile-close{flex-shrink:0;color:#f5ebdc;background:#ffffff14;border:1px solid rgba(255,255,255,.12);font-size:1.65rem;line-height:1}.mobile-menu-button{display:inline-flex;flex-shrink:0;color:#13323b;background:#fffcf7fa;border:1px solid rgba(23,34,45,.1);box-shadow:0 12px 28px #1e2d3e24}.mobile-menu-icon{display:block;width:18px;height:12px;background:linear-gradient(currentColor,currentColor) center top / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) center / 100% 2px no-repeat,linear-gradient(currentColor,currentColor) center bottom / 100% 2px no-repeat}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shell-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;border:0;background:#0b151d57;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.shell-content{min-height:100vh;padding:4.9rem 2rem 2rem}.topbar{position:fixed;top:0;left:0;right:0;z-index:12;margin:0;padding:.72rem 2rem .58rem;background:#fff9f1e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,34,45,.08);box-shadow:0 16px 34px #1e2d3e1f}.topbar-bar,.page-hero,.topbar-leading{display:flex;justify-content:space-between;gap:1rem}.topbar-bar,.topbar-leading{align-items:center}.topbar-bar{min-height:42px}.topbar-kicker{color:#5f6c76d1}.topbar-title-inline{display:block;margin-top:.08rem;font-size:1rem;font-weight:700;line-height:1.1;color:#17222d}.topbar-meta,.topbar-subtitle{color:var(--muted)}.topbar-meta{font-size:.92rem;white-space:nowrap}.page-hero{position:relative;padding:1.15rem 1.5rem;align-items:end;margin-bottom:1.15rem;border-radius:28px;border:1px solid rgba(255,255,255,.56);background:linear-gradient(135deg,#e4eeeacc,#fff9f1f0 36%,#fff6ece6);box-shadow:0 22px 48px #1e2d3e1f;overflow:hidden}.page-hero:after{content:"";position:absolute;inset:auto -8% -48% auto;width:220px;height:220px;background:radial-gradient(circle,rgba(217,178,126,.18),transparent 70%);pointer-events:none}.page-hero h2{margin-top:.16rem;font-size:clamp(2rem,4vw,2.8rem);line-height:.98}.topbar-subtitle{max-width:420px;font-size:1rem;line-height:1.6;text-align:right}.page-stack{display:grid;gap:1.25rem}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.metric-card,.panel,.login-panel{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.5);background:var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.metric-card:after,.panel:after,.login-panel:after{content:"";position:absolute;inset:auto -10% -40% auto;width:140px;height:140px;background:radial-gradient(circle,rgba(217,178,126,.28),transparent 65%);pointer-events:none}.metric-card{display:grid;gap:.6rem;min-height:160px;padding:1.2rem;border-radius:24px}.metric-label,.metric-hint,.chart-note,.summary-inline,.history-item p,.user-table span,.empty-state,.login-copy,.error-text{color:var(--muted)}.metric-value{font-size:2rem;line-height:1}.panel{border-radius:28px;padding:1.2rem}.chart-panel{padding-bottom:.4rem}.trend-suite{display:grid;gap:1.25rem;padding:1.4rem}.trend-filter-panel{padding:1.25rem;border-radius:24px;background:#ffffff61;border:1px solid rgba(255,255,255,.45)}.trend-toolbar{display:grid;gap:1rem}.trend-preset-group{display:flex;flex-wrap:wrap;gap:.75rem}.trend-preset-button{padding:.7rem 1rem}.trend-preset-button.is-active{color:#f7f2e8;background:linear-gradient(135deg,var(--accent) 0%,#165f84 100%);border-color:transparent}.trend-custom-range{display:grid;grid-template-columns:repeat(2,minmax(0,220px));gap:1rem}.chart-range-summary{margin-bottom:1rem;color:var(--muted)}.chart-note-block{display:grid;gap:.15rem;text-align:right}.trend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.trend-chart{height:360px;width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.section-header h3{margin-top:.25rem;font-size:1.35rem}.section-header.compact{align-items:start}.primary-button,.ghost-button{border-radius:999px;padding:.8rem 1.2rem;border:0}.primary-button{color:#f7f2e8;background:linear-gradient(135deg,var(--accent) 0%,#165f84 100%)}.primary-button:disabled{cursor:progress;opacity:.75}.ghost-button{color:var(--text);background:#fff9;border:1px solid rgba(23,34,45,.08)}.inline-button{align-self:end}.login-page{display:grid;place-items:center;min-height:100vh;padding:1.5rem}.login-panel{width:min(520px,100%);display:grid;gap:2rem;padding:2rem;border-radius:32px}.login-panel h1{margin-top:.5rem;font-size:clamp(2rem,5vw,3.4rem);line-height:.95}.login-form{display:grid;gap:1rem}.error-text{color:var(--danger)}.empty-state{padding:2rem;text-align:center}.filters-grid,.detail-form{display:grid;gap:1rem}.filters-grid{grid-template-columns:1.4fr .8fr auto}.filters-grid-wide{grid-template-columns:1.4fr .8fr .7fr auto}.record-filters-grid{grid-template-columns:1.5fr repeat(3,minmax(0,.8fr)) auto auto}.commission-filters-grid{grid-template-columns:1.4fr .8fr .8fr auto}.summary-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.summary-card{display:grid;gap:.45rem;padding:1rem 1.1rem;border-radius:20px;background:#ffffff85;border:1px solid rgba(23,34,45,.06)}.summary-card.is-pending{background:#d9b27e2e}.summary-card.is-completed{background:#0f7b6c1f}.summary-card.is-amount{background:#165f841f}.summary-card-label{color:var(--muted);font-size:.92rem}.summary-card-value{font-size:1.6rem;line-height:1}.commission-address-cell{display:grid;gap:.45rem}.commission-address-value{display:block;word-break:break-all}.commission-records{display:grid;gap:1rem}.commission-mobile-list{display:none}.commission-mobile-card{display:grid;gap:0;border-radius:24px;background:#fffbf5d6;border:1px solid rgba(255,255,255,.52);box-shadow:0 18px 42px #1e2d3e14;overflow:hidden}.commission-mobile-row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:1rem;align-items:start;padding:1rem 1.1rem;border-bottom:1px solid rgba(23,34,45,.08)}.commission-mobile-row:last-child{border-bottom:0}.commission-mobile-label{color:#5f6c76c7;font-size:.95rem;font-weight:600}.commission-mobile-address-row,.commission-mobile-action-row{align-items:center}.commission-mobile-address-content{display:flex;align-items:center;gap:.75rem;min-width:0}.commission-mobile-address-content .commission-copy-button{flex-shrink:0}.commission-amount-text{color:var(--accent)}.commission-desktop-table-wrap{display:block}.commission-copy-button,.commission-action-button{width:fit-content}.detail-form{grid-template-columns:repeat(2,minmax(0,1fr))}.full-span{grid-column:1 / -1}.table-wrap{overflow:auto}.user-table{width:100%;border-collapse:collapse}.user-table th,.user-table td{padding:.95rem .8rem;text-align:left;border-bottom:1px solid var(--line)}.user-table tbody tr{cursor:pointer;transition:background-color .18s ease}.user-table tbody tr:hover,.user-table tbody tr.selected{background:#0f7b6c14}.user-table td strong,.history-item strong{display:block}.status-pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;font-size:.85rem}.status-pill.on{background:#0f7b6c24;color:var(--accent-strong)}.status-pill.off{background:#9f3c341f;color:var(--danger)}.switch-line{display:flex;gap:.75rem;align-items:center}.switch-line input{width:auto}.divider{height:1px;margin:1.25rem 0;background:var(--line)}.summary-inline{display:flex;gap:1rem}.summary-wrap{flex-wrap:wrap;justify-content:flex-end}.status-pair{display:flex;flex-wrap:wrap;gap:.4rem}.detail-actions{display:flex;flex-wrap:wrap;gap:.8rem}.drawer-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0b151d61;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.detail-drawer{position:absolute;top:1rem;right:1rem;bottom:1rem;width:min(720px,calc(100vw - 2rem));display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:30px;padding:1.2rem;overflow:hidden;animation:drawer-enter .24s ease}.drawer-header{display:grid;gap:1rem}.drawer-content{overflow:auto;padding-right:.2rem}.drawer-close-button{width:42px;height:42px;border:1px solid rgba(23,34,45,.08);border-radius:999px;background:#ffffffbf;color:var(--text);font-size:1.5rem;line-height:1}.danger-button{color:var(--danger)}.history-list{display:grid;gap:.8rem}.history-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;border-radius:18px;background:#ffffff8c}.history-meta{text-align:right}.table-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem}.pagination-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}@media(max-width:1280px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.shell{min-height:100dvh}.shell-content{padding:4.4rem 1rem 1rem}.topbar{margin:0;padding:.68rem 1rem .58rem;box-shadow:0 14px 30px #1e2d3e24}.topbar-leading{width:100%;gap:.8rem;align-items:center}.sidebar-brand-block{align-items:center}.topbar-meta{display:none}.page-hero{display:grid;gap:.55rem;margin-bottom:.85rem;padding:.95rem 1rem .9rem;border-radius:24px;box-shadow:0 20px 38px #1e2d3e24}.page-hero h2{font-size:1.85rem}.commission-mobile-list{display:grid;gap:1rem}.commission-desktop-table-wrap{display:none}.topbar-subtitle{text-align:left;max-width:none;font-size:.96rem;line-height:1.55}.metric-grid,.summary-card-grid,.trend-custom-range,.trend-grid,.filters-grid,.detail-form{grid-template-columns:1fr}.panel{padding:1rem;border-radius:24px}.section-header.compact{gap:.8rem}.section-header h3{font-size:1.18rem}.summary-card{padding:.9rem 1rem;border-radius:18px}.summary-card-value{font-size:1.35rem}.commission-filters-grid{gap:.85rem}.inline-button,.commission-action-button{width:100%}.commission-mobile-row{grid-template-columns:72px minmax(0,1fr);gap:.9rem;padding:1rem}.commission-mobile-label{font-size:.9rem}.commission-mobile-address-content{display:grid;gap:.7rem;justify-items:start}.commission-copy-button{width:auto}.table-footer,.summary-wrap{align-items:start;justify-content:start}.detail-drawer{top:auto;right:0;bottom:0;left:0;width:100vw;max-height:min(88vh,920px);border-radius:24px 24px 0 0;animation-name:drawer-enter-mobile}}@keyframes drawer-enter{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes drawer-enter-mobile{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}
