:root{--bg: #0a0f1e;--bg-card: #111827;--bg-elevated: #1a2332;--primary: #e94560;--accent: #3498db;--success: #27ae60;--warning: #f39c12;--text: #f0f0f0;--text-muted: #8899aa;--border: #1e2d3d;--radius: 12px;--radius-sm: 6px;--nav-height: 56px;--bottom-nav-height: 62px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;padding-bottom:var(--bottom-nav-height);-webkit-font-smoothing:antialiased}@media(min-width:768px){body{padding-bottom:0}}.top-nav{position:sticky;top:0;z-index:100;background:#0d1520ee;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border);height:var(--nav-height);display:flex;align-items:center;padding:0 16px;gap:16px}.top-nav-brand{color:var(--primary);font-weight:800;font-size:18px;text-decoration:none;letter-spacing:-.3px;flex-shrink:0}.top-nav-spacer{flex:1}.top-nav-links{display:none;gap:20px;margin-left:20px}.top-nav-links a{color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s;padding:4px 0;border-bottom:2px solid transparent}.top-nav-links a:hover{color:var(--text)}.top-nav-links a.active{color:var(--text);border-bottom-color:var(--primary)}.top-nav-admin{color:var(--text-muted)!important;font-size:12px!important}.top-nav-admin:hover{color:var(--accent)!important}.top-nav-right{display:none;align-items:center;gap:10px}@media(min-width:768px){.top-nav-links,.top-nav-right{display:flex}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background:#0d1520;border-top:1px solid var(--border);display:flex;align-items:stretch;z-index:100}@media(min-width:768px){.bottom-nav{display:none}}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--text-muted);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;transition:color .15s;padding-bottom:env(safe-area-inset-bottom,0)}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-icon{font-size:22px;line-height:1}.page{max-width:900px;margin:0 auto;padding:20px 16px}.page-narrow{max-width:460px;margin:0 auto;padding:32px 16px 80px}.card{background:var(--bg-card);border-radius:var(--radius);padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:var(--radius-sm);padding:12px 20px;font-size:15px;font-weight:600;cursor:pointer;min-height:44px;transition:opacity .15s,transform .1s;text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;pointer-events:none}.btn-primary{background:var(--primary);color:#fff}.btn-accent{background:var(--accent);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-ghost{background:var(--bg-elevated);color:var(--text)}.btn-outline{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-full{width:100%}.btn-sm{padding:8px 14px;font-size:13px;min-height:36px}.input{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-size:15px;transition:border-color .15s;outline:none;-webkit-appearance:none;appearance:none}.input:focus{border-color:var(--accent)}.input::placeholder{color:var(--text-muted)}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{color:var(--text-muted);font-size:13px;font-weight:500}.form-stack{display:flex;flex-direction:column;gap:14px}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.badge-active{background:#27ae6022;color:var(--success);border:1px solid #27ae6044}.badge-pending{background:#f39c1222;color:var(--warning);border:1px solid #f39c1244}.badge-completed{background:#89a2;color:var(--text-muted);border:1px solid #8899aa44}.badge-official{background:#e9456022;color:var(--primary);border:1px solid #e9456044}.salary-tracker{background:var(--bg-elevated);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:10px}.salary-tracker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px}.salary-tracker-bar{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.salary-tracker-fill{height:100%;border-radius:3px;transition:width .3s ease,background .3s}.pos-slot{background:var(--bg-elevated);border-radius:var(--radius-sm);padding:10px 12px;display:flex;align-items:center;gap:10px;min-height:52px;margin-bottom:8px}.pos-label{background:var(--border);color:var(--text-muted);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700;min-width:28px;text-align:center;flex-shrink:0}.pos-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pos-tabs::-webkit-scrollbar{display:none}.pos-tab{background:var(--bg-elevated);color:var(--text-muted);border:none;padding:7px 16px;border-radius:20px;cursor:pointer;font-size:13px;white-space:nowrap;min-height:36px;font-weight:500;transition:background .15s,color .15s;-webkit-tap-highlight-color:transparent}.pos-tab.active{background:var(--primary);color:#fff}.player-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s;min-height:58px;-webkit-tap-highlight-color:transparent}.player-item:last-child{border-bottom:none}.player-item:active{background:var(--bg-elevated)}.player-item.selected{background:#e9456026;border-left:3px solid var(--primary)}.player-item.anchored{background:#e9456038;border-left:3px solid var(--primary);box-shadow:0 0 0 2px var(--primary)}.player-item.disabled{opacity:.3;pointer-events:none}.player-item.readonly{cursor:default;pointer-events:none}.player-pos-badge{background:var(--border);color:var(--text-muted);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;min-width:26px;text-align:center;flex-shrink:0}.team-badge{display:inline-block;background:#3498db33;color:#2980b9;border:1px solid rgba(52,152,219,.35);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;white-space:nowrap;flex-shrink:0}.perf-tag{display:inline-block;padding:1px 5px;font-size:10px;font-weight:800;border-radius:4px;flex-shrink:0}.perf-tag-爆{background:#e74c3c4d;color:#e74c3c;border:1px solid rgba(231,76,60,.5)}.perf-tag-猛{background:#f1c40f4d;color:#f1c40f;border:1px solid rgba(241,196,15,.5)}.player-info{flex:1;min-width:0}.player-name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-sub{font-size:12px;color:var(--text-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.player-score{font-size:12px;font-weight:700;color:var(--success)}.player-cost{font-size:13px;font-weight:700;color:var(--warning)}.player-check{color:var(--primary);font-size:16px;flex-shrink:0;margin-left:4px}.rank-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.rank-item:last-child{border-bottom:none}.rank-num{font-size:16px;font-weight:800;min-width:32px;text-align:center}.rank-1{color:#f39c12}.rank-2{color:#bdc3c7}.rank-3{color:#cd7f32}.rank-other{color:var(--text-muted)}.page-rankings{padding:12px 12px 80px}.rankings-header{margin-bottom:16px}.rankings-title{font-size:20px;font-weight:800}.rankings-subtitle{font-size:13px;margin-top:4px}.rankings-filters{margin-bottom:12px;padding:10px 12px}.rankings-filters-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.rankings-filter-item{flex:1;min-width:0}.rankings-filter-item .form-label{font-size:11px;margin-bottom:4px;display:block}.rankings-filter-item .input{padding:6px 10px;font-size:13px}@media(min-width:480px){.rankings-filter-item{flex:0 1 auto;min-width:140px}}.rankings-list-card{padding:0;overflow:hidden}.rankings-list-header{padding:12px 14px;border-bottom:1px solid var(--border)}.rankings-list-title{font-size:14px;font-weight:700}.rankings-list{padding:0}.rank-entry{padding:10px 14px;border-bottom:1px solid var(--border)}.rank-entry:last-child{border-bottom:none}.rank-entry-header{display:grid;grid-template-columns:48px 1fr auto auto;gap:12px;align-items:center}.rank-entry-players{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border-light, rgba(0,0,0,.06))}.rank-player-slot{display:flex;align-items:center;gap:6px;font-size:11px}.rank-player-pos{font-weight:700;color:var(--text-muted);min-width:20px}.rank-player-name{color:var(--text)}.rank-player-score{font-weight:600;color:var(--success)}.rank-item-full{display:grid;grid-template-columns:48px 1fr auto auto;gap:12px;align-items:center}.rank-username{font-weight:500}.rank-score{font-weight:700;color:var(--success);font-size:15px}.rank-cost{font-weight:600;color:var(--warning);font-size:13px}.tabs{display:flex;border-bottom:2px solid var(--border);margin-bottom:16px}.tab{padding:10px 18px;cursor:pointer;font-size:14px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.tab.active{color:var(--text);border-bottom-color:var(--primary)}.builder-tabs{margin-bottom:14px}.builder-panel{display:none}.builder-panel.active{display:block}@media(min-width:768px){.builder-tabs{display:none}.builder-panel{display:block}.lineup-builder-grid{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}}.game-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border);font-size:14px}.game-row:last-child{border-bottom:none}.alert{padding:12px 14px;border-radius:var(--radius-sm);font-size:14px;font-weight:500}.alert-error{background:#e945601f;color:var(--primary);border:1px solid rgba(233,69,96,.25)}.alert-success{background:#27ae601f;color:var(--success);border:1px solid rgba(39,174,96,.25)}.loading{color:var(--text-muted);padding:48px 16px;text-align:center;font-size:14px}.empty{color:var(--text-muted);padding:32px 16px;text-align:center;font-size:14px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.mobile-only{display:block}@media(min-width:768px){.mobile-only{display:none}}.page-home{padding:12px 12px 80px}@media(max-width:767px){.page-home{padding:12px 12px 80px}.page-home .home-lineup-sticky{position:sticky;top:var(--nav-height);z-index:50;margin-bottom:10px;box-shadow:0 4px 12px #00000026;background:var(--bg-card)}}.page-home .home-lineup-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;background:#0a0f1e9e;border-radius:var(--radius-sm);padding:5px 8px}.page-home .home-lineup-header .home-section-title{margin-bottom:0}.page-home .home-lineup-actions{display:flex;align-items:center;gap:8px}.page-home .home-salary-inline{font-size:11px;font-weight:700;white-space:nowrap}.page-home .home-submit-inline{padding:4px 10px;font-size:11px;font-weight:600;min-height:28px}.btn-xs{padding:4px 10px;font-size:11px}.page-home .home-header{margin-bottom:4px}.page-home .home-day-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.page-home .home-header-bottom{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.page-home .home-title{font-size:16px;font-weight:800;line-height:1.3}.page-home .home-subtitle{font-size:11px;color:var(--text-muted)}.page-home .home-day-chip{padding:3px 8px;font-size:11px;font-weight:600;border-radius:5px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);cursor:pointer;transition:all .15s}.page-home .home-day-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-home .home-status-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.5px;border-radius:20px;border:1px solid transparent;white-space:nowrap}.page-home .home-status-badge.status-inactive{background:#89a3;color:var(--text-muted);border-color:#89a6}.page-home .home-status-badge.status-preparing{background:#f39c1240;color:#d68910;border-color:#f39c1280}.page-home .home-status-badge.status-playing{background:#2ecc7140;color:#27ae60;border-color:#2ecc7180}.page-home .home-status-badge.status-finish{background:#95a5a64d;color:var(--text-muted);border-color:#95a5a673}.page-home .home-empty{text-align:center;padding:24px 16px}.page-home .home-empty-icon{font-size:32px;margin-bottom:6px}.page-home .home-lineup-card,.page-home .home-players-section .card{padding:8px 10px;margin-bottom:8px}.page-home .home-lineup-card{overflow:hidden}.page-home .home-lineup-court-bg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.page-home .home-section-title{font-size:13px;font-weight:700;margin-bottom:6px}.page-home .home-total-score{font-size:13px;margin-bottom:6px;color:var(--success)}.page-home .home-total-score strong{font-size:16px}.page-home .home-player-score{color:var(--success);font-weight:600}.page-home .home-salary-tracker{padding:4px 8px;margin-bottom:6px;background:#0a0f1e9e;border-radius:var(--radius-sm)}.page-home .home-salary-tracker .salary-tracker-header{font-size:11px;margin-bottom:4px}.page-home .home-salary-tracker .salary-tracker-bar{height:4px}.page-home .home-lineup-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:4px;margin-top:4px}.page-home .home-lineup-grid-card{background:var(--bg-elevated);border-radius:var(--radius-sm);padding:4px 6px;border:1px solid var(--border);min-height:44px;position:relative}.page-home .home-lineup-card-label{display:inline-block;font-size:8px;font-weight:700;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);padding:0 3px;border-radius:3px;min-width:16px;text-align:center;white-space:nowrap}.page-home .home-lineup-total-header{display:flex;align-items:baseline;gap:3px}.page-home .home-lineup-total-value{font-size:16px;font-weight:800;color:var(--success)}.page-home .home-lineup-total-unit{font-size:11px;color:var(--text-muted)}.page-home .home-lineup-c-row-wrap{grid-column:1 / -1;display:flex;justify-content:center}.page-home .home-lineup-c-row-wrap .home-lineup-slot-card{width:calc(50% - 2px)}.page-home .home-lineup-slot-card{padding:6px 8px}.page-home .home-lineup-slot-inner{display:grid;grid-template-columns:auto 1fr;gap:0 7px;align-items:center;min-height:38px}.page-home .home-lineup-slot-avatar-wrap{position:relative;flex-shrink:0;align-self:center;padding-bottom:6px}.page-home .home-lineup-slot-avatar-wrap .home-lineup-card-label{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:1}.page-home .home-lineup-slot-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:var(--border)}.page-home .home-lineup-slot-avatar img{width:100%;height:100%;object-fit:cover}.page-home .home-lineup-slot-avatar-placeholder{width:100%;height:100%;background:var(--border)}.page-home .home-lineup-slot-empty{display:flex;flex-direction:column;align-items:flex-start;gap:4px;height:100%;justify-content:center}.page-home .home-lineup-slot-info{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:3px 4px;min-width:0;align-items:center}.page-home .home-lineup-slot-info .home-player-name{grid-column:1 / -1;grid-row:1;font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.page-home .home-lineup-slot-info .home-slot-team{grid-column:1;grid-row:2;font-size:8px;padding:1px 4px;align-self:center;justify-self:start;width:fit-content}.page-home .home-lineup-slot-info .home-slot-cost{grid-column:1;grid-row:3;font-size:9px;font-weight:700;color:var(--warning)}.page-home .home-lineup-slot-score-cell{grid-column:2;grid-row:2 / 4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.page-home .home-slot-remove{grid-column:2;grid-row:2 / 4;align-self:center;justify-self:end}.page-home .home-lineup-slot-card.clickable-slot{cursor:pointer}.page-home .home-lineup-slot-card.selected-pos{border-color:var(--primary);background:#e945600f;box-shadow:0 0 0 1px var(--primary)}.page-home .home-lineup-slot-card .home-pick-placeholder{display:block;padding:8px 0 0 2px;font-size:11px}.page-home .home-pos-content{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.page-home .home-pos-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--border)}.page-home .home-pos-avatar img{width:100%;height:100%;object-fit:cover}.page-home .home-pos-text{flex:1;min-width:0;display:flex;align-items:baseline;gap:4px;overflow:hidden}.page-home .home-player-name{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.page-home .home-player-meta{font-size:10px;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.page-home .home-pos-score{font-size:12px;font-weight:700;color:var(--success);flex-shrink:0}.page-home .home-pos-score-emphasis{font-size:14px;font-weight:800;color:var(--success)}.page-home .home-pos-cost-meta{font-size:11px;font-weight:700;color:var(--warning);flex-shrink:0}.page-home .home-lineup-card .player-right{flex-shrink:0}.page-home .home-lineup-card .player-cost{font-size:11px;font-weight:700;color:var(--warning)}.page-home .home-lineup-card .team-badge{font-size:9px;padding:1px 5px}.page-home .home-lineup-card .perf-tag,.page-home .home-player-list .perf-tag{font-size:9px;padding:1px 4px}.page-home .home-remove-btn{background:none;border:none;color:var(--primary);cursor:pointer;font-size:11px;padding:2px 4px;min-width:20px;line-height:1;-webkit-tap-highlight-color:transparent}.page-home .home-pick-placeholder{font-size:11px}.page-home .home-alert{margin-top:8px;padding:8px 10px;font-size:12px}.page-home .home-login-hint{font-size:11px;margin-top:6px}.page-home .home-players-section .home-section-title{margin-bottom:8px}.page-home .home-player-list{padding:0}.page-home .home-player-list .player-item{padding:6px 10px;min-height:44px;gap:6px;scroll-margin-top:160px}.page-home .home-player-list .player-item-two-row{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:8px;row-gap:0;padding:8px 10px;align-items:center}.page-home .home-player-list .player-item-two-row .home-player-avatar{grid-column:1;grid-row:1 / 3;align-self:center;width:42px;height:42px}.page-home .home-player-list .player-item-two-row .player-item-row1{grid-column:2;grid-row:1;display:flex;align-items:center;gap:6px}.page-home .home-player-list .player-item-two-row .player-item-row2{grid-column:2;grid-row:2}.page-home .home-player-list .player-right-col{grid-column:3;grid-row:1 / 3;align-self:center;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px}.page-home .home-player-list .player-name-group{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow:hidden}.page-home .home-player-list .player-name-group .player-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex-shrink:1}.page-home .home-player-list .team-badge{font-size:9px;padding:1px 5px}.page-home .home-player-list .player-item-two-row .player-item-row2{font-size:10px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.page-home .home-player-list .player-item-row2 .player-score-inline{font-weight:700;color:var(--success);margin-right:2px}.page-home .home-player-list .player-score-emphasis{font-size:14px;font-weight:800;color:var(--success)}.page-home .home-player-list .player-item-row2 .team-badge{font-size:8px;padding:1px 4px;margin-right:4px}.page-home .home-player-list .player-item-row2 .player-cost-inline{font-size:11px;font-weight:700;color:var(--warning);margin-right:2px}.page-home .home-player-list .player-cost-below{font-size:10px;font-weight:600;color:var(--warning)}.page-home .home-player-list .player-item-row2 .player-stats{color:#89a}.page-home .home-player-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--border)}.page-home .home-player-avatar img{width:100%;height:100%;object-fit:cover}.page-home .home-player-list .player-pos-badge{font-size:9px;min-width:20px;padding:1px 3px}.page-home .home-player-list .player-name{font-size:12px}.page-home .home-player-list .player-sub{font-size:10px}.page-home .home-player-list .player-right{flex-direction:column;align-items:flex-end;gap:0}.page-home .home-player-list .player-score{font-size:10px}.page-home .home-player-list .player-cost{font-size:11px}.page-home .home-loading{padding:24px 16px;font-size:13px}.page-home .home-scroll-top-btn{position:fixed;right:16px;bottom:calc(var(--bottom-nav-height) + 16px);width:40px;height:40px;border-radius:50%;border:none;background:var(--bg-elevated);color:var(--text-muted);font-size:18px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0000004d;display:flex;align-items:center;justify-content:center;z-index:90;opacity:0;pointer-events:none;transition:opacity .2s,background .15s,color .15s;-webkit-tap-highlight-color:transparent}.page-home .home-scroll-top-btn.visible{opacity:1;pointer-events:auto}.page-home .home-scroll-top-btn:hover{background:var(--border);color:var(--text)}@media(min-width:768px){.page-home .home-scroll-top-btn{bottom:24px}}.page-home .home-success-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.page-home .home-success-modal{max-width:320px;width:100%;text-align:center;padding:24px 20px}@media(min-width:768px){.page-home{padding:20px 16px}.page-home .home-header{margin-bottom:6px}.page-home .home-title{font-size:18px}.page-home .home-subtitle{font-size:12px}.page-home .home-day-chip{padding:4px 10px;font-size:12px}.page-home .home-status-badge{padding:4px 10px;font-size:11px}.page-home .home-lineup-card,.page-home .home-players-section .card{padding:14px 16px;margin-bottom:14px}.page-home .home-lineup-grid{gap:6px;margin-top:6px}.page-home .home-lineup-grid-card{min-height:50px;padding:6px 8px}.page-home .home-lineup-slot-card{padding:8px 10px}.page-home .home-lineup-slot-inner{min-height:46px}.page-home .home-lineup-slot-avatar{width:46px;height:46px}.page-home .home-lineup-slot-info .home-player-name{font-size:12px}.page-home .home-lineup-total-value{font-size:18px}.page-home .home-pos-avatar{width:28px;height:28px}.page-home .home-player-name{font-size:13px}.page-home .home-player-meta{font-size:11px}.page-home .home-player-list .player-item{padding:8px 12px;min-height:48px}.page-home .home-player-avatar{width:32px;height:32px}.page-home .home-player-list .player-name{font-size:13px}.page-home .home-player-list .player-sub{font-size:11px}}
