/* Custom styles for jRandomSkills site */
html { scroll-behavior: smooth; }
.neon { text-shadow: 0 0 10px #9333ea, 0 0 20px #9333ea, 0 0 40px #9333ea; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #9333ea; border-radius: 4px; }
.code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }
.card { background: rgba(17, 24, 39, 0.75); backdrop-filter: blur(6px); }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
