.tri-switch{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid transparent;border-radius:4px;font-size:12px;cursor:pointer;white-space:nowrap;transition:all .15s ease;font-family:inherit;line-height:18px}.tri-switch:focus{outline:none}.tri-switch--on{background:#e8ffea;color:#00b42a;border-color:#00b42a33}.tri-switch--on:hover{background:#d4f7d9}.tri-switch--off{background:#ffece8;color:#f53f3f;border-color:#f53f3f33}.tri-switch--off:hover{background:#ffddd6}.tri-switch--half{background:#fff7e8;color:#ff7d00;border-color:#ff7d0033}.tri-switch--half:hover{background:#ffeed6}.matrix-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;overflow-x:auto}.matrix-table{width:100%;border-collapse:collapse;table-layout:fixed}.matrix-table th,.matrix-table td{padding:8px 12px;border-bottom:1px solid #e5e6eb;text-align:right;vertical-align:middle;min-width:100px}.matrix-table th:first-child,.matrix-table td:first-child{text-align:left;position:sticky;left:0;background:#fff;z-index:1;min-width:140px;max-width:200px;font-weight:500}.matrix-table thead th{background:#f2f3f5;font-weight:600;font-size:13px;color:#1f2329;position:sticky;top:0;z-index:2;border-bottom:2px solid #dee0e3}.matrix-table thead th:first-child{z-index:3}.matrix-row--summary{background:#f7f8fa;font-weight:600}.matrix-row--summary td{font-weight:600}.matrix-row--front-final td,.matrix-row--limit-final td{color:#3370ff;font-weight:600}.matrix-row--rate td{color:#646a73;font-size:12px}.matrix-divider td{padding:0;border-bottom:2px solid #dee0e3;background:#f2f3f5;height:4px}.matrix-dimension-header td{background:#f2f3f5;font-weight:600;font-size:12px;color:#646a73;text-transform:none;padding:6px 12px;letter-spacing:.5px}.matrix-row--play td:first-child{display:flex;align-items:center;gap:6px}.play-info{display:flex;flex-direction:column;gap:1px}.play-name{font-weight:500}.play-meta{font-size:11px;color:#8f959e}.play-cell{display:flex;align-items:center;justify-content:flex-end;gap:6px}.play-value{font-variant-numeric:tabular-nums}.value-highlight{color:#3370ff;font-weight:600}.value-negative{color:#f53f3f}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;color:#1f2329;background:#f5f6f8;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.app{max-width:100%;padding:16px}.table-selector{max-width:480px;margin:80px auto;padding:24px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f}.table-selector h3{font-size:16px;font-weight:600;margin-bottom:20px;color:#1f2329}.table-selector__row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.table-selector__row label{font-size:13px;color:#646a73;white-space:nowrap;min-width:90px;text-align:right}.table-selector__row select{flex:1;padding:6px 10px;border:1px solid #dee0e3;border-radius:4px;font-size:13px;color:#1f2329;background:#fff;cursor:pointer}.table-selector__row select:focus{outline:none;border-color:#3370ff;box-shadow:0 0 0 2px #3370ff26}.btn-confirm{display:block;width:100%;margin-top:20px;padding:8px 0;border:none;border-radius:4px;font-size:14px;font-weight:500;color:#fff;background:#3370ff;cursor:pointer}.btn-confirm:hover{background:#2b5dd4}.table-selector__hint{font-size:12px;color:#8f959e;margin-bottom:16px;line-height:1.6}.table-selector__hint code{background:#f2f3f5;padding:1px 4px;border-radius:3px;font-size:12px}.table-selector__input{flex:1;padding:6px 10px;border:1px solid #dee0e3;border-radius:4px;font-size:13px;color:#1f2329;font-family:monospace}.table-selector__input:focus{outline:none;border-color:#3370ff;box-shadow:0 0 0 2px #3370ff26}.filter-bar{display:flex;gap:12px;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 1px 3px #0000000f;flex-wrap:wrap}.filter-bar label{font-size:13px;color:#646a73;white-space:nowrap}.filter-bar select{padding:5px 10px;border:1px solid #dee0e3;border-radius:4px;font-size:13px;color:#1f2329;background:#fff;cursor:pointer;min-width:140px}.filter-bar select:focus{outline:none;border-color:#3370ff;box-shadow:0 0 0 2px #3370ff26}.filter-bar .btn-reset,.filter-bar .btn-reselect{padding:5px 14px;border:1px solid #dee0e3;border-radius:4px;font-size:13px;color:#646a73;background:#fff;cursor:pointer}.filter-bar .btn-reset{margin-left:auto}.filter-bar .btn-reset:hover,.filter-bar .btn-reselect:hover{color:#3370ff;border-color:#3370ff}.filter-bar .btn-debug{padding:5px 14px;border:1px solid #dee0e3;border-radius:4px;font-size:13px;color:#646a73;background:#fff;cursor:pointer}.filter-bar .btn-debug--active{color:#ff7d00;border-color:#ff7d00;background:#fff7e8}.debug-panel{margin-top:16px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px dashed #ff7d0033}.debug-panel h4{font-size:14px;font-weight:600;color:#ff7d00;margin-bottom:12px}.debug-table{width:100%;border-collapse:collapse;font-size:12px}.debug-table td{padding:6px 10px;border-bottom:1px solid #f2f3f5;vertical-align:top}.debug-table td:first-child{font-weight:500;color:#646a73;white-space:nowrap;width:160px}.debug-table td code{background:#f2f3f5;padding:1px 4px;border-radius:3px;font-family:monospace;font-size:12px}.loading,.error{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#646a73;font-size:14px}.error{color:#d4380d}.spinner{width:20px;height:20px;border:2px solid #dee0e3;border-top-color:#3370ff;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:60px 20px;color:#8f959e;font-size:14px}
