@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-primary: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--border-subtle: #f1f5f9;--badge-dark-bg: #0f172a;--badge-dark-text: #ffffff;--badge-light-bg: #ffffff;--badge-light-border: #cbd5e1;--badge-light-text: #1e293b;--accent-color: #000000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-main);line-height:1.5;padding-bottom:90px;-webkit-font-smoothing:antialiased}.app-container{max-width:640px;margin:0 auto;min-height:100vh;background-color:var(--bg-primary);display:flex;flex-direction:column;position:relative}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#fff;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:40}.header-title-container{display:flex;align-items:center;gap:10px}.header-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:#f1f5f9;font-size:14px}.header-title{font-size:18px;font-weight:700;color:var(--text-main);letter-spacing:-.3px}.metadata-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;font-weight:600;color:#334155;cursor:pointer;transition:all .15s ease}.metadata-btn:hover{background-color:#e2e8f0}.hero-section{padding:24px 20px 16px}.hero-title{font-size:28px;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:6px;letter-spacing:-.5px}.hero-subtitle{font-size:14px;color:var(--text-muted);line-height:1.45}.subleague-title{font-size:20px;font-weight:700;color:#0f172a;margin:20px 20px 12px;letter-spacing:-.3px}.table-card{margin:0 20px 24px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.standings-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.standings-table th{background-color:#f8fafc;padding:12px 14px;font-size:13px;font-weight:600;color:#64748b;border-bottom:1px solid var(--border-color);white-space:nowrap}.standings-table td{padding:14px;border-bottom:1px solid var(--border-subtle);vertical-align:middle}.standings-table tr:last-child td{border-bottom:none}.standings-table tr:hover{background-color:#f8fafc}.team-cell{display:flex;align-items:center;gap:8px;font-weight:600;color:#0f172a}.team-code-tag{padding:2px 6px;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;font-size:11px;font-weight:700;color:#475569}.rank-badge-dark{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#0f172a;color:#fff;font-size:13px;font-weight:700;border-radius:4px}.rank-badge-light{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#fff;border:1px solid #cbd5e1;color:#1e293b;font-size:13px;font-weight:600;border-radius:4px}.value-num{font-weight:600;color:#1e293b}.diff-tag{display:inline-block;font-size:11px;font-weight:700;padding:2px 5px;border-radius:4px;margin-left:4px}.diff-positive{background-color:#dcfce7;color:#15803d}.diff-negative{background-color:#fee2e2;color:#b91c1c}.diff-zero{color:#94a3b8}.floating-exponent-container{position:fixed;bottom:80px;right:20px;z-index:50}.exponent-btn{display:flex;align-items:center;gap:8px;background-color:#000;color:#fff;padding:10px 16px;border-radius:12px;border:none;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .15s ease,background-color .15s ease}.exponent-btn:hover{background-color:#1e293b;transform:translateY(-1px)}.exponent-menu{position:absolute;bottom:50px;right:0;width:190px;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 25px #00000026;padding:6px;max-height:240px;overflow-y:auto}.exponent-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font-size:13px;font-weight:500;color:#334155;border-radius:6px;cursor:pointer}.exponent-item:hover{background-color:#f1f5f9;color:#0f172a}.exponent-item.active{background-color:#0f172a;color:#fff;font-weight:700}.bottom-tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:640px;height:64px;background-color:#fff;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-around;z-index:50;box-shadow:0 -2px 10px #00000008}.tab-item{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;border:none;cursor:pointer;position:relative;color:#64748b;font-size:12px;font-weight:600;transition:color .15s ease}.tab-item.active{color:#0f172a;font-weight:800}.tab-item.active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:3px;background-color:#000;border-radius:0 0 2px 2px}.tab-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.modal-card{background:#fff;border-radius:16px;width:100%;max-width:580px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #0003;overflow:hidden}.modal-header{padding:18px 20px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:18px;font-weight:700;color:#0f172a}.modal-close-btn{background:transparent;border:none;font-size:20px;color:#64748b;cursor:pointer;padding:4px}.modal-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.meta-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;font-size:13px}.meta-label{font-weight:700;color:#334155;margin-bottom:4px}.meta-val{color:#475569;word-break:break-all;font-family:monospace}.edit-table-input{width:60px;padding:4px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;text-align:center}
