move all the static css (not the one calculated at runtime) to the styles.css file
```git-revs
77478de (Base revision)
5b3d66e Remove static CSS from ratings-overlay.ts and only keep dynamic styles
142a142 Remove static CSS from symbol span elements
c72fd23 Update the overlay CSS with static styles that were previously in JS
HEAD Update symbol styles with static styles that were previously in JS
```
codemcp-id: 52-refactor-move-static-css-to-styles-css-file
refactor: replace logging function with console equivalent
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
fda9780 (Base revision)
HEAD Replace info function with direct console.info equivalent
```
codemcp-id: 22-refactor-replace-logging-function-with-console-equ
refactor: inline first non-inlined logging function
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
4d561d9 (Base revision)
HEAD Replacing debug() call with direct console.debug() wrapped in LOGGING_ENABLED check
```
codemcp-id: 23-refactor-inline-first-non-inlined-logging-function
refactor: replace a logging function with console equivalent
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
8569718 (Base revision)
HEAD Replace groupStart() call with console.group() wrapped in LOGGING_ENABLED check
```
codemcp-id: 24-refactor-replace-a-logging-function-with-console-e
refactor: inline logging function with console equivalent
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
9629d22 (Base revision)
HEAD Replace groupStart with direct console.group equivalent
```
codemcp-id: 25-refactor-inline-logging-function-with-console-equi
refactor: inline first logging function in main.ts
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
53e6cf8 (Base revision)
76c08a6 Replace info() call with console.info() wrapped in LOGGING_ENABLED check
HEAD Remove extra semicolon after the if block
```
codemcp-id: 27-refactor-inline-first-logging-function-in-main-ts
more manual logging refactorings
refactor: replace logging function with console equivalent
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
65d7329 (Base revision)
fc545f8 Replace direct debug() call with console.debug() wrapped in LOGGING_ENABLED check
HEAD Fix extra semicolon after the closing curly brace
```
codemcp-id: 29-refactor-replace-logging-function-with-console-equ
refactor: replace logging function with console equivalent
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
d4c3874 (Base revision)
HEAD Replace info() with console.info() wrapped in LOGGING_ENABLED check
```
codemcp-id: 30-refactor-replace-logging-function-with-console-equ
refactor: inline logging functions in main.ts
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
0768506 (Base revision)
HEAD Replace debug() function call with inlined console.debug() equivalent
```
codemcp-id: 31-refactor-inline-logging-functions-in-main-ts
more console.groupEnd()
refactor: inline first non-inlined logging function in main.ts
In main.ts, find the first usage of a logging function (log, warn, error, debug, info, groupStart, groupEnd) that hasn't already been inlined, and replace it with the direct console equivalent.
```git-revs
02a61c7 (Base revision)
HEAD Replace debug() call with direct console.debug with proper logging format and conditional
```
codemcp-id: 32-refactor-inline-first-non-inlined-logging-function
remove centralized logging utility
remove unused code