.header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;background-color:#205723;color:#fff;margin-bottom:10px}.logo{font-size:1.2rem}.input-wrapper{position:relative}.search-form{position:relative;display:flex;align-items:center}.search-input{padding:4px 8px;border-radius:4px 0 0 4px;border:1px solid #ccc;font-size:.9rem;width:200px;outline:none}.search-button{padding:5px 12px;border:none;background-color:#3f7d2a;color:#fff;border-radius:0 4px 4px 0;cursor:pointer;font-size:.9rem}.autocomplete{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 8px #0000001a;z-index:1000;list-style:none;margin:0;padding:0}.autocomplete li{padding:8px 12px;font-size:.7rem;color:#000;cursor:pointer;transition:background .2s}.autocomplete li:hover{background-color:#e8f2e8}.roster-list{background-color:#f8f8f8;border:1px solid #ddd;border-radius:8px;padding:12px;height:390px;overflow-y:auto}.roster-list h3{margin-top:0;font-size:15px;color:#2c5e1a;border-bottom:1px solid #ddd;padding-bottom:4px}.roster-list ul{list-style:none;margin:0;padding:0}.roster-list .roster-item{margin-bottom:8px;line-height:1.4;display:flex;justify-content:space-between}.roster-list .player-name{font-size:10px;font-weight:500;color:#333}.roster-list .player-pos{font-size:10px;color:#555}.roster-item:hover{background-color:#0074d91a;transform:scale(1.02)}.roster-item.selected{background-color:#ffd70080;transform:scale(1.13)}.heatmap-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:auto;padding-bottom:8px}.heatmap-grid{display:grid;grid-template-rows:repeat(15,12px);grid-auto-columns:12px;grid-auto-flow:column;gap:1px}.heatmap-cell{width:12px;height:12px;border:1px solid #ccc;box-sizing:border-box;border-radius:1px}.heatmap-cell{position:relative}.app{max-width:1200px;margin:40px auto;font-family:Pretendard,sans-serif}.app-title{margin:0 0 16px;font-weight:700;font-size:24px;line-height:1;color:#145406;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#container{display:flex}.chart-container{flex:1;display:flex;height:80vh}.sidebar{flex:0 0 260px;padding:0}.box{width:230px;border:1px solid #ccc;border-radius:8px;padding:16px;background-color:#fafafa;box-sizing:border-box;font-size:14px;font-weight:100}.box-title{margin:0 0 12px;font-weight:700;font-size:15px;color:#145406;border-bottom:1px solid #ccc;padding-bottom:6px}.categories-box{height:280px;display:flex;flex-direction:column}.category-list{flex-grow:1;overflow-y:auto}.category-item{display:flex;align-items:center;margin-bottom:8px;gap:4px}.current-box{flex-grow:1;display:flex;flex-direction:column}.current-box h3{margin:0 0 12px}.current-list{list-style:none;padding:0;margin:0;overflow-y:auto}.current-list li{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.remove-btn{width:24px;height:24px;border:1px solid #aaa;border-radius:4px;background:#fff;cursor:pointer;font-size:16px;line-height:1;padding:0}.chart-area{flex:1;padding:16px;height:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;background-color:#fafafa}.chart-area svg{width:100%!important;height:100%!important}.player-ticks{display:flex;justify-content:space-between;margin-top:8px;padding:0;list-style:none}.player-ticks .tick-line{display:block;line-height:1.2}.player-ticks li{cursor:move;text-align:center;font-size:12px;-webkit-user-select:none;user-select:none}body{background-color:#fcfdf3}.sidebar .category-item,.add-button-box .add-btn,.add-button-box .add-input,.current-box h3,.current-list li span,.chart-area .legend text{font-weight:400!important}.chart-area svg text,.chart-area .x-axis text,.chart-area .y-axis text{font-weight:400!important}.app-container{max-width:950px;margin:0 auto;padding-top:10px;position:relative}.content-container{display:flex;gap:7px}.formation-wrapper{flex:none}.roster-wrapper{flex:none;width:150px}.stat-wrapper{flex:none;width:350px;height:380px;border:1px solid #ccc;border-radius:8px;padding:16px;background-color:#fafafa}.stat-wrapper h3{margin:0 0 12px;font-size:1.2rem}.detail-wrapper{position:fixed;top:10%;left:55%;transform:translate(-50%,-50%);width:190px;max-height:50%;overflow-y:auto;background:#fffffffa;box-shadow:0 2px 8px #0003;border-radius:6px;padding:0;font-size:12px;z-index:1000}.detail-graph-wrapper{position:fixed;top:10%;left:30%;transform:translate(-50%,-50%);width:fit-content;height:fit-content;overflow-y:auto;background:#fffffffa;box-shadow:0 2px 8px #0003;border-radius:8px;padding:0;font-size:12px;z-index:1000;overflow:auto}.detail-graph-wrapper .drag-handle,.detail-wrapper .drag-handle{cursor:move;background:#205723;color:#fff;padding:6px 8px;font-weight:700;border-top-left-radius:6px;border-top-right-radius:6px;-webkit-user-select:none;user-select:none}.detail-list{margin:8px}.detail-row{display:flex;justify-content:space-between;margin-bottom:4px}.detail-label{font-weight:700;margin-right:3px;margin-left:5px}.detail-value{flex:1}.detail-label.incoming{color:#0074d9}.detail-label.outgoing{color:#ff4136}.detail-value.incoming{color:#0074d9}.detail-value.outgoing{color:#ff4136}.detail-wrapper img{width:60px;height:80px;display:block;margin:6px auto;object-fit:cover}.detail-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:999}@keyframes pulse{0%,to{transform:scale(1.4)}50%{transform:scale(1.43)}}.player-card.selected{animation:pulse 1s ease-in-out infinite;transform-box:fill-box;transform-origin:center center}.teamstat-container{position:relative}.detail-button{position:absolute;top:8px;right:8px;padding:6px 12px;background-color:#4d6f34;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:4px;cursor:pointer;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.detail-button:hover{background-color:#3b5228}.add-box{position:relative;margin:10px 0;padding:0;box-sizing:border-box}.add-button-box{position:relative;display:flex;border:1px solid #ccc;border-radius:8px;height:40px;max-width:230px}.add-input{flex:1;border:none;padding:0 10px;font-family:Pretendard,sans-serif;font-weight:700;font-size:14px;line-height:40px;outline:none;background:#fff;max-width:180px;height:100%;border-radius:8px}.add-btn{border:none;padding:0 8px;background-color:#44753b;color:#fff;font-family:Pretendard,sans-serif;font-weight:600;font-size:12px;cursor:pointer;max-width:100px;height:100%;border-radius:4px}.add-btn:hover{background-color:#3b5228}input[type=checkbox]{accent-color:#44753B}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:8px;min-width:300px;box-shadow:0 2px 10px #0000004d;position:relative}.close-btn{margin-top:12px;padding:6px 12px;background:#205723;color:#fff;border:none;border-radius:4px;cursor:pointer}.suggestions{position:absolute;top:100%;left:0;width:100%;max-height:200px;background-color:#fafafa;border-radius:0 0 4px 4px;box-shadow:0 2px 4px #00000026;overflow-y:auto;z-index:10;padding:0}.suggestion-item{padding:8px 16px;cursor:pointer;font-size:14px;color:#000}.suggestion-item:hover{background-color:#0000001a}.rec-toggle-box{margin-top:12px;font-size:14px;padding:8px 16px}.rec-toggle-label{display:flex;align-items:center;gap:6px;font-weight:500}.rec-toggle-label input{width:16px;height:16px}
