:root{--background-color: #cecfd6b2;--text-color: #333333;--primary-color: #007bff;--secondary-background: #f0f0f0;--border-color: #cccccc;--card-background: #f7f7f7ff;--card-border: #e0e0e0;--input-background: #ffffff;--input-border: #cccccc;--button-background: #007bff;--button-text: #ffffff;--button-hover-background: #0056b3;--box-shadow: 0 4px 8px rgba(0, 0, 0, 1)}body[data-theme=dark]{--background-color: #030216e3;--text-color: #f0f0f0;--primary-color: #61dafb;--secondary-background: #2a2a2a;--border-color: #555555;--card-background: #232225ff;--card-border: #ffffff;--input-background: #333333;--input-border: #555555;--button-background: #61dafb;--button-text: #1a1a1a;--button-hover-background: #21a1f1;--box-shadow: 0 4px 8px rgba(0, 0, 0, .3)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}body.modal-open{overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
