:root{--primary-color: #3b82f6;--primary-rgb: 59, 130, 246;--bg-color: #f3f4f6;--card-bg: #ffffff;--text-main: #1f2937;--text-muted: #6b7280;--text-description: #4b5563;--border-color: #e5e7eb;--tag-bg: #eff6ff;--tag-text: #1e40af;--github-bg: #1f2937;--github-text: #ffffff}@media(prefers-color-scheme:dark){:root:not(.light-mode){--bg-color: #111827;--card-bg: #1f2937;--text-main: #f9fafb;--text-muted: #9ca3af;--text-description: #d1d5db;--border-color: #374151;--tag-bg: #1e3a8a;--tag-text: #bfdbfe;--github-bg: #374151;--github-text: #ffffff}}:root.dark-mode{--bg-color: #111827;--card-bg: #1f2937;--text-main: #f9fafb;--text-muted: #9ca3af;--text-description: #d1d5db;--border-color: #374151;--tag-bg: #1e3a8a;--tag-text: #bfdbfe;--github-bg: #374151;--github-text: #ffffff}:root.light-mode{--bg-color: #f3f4f6;--card-bg: #ffffff;--text-main: #1f2937;--text-muted: #6b7280;--text-description: #4b5563;--border-color: #e5e7eb;--tag-bg: #eff6ff;--tag-text: #1e40af;--github-bg: #1f2937;--github-text: #ffffff}*{box-sizing:border-box}body{margin:0;overflow-x:hidden;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-main);transition:background-color .3s ease,color .3s ease}
